Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46698 - libksba - 0.9.4 - failing when MAKEOPTS='-j2'
Summary: libksba - 0.9.4 - failing when MAKEOPTS='-j2'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-03 09:31 UTC by Piotr Kalinowski
Modified: 2004-05-10 06:59 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 Piotr Kalinowski 2004-04-03 09:31:05 UTC
Compile failure occured, saying that util.o does not exist. After changing MAKEOPTS from -j2 to '' it compiled smoothly - should it be filtered?

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge -v libksba
2.
3.




Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.4)
=================================================================
System uname: 2.6.4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=pentium4 -pipe -fomit-frame-pointer -ffast-math -mpni -msse2
-mmmx -mfpmath=sse -DNDEBUG -DG_DISABLE_ASSERT -fstack-protector"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -pipe -fomit-frame-pointer -ffast-math -mpni
-msse2 -mmmx -mfpmath=sse -DNDEBUG -DG_DISABLE_ASSERT -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://sunsite.icm.edu.pl/pub/linux/distributions/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib acl acpi alsa arts avi berkdb bonobo cdr crypt cscope cups dvd
encode esd fbcon flac flash foomatic foomaticdb gdbm gif gpm gtk gtk2 gtkhtml
guile imagemagick imap imlib ipv6 java jpeg kde lcms libg++ libwww mad maildir
mbox mikmod mmx motif mozilla mpeg ncurses nls odbc oggvorbis opengl pam pdflib
perl png pns python qt quicktime readline scanner sdl slang spell sse ssl tcltk
tcpd tiff truetype unicode usb videos wmf wxwindows x86 xml xml2 xmms xv zlib"
Comment 1 Jason McCormick 2004-04-30 19:38:36 UTC
  This the oddest error, but I'm experiencing the same thing.  Removing -j2 from the makeopts allows the build to compile for me as well.  Go figure.
Comment 2 Piotr Kalinowski 2004-05-01 09:32:28 UTC
It is not that odd - the build process is simply 'parallel'-unfriendly if you know what I mean. Someone could finally get down to this and filter out -j2 ...
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2004-05-10 06:59:57 UTC
In CVS, thanks!