* Re: [gentoo-dev] Xfree-4.2.0-r9
2002-06-01 10:07 [gentoo-dev] Xfree-4.2.0-r9 Jack Morgan
@ 2002-06-01 1:41 ` Spider
2002-06-01 9:40 ` Marcel Martin
1 sibling, 0 replies; 5+ messages in thread
From: Spider @ 2002-06-01 1:41 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
you have gcc 3.1
ncurses related problem as far as I know.
check bugzilla for gcc 3.1 keyword and the xfree mentions.
add this report there.
//Spider
-- Gnome2 5 days and counting
begin quote
On Sat, 1 Jun 2002 10:07:39 +0000
Jack Morgan <yojack@jcom.home.ne.jp> wrote:
> I'm having trouble compiling Xfree-4.2.0-r9. I've attached the tail of
> the log. Any pointers would be appreciated.
>
> Thanks,
>
> --
> jack_morgan
>
>
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Xfree-4.2.0-r9
2002-06-01 10:07 [gentoo-dev] Xfree-4.2.0-r9 Jack Morgan
2002-06-01 1:41 ` Spider
@ 2002-06-01 9:40 ` Marcel Martin
2002-06-01 13:00 ` Spider
2002-06-02 22:14 ` Jack Morgan
1 sibling, 2 replies; 5+ messages in thread
From: Marcel Martin @ 2002-06-01 9:40 UTC (permalink / raw
To: gentoo-dev
On Saturday 01 June 2002 12:07, Jack Morgan wrote:
> I'm having trouble compiling Xfree-4.2.0-r9. I've attached the tail of the
> log. Any pointers would be appreciated.
I had the same (or at least very similar) problem compiling xfree-4.2.0-r9
with gcc 3.1. I think doing one of the following helped me (don't remember
very well...):
- change your CFLAGS in /etc/make.conf to do less "agressive" optimizations.
In my case, changing "-march=athlon -O3" to "-march=i686 -O3" worked. You
might need to lower "-O3" as well. Then emerge the entire xfree again.
- faster solution (that's what I did): go into the
/var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver/PEX5/ddpex/mi/level1
directory, then run make manually with a different CFLAGS setting. I suppose
something in the line of
make CFLAGS="-march=i686 -O2"
should work. If this directory compiles successfully, you can then run
ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r9.ebuild compile install \
qmerge
(Should be in one line, but it's not because of automatic word-wrap.)
This should compile the rest of xfree and install and merge it as "emerge"
would have done.
BTW: Has anyone reported the internal compiler error that's in Jack's
logfiles?
> Thanks,
Hope I could help a bit,
Marcel
--
. .
/ V / Marcel Martin Bielefeld
\ \ mmar@freenet.de Germany
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-dev] Xfree-4.2.0-r9
@ 2002-06-01 10:07 Jack Morgan
2002-06-01 1:41 ` Spider
2002-06-01 9:40 ` Marcel Martin
0 siblings, 2 replies; 5+ messages in thread
From: Jack Morgan @ 2002-06-01 10:07 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
I'm having trouble compiling Xfree-4.2.0-r9. I've attached the tail of the log.
Any pointers would be appreciated.
Thanks,
--
jack_morgan
[-- Attachment #2: log --]
[-- Type: text/plain, Size: 2976 bytes --]
making all in programs/Xserver/PEX5/ddpex/mi/level1...
make[5]: Entering directory `/var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver/PEX5/ddpex/mi/level1'
rm -f miPck1Prim.o
gcc -march=athlon -O6 -pipe -ansi -fno-merge-constants -I. -I../include -I../../../../../../exports/include/X11 -I../../../include -I../../../../../../programs/Xserver/include -I../../../../../.. -I../../../../../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VIDMODE -DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DIN_MODULE -DXFree86Module -c miPck1Prim.c
miPck1Prim.c: In function `CheckFAreaPick1':
miPck1Prim.c:405: Internal compiler error in ix86_secondary_memory_needed, at config/i386/i386.c:12253
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[5]: *** [miPck1Prim.o] Error 1
make[5]: Leaving directory `/var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver/PEX5/ddpex/mi/level1'
make[4]: *** [ddpex/mi/level1] Error 2
make[4]: Leaving directory `/var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver/PEX5'
make[3]: *** [PEX5] Error 2
make[3]: Leaving directory `/var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/var/tmp/portage/xfree-4.2.0-r9/work/xc/programs'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/var/tmp/portage/xfree-4.2.0-r9/work/xc'
make: *** [install] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 2, Exitcode 2
!!! (no error message)
\b\b ...done!
>>> emerge x11-base/xfree-4.2.0-r9 to /
>>> Resuming download...
>>> Downloading http://www.ibiblio.org/gentoo/distfiles/X420src-3.tgz
>>> Downloading http://www.ibiblio.org/gentoo/distfiles/truetype.tar.gz
>>> Downloading http://www.ibiblio.org/gentoo/distfiles/4.2.0-zlib-security.patch
>>> Downloading http://www.ibiblio.org/gentoo/distfiles/4.2.0-libGLU-bad-extern.patch
>>> Downloading http://www.ibiblio.org/gentoo/distfiles/4.2.0-xlib-i18n-module.patch
>>> Downloading http://www.ibiblio.org/gentoo/distfiles/X420src-2.tgz
>>> Downloading http://www.ibiblio.org/gentoo/distfiles/X420src-1.tgz
>>> md5 ;-) X420src-1.tgz
>>> md5 ;-) X420src-2.tgz
>>> md5 ;-) X420src-3.tgz
>>> md5 ;-) 4.2.0-xlib-i18n-module.patch
>>> md5 ;-) 4.2.0-zlib-security.patch
>>> md5 ;-) 4.2.0-libGLU-bad-extern.patch
>>> md5 ;-) truetype.tar.gz
!!! emerge aborting on /usr/portage/x11-base/xfree/xfree-4.2.0-r9.ebuild .
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Xfree-4.2.0-r9
2002-06-01 9:40 ` Marcel Martin
@ 2002-06-01 13:00 ` Spider
2002-06-02 22:14 ` Jack Morgan
1 sibling, 0 replies; 5+ messages in thread
From: Spider @ 2002-06-01 13:00 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 2104 bytes --]
cd
//var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver/PEX5/ddpex/mi
/level1
source /etc/make.conf
export CFLAGS="${CFLAGS} -Wall"
make
This will show you some more info on what went wrong.
but yes, I've reported it, though I don't like GNATS and probably didn't
get it all right...
//Spider
begin quote
On Sat, 01 Jun 2002 11:40:18 +0200
Marcel Martin <mmar@freenet.de> wrote:
> On Saturday 01 June 2002 12:07, Jack Morgan wrote:
> > I'm having trouble compiling Xfree-4.2.0-r9. I've attached the tail
> > of the log. Any pointers would be appreciated.
>
> I had the same (or at least very similar) problem compiling
> xfree-4.2.0-r9 with gcc 3.1. I think doing one of the following helped
> me (don't remember very well...):
>
> - change your CFLAGS in /etc/make.conf to do less "agressive"
> optimizations. In my case, changing "-march=athlon -O3" to
> "-march=i686 -O3" worked. You might need to lower "-O3" as well. Then
> emerge the entire xfree again.
>
> - faster solution (that's what I did): go into the
> /var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver/PEX5/ddpex/m
> i/level1 directory, then run make manually with a different CFLAGS
> setting. I suppose something in the line of
> make CFLAGS="-march=i686 -O2"
> should work. If this directory compiles successfully, you can then run
> ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r9.ebuild compile
> install \ qmerge
> (Should be in one line, but it's not because of automatic word-wrap.)
> This should compile the rest of xfree and install and merge it as
> "emerge" would have done.
>
> BTW: Has anyone reported the internal compiler error that's in Jack's
> logfiles?
>
> > Thanks,
>
> Hope I could help a bit,
> Marcel
> --
> . .
> / V / Marcel Martin Bielefeld
> \ \ mmar@freenet.de Germany
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Xfree-4.2.0-r9
2002-06-01 9:40 ` Marcel Martin
2002-06-01 13:00 ` Spider
@ 2002-06-02 22:14 ` Jack Morgan
1 sibling, 0 replies; 5+ messages in thread
From: Jack Morgan @ 2002-06-02 22:14 UTC (permalink / raw
To: gentoo-dev
On Sat, Jun 01, 2002 at 11:40:18AM +0200, Marcel Martin wrote:
> On Saturday 01 June 2002 12:07, Jack Morgan wrote:
> > I'm having trouble compiling Xfree-4.2.0-r9. I've attached the tail of the
> > log. Any pointers would be appreciated.
>
> I had the same (or at least very similar) problem compiling xfree-4.2.0-r9
> with gcc 3.1. I think doing one of the following helped me (don't remember
> very well...):
>
> - change your CFLAGS in /etc/make.conf to do less "agressive" optimizations.
> In my case, changing "-march=athlon -O3" to "-march=i686 -O3" worked. You
> might need to lower "-O3" as well. Then emerge the entire xfree again.
Well, I changed the optimazation to "-march=athlon -O2" and Xfree installed.
Thanks for the help.
--
jack_morgan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-06-02 13:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-01 10:07 [gentoo-dev] Xfree-4.2.0-r9 Jack Morgan
2002-06-01 1:41 ` Spider
2002-06-01 9:40 ` Marcel Martin
2002-06-01 13:00 ` Spider
2002-06-02 22:14 ` Jack Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox