Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4274 - lftp won't compile
Summary: lftp won't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Highest normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 02:13 UTC by Julien Ponge
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
Full output from the emerging process (lftp-log.log,228.39 KB, text/plain)
2002-06-28 02:29 UTC, Julien Ponge
Details

Note You need to log in before you can comment on or make changes to this bug.
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.