Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4274

Summary: lftp won't compile
Product: Gentoo Linux Reporter: Julien Ponge <julien>
Component: New packagesAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Highest    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Full output from the emerging process

Description Julien Ponge 2002-06-28 02:13:34 UTC
I have tried numerous times emerging lftp but the building fails at the 
linking stage. Can't see why it fails thought. I use GCC 2.95.3. Maybe there's 
a missing dependency or something like that.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-28 02:20:10 UTC
can you paste the error output please?
Comment 2 Julien Ponge 2002-06-28 02:29:11 UTC
Created attachment 1848 [details]
Full output from the emerging process

Here's everything from the emerging process. Hope it helps :-)
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2002-06-28 06:22:30 UTC
Quite Weird...

Wanna gimme versions of:
portage
libtool

and wanna send me:
emerge -up world &> updateme.log

Then...
Update recently? Update portage to 2.0.9 (At least 2.0.8)
and try it again... and let me know.

The problem you seem to be having is that libtool is getting passed your 
CFLAGS, which it isn't happy about, but there's no reason for that to happen. 
It's entirely within the package itself. I can't verify it here on my 2.95.3 or 
3.1 gcc systems.
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2002-07-05 00:31:48 UTC
Sorry about the delay... Your message got lost in my email. I meant for you to 
post the info here, but I guess I wasn't quite clear on that.

Anyway... I'm guessing that your issue is with an alias of 'gcc' being used 
instead of 'g++'... You can rsync and update gcc, or run this:

source /etc/make.conf
ln -s /usr/bin/g++ /usr/bin/${CHOST}-g++
Comment 5 Nicholas Jones (RETIRED) gentoo-dev 2002-07-17 07:06:26 UTC
No response for a good long time... Closing.