Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20199 - libesmtp-1.0.ebuild fails on build - error: can't find libltdl
Summary: libesmtp-1.0.ebuild fails on build - error: can't find libltdl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 21914
  Show dependency tree
 
Reported: 2003-04-29 23:14 UTC by Kevin L. Ford
Modified: 2003-05-29 15:38 UTC (History)
0 users

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


Attachments
New ebuild for libesmtp (libesmtp.tar.gz,1.54 KB, application/octet-stream)
2003-05-09 16:53 UTC, Kevin L. Ford
Details
New ebuild for libesmtp (libesmtp.tar.gz,1.54 KB, application/gzip)
2003-05-09 16:53 UTC, Kevin L. Ford
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin L. Ford 2003-04-29 23:14:11 UTC
I have exaimed the config.log file from the bad build and found that libesmtp is
looking for gcc-3.X In the log, the is s -std=c99 set for tests. Since gcc-2.95.x
does not understand the c99 standard, configure fails.
If I add to the ebuild --disable-isoc, which disables c99 standards checking,
the program compiles, but fails to install with an unlink error. Yet, I can
manually type in the unlink command from a su'd root console window and the
unlink command works.

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



Expected Results:  
compiled fine.

This bug is stopping the system from updating all the packages in a
emerge -u world

If you need me to do anything, or send anything, let me know.
Comment 1 Kevin L. Ford 2003-04-30 17:52:40 UTC
Sorry, our e-mail server decided to commit suicide. It should be back up by the time I've commit this comment.

Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2003-05-04 08:42:58 UTC
Could you paste the output from emerge info and the output from configure and the build.
Comment 3 Kevin L. Ford 2003-05-05 13:34:32 UTC
Daniel;

Would you like the config.log, eclass-debug.log and the environment files.
emerge is building it correctly. If not, I can pipe the emerge build into a file
to attach here.
BTW, my email is still down. The admin stated that all should be resolved this evening.
[That's what we have been hearing for the last couple of days :-(  ]
Comment 4 Kevin L. Ford 2003-05-09 16:53:08 UTC
Created attachment 11733 [details]
New ebuild for libesmtp

I have resolved the problems with building under gcc-2.95
There are some compile warnings that I plan on working on.
But, the attached tar.gz file has the new ebuild, ChangeLog and
digest files.
Comment 5 Kevin L. Ford 2003-05-09 16:53:33 UTC
Created attachment 11734 [details]
New ebuild for libesmtp

I have resolved the problems with building under gcc-2.95
There are some compile warnings that I plan on working on.
But, the attached tar.gz file has the new ebuild, ChangeLog and
digest files.
Comment 6 Daniel Ahlberg (RETIRED) gentoo-dev 2003-05-25 07:35:05 UTC
Commited, thanks for finding this!