On 06/13/2013 02:55 PM, lux-integ wrote: > On Thursday 13 June 2013 13:33:08 Armin K. wrote: >> can you post the >> output from the "make" command (possibly whole part where it fails or >> just whole output). > > > CC gdbus_test_fixture-gdbus-test-fixture.o > CCLD gdbus-test-fixture > CC appinfo-test.o > CCLD appinfo-test > /usr/bin/msgfmt -o test.mo ./de.po; \ > /bin/mkdir -p de/LC_MESSAGES; \ > cp -f test.mo de/LC_MESSAGES > make[6]: Leaving directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/gio/tests' > make[5]: Leaving directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/gio/tests' > make[4]: Leaving directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/gio/tests' > make[3]: Leaving directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/gio' > make[2]: Leaving directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/gio' > Making all in po > make[2]: Entering directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/po' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/po' > Making all in docs > make[2]: Entering directory `/usr/src/pcreFIX/BUILD/glib-2.36.3/docs' > Making all in reference > make[3]: Entering directory > `/usr/src/pcreFIX/BUILD/glib-2.36.3/docs/reference' > Making all in glib > make[4]: Entering directory > `/usr/src/pcreFIX/BUILD/glib-2.36.3/docs/reference/glib' > cd ../../.. && /bin/sh /usr/src/pcreFIX/BUILD/glib-2.36.3/missing > automake-1.13 --gnu docs/reference/glib/Makefile > configure.ac:66: error: version mismatch. This is Automake 1.13.1, > configure.ac:66: but the definition used by this AM_INIT_AUTOMAKE > configure.ac:66: comes from Automake 1.13.2. You should recreate > configure.ac:66: aclocal.m4 with aclocal and run automake again. > gtk-doc.make:32: warning: EXTRA_DIST multiply defined in condition TRUE ... > docs/reference/glib/Makefile.am:85: 'gtk-doc.make' included from here > Makefile.decl:8: ... 'EXTRA_DIST' previously defined here > docs/reference/glib/Makefile.am:2: 'Makefile.decl' included from here > WARNING: 'automake-1.13' is probably too old. > You should only need it if you modified 'Makefile.am' or > 'configure.ac' or m4 files included by 'configure.ac'. > The 'automake' program is part of the GNU Automake package: > <http://www.gnu.org/software/automake> > It also requires GNU Autoconf, GNU m4 and Perl in order to run: > <http://www.gnu.org/software/autoconf> > <http://www.gnu.org/software/m4/> > <http://www.perl.org/> > make[4]: *** [Makefile.in] Error 63 > make[4]: Leaving directory > `/usr/src/pcreFIX/BUILD/glib-2.36.3/docs/reference/glib' > make[3]: *** [all-recursive] Error 1 >
Just autotools screw up. Either remove "docs" from SUBDIRS in Makefile.in or see if there is any --disable-docs or equivalent switch to configure. If that fails, install gtk-doc and run "autoreconf -fi". -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
