Results 1 to 5 of 5
I keep running into fails on config stage during an emerge. I have been able to solve some, during a 300 plus package update, by web searching. If there is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-22-2012 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
Unable to emerge /app-text:docbook2X-0.8.8-r2 during world update
I keep running into fails on config stage during an emerge. I have been able to solve some, during a 300 plus package update, by web searching. If there is a link or wiki that deals with how to solve config failures. My present failure is the:
/app-text:docbook2X-0.8.8-r2 and my cat /var/log is as follows.
Should I be able to solve this problem, mostly by the info from the above? I am hoping for a more direct solution to solving this kind of problem than websearching.Code:cat /var/log/portage/app-text:docbook2X-0.8.8-r2:20120122-075538.log * Package: app-text/docbook2X-0.8.8-r2 * Repository: gentoo * Maintainer: sgml@gentoo.org * USE: elibc_glibc kernel_linux userland_GNU x86 * FEATURES: sandbox >>> Unpacking source... >>> Unpacking docbook2X-0.8.8.tar.gz to /var/tmp/portage/app-text/docbook2X-0.8.8-r2/work * Applying docbook2X-0.8.8-filename_whitespace_handling.patch ... [ ok ] * Applying docbook2X-0.8.8-preprocessor_declaration_syntax.patch ... [ ok ] * Applying docbook2X-0.8.8-error_on_missing_refentry.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8' ... * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy ... [ ok ] >>> Source unpacked in /var/tmp/portage/app-text/docbook2X-0.8.8-r2/work >>> Compiling source in /var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8 ... * econf: updating docbook2X-0.8.8/config.guess with /usr/share/gnuconfig/config.guess * econf: updating docbook2X-0.8.8/config.sub with /usr/share/gnuconfig/config.sub ./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 --with-xslt-processor=libxslt --program-transform-name=s,\(docbook2.*\),\1.pl, checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for perl... /usr/bin/perl checking for iconv... /usr/bin/iconv checking for sgml2xml... no checking for osx... no checking for makeinfo... /usr/bin/makeinfo checking for groff... /usr/bin/groff checking for xmllint... /usr/bin/xmllint checking for tidy... no checking for xsltproc... /usr/bin/xsltproc checking for java... /usr/bin/java checking for /usr/local/share/java/resolver.jar... no checking for /usr/share/java/resolver.jar... no checking for /usr/share/java/xml-commons-resolver-1.1.jar... no checking for /usr/local/share/java/saxon.jar... no checking for /usr/share/java/saxon.jar... no checking for /usr/local/share/java/xalan.jar... no checking for /usr/share/java/xalan.jar... no checking for /usr/share/java/xalan2.jar... no checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getline... yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating charmaps/Makefile config.status: creating dtd/Makefile config.status: creating xslt/Makefile config.status: creating xslt/common/Makefile config.status: creating xslt/common/text/Makefile config.status: creating xslt/man/Makefile config.status: creating xslt/texi/Makefile config.status: creating xslt/documentation/Makefile config.status: creating xslt/backend/Makefile config.status: creating perl/Makefile config.status: creating perl/config.pl config.status: creating perl/sgml2xml-isoent config.status: creating utf8trans/Makefile config.status: creating doc/Makefile config.status: creating test/Makefile config.status: creating test/refentry/Makefile config.status: creating test/complete-manuals/Makefile config.status: creating test/utf8trans/Makefile config.status: creating test/sgml/Makefile config.status: creating utf8trans/config.h config.status: executing depfiles commands make -j2 Making all in . make[1]: Entering directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8' Making all in charmaps make[1]: Entering directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8/charmaps' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8/charmaps' Making all in dtd make[1]: Entering directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8/dtd' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8/dtd' Making all in perl make[1]: Entering directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8/perl' rm -f db2x_xsltproc rm -f db2x_manxml cat config.pl db2x_xsltproc.pl >db2x_xsltproc cat config.pl XML/Handler/SGMLSpl.pm db2x_manxml.pl >db2x_manxml chmod 555 db2x_xsltproc chmod 555 db2x_manxml /usr/bin/perl -c -w db2x_xsltproc /usr/bin/perl -c -w db2x_manxml db2x_xsltproc syntax OK rm -f db2x_texixml cat config.pl XML/Handler/SGMLSpl.pm db2x_texixml.pl >db2x_texixml chmod 555 db2x_texixml /usr/bin/perl -c -w db2x_texixml Can't locate XML/SAX/ParserFactory.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.4/i686-linux-debug /usr/lib/perl5/site_perl/5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug /usr/lib/perl5/vendor_perl/5.12.4 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.12.4/i686-linux-debug /usr/lib/perl5/5.12.4 /usr/local/lib/site_perl .) at db2x_manxml line 2436. BEGIN failed--compilation aborted at db2x_manxml line 2436. make[1]: *** [db2x_manxml] Error 2 make[1]: *** Waiting for unfinished jobs.... Can't locate XML/SAX/ParserFactory.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.4/i686-linux-debug /usr/lib/perl5/site_perl/5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug /usr/lib/perl5/vendor_perl/5.12.4 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.12.4/i686-linux-debug /usr/lib/perl5/5.12.4 /usr/local/lib/site_perl .) at db2x_texixml line 2147. BEGIN failed--compilation aborted at db2x_texixml line 2147. make[1]: *** [db2x_texixml] Error 2 make[1]: Leaving directory `/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8/perl' make: *** [all-recursive] Error 1 emake failed * ERROR: app-text/docbook2X-0.8.8-r2 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 85: Called src_compile * environment, line 2714: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =app-text/docbook2X-0.8.8-r2', * the complete build log and the output of 'emerge -pqv =app-text/docbook2X-0.8.8-r2'. * The complete build log is located at '/var/log/portage/app-text:docbook2X-0.8.8-r2:20120122-075538.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/docbook2X-0.8.8-r2/temp/environment'. * S: '/var/tmp/portage/app-text/docbook2X-0.8.8-r2/work/docbook2X-0.8.8' frank frank #
- 01-22-2012 #2
Usually you can solve this with the info provided above. I just did a search for
I think there are two ways to solve this and the first way is not a fix but a workaround.Can't locate XML/SAX/ParserFactory.pm in @INC
1. Remove the doc use flag from make.conf and the docs won't get built.
2. Try rebuilding XML-LibXML.
Code:emerge -1 XML-LibXML
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 01-23-2012 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
Thanks Mike, I put a - before all references to doc.. as in -doc. Ane here is my rebuild, of XML-LibXML
I did the following equery depends, which may be important.Code:Code:emerge -l XML-LibXML Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-perl/XML-LibXML-1.900.0 * XML-LibXML-1.90.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking XML-LibXML-1.90.tar.gz to /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/work >>> Source unpacked in /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/work >>> Preparing source in /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/work/XML-LibXML-1.90 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/work/XML-LibXML-1.90 ... * Using ExtUtils::MakeMaker * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/ enable native perl UTF8 running xml2-config...ok (2.7.8) looking for -lxml2... yes Checking if your kit is complete... Looks good Writing Makefile for XML::LibXML >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/work/XML-LibXML-1.90 ... * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed make -j2 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' i686-pc-linux-gnu-gcc -c -I/usr/include/libxml2 -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -pipe -g -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux-debug/CORE" -DHAVE_UTF8 -DHAVE_BLANK Av_CharPtrPtr.c cp lib/XML/LibXML/Devel.pm blib/lib/XML/LibXML/Devel.pm cp lib/XML/LibXML/ErrNo.pod blib/lib/XML/LibXML/ErrNo.pod cp lib/XML/LibXML/DOM.pod blib/lib/XML/LibXML/DOM.pod cp lib/XML/LibXML/SAX/Builder.pm blib/lib/XML/LibXML/SAX/Builder.pm cp lib/XML/LibXML/DocumentFragment.pod blib/lib/XML/LibXML/DocumentFragment.pod cp lib/XML/LibXML/XPathContext.pod blib/lib/XML/LibXML/XPathContext.pod cp lib/XML/LibXML/Reader.pm blib/lib/XML/LibXML/Reader.pm cp lib/XML/LibXML/InputCallback.pod blib/lib/XML/LibXML/InputCallback.pod cp lib/XML/LibXML/Namespace.pod blib/lib/XML/LibXML/Namespace.pod cp lib/XML/LibXML/SAX/Builder.pod blib/lib/XML/LibXML/SAX/Builder.pod cp lib/XML/LibXML/Document.pod blib/lib/XML/LibXML/Document.pod cp lib/XML/LibXML/Attr.pod blib/lib/XML/LibXML/Attr.pod cp lib/XML/LibXML/SAX/Generator.pm blib/lib/XML/LibXML/SAX/Generator.pm cp lib/XML/LibXML/CDATASection.pod blib/lib/XML/LibXML/CDATASection.pod cp lib/XML/LibXML/Reader.pod blib/lib/XML/LibXML/Reader.pod cp LibXML.pod blib/lib/XML/LibXML.pod cp lib/XML/LibXML/Common.pod blib/lib/XML/LibXML/Common.pod cp lib/XML/LibXML/RelaxNG.pod blib/lib/XML/LibXML/RelaxNG.pod cp lib/XML/LibXML/ErrNo.pm blib/lib/XML/LibXML/ErrNo.pm cp lib/XML/LibXML/PI.pod blib/lib/XML/LibXML/PI.pod cp lib/XML/LibXML/Error.pod blib/lib/XML/LibXML/Error.pod cp lib/XML/LibXML/Comment.pod blib/lib/XML/LibXML/Comment.pod cp lib/XML/LibXML/Dtd.pod blib/lib/XML/LibXML/Dtd.pod cp lib/XML/LibXML/Number.pm blib/lib/XML/LibXML/Number.pm cp lib/XML/LibXML/SAX.pm blib/lib/XML/LibXML/SAX.pm cp lib/XML/LibXML/Literal.pm blib/lib/XML/LibXML/Literal.pm cp lib/XML/LibXML/Node.pod blib/lib/XML/LibXML/Node.pod cp LibXML.pm blib/lib/XML/LibXML.pm cp lib/XML/LibXML/XPathExpression.pod blib/lib/XML/LibXML/XPathExpression.pod cp lib/XML/LibXML/Parser.pod blib/lib/XML/LibXML/Parser.pod cp lib/XML/LibXML/SAX/Parser.pm blib/lib/XML/LibXML/SAX/Parser.pm cp lib/XML/LibXML/Element.pod blib/lib/XML/LibXML/Element.pod cp lib/XML/LibXML/SAX.pod blib/lib/XML/LibXML/SAX.pod cp lib/XML/LibXML/Common.pm blib/lib/XML/LibXML/Common.pm cp lib/XML/LibXML/XPathContext.pm blib/lib/XML/LibXML/XPathContext.pm cp lib/XML/LibXML/Error.pm blib/lib/XML/LibXML/Error.pm cp lib/XML/LibXML/Text.pod blib/lib/XML/LibXML/Text.pod cp lib/XML/LibXML/Boolean.pm blib/lib/XML/LibXML/Boolean.pm cp lib/XML/LibXML/RegExp.pod blib/lib/XML/LibXML/RegExp.pod cp lib/XML/LibXML/Schema.pod blib/lib/XML/LibXML/Schema.pod cp lib/XML/LibXML/Pattern.pod blib/lib/XML/LibXML/Pattern.pod cp lib/XML/LibXML/NodeList.pm blib/lib/XML/LibXML/NodeList.pm /usr/bin/perl5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.4/ExtUtils/typemap -typemap typemap Devel.xs > Devel.xsc && mv Devel.xsc Devel.c /usr/bin/perl5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.4/ExtUtils/typemap -typemap typemap LibXML.xs > LibXML.xsc && mv LibXML.xsc LibXML.c i686-pc-linux-gnu-gcc -c -I/usr/include/libxml2 -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -pipe -g -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux-debug/CORE" -DHAVE_UTF8 -DHAVE_BLANK dom.c i686-pc-linux-gnu-gcc -c -I/usr/include/libxml2 -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -pipe -g -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux-debug/CORE" -DHAVE_UTF8 -DHAVE_BLANK perl-libxml-mm.c i686-pc-linux-gnu-gcc -c -I/usr/include/libxml2 -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -pipe -g -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux-debug/CORE" -DHAVE_UTF8 -DHAVE_BLANK perl-libxml-sax.c i686-pc-linux-gnu-gcc -c -I/usr/include/libxml2 -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -pipe -g -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux-debug/CORE" -DHAVE_UTF8 -DHAVE_BLANK xpath.c Running Mkbootstrap for XML::LibXML () chmod 644 LibXML.bs i686-pc-linux-gnu-gcc -c -I/usr/include/libxml2 -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -pipe -g -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux-debug/CORE" -DHAVE_UTF8 -DHAVE_BLANK Devel.c i686-pc-linux-gnu-gcc -c -I/usr/include/libxml2 -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -pipe -g -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux-debug/CORE" -DHAVE_UTF8 -DHAVE_BLANK LibXML.c cp LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs chmod 644 blib/arch/auto/XML/LibXML/LibXML.bs rm -f blib/arch/auto/XML/LibXML/LibXML.so LD_RUN_PATH="/usr/lib/../lib:/lib/../lib" i686-pc-linux-gnu-gcc -shared -O2 -march=i686 -pipe -g -L/usr/local/lib -Wl,-O1 -Wl,--as-needed Av_CharPtrPtr.o Devel.o LibXML.o dom.o perl-libxml-mm.o perl-libxml-sax.o xpath.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/XML/LibXML/LibXML.so \ -lxml2 -lz -lm \ chmod 755 blib/arch/auto/XML/LibXML/LibXML.so >>> Source compiled. >>> Test phase [not enabled]: dev-perl/XML-LibXML-1.900.0 >>> Install XML-LibXML-1.900.0 into /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/ category dev-perl make -j2 pure_install doc_install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/auto/XML/LibXML/LibXML.bs Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/auto/XML/LibXML/LibXML.so Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/CDATASection.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/XPathExpression.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Attr.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Common.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Common.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Literal.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/RelaxNG.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Text.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Schema.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/PI.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/ErrNo.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Comment.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Boolean.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Devel.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Number.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Parser.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Node.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/SAX.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Error.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/NodeList.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/XPathContext.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Reader.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Document.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/XPathContext.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Pattern.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Dtd.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/SAX.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Namespace.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/RegExp.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Reader.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Element.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/InputCallback.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/Error.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/ErrNo.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/DocumentFragment.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/DOM.pod Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/SAX/Parser.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/SAX/Generator.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/SAX/Builder.pm Installing /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/XML/LibXML/SAX/Builder.pod >>> Completed installing XML-LibXML-1.900.0 into /var/tmp/portage/dev-perl/XML-LibXML-1.900.0/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug/auto/XML/LibXML/LibXML.so ecompressdir: bzip2 -9 /usr/share/doc >>> Installing (1 of 1) dev-perl/XML-LibXML-1.900.0 * Update Parser: remove XML::LibXML::SAX::Parser Can't locate XML/SAX/Exception.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.4/i686-linux-debug /usr/lib/perl5/site_perl/5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug /usr/lib/perl5/vendor_perl/5.12.4 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.12.4/i686-linux-debug /usr/lib/perl5/5.12.4 /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. Compilation failed in require. BEGIN failed--compilation aborted. * Update Parser: remove XML::LibXML::SAX::Parser failed * Update Parser: remove XML::LibXML::SAX Can't locate XML/SAX/Exception.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.4/i686-linux-debug /usr/lib/perl5/site_perl/5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug /usr/lib/perl5/vendor_perl/5.12.4 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.12.4/i686-linux-debug /usr/lib/perl5/5.12.4 /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. Compilation failed in require. BEGIN failed--compilation aborted. * Update Parser: remove XML::LibXML::SAX failed * Update Parser: add XML::LibXML::SAX::Parser Can't locate XML/SAX/Exception.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.4/i686-linux-debug /usr/lib/perl5/site_perl/5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug /usr/lib/perl5/vendor_perl/5.12.4 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.12.4/i686-linux-debug /usr/lib/perl5/5.12.4 /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. Compilation failed in require. BEGIN failed--compilation aborted. * Update Parser: add XML::LibXML::SAX::Parser failed * Update Parser: add XML::LibXML::SAX Can't locate XML/SAX/Exception.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.4/i686-linux-debug /usr/lib/perl5/site_perl/5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/i686-linux-debug /usr/lib/perl5/vendor_perl/5.12.4 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.12.4/i686-linux-debug /usr/lib/perl5/5.12.4 /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX/ParserFactory.pm line 12. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/XML/SAX.pm line 18. Compilation failed in require. BEGIN failed--compilation aborted. * Update Parser: add XML::LibXML::SAX failed * Messages for package dev-perl/XML-LibXML-1.900.0: * Update Parser: remove XML::LibXML::SAX::Parser failed * Update Parser: remove XML::LibXML::SAX failed * Messages for package dev-perl/XML-LibXML-1.900.0: * Update Parser: add XML::LibXML::SAX::Parser failed * Update Parser: add XML::LibXML::SAX failed >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date. * IMPORTANT: config file '/etc/DIR_COLORS' needs updating. * See the CONFIGURATION FILES section of the emerge * man page to learn how to update config files.
Code:equery depends =app-text/docbook2X-0.8.8-r2 * These packages depend on app-text/docbook2X-0.8.8-r2: dev-vcs/git-1.7.3.4-r1 (doc ? app-text/docbook2X)
I am thinking gettext and doc, are both text applications/entities, that might be why excluding the doc flag may not work.Code:equery depends sys-devel/gettext-0.18.1.1-r3 * These packages depend on sys-devel/gettext-0.18.1.1-r3: app-admin/pessulus-2.30.4 (sys-devel/gettext) app-admin/system-config-printer-gnome-1.3.6 (sys-devel/gettext) app-arch/file-roller-2.32.2 (sys-devel/gettext) app-arch/gzip-1.4 (nls ? sys-devel/gettext) app-arch/tar-1.26 (nls ? >=sys-devel/gettext-0.10.35) app-cdr/brasero-2.32.1-r1 (sys-devel/gettext) app-crypt/gnupg-2.0.18 (nls ? sys-devel/gettext) app-crypt/seahorse-2.32.0 (sys-devel/gettext) app-editors/gedit-2.30.4 (>=sys-devel/gettext-0.17) app-editors/nano-2.2.5 (nls ? sys-devel/gettext) app-text/evince-2.32.0-r3 (sys-devel/gettext) app-text/gnome-doc-utils-0.20.6 (sys-devel/gettext) app-text/hunspell-1.3.2-r3 (sys-devel/gettext) app-text/iso-codes-3.30 (sys-devel/gettext) dev-games/ggz-client-libs-0.0.14.1 (sys-devel/gettext) dev-lang/yasm-1.2.0 (nls ? sys-devel/gettext) dev-libs/atk-1.32.0-r1 (nls ? sys-devel/gettext) dev-libs/elfutils-0.149 (nls ? sys-devel/gettext) dev-libs/glib-2.28.8 (>=sys-devel/gettext-0.11) dev-libs/libcdio-0.83 (sys-devel/gettext) dev-libs/libgpg-error-1.10-r1 (nls ? sys-devel/gettext) dev-libs/libgweather-2.30.3 (sys-devel/gettext) dev-libs/libunique-1.1.6-r1 (sys-devel/gettext) dev-libs/popt-1.16-r1 (nls ? sys-devel/gettext) dev-libs/totem-pl-parser-2.32.6 (>=sys-devel/gettext-0.17) dev-perl/Locale-gettext-1.50.0 (sys-devel/gettext) dev-scheme/guile-1.8.8-r1 (sys-devel/gettext) dev-util/dialog-1.1.20100428 (nls ? sys-devel/gettext) dev-util/intltool-0.50.0 (sys-devel/gettext) gnome-base/gdm-2.20.11-r1 (sys-devel/gettext) gnome-base/gnome-control-center-2.32.1-r1 (sys-devel/gettext) gnome-base/gnome-keyring-2.32.1-r1 (sys-devel/gettext) gnome-base/gnome-menus-2.30.5 (sys-devel/gettext) gnome-base/gnome-session-2.32.1-r3 (>=sys-devel/gettext-0.10.40) gnome-base/gnome-settings-daemon-2.32.1-r2 (sys-devel/gettext) gnome-base/gnome-vfs-2.24.4-r1 (sys-devel/gettext) gnome-base/gsettings-desktop-schemas-3.0.1 (sys-devel/gettext) gnome-base/libbonoboui-2.24.5 (sys-devel/gettext) gnome-base/libgnome-keyring-2.32.0 (sys-devel/gettext) gnome-base/libgnomecanvas-2.30.3 (sys-devel/gettext) gnome-base/libgnomeui-2.24.5 (sys-devel/gettext) gnome-base/nautilus-2.32.2.1-r1 (sys-devel/gettext) gnome-extra/deskbar-applet-2.32.0 (sys-devel/gettext) gnome-extra/gcalctool-5.32.2 (sys-devel/gettext) gnome-extra/gconf-editor-2.32.0 (sys-devel/gettext) gnome-extra/gnome-games-2.28.2 (>=sys-devel/gettext-0.10.40) gnome-extra/gnome-power-manager-2.32.0-r2 (sys-devel/gettext) gnome-extra/gtkhtml-3.32.2 (sys-devel/gettext) gnome-extra/hamster-applet-2.32.1 (sys-devel/gettext) gnome-extra/polkit-gnome-0.101-r1 (sys-devel/gettext) gnome-extra/swfdec-gnome-2.30.1 (sys-devel/gettext) gnome-extra/yelp-2.30.2-r5 (sys-devel/gettext) gnome-extra/yelp-xsl-3.2.1 (sys-devel/gettext) gnome-extra/zenity-2.32.1 (>=sys-devel/gettext-0.14) mail-client/evolution-2.32.3 (sys-devel/gettext) media-gfx/eog-2.32.1 (sys-devel/gettext) media-libs/flac-1.2.1-r3 (!elibc_uclibc ? sys-devel/gettext) media-libs/gst-plugins-base-0.10.35 (nls ? >=sys-devel/gettext-0.11.5) media-libs/gst-plugins-good-0.10.30 (>=sys-devel/gettext-0.11.5) media-libs/gst-plugins-ugly-0.10.18 (>=sys-devel/gettext-0.11.5) media-libs/gstreamer-0.10.35 (nls ? sys-devel/gettext) media-libs/libexif-0.6.20 (nls ? sys-devel/gettext) media-plugins/gst-plugins-dts-0.10.22 (sys-devel/gettext) media-plugins/gst-plugins-faac-0.10.22 (sys-devel/gettext) media-plugins/gst-plugins-faad-0.10.22 (sys-devel/gettext) media-plugins/gst-plugins-resindvd-0.10.22 (sys-devel/gettext) media-video/gnome-video-effects-0.3.0 (>=sys-devel/gettext-0.17) net-dns/libidn-1.24 (nls ? >=sys-devel/gettext-0.17) net-libs/glib-networking-2.28.7 (sys-devel/gettext) net-libs/gnutls-2.10.5 (nls ? sys-devel/gettext) net-libs/gtk-vnc-0.4.3-r1 (sys-devel/gettext) net-libs/webkit-gtk-1.4.3-r200 (sys-devel/gettext) net-misc/wget-1.12-r3 (nls ? sys-devel/gettext) sys-apps/acl-2.2.51 (nls ? sys-devel/gettext) sys-apps/attr-2.4.46-r1 (nls ? sys-devel/gettext) sys-apps/coreutils-8.15 (nls ? >=sys-devel/gettext-0.15) sys-apps/diffutils-3.2 (nls ? sys-devel/gettext) sys-apps/findutils-4.5.10-r1 (nls ? sys-devel/gettext) sys-apps/gawk-4.0.0 (nls ? sys-devel/gettext) sys-apps/gnome-disk-utility-2.32.1-r1 (sys-devel/gettext) sys-apps/grep-2.10 (nls ? sys-devel/gettext) sys-apps/kbd-1.15.3 (nls ? sys-devel/gettext) sys-apps/man-1.6f-r4 (nls ? sys-devel/gettext) sys-apps/mlocate-0.24 (nls ? sys-devel/gettext) sys-apps/sed-4.2.1-r1 (nls ? sys-devel/gettext) sys-apps/shadow-4.1.4.3 (nls ? sys-devel/gettext) sys-apps/texinfo-4.13-r1 (nls ? sys-devel/gettext) sys-apps/util-linux-2.19.1-r1 (nls ? sys-devel/gettext) sys-block/eject-2.1.5-r2 (nls ? sys-devel/gettext) sys-block/parted-3.0 (nls ? >=sys-devel/gettext-0.12.1-r2) sys-devel/binutils-2.22-r1 (nls ? sys-devel/gettext) sys-devel/bison-2.5 (nls ? sys-devel/gettext) sys-devel/flex-2.5.35_p10 (nls ? sys-devel/gettext) sys-devel/gcc-4.5.3-r1 (nls ? sys-devel/gettext) sys-devel/gdb-7.2 (nls ? sys-devel/gettext) sys-devel/make-3.82-r3 (nls ? sys-devel/gettext) sys-fs/e2fsprogs-1.41.14 (nls ? sys-devel/gettext) sys-libs/e2fsprogs-libs-1.42 (nls ? sys-devel/gettext) sys-libs/glibc-2.14.1-r2 (nls ? sys-devel/gettext) sys-libs/pam-1.1.5 (nls ? sys-devel/gettext) sys-process/psmisc-22.14 (nls ? sys-devel/gettext) virtual/libintl-0 (!elibc_uclibc ? sys-devel/gettext) x11-libs/gdk-pixbuf-2.24.0-r1 (>=sys-devel/gettext-0.17) x11-libs/gtksourceview-2.10.5-r1 (>=sys-devel/gettext-0.17) x11-libs/libXpm-3.5.9 (sys-devel/gettext) x11-libs/libgksu-2.0.12-r1 (nls ? >=sys-devel/gettext-0.14.1) x11-libs/libwnck-2.30.7 (sys-devel/gettext) x11-libs/libxklavier-5.1 (sys-devel/gettext) x11-libs/vte-0.28.2-r200 (sys-devel/gettext) x11-misc/alacarte-0.13.2 (sys-devel/gettext) x11-misc/notification-daemon-0.5.0 (>=sys-devel/gettext-0.14) x11-misc/shared-mime-info-0.90 (sys-devel/gettext) x11-misc/xdg-user-dirs-0.14 (nls ? sys-devel/gettext) x11-terms/gnome-terminal-2.32.1 (sys-devel/gettext) x11-themes/gnome-backgrounds-3.2.0 (sys-devel/gettext) x11-themes/gnome-icon-theme-3.2.1.2 (sys-devel/gettext) x11-themes/gnome-themes-2.32.1-r1 (sys-devel/gettext) x11-themes/gnome-themes-standard-3.0.2 (sys-devel/gettext) x11-themes/sound-theme-freedesktop-0.7 (sys-devel/gettext) x11-wm/metacity-2.30.3 (sys-devel/gettext)
I forgot this equery
Code:equery depends dev-vcs/git-1.7.3.4-r1 * These packages depend on dev-vcs/git-1.7.3.4-r1: sys-devel/gettext-0.18.1.1-r3 (git ? dev-vcs/git)
Last edited by frank56; 01-23-2012 at 01:07 AM. Reason: error
- 01-23-2012 #4
Not sure here...maybe enable the doc use flag in make.conf but set -doc in package.use for XML-LibXML?
Maybe tryCode:>=dev-perl/XML-LibXML-1.900.0 -doc
Code:perl-cleaner
perl-cleaner -- Find & rebuild packages and Perl header files broken due to a perl upgrade
Usage: /usr/sbin/perl-cleaner [OPTION]
Options:
-h, --help Print usage
-V, --version Print version
-p, --pretend Pretend (don't do anything)
-v, --verbose Increase verbosity (may be specified multiple times)
-q, --quiet Decrease verbosity
--modules Rebuild perl modules for old installs of perl
--allmodules Rebuild all perl modules
--libperl Rebuild anything linked against libperl
--ph-clean Clean out old ph files from a previous perl
--phupdate Update existing ph files, useful after an upgrade to system parts like the kernel
--phall Short for --ph-clean --phupdate
--all Short for --modules --libperl --phall
--reallyall Short for --allmodules --libperl --phall
--leftovers Shows all files that were not rebuilt
-P PM, --package-manager PM
Use package manager PM, where PM can be one of:
* portage (Default)
* pkgcore
* paludis
-- OPTIONS Pass additional options to package managerI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 01-23-2012 #5Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
Thanks Mike Solved this one. I followed your suggestion with perl-cleaner. I was not sure about which option to use, I followed this link.:
Upgrade Perl on Gentoo | MDLog:/sysadmin I think after trying two others. what seemed to work was perl-cleaner --allmodules followed by the world update. This was the first time I used perl-cleaner. Unfortunately it did not help to solve the next emerge problem. Hopefully, I there will come a time when I won't need your help as much as I am needing it to solve similar problems. And hopefully others are learning from my mistakes.
By the way, for a few hours I could not get past a blank screen on this forum, with only an ad for Microsoft Windows 7 showing.
I didn't see your example for doing perl-cleaner. I take it the correct way would have been for me to cd /usr/sbin/perl-cleaner --allmodules or other option




