Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38182 - gaim 0.75 for alpha errors during configure process
Summary: gaim 0.75 for alpha errors during configure process
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 08:37 UTC by Allan Graves
Modified: 2004-02-05 05:57 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 Allan Graves 2004-01-14 08:37:11 UTC
Writing Makefile for Gaim
> => Your Makefile has been rebuilt. <==
> ==> Please rerun the make command. <==
> false
> make[4]: *** [Makefile] Error 1

during the emerge process.  

Reproducible: Always
Steps to Reproduce:
1. emerge -pv gaim-0.75.ebuild  USE="+nls _perl +spell -nas +mozilla -cjk -debug -ssl"
2.
3.

Actual Results:  
Writing Makefile for Gaim
> => Your Makefile has been rebuilt. <==
> ==> Please rerun the make command. <==
> false
> make[4]: *** [Makefile] Error 1

and the emerge process stopped.

Expected Results:  
Rerun the make file?  Not died a horrible death?

bink root # emerge info
Portage 2.0.49-r21 (default-alpha-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.4.21-alpha-r2)
System uname: 2.4.21-alpha-r2 alpha EV67
Gentoo Base System version 1.4.3.10
distcc 2.8 alpha-unknown-linux-gnu (protocol 1) (default port 3632) [disabled]
ACCEPT_KEYWORDS="alpha"
AUTOCLEAN="yes"
CFLAGS="-mcpu=ev6 -O3 -pipe"
CHOST="alpha-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=ev6 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="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="/usr/local/gentoo/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d aalib alpha arts berkdb crypt cscope cups dga directfb doc encode
esd ev6 flash foomaticdb gd gdbm ggi gif gpm gstreamer gtk gtk2 imagemagick imap
imlib java jikes jpeg ldap libg++ libwww mad mikmod motif mozilla mpeg ncurses
nls nocd oggvorbis opengl oss pam pda pdflib perl png ppd python qt quicktime
readline ruby samba sdl slang socks5 spell ssl tcltk tcpd tiff truetype usb
videos wmf wxwindows xface xineramaxosd xml xml2 xmms xv zlib"
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-01-14 13:00:30 UTC
Allan, the command you mentioned is backwards.  Since the environment settings are parsed by the shell prior to invoking the command, it should be:

USE="nls -perl spell -nas mozilla -cjk -debug -ssl" emerge gaim-0.75.ebuild

Also note that there's no need for the plusses (in fact portage might not like it).

This is working fine for me, by the way.  You might need to do some looking to figure out what is happening.  As root, you can cd to /var/tmp/portage/gaim*/work/gaim*/ to investigate...
Comment 2 Allan Graves 2004-01-14 13:27:36 UTC
yeah, i got that from etcat.  I'll do some looking as soon as I can.  interestingly enough, i've seen this before, so I'm not sure what is different....   
Comment 3 Allan Graves 2004-02-05 05:57:47 UTC
Reinstalling gcc 3.3, and playing around with ntpd seems to fix this for the newest ebuild.