Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89513 - emerge avifile-0.7.43.20050224-r1 end up in infinite loop
Summary: emerge avifile-0.7.43.20050224-r1 end up in infinite loop
Status: RESOLVED DUPLICATE of bug 78814
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 04:40 UTC by marco
Modified: 2005-07-17 13:06 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 marco 2005-04-18 04:40:23 UTC
I tried to emerge avifile-0.7.43.20050224-r1 and the compilation hangs on this message:

Waiting for cpu_flush.o.lock to be removed
Waiting for irq.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for irq.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for irq.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for irq.o.lock to be removed

which will continue forever.

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




emerge info 
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, 
glibc-2.3.4.20050125-r1, 2.6.11-gentoo-r6 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1600MHz 
Gentoo Base System version 1.6.10 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 16:23:46)] 
dev-lang/python:     2.3.5 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.9.5, 1.8.5-r3, 1.7.9-r1, 1.5, 1.6.3, 1.4_p6 
sys-devel/binutils:  2.15.92.0.2-r8 
sys-devel/libtool:   1.5.14 
virtual/os-headers:  2.6.11 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -mcpu=i686 -pipe" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict 
userpriv" 
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 X aalib acpi acpi4linux aim alsa antlr apm arts audiofile avi berkdb 
bitmap-fonts bluetooth cddb cdr chroot crypt cups curl divx4linux dv dvb dvd 
dvdr dvdread emboss encode esd ethereal fam ffmpeg flac foomaticdb fortran gda 
gdbm gif gimp gimpprint glade gpm gstreamer gtk gtk2 ieee1394 imagemagick imlib 
ipv6 irda irmc jack java jpeg junit kandy kde ldap libg++ libwww lirc mad mbox 
mikmod mime mjpeg mmx motif mp3 mpeg mpeg4 msn mysql ncurses nls nptl nptlonly 
nvidia odbc ogg oggvorbis opengl oss other_var1 other_var2 pam pcmcia pdflib 
perl php png postgres ppds python qt quicktime readline samba scanner sdl slang 
sox speex spell sse sse2 ssl svga tcltk tcpd tetex tiff truetype truetype-fonts 
type1-fonts usb userlocales v4l vidix vorbis win32codecs xine xinerama xml2 
xmms xv xvid zlib" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-18 04:56:45 UTC
Eh, seems like another fam issue. Try with MAKEOPTS="-j1" 

Related info:

Bug 78814 
http://forums.gentoo.org/viewtopic-t-299454-highlight-fam.html
Comment 2 marco 2005-04-18 06:26:43 UTC
Hey it's getting a "bit" better :-) With MAKEOPTS="-j1" one of the messages has
disapeared. Now I get:

Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed
Waiting for cpu_flush.o.lock to be removed

Comment 3 marco 2005-04-20 02:43:17 UTC
CFLAGS="" emerge -u avifile solved the issue
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-21 17:46:35 UTC
Not the same package giving the error but the error is the same, better having only one bug taking care of this.


*** This bug has been marked as a duplicate of 78814 ***