compile/gentoo/v2.6.1
Hello, I'm having an issue here, which I can not really figure out... I'm trying to build mplayer 1.0pre3 from source (standard gentoo emerge), which goes well as long as it gets to dsputil.c. The error message I get is as follows: gcc -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o dsputil.o dsputil.c gcc: Internal error: Terminated (program cc1) Please submit a full bug report. See <URL:http://bugs.gentoo.org/> for instructions. {standard input}: Assembler messages: {standard input}:20164: Warning: end of file not at end of a line; newline inserted make[1]: *** [dsputil.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/mplayer-1.0_pre3/work/MPlayer-1.0pre3/libavcodec' make: *** [libavcodec/libavcodec.a] Error 2 {standard input}:20864: Error: unbalanced parenthesis in operand 1. So I assume that I can believe for the warning as dsputil.c has a new line at the end of it which makes the assembler go nuts. So tried it, I've found the extra line on the bottom of dsputil.c and .o as well, removed them, and I have the same results. Are you able to help me on this? Thankyou, MBJr.
On Fri, 2004-01-16 at 01:30, Miklos Bagi Jr. wrote:
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] Hello,
I'm having an issue here, which I can not really figure out... I'm trying to build mplayer 1.0pre3 from source (standard gentoo emerge), which goes well as long as it gets to dsputil.c. The error message I get is as follows:
gcc -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o dsputil.o dsputil.c gcc: Internal error: Terminated (program cc1) Please submit a full bug report. See <URL:http://bugs.gentoo.org/> for instructions. {standard input}: Assembler messages: {standard input}:20164: Warning: end of file not at end of a line; newline inserted make[1]: *** [dsputil.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/mplayer-1.0_pre3/work/MPlayer-1.0pre3/libavcodec' make: *** [libavcodec/libavcodec.a] Error 2 {standard input}:20864: Error: unbalanced parenthesis in operand 1.
So I assume that I can believe for the warning as dsputil.c has a new line at the end of it which makes the assembler go nuts. So tried it, I've found the extra line on the bottom of dsputil.c and .o as well, removed them, and I have the same results.
Are you able to help me on this?
This is not a problem with MPlayer I think. I had the same problem with my cpu because it was overheating. dsputil.c is a very large C file and takes a long time to compile, that's why it was failing for me. I'm pretty sure you have the same problem as Gcc just doesn't seg fault by itself. The funny thing was that I could compile it OK with -O2 because it wasn't so cpu intensive. Hope it helps.
Thankyou, MBJr.
-- Anders Rune Jensen http://www.cs.auc.dk/~arj/ PGP/GnuPG key: 1024D/62C2D7F0 @ pgp.mit.edu Fingerprint: 6A03 907E 92E1 47EB 4EAB 76B6 068A ACD1 62C2 D7F0
maillog: 16/01/2004-01:30:53(+0100): Miklos Bagi Jr. types
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] Hello,
I'm having an issue here, which I can not really figure out... I'm trying to build mplayer 1.0pre3 from source (standard gentoo emerge), which goes well as long as it gets to dsputil.c. The error message I get is as follows:
gcc -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o dsputil.o dsputil.c gcc: Internal error: Terminated (program cc1) Please submit a full bug report. See <URL:http://bugs.gentoo.org/> for instructions. ^^^^^^^^^^^^^^^^^^^^^^^
This goes to the gentoo bugzilla. Obviously a problem with gcc. -- () Georgi Georgiev () An optimist is a man who looks forward to () () chutz@gg3.net () marriage. A pessimist is a married optimist. () () +81(90)6266-1163 () ()
participants (3)
-
Anders Rune Jensen -
Georgi Georgiev -
Miklos Bagi Jr.