| Summary: | xterm spontaneously closes when emerging xmms-1.2.7-r20 | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Michael Leuchtenburg <michael> |
| Component: | Unclassified | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Michael Leuchtenburg
2003-04-27 02:27:38 UTC
Tail end of world.log after running: emerge -u world | tee /tmp/world.log
gcc -march=athlon-xp -O3 -pipe -msse -m3dnow -mmmx -mfpmath=sse -Wall -Wpointer-arith -finline-functions -ffast-math -fomit-frame-pointer
-funroll-all-loops -o .libs/gnomexmms gnomexmms.o -rdynamic -rdynamic -rdynamic -L/usr/lib -L/usr/X11R6/lib -ldl -lXi -lXext -lX11 -lm -l
dl -lXi -lXext -lX11 -lm -ldl -ldl -lXi -lXext -lX11 -lm /usr/lib/libgnorba.so -lm -lm /usr/lib/libgnomeui.so -lm -ldl -lXext -lXi -lX11 /
usr/lib/libart_lgpl.so -lm /usr/lib/libgdk_imlib.so -ldl -lXext -lSM -lICE -ldl -lXi -lXext -lX11 -lm -ldl -lXi -lXext -lX11 -lm -ldl -ldl
-lXi -lXext -lX11 /usr/lib/libgnome.so -lm /usr/lib/libgnomesupport.so -lz -lm /usr/lib/libesd.so -lm /usr/lib/libaudiofile.so -lm -lm -l
db1 /usr/lib/libpanel_applet.so -lm -ldl /usr/lib/libORBitCosNaming.so /usr/lib/libORBit.so -lm /usr/lib/libIIOP.so /usr/lib/libORBitutil.
so -lm ../libxmms/.libs/libxmms.so /usr/lib/libgtk.so /usr/lib/libgdk.so /usr/lib/libgmodule.so /usr/lib/libgthread.so /usr/lib/libglib.so
-lpthread -ldl -lXi -lXext -lX11 -lm
creating gnomexmms
make[2]: Leaving directory `/var/tmp/portage/xmms-1.2.7-r20/work/xmms-1.2.7/gnomexmms'
Making all in po
make[2]: Entering directory `/var/tmp/portage/xmms-1.2.7-r20/work/xmms-1.2.7/po'
PATH=../src:$PATH /usr/bin/xgettext --default-domain=xmms --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
&& test ! -f xmms.po \
|| ( rm -f ./xmms.pot \
&& mv xmms.po ./xmms.pot )
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./xmms.pot \
| sed -e "s/@PACKAGE NAME@/xmms/" > cat-id-tbl.tmp
if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \
rm cat-id-tbl.tmp; \
else \
echo cat-id-tbl.c changed; \
rm -f ./cat-id-tbl.c; \
mv cat-id-tbl.tmp ./cat-id-tbl.c; \
fi
cat-id-tbl.c changed
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
make[2]: Leaving directory `/var/tmp/portage/xmms-1.2.7-r20/work/xmms-1.2.7/po'
1351 total lines, so I won't paste the whole thing. And yes, that really is the last line.
does this only happen with xmms and xterm ? what if you run `emerge xmms >& xmms-emerge-log` inside of the xterm ? It does build fine when I build it in rxvt. Oddly, it also now builds in xterm. I have restarted X since then, but I haven't changed anything else major. The one change that could possible make a difference is putting "alsa" into my USE, but the xmms ebuild does not care about that flag. And oh yes, I did test multiple times before when it was closing. It actually was reproducible - I didn't just file a bug w/o thinking. So from my perspective anyways, the problem is fixed, though not explained. Seems to be a one-time-prob. |