sandbox:main signal SIGQUIT already had a handler ... >>> Unpacking source... >>> Unpacking xmlto-0.0.18.tar.bz2 to /var/tmp/portage/app-text/xmlto-0.0.18/work >>> Source unpacked in /var/tmp/portage/app-text/xmlto-0.0.18/work sandbox:main signal SIGQUIT already had a handler ... >>> Compiling source in /var/tmp/portage/app-text/xmlto-0.0.18/work/xmlto-0.0.18 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for mktemp program... mktemp checking for GNU find program... find checking for bash... bash checking for getopt program... getopt checking whether getopt handles long options... yes configure: creating ./config.status config.status: creating Makefile config.status: creating xmlto config.status: creating xmlto.spec config.status: creating config.h config.status: executing depfiles commands make -j3 make all-am make[1]: Entering directory `/var/tmp/portage/app-text/xmlto-0.0.18/work/xmlto-0.0.18' for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format XSL_DIR=./xsl \ bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; cat ./FAQ; exit $RC ) for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format XSL_DIR=./xsl \ bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; cat ./FAQ; exit $RC ) if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DNDEBUG -O2 -march=pentium3 -fomit-frame-pointer -pipe -MT xmlif/xmlif.o -MD -MP -MF "xmlif/.deps/xmlif.Tpo" -c -o xmlif/xmlif.o `test -f 'xmlif/xmlif.c' || echo './'`xmlif/xmlif.c; \ then mv -f "xmlif/.deps/xmlif.Tpo" "xmlif/.deps/xmlif.Po"; else rm -f "xmlif/.deps/xmlif.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -O2 -march=pentium3 -fomit-frame-pointer -pipe -Wl,-O1 -o xmlif/xmlif xmlif/xmlif.o Note: meta source : no *info/productname or alternative xmlif Note: meta source : see http://docbook.sf.net/el/productname xmlif Note: meta source : no refentry/refmeta/refmiscinfo@class=source xmlif Note: meta source : see http://docbook.sf.net/el/refmiscinfo xmlif Note: meta version: no *info/productnumber or alternative xmlif Note: meta version: see http://docbook.sf.net/el/productnumber xmlif Note: meta version: no refentry/refmeta/refmiscinfo@class=version xmlif Note: meta version: see http://docbook.sf.net/el/refmiscinfo xmlif Note: meta manual : no titled ancestor of refentry xmlif Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual xmlif Note: meta manual : see http://docbook.sf.net/el/refmiscinfo xmlif Note: meta source : no *info/productname or alternative xmlif Note: meta source : see http://docbook.sf.net/el/productname xmlif Note: meta source : no refentry/refmeta/refmiscinfo@class=source xmlif Note: meta source : see http://docbook.sf.net/el/refmiscinfo xmlif Note: meta version: no *info/productnumber or alternative xmlif Note: meta version: see http://docbook.sf.net/el/productnumber xmlif Note: meta version: no refentry/refmeta/refmiscinfo@class=version xmlif Note: meta version: see http://docbook.sf.net/el/refmiscinfo xmlif Note: meta manual : no titled ancestor of refentry xmlif Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual xmlif Note: meta manual : see http://docbook.sf.net/el/refmiscinfo xmlif Note: Writing xmlif.1 Note: Writing xmlif.1 Note: meta version: no *info/productnumber or alternative xmlto Note: meta version: see http://docbook.sf.net/el/productnumber xmlto Note: meta version: no refentry/refmeta/refmiscinfo@class=version xmlto Note: meta version: see http://docbook.sf.net/el/refmiscinfo xmlto Note: meta version: no *info/productnumber or alternative xmlto Note: meta version: see http://docbook.sf.net/el/productnumber xmlto Note: meta version: no refentry/refmeta/refmiscinfo@class=version xmlto Note: meta version: see http://docbook.sf.net/el/refmiscinfo xmlto Note: Writing xmlto.1 Note: Writing xmlto.1 Q: I'm trying to build xmlto on my Debian box, but it doesn't work. A: If you get `Attempt to load network entity' errors when building xmlto, your system does not have the required support for XML Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). In particular, Debian has no support for these. Try the Fedora Project . make[1]: *** [man/man1/xmlto.1] Ошибка 1 make[1]: Leaving directory `/var/tmp/portage/app-text/xmlto-0.0.18/work/xmlto-0.0.18' make: *** [all] Ошибка 2 * * ERROR: app-text/xmlto-0.0.18 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2162: Called die * The specific snippet of code: * emake || die * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-text/xmlto-0.0.18/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/xmlto-0.0.18/temp/environment'. *