Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71312 - openmotif-2.1.30-r5 fails to compile
Summary: openmotif-2.1.30-r5 fails to compile
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 12:15 UTC by John Barton
Modified: 2004-11-18 21:06 UTC (History)
0 users

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


Attachments
Here is the full output from the emerge command (temp.log,83.14 KB, application/octet-stream)
2004-11-15 12:21 UTC, John Barton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Barton 2004-11-15 12:15:34 UTC
openmotif-2.1.30-r5 will not compile on laptop

Reproducible: Always
Steps to Reproduce:
1.emerge openmotif
2.
3.

Actual Results:  
fails with following message:
make: *** [World] Error 2

!!! ERROR: x11-libs/openmotif-2.1.30-r5 failed.
!!! Function src_compile, Line 75, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
install completely

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r4 i686)
=================================================================
System uname: 2.6.9-gentoo-r4 i686 Mobile AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X acl alsa apm arts avi berkdb bitmap-fonts cdr crypt cups dvdr
encode ethereal f77 foomaticdb fortran gdbm gif gpm gtk gtk2 imlib innodb java
jpeg libg++ libwww mad mikmod motif mpeg mysql ncurses offensive oggvorbis
opengl oss pam pdflib perl png python qt quicktime readline samba sdl slang snmp
spell ssl svga tcpd tiff truetype x86 xml xml2 xmms xv zlib"
Comment 1 John Barton 2004-11-15 12:21:42 UTC
Created attachment 44014 [details]
Here is the full output from the emerge command
Comment 2 Johan 2004-11-16 12:52:01 UTC
Having the same problem...

Hope to find some anwsers soon...
Comment 3 John Barton 2004-11-16 12:59:08 UTC
This problem was fixed on my machine by removing a bad entry in my make.conf. I had accidentally put MAKE_OPTS= instead of MAKEOPTS=. I removed this entry from my make.conf and the package compiled without a problem on the next attempt.
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-11-18 09:31:40 UTC
johan please check your MAKEOPTS
Comment 5 John Barton 2004-11-18 10:42:11 UTC
Yes, as I posted previously, once I removed the bad MAKEOPTS entry in my make.conf file the package compiled as expected
Comment 6 Robert Paskowitz (RETIRED) gentoo-dev 2004-11-18 21:06:29 UTC
I can confirm both the problem and solution.