Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36594 - make appears to be stuck in infinite loop building alsa-lib-0.9.8
Summary: make appears to be stuck in infinite loop building alsa-lib-0.9.8
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-27 10:20 UTC by Jason Pepas
Modified: 2004-01-01 07:53 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 Jason Pepas 2003-12-27 10:20:55 UTC
Fresh stage 3 based gentoo 1.4 install, first action taken was "emerge mplayer".
One of the 40 ebuilds needed is alsa-lib (0.9.8).

Make has been repeating the following output for at least half an hour now:

make[3]: Entering directory '/var/tmp/portage/alsa-lib-0.9.8/work/alsa-lib-0.9.8/src/pcm'
cd ../.. && \
 CONFIG_HEADERS= CONFIG_LINKS= \
 CONFIG_FILES=src/pcm/Makefile /bin/sh ./config.status
config.status: creating src/pcm/Makefile
make[3]: Leaving directory '/var/tmp/portage/alsa-lib-0.9.8/work/alsa-lib-0.9.8/src/pcm'

this output just gets looped endlessly.

Reproducible: Always
Steps to Reproduce:
1. install gentoo 1.4 from stage 3
2. emerge mplayer
3. wait a few hours




This is my first beg report, so I have probably left something out.  Don't
hesitate to critique this bug report.
Comment 1 Jason Pepas 2003-12-27 11:19:50 UTC
Just had a similar problem with audiofile.  I am starting to wonder if this is a problem on my end.  I am running gentoo over nfs root, if that has any signifigance.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-12-28 00:39:55 UTC
Check your machine's time (both on your Gentoo box and NFS server).
If it is too old (i.e. older than the time source archive was created), 
compilation will enter infinite loop.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-01-01 07:53:11 UTC
see comment #2