Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171780 - net-irc/asuka-1.2.1: Unable to find library containing crypt()
Summary: net-irc/asuka-1.2.1: Unable to find library containing crypt()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 12:36 UTC by p0
Modified: 2007-03-22 18:39 UTC (History)
0 users

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


Attachments
build.log (build.log,2.20 KB, text/plain)
2007-03-22 12:37 UTC, p0
Details
emerge --info (emerge-info.txt,7.11 KB, text/plain)
2007-03-22 15:07 UTC, p0
Details
/var/tmp/portage/net-irc/asuka-1.2.1/work/asuka-1.2.1/config.log (config.log,10.06 KB, text/plain)
2007-03-22 15:08 UTC, p0
Details

Note You need to log in before you can comment on or make changes to this bug.
Description p0 2007-03-22 12:36:44 UTC
net-irc/asuka-1.2.1 ebuild stops with error during configure.

Reproducible: Always

Steps to Reproduce:
$ sudo emerge -av asuka

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] net-irc/asuka-1.2.1  USE="-debug" 0 kB

Actual Results:  
--snip--
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for library containing crypt... no
configure: error: Unable to find library containing crypt()

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/net-irc/asuka-1.2.1/work/asuka-1.2.1/config.log

!!! ERROR: net-irc/asuka-1.2.1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 2987:   Called src_compile
  asuka-1.2.1.ebuild, line 20:   Called econf '--with-symlink=asuka-ircd' '--with-dpath=/etc/asuka' '--with-cpath=/etc/asuka/ircd.conf' '--with-lpath=/var/log/asuka/asuka.log' '--disable-debug'
  ebuild.sh, line 577:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/net-irc/asuka-1.2.1/temp/build.log'.
Comment 1 p0 2007-03-22 12:37:28 UTC
Created attachment 114036 [details]
build.log
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2007-03-22 14:29:08 UTC
emerge --info and config.log please.

Does it occur with 1.0.6?
Comment 3 p0 2007-03-22 15:06:38 UTC
yes. 1.0.6 has exactly the same issue.
Comment 4 p0 2007-03-22 15:07:12 UTC
Created attachment 114059 [details]
emerge --info
Comment 5 p0 2007-03-22 15:08:08 UTC
Created attachment 114060 [details]
/var/tmp/portage/net-irc/asuka-1.2.1/work/asuka-1.2.1/config.log
Comment 6 Raúl Porcel (RETIRED) gentoo-dev 2007-03-22 15:40:24 UTC
Remove -ggdb from your C[XX]FLAGS and try again.
Comment 7 p0 2007-03-22 15:56:44 UTC
Works for me.
Should be corrcted in ebuild.
Comment 8 Raúl Porcel (RETIRED) gentoo-dev 2007-03-22 18:39:25 UTC
Fixed, thanks.