From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606 Description of problem: performing make install command in the MPlayer-0.90pre5 directory after unpacking MPlayer-0.90pre5.tar.bz2. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.cd MPlayer-0.90pre5 2. make install Actual Results: make -C mplayer make[2]: Entering directory `/tmp/MPlayer-0.90pre5/Gui/mplayer' gcc3 -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -fexpensive-optimizations -fschedule-insns2 -Wall -malign-double -I. -I../event -I../wm -I../skin -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DDEBUG -o mplayer.o mplayer.c In file included from mplayer.c:34: mw.h: In function `mplMainDraw': mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make[2]: *** [mplayer.o] Error 1 make[2]: Leaving directory `/tmp/MPlayer-0.90pre5/Gui/mplayer' make[1]: *** [libgui.a] Error 2 make[1]: Leaving directory `/tmp/MPlayer-0.90pre5/Gui' make: *** [Gui/libgui.a] Error 2 Expected Results: Should have created the /usr/local/share/mplayer/Skin directory so that I could place my skins for the mplayer program. Additional info: make -C mplayer make[2]: Entering directory `/tmp/MPlayer-0.90pre5/Gui/mplayer' gcc3 -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -fexpensive-optimizations -fschedule-insns2 -Wall -malign-double -I. -I../event -I../wm -I../skin -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DDEBUG -o mplayer.o mplayer.c In file included from mplayer.c:34: mw.h: In function `mplMainDraw': mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make[2]: *** [mplayer.o] Error 1 make[2]: Leaving directory `/tmp/MPlayer-0.90pre5/Gui/mplayer' make[1]: *** [libgui.a] Error 2 make[1]: Leaving directory `/tmp/MPlayer-0.90pre5/Gui' make: *** [Gui/libgui.a] Error 2
It is not make that crashes, but gcc. But as gcc 3.0.x was included as technology preview only in 7.2, unless you are able to reproduce this with gcc-3.1 (see e.g. ftp://people.redhat.com/jakub/gcc3/ or RHN GCC 3.1 channel), this won't be fixed. Please reopen if you can reproduce with gcc 3.1 (and attach preprocessed testcase in that case).