After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710087 - can't build gnome-dvb-deamon
can't build gnome-dvb-deamon
Status: RESOLVED FIXED
Product: dvb-daemon
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: dvb-daemon-maint
dvb-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-14 09:58 UTC by Stefan Ringel
Modified: 2013-10-19 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update build system (1.45 KB, patch)
2013-10-18 20:44 UTC, Sebastian Pölsterl
none Details | Review
build broken (15.17 KB, text/plain)
2013-10-19 09:00 UTC, Stefan Ringel
  Details

Description Stefan Ringel 2013-10-14 09:58:06 UTC
./autogen.sh --prefix=/usr
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.69
checking for intltool >= 0.25...
  testing intltoolize... found 0.50.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.28
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.ac
Running intltoolize...
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/codeset.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force --warnings=no-portability -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
configure.ac:31: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:31: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:31: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:14: installing './compile'
configure.ac:17: installing './config.guess'
configure.ac:17: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'
client/gnomedvb/Makefile.am:3: installing './py-compile'
autoreconf: Leaving directory `.'
Running ./configure --enable-maintainer-mode --prefix=/usr ...
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for valac... /usr/bin/valac
checking whether /usr/bin/valac is at least version 0.15.0... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.18.1
checking for XML::Parser... ok
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for timegm... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GST... yes
checking for GNOME_DVB_DAEMON... yes
checking for GLIB... yes
checking for GUDEV... yes
checking GStreamer 1.0 inspection tool... yes
checking GStreamer 1.0 tsparse plugin... yes
checking GStreamer 1.0 dvbbasebin plugin... yes
checking GStreamer 1.0 dvbsrc plugin... yes
checking GStreamer 1.0 rtpmp2tpay plugin... yes
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for headers required to compile python extensions... found
checking for PYGOBJECT... yes
checking for python module gi.repository... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating client/Makefile
config.status: creating client/gnomedvb/defs.py
config.status: creating client/gnomedvb/Makefile
config.status: creating client/totem-plugin/Makefile
config.status: creating data/Makefile
config.status: creating data/gnome-dvb-control.desktop.in
config.status: creating data/gnome-dvb-setup.desktop.in
config.status: creating data/icons/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing po/stamp-it commands

gnome-dvb-daemon 0.2.10

    Install Prefix:               /usr
    Python dir:                   ${prefix}/lib/python2.7/site-packages
    Build Totem plugin            no

Now type `make' to compile gnome-dvb-daemon
[sringel@localhost gnome-dvb-daemon]$ make
make  all-recursive
make[1]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon'
Making all in client
make[2]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/client'
Making all in gnomedvb
make[3]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/client/gnomedvb'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/client/gnomedvb'
make[3]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/client'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/client'
make[2]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/client'
Making all in data
make[2]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/data'
Making all in icons
make[3]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/data/icons'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/data/icons'
make[3]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/data'
  ITMRG  gnome-dvb-control.desktop
  ITMRG  gnome-dvb-setup.desktop
make[3]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/data'
make[2]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/data'
Making all in po
make[2]: Entering directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/po'
make[2]: *** Keine Regel vorhanden, um das Target »Makevars«, 
  benötigt von »Makefile«, zu erstellen.  Schluss.
make[2]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon/po'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/sringel/build/gnome-dvb-deamon/gnome-dvb-daemon'
make: *** [all] Fehler 2
Comment 1 Sebastian Pölsterl 2013-10-18 20:44:52 UTC
Created attachment 257664 [details] [review]
Update build system

Could you please check if the attached patch helps?
Comment 2 Stefan Ringel 2013-10-19 09:00:54 UTC
Created attachment 257689 [details]
build broken

(In reply to comment #1)
> Created an attachment (id=257664) [details] [review]
> Update build system
> 
> Could you please check if the attached patch helps?

It can not find ChangeLog. After generating with gen-changelog.py it configure works. .gmo files are generated.
Comment 3 Sebastian Pölsterl 2013-10-19 10:25:13 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.