Project

General

Profile

Bug #2956

make fails, msgmerge not found

Added by Rob vh over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2015-06-20
Due date:
% Done:

0%

Estimated time:
Found in version:
4.1 at 2015-06-20
Affected Versions:

Description

make fails after new git clone:

/bin/sh: 1: msgmerge: not found
make: *** [intl/tvheadend.de.po] Error 127

History

#1

Updated by Rob vh over 9 years ago

root@sat:/usr/local/src# rm -r tvheadend
root@sat:/usr/local/src# git clone https://github.com/tvheadend/tvheadend
Cloning into 'tvheadend'...
remote: Counting objects: 48628, done.
remote: Compressing objects: 100% (330/330), done.
remote: Total 48628 (delta 174), reused 1 (delta 1), pack-reused 48297
Receiving objects: 100% (48628/48628), 28.38 MiB | 1.69 MiB/s, done.
Resolving deltas: 100% (35009/35009), done.
root@sat:/usr/local/src# cd tvheadend
root@sat:/usr/local/src/tvheadend# ./configure 
Checking support/features
  checking for cc execinfo.h ...                    ok
  checking for cc -mmmx ...                         ok
  checking for cc -msse2 ...                        ok
  checking for cc getloadavg ...                    ok
  checking for cc atomic64 ...                      ok
  checking for cc lockowner ...                     ok
  checking for cc qsort_r ...                       ok
  checking for cc stime ...                         ok
  checking for cc recvmmsg ...                      ok
  checking for cc sendmmsg ...                      ok
  checking for cc libiconv ...                      fail
  checking for cc libdvben50221 ...                 ok
  checking for py module gzip ...                   ok
  checking for gzip ...                             ok
  checking for bzip2 ...                            ok
  checking for pkg openssl  ...                     ok (detected 1.0.1)
  checking for cc linux/dvb/version.h ...           ok
  checking for cc libhdhomerun/hdhomerun.h ...      fail
  checking for pkg zlib  ...                        ok (detected 1.2.3.4)
  checking for pkg liburiparser  ...                ok (detected 0.7.5)
  checking for pkg avahi-client  ...                ok (detected 0.6.30)
  checking for ffmpeg libraries ...                 fail
  checking for pkg libavcodec >=55.34.1 ...         fail (detected 53.35.0)
WARNING: none or old libav or libffmpeg libraries were detected
         * use --disable-libav or --enable-libffmpeg_static
         ** supported ffmpeg libs n1.2+
         ** supported libav  libs v10+
  checking for cc sys/inotify.h ...                 ok
  fetching dvb-scan files ...                       ok
  checking for pkg dbus-1  ...                      ok (detected 1.4.18)

Compiler:
  Using C compiler:                        cc
  Using LD flags:                           -ldvben50221 -ldvbapi -lucsi
  Build for arch:                          x86_64

Binaries:
  Using PYTHON:                            python
  Using GZIP:                              gzip
  Using BZIP2:                             bzip2

Options:
  cwc                                      yes
  capmt                                    yes
  constcw                                  yes
  linuxdvb                                 yes
  satip_server                             yes
  satip_client                             yes
  hdhomerun_client                         no
  hdhomerun_static                         no
  iptv                                     yes
  tsfile                                   yes
  dvbscan                                  yes
  timeshift                                yes
  trace                                    yes
  imagecache                               yes
  avahi                                    yes
  zlib                                     yes
  libav                                    no
  libffmpeg_static                         no
  libffmpeg_static_x264                    yes
  inotify                                  yes
  epoll                                    yes
  uriparser                                yes
  ccache                                   no
  tvhcsa                                   yes
  bundle                                   no
  dvbcsa                                   no
  dvben50221                               yes
  kqueue                                   no
  dbus_1                                   yes
  android                                  no
  tsdebug                                  no
  gtimer_check                             no
  execinfo                                 yes
  mmx                                      yes
  sse2                                     yes
  getloadavg                               yes
  atomic64                                 yes
  lockowner                                yes
  qsort_r                                  yes
  stime                                    yes
  recvmmsg                                 yes
  sendmmsg                                 yes
  libdvben50221                            yes
  py_gzip                                  yes
  bin_gzip                                 yes
  bin_bzip2                                yes
  ssl                                      yes
  linuxdvbapi                              yes
  upnp                                     yes
  inotify_h                                yes
  linuxdvb_ca                              yes
  mpegts                                   yes
  mpegts_dvb                               yes

Packages:
  openssl                                  1.0.1
  zlib                                     1.2.3.4
  liburiparser                             0.7.5
  avahi-client                             0.6.30
  dbus-1                                   1.4.18

Installation paths:
  Prefix:                                  /usr/local
  Binaries:                                ${prefix}/bin
  Libraries:                               ${prefix}/lib
  Data files:                              ${prefix}/share
  Man pages:                               ${datadir}/man

Final Binary:
  /usr/local/src/tvheadend/build.linux/tvheadend

Tvheadend Data Directory:
  /usr/local/share/tvheadend

root@sat:/usr/local/src/tvheadend# make
Receiving data/dvb-scan/dvb-t from http://linuxtv.org/git/dtv-scan-tables.git
make -f Makefile.webui LANGUAGES="de fr cs pl" all
make[1]: Entering directory `/usr/local/src/tvheadend'
make -f Makefile.webui WEBUI=std   compile-std
make[2]: Entering directory `/usr/local/src/tvheadend'
src/webui/static/tvh.js.gz.tmp      1220423
src/webui/static/tvh.js.gz.tmp2      984370
src/webui/static/tvh.js.gz           265426
src/webui/static/tvh.css.gz.tmp      164876
src/webui/static/tvh.css.gz.tmp2     132924
src/webui/static/tvh.css.gz           21205
src/webui/static/tvh-tv.js.gz.tmp    748617
src/webui/static/tvh-tv.js.gz.tmp2   738904
src/webui/static/tvh-tv.js.gz        206064
src/webui/static/tvh-tv.css.gz.tmp     3457
src/webui/static/tvh-tv.css.gz.tmp2    2600
src/webui/static/tvh-tv.css.gz          842
Building src/webui/static/intl/tvh.de.js.gz
Building src/webui/static/intl/tvh.fr.js.gz
Building src/webui/static/intl/tvh.cs.js.gz
Building src/webui/static/intl/tvh.pl.js.gz
WEBUI std finished
make[2]: Leaving directory `/usr/local/src/tvheadend'
make -f Makefile.webui WEBUI=debug compile-debug
make[2]: Entering directory `/usr/local/src/tvheadend'
WEBUI debug finished
make[2]: Leaving directory `/usr/local/src/tvheadend'
make[1]: Leaving directory `/usr/local/src/tvheadend'
CC              src/version.o
CC              src/uuid.o
CC              src/main.o
CC              src/tvhlog.o
CC              src/idnode.o
CC              src/prop.o
CC              src/utils.o
CC              src/wrappers.o
CC              src/access.o
CC              src/tcp.o
CC              src/udp.o
CC              src/url.o
CC              src/http.o
CC              src/notify.o
CC              src/file.o
CC              src/epg.o
CC              src/epgdb.o
CC              src/epggrab.o
CC              src/spawn.o
CC              src/packet.o
CC              src/streaming.o
CC              src/channels.o
CC              src/subscriptions.o
CC              src/service.o
CC              src/htsp_server.o
CC              src/htsmsg.o
CC              src/htsmsg_binary.o
CC              src/htsmsg_json.o
CC              src/htsmsg_xml.o
CC              src/misc/dbl.o
CC              src/misc/json.o
CC              src/settings.o
CC              src/htsbuf.o
CC              src/trap.o
CC              src/avg.o
CC              src/htsstr.o
CC              src/tvhpoll.o
CC              src/huffman.o
CC              src/filebundle.o
CC              src/config.o
CC              src/lang_codes.o
CC              src/lang_str.o
CC              src/imagecache.o
CC              src/tvhtime.o
CC              src/service_mapper.o
CC              src/input.o
CC              src/httpc.o
CC              src/rtsp.o
CC              src/fsmonitor.o
CC              src/cron.o
CC              src/esfilter.o
CC              src/intlconv.o
CC              src/profile.o
CC              src/bouquet.o
CC              src/lock.o
CC              src/api.o
CC              src/api/api_status.o
CC              src/api/api_idnode.o
CC              src/api/api_input.o
CC              src/api/api_channel.o
CC              src/api/api_service.o
CC              src/api/api_mpegts.o
CC              src/api/api_epg.o
CC              src/api/api_epggrab.o
CC              src/api/api_imagecache.o
CC              src/api/api_esfilter.o
CC              src/api/api_intlconv.o
CC              src/api/api_access.o
CC              src/api/api_dvr.o
CC              src/api/api_caclient.o
CC              src/api/api_profile.o
CC              src/api/api_bouquet.o
CC              src/api/api_language.o
CC              src/parsers/parsers.o
CC              src/parsers/bitstream.o
CC              src/parsers/parser_h264.o
CC              src/parsers/parser_latm.o
CC              src/parsers/parser_avc.o
CC              src/parsers/parser_teletext.o
CC              src/epggrab/module.o
CC              src/epggrab/channel.o
CC              src/epggrab/module/pyepg.o
CC              src/epggrab/module/xmltv.o
CC              src/plumbing/tsfix.o
CC              src/plumbing/globalheaders.o
CC              src/dvr/dvr_db.o
CC              src/dvr/dvr_rec.o
CC              src/dvr/dvr_autorec.o
CC              src/dvr/dvr_timerec.o
CC              src/dvr/dvr_config.o
CC              src/dvr/dvr_cutpoints.o
CC              src/webui/webui.o
CC              src/webui/comet.o
CC              src/webui/extjs.o
CC              src/webui/simpleui.o
CC              src/webui/statedump.o
CC              src/webui/html.o
CC              src/webui/webui_api.o
CC              src/muxer.o
CC              src/muxer/muxer_pass.o
CC              src/muxer/muxer_tvh.o
CC              src/muxer/tvh/ebml.o
CC              src/muxer/tvh/mkmux.o
/bin/sh: 1: msgmerge: not found
make: *** [intl/tvheadend.de.po] Error 127

#2

Updated by Jaroslav Kysela over 9 years ago

  • Status changed from New to Rejected

Install gettext or gettext-devel package.

#3

Updated by Rob vh over 9 years ago

A test for the availability of installed packages would have been great.

#4

Updated by Jaroslav Kysela over 9 years ago

Agreed. Added checks to configure.

Also available in: Atom PDF