[Bug 224732] New: glame cvs: Waiting for -funroll-loops.o.lock to be removed
https://bugzilla.novell.com/show_bug.cgi?id=224732 Summary: glame cvs: Waiting for -funroll-loops.o.lock to be removed Product: openSUSE 10.3 Version: unspecified Platform: PowerPC OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: rguenther@novell.com ReportedBy: olh@novell.com QAContact: qa@suse.de current glame cvs fills the build log in dist ppc: Waiting for -funroll-loops.o.lock to be removed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 rguenther@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |olh@novell.com ------- Comment #1 from rguenther@novell.com 2006-11-30 02:56 MST ------- What do you mean by "current glame cvs"? The version in stable works for me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 olh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|olh@novell.com | ------- Comment #2 from olh@novell.com 2006-11-30 03:23 MST ------- glame-2.0CVS is the package name in autobuild, and no it doesnt work. it is filling the logs for 41 hours now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 rguenther@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME ------- Comment #3 from rguenther@novell.com 2006-11-30 03:26 MST ------- Works for me: murzim-rguenther-89, succeeded. Must be an autobuild problem (the message doesn't make any sense anyway). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 rguenther@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com ------- Comment #4 from rguenther@novell.com 2006-11-30 03:29 MST ------- Btw, the message could be from icecream? ICECC[7656] 16:51:37: there are two environments for platform ppc64 - ignoring /var/run/icecream/19882f46bc8cd699a3e1c3f4cbf38b30-ppc-ppc64.tar.gz mv -f glsignal.o .libs/glsignal.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -Wno-sign-compare -D_REENTRANT -c -o glsimd.lo ./glsimd.c -funroll-loops Waiting for -funroll-loops.o.lock to be removed Waiting for -funroll-loops.o.lock to be removed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 ------- Comment #5 from coolo@novell.com 2006-11-30 03:36 MST ------- #224730 indicates autobuild's icecream integration is currently buggy, but I have no idea how icecream can trigger libtool bugs (ltmain.sh has a hit for "Waiting for") -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 coolo@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro@novell.com ------- Comment #6 from coolo@novell.com 2006-11-30 03:40 MST ------- on second thought: these ICECC warnings are likely to cause failing configure checks that cause other interesting problems -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 ------- Comment #7 from rguenther@novell.com 2006-11-30 03:46 MST ------- Indeed: checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... no checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... no checking if we can lock with hard links... yes (from the libtool checks) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 rguenther@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schwab@novell.com Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Comment #8 from rguenther@novell.com 2006-11-30 04:06 MST ------- So this is a bug in libtool which I can work around in glame as well. Libtool does # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $run ln "$progpath" "$lockfile" 2>/dev/null; do $show "Waiting for $lockfile to be removed" sleep 2 done and later # Unlock the critical section if it was locked if test "$need_locks" != no; then $run $rm "$lockfile" fi which will not do the right thing if $lockfile starts with a hyphen. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 rguenther@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Comment #9 from rguenther@novell.com 2006-11-30 05:21 MST ------- Worked around. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224732 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Found By|Other |Development -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com