Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41748 - sys-libs/pam-0.77 failed
Summary: sys-libs/pam-0.77 failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 23:13 UTC by Joseph
Modified: 2005-02-25 11:17 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 Joseph 2004-02-15 23:13:21 UTC
config.status: error: cannot find input file: config.hin
!!!ERROR: sys-libs/pam-0.77 failed
!!!Function src_compile.line 139, Exitcode 1
!!!Bad BDB ./configure

Reproducible: Always
Steps to Reproduce:
1.After stage 12
# emerge -up system ;(completed successfully)
# emerge system  ;(after long wait I've got an error at the end:
Comment 1 Andrew Watts 2004-02-16 13:59:56 UTC
Here is some more of the output from the pam compile.  It looks like autoheader is running wrongly:

 * Building Berkley DB 4.1.25...
Building aclocal.m4
Running autoheader to build config.hin
/usr/bin/autoheader-2.58: unrecognized option `--language=autoconf'
Try `/usr/bin/autoheader-2.58 --help' for more information.
autoheader-2.58: /usr/bin/autoheader-2.58 failed with exit status: 1
chmod: failed to get attributes of `config.hin': No such file or directory
Running autoconf to build configure
./s_config: line 40: ed: command not found
configure: loading cache config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking if building in the top-level directory... no
checking if --enable-compat185 option specified... no
...
checking for main in -lnsl... yes
checking for mutexes... (cached) UNIX/fcntl
configure: WARNING: NO FAST MUTEXES FOUND FOR THIS COMPILER/ARCHITECTURE.
checking for getcwd... yes
checking for getopt... yes
...
checking for mmap... yes
checking for munmap... yes
checking for shmget... yes
updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating db_cxx.h
config.status: creating db_int.h
config.status: creating include.tcl
config.status: creating db.h
config.status: creating db_int_def.h
config.status: creating db_config.h
config.status: error: cannot find input file: config.hin
 
!!! ERROR: sys-libs/pam-0.77 failed.
!!! Function src_compile, Line 139, Exitcode 1
!!! Bad BDB ./configure
 
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2004-03-24 19:00:11 UTC
not a livecd bug because it was encountered during an 'emerge system'. moving to bug-wranglers
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2005-02-25 11:17:58 UTC
Seems autoconf related.  autoconf-2.59 is in the tree now, please reopen if there
is still an issue.