Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168414 - dev-db/tora-1.3.18 failed on parallel make
Summary: dev-db/tora-1.3.18 failed on parallel make
Status: RESOLVED DUPLICATE of bug 133326
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 05:40 UTC by Xuefer
Modified: 2007-02-26 07:30 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 Xuefer 2007-02-26 05:40:46 UTC
i'm using MAKEOPTS="-j8" in /etc/make.conf, emerge -u tora gives me error while building tora (see below), i have no problem with MAKEOPTS="-j1"

Reproducible: Always

Steps to Reproduce:
1. emerge -u tora




(cd .libs && rm -f libtoworksheet.la && ln -s ../libtoworksheet.la libtoworksheet.la)
x86_64-pc-linux-gnu-ar cru .libs/libtotemporary.a  totemporary.o 
x86_64-pc-linux-gnu-ranlib .libs/libtotemporary.a
creating libtotemporary.la
(cd .libs && rm -f libtotemporary.la && ln -s ../libtotemporary.la libtotemporary.la)
/bin/sh ./libtool --mode=link x86_64-pc-linux-gnu-g++  -DQT_THREAD_SUPPORT -O2 -march=athlon64 -fomit-frame-pointer -pipe -funroll-all-loops -ftracer -funit-at-a-time -fpeel-loops -funswitch-loops -D_REENTRANT -lpcre -L/usr/kde/3.5/lib64 -L/usr/qt/3/lib -lqt-mt -lpng -lz -lm -ljpeg  -lSM -lICE -lXext -lX11 -lSM -lICE -lkparts -lkdeprint -lkdecore -lkdeui -lkio -lkio -lDCOP -lkhtml -lstdc++ -lpthread -L/u01/app/oracle/product/10.2.0.1.0/lib -L/u01/app/oracle/product/10.2.0.1.0/lib32 -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s -o tora  tora-main.o tora-toabout.o tora-toaboutui.o tora-tobackground.o tora-toconnection.o tora-todatabasesettingui.o tora-toeditwidget.o tora-toglobalsetting.o tora-toglobalsettingui.o tora-tohelp.o tora-tohelpaddfileui.o tora-tohelpsetupui.o tora-tohighlightedtext.o tora-tohtml.o tora-tomain.o tora-tomarkedtext.o tora-tomemoeditor.o tora-tomessageui.o tora-tonewconnection.o tora-tonewconnectionui.o tora-tonoblockquery.o tora-toparamget.o tora-topreferences.o tora-topreferencesui.o tora-toresult.o tora-toresultfield.o tora-toresultitem.o tora-toresultlistformatui.o tora-toresultstats.o tora-toresultview.o tora-tosearchreplace.o tora-tosearchreplaceui.o tora-tosmtp.o tora-tosql.o tora-tosqlparse.o tora-tosyntaxsetup.o tora-tosyntaxsetupui.o tora-totabwidget.o tora-totemplateprovider.o tora-totextview.o tora-tothread.o tora-totool.o tora-totoolsettingui.o tora-utils.o  -lclntsh libtoalert.la libtoanalyze.la libtobackup.la libtobrowser.la libtochart.la libtocurrent.la libtodebug.la libtoeditextensions.la libtoextract.la libtoinvalid.la libtooutput.la libtopassword.la libtoprofiler.la libtoproject.la libtoqsqlconnection.la libtoresult.la libtorollback.la libtoscript.la libtosecurity.la libtosession.la libtosgatrace.la libtosqledit.la libtostorage.la libtostoragedefinition.la libtotemplate.la libtotemporary.la libtotuning.la libtowidget.la libtoworksheet.la libtooracleconnection.la -lpcre 
libtool: link: `libtooracleconnection.la' is not a valid libtool archive
make[1]: *** [tora] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f libtooracleconnection_la-tooracleextract.o .libs/libtooracleconnection_la-tooracleextract.lo
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/kde/3.5/include -I/usr/qt/3/include -DDEFAULT_PLUGIN_DIR=\"/usr/lib64\" -DTOVERSION=\"1.3.18\" -I/u01/app/oracle/product/10.2.0.1.0/rdbms/demo -I/u01/app/oracle/product/10.2.0.1.0/plsql/public -I/u01/app/oracle/product/10.2.0.1.0/rdbms/public -DOTL_ORA10G -DOTL_ORA_TIMESTAMP -DOTL_ANSI_CPP -DOTL_FUNC_THROW_SPEC_ON -I/u01/app/oracle/product/10.2.0.1.0/rdbms/demo -I/u01/app/oracle/product/10.2.0.1.0/plsql/public -I/u01/app/oracle/product/10.2.0.1.0/rdbms/public -DOTL_ORA10G -DOTL_ORA_TIMESTAMP -DOTL_ANSI_CPP -DOTL_FUNC_THROW_SPEC_ON -DOTL_FUNC_THROW_SPEC_ON -DQT_THREAD_SUPPORT -O2 -march=athlon64 -fomit-frame-pointer -pipe -funroll-all-loops -ftracer -funit-at-a-time -fpeel-loops -funswitch-loops -D_REENTRANT -MT libtooracleconnection_la-tooracleextract.lo -MD -MP -MF .deps/libtooracleconnection_la-tooracleextract.Tpo -c tooracleextract.cpp -o libtooracleconnection_la-tooracleextract.o >/dev/null 2>&1
mv -f .libs/libtooracleconnection_la-tooracleextract.lo libtooracleconnection_la-tooracleextract.lo
make[1]: Leaving directory `/var/tmp/portage/dev-db/tora-1.3.18/work/tora-1.3.18'
make: *** [all] Error 2

!!! ERROR: dev-db/tora-1.3.18 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3709:   Called src_compile
  tora-1.3.18.ebuild, line 67:   Called die

!!! emake failed
!!! 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/dev-db/tora-1.3.18/temp/build.log'.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-26 07:30:47 UTC

*** This bug has been marked as a duplicate of bug 133326 ***