Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135975 - app-emulation/bochs-2.2.6 fails parallel make
Summary: app-emulation/bochs-2.2.6 fails parallel make
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-07 12:33 UTC by Patrizio Bassi
Modified: 2007-10-03 09:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrizio Bassi 2006-06-07 12:33:30 UTC
never saw a bug like this:


/bin/sh ../libtool --mode=link i686-pc-linux-gnu-g++ -module ne2k.lo eth.lo eth_null.lo eth_vnet.lo eth_fbsd.lo eth_linux.lo eth_tap.lo eth_vde.lo eth_tuntap.lo -o libbx_ne2k.la -rpath /usr/lib
i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtbeginS.o  .libs/sb16.o .libs/soundlnx.o  -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crtn.o  -Wl,-soname -Wl,libbx_sb16.so.0 -o .libs/libbx_sb16.so.0.0.0
(cd .libs && rm -f libbx_sb16.so.0 && ln -s libbx_sb16.so.0.0.0 libbx_sb16.so.0)
(cd .libs && rm -f libbx_sb16.so && ln -s libbx_sb16.so.0.0.0 libbx_sb16.so)
creating libbx_sb16.la
(cd .libs && rm -f libbx_sb16.la && ln -s ../libbx_sb16.la libbx_sb16.la)
i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtbeginS.o  .libs/ne2k.o .libs/eth.o .libs/eth_null.o .libs/eth_vnet.o .libs/eth_fbsd.o .libs/eth_linux.o .libs/eth_tap.o .libs/eth_vde.o .libs/eth_tuntap.o  -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crtn.o  -Wl,-soname -Wl,libbx_ne2k.so.0 -o .libs/libbx_ne2k.so.0.0.0
(cd .libs && rm -f libbx_ne2k.so.0 && ln -s libbx_ne2k.so.0.0.0 libbx_ne2k.so.0)
(cd .libs && rm -f libbx_ne2k.so && ln -s libbx_ne2k.so.0.0.0 libbx_ne2k.so)
creating libbx_ne2k.la
(cd .libs && rm -f libbx_ne2k.la && ln -s ../libbx_ne2k.la libbx_ne2k.la)
make[1]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/bochs-2.2.6/work/bochs-2.2.6/iodev'

!!! ERROR: app-emulation/bochs-2.2.6 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  bochs-2.2.6.ebuild, line 98:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


there are no errors !!! probably a make exit value trouble...but no errors previously neither.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-07 14:09:33 UTC
Well, post emerge --info and try again w/ MAKEOPTS="-j1", we really need to see the errors.
Comment 2 Patrizio Bassi 2006-06-10 03:04:04 UTC
with -j1 it works, but fails later on jade processing...


make[1]: Entering directory `/mnt/Dati/Gentoo/tmp/portage/bochs-2.2.6/work/bochs-2.2.6/doc/docbook'
mkdir -p user
/usr/bin/docbook2html -o user ./user/user.dbk
Using catalogs: /etc/sgml/sgml-docbook-4.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html
Working on: /mnt/Dati/Gentoo/tmp/portage/bochs-2.2.6/work/bochs-2.2.6/doc/docbook/./user/user.dbk
jade:/usr/share/sgml/docbook/sgml-dtd-4.1/dbcent.mod:53:65:W: cannot generate system identifier for public text "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN"
jade:/usr/share/sgml/docbook/sgml-dtd-4.1/dbcent.mod:54:8:E: reference to entity "ISOamsa" for which no system identifier could be generated


[cut]

jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../common/dbl1sr.dsl:3:5:E: reference to entity "lat2" for which no system identifier could be generated
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../common/dbl1sr.dsl:2:0: entity was defined here
make[1]: *** [user/index.html] Error 8
make[1]: Leaving directory `/mnt/Dati/Gentoo/tmp/portage/bochs-2.2.6/work/bochs-2.2.6/doc/docbook'
make: *** [build_docbook] Error 2

!!! ERROR: app-emulation/bochs-2.2.6 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  bochs-2.2.6.ebuild, line 98:   Called die
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-10 05:16:04 UTC
(In reply to comment #2)
> with -j1 it works, but fails later on jade processing...

Unrelated, file a new bug, please.
Comment 4 Zsolti 2007-09-23 19:20:42 UTC
same here with bochs-2.3.5. fails at the end (with -j1) with jade processing.
Comment 5 Patrizio Bassi 2007-10-03 09:02:36 UTC
latest 2.3.5 has no issues. closing