public inbox for gentoo-ppc-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-ppc-user] X11 fails to compile
@ 2004-06-05 19:14 David Bélanger
  2004-06-05 20:53 ` Pieter Van den Abeele
  0 siblings, 1 reply; 5+ messages in thread
From: David Bélanger @ 2004-06-05 19:14 UTC (permalink / raw
  To: gentoo-ppc-user


Hi,

Following a disk crash, I am currently installing Gentoo on my new disk.
I started from the 2004.1 LiveCD and I did an emerge sync.

I get compilation error for xorg-x11.
It says something like: "make: [X_cursor] Segmentation fault".
(sorry don't know how to copy/paste from console...)

I am currently using the stable version of most software.

I tried with both -O3 and -O2.

I also got this error before on my old disk while attempting to upgrade.

My emerge info is below.

Thanks,
David

ibou root # emerge info
Portage 2.0.50-r7 (default-ppc-2004.1, gcc-3.3.3,
glibc-2.3.3_pre20040420-r1, 2.
6.1-benh1)
=================================================================
System uname: 2.6.1-benh1 ppc 750FX
Gentoo Base System version 1.4.15
ccache version 2.2 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=750 -pipe"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=750 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/d
istributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X berkdb cups dvd emacs esd foomaticdb gdbm gif gnome gpm gtk gtk2
imlib jpeg kde libwww mitshm motif mozilla nls oggvorbis opengl oss pam perl png
ppc python qt readline sdl slang ssl tcpd truetype xv"


---

David Bélanger
Graduate Student
School of Computer Science
McGill University
Office: MC226

Web page:   http://www.cs.mcgill.ca/~dbelan2/
Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] X11 fails to compile
  2004-06-05 19:14 [gentoo-ppc-user] X11 fails to compile David Bélanger
@ 2004-06-05 20:53 ` Pieter Van den Abeele
  2004-06-06  6:08   ` David Bélanger
  0 siblings, 1 reply; 5+ messages in thread
From: Pieter Van den Abeele @ 2004-06-05 20:53 UTC (permalink / raw
  To: David Bélanger; +Cc: gentoo-ppc-user, Pieter Van den Abeele

put -fno-strict-aliasing in your CFLAGS. That is needed for gcc-3.3.3.

Best regards,

Pieter Van den Abeele

On 05 Jun 2004, at 21:14, David Bélanger wrote:

>
> Hi,
>
> Following a disk crash, I am currently installing Gentoo on my new 
> disk.
> I started from the 2004.1 LiveCD and I did an emerge sync.
>
> I get compilation error for xorg-x11.
> It says something like: "make: [X_cursor] Segmentation fault".
> (sorry don't know how to copy/paste from console...)
>
> I am currently using the stable version of most software.
>
> I tried with both -O3 and -O2.
>
> I also got this error before on my old disk while attempting to 
> upgrade.
>
> My emerge info is below.
>
> Thanks,
> David
>
> ibou root # emerge info
> Portage 2.0.50-r7 (default-ppc-2004.1, gcc-3.3.3,
> glibc-2.3.3_pre20040420-r1, 2.
> 6.1-benh1)
> =================================================================
> System uname: 2.6.1-benh1 ppc 750FX
> Gentoo Base System version 1.4.15
> ccache version 2.2 [enabled]
> Autoconf: sys-devel/autoconf-2.59-r4
> Automake: sys-devel/automake-1.8.3
> ACCEPT_KEYWORDS="ppc"
> AUTOCLEAN="yes"
> CFLAGS="-O2 -mcpu=750 -pipe"
> CHOST="powerpc-unknown-linux-gnu"
> COMPILER="gcc3"
> CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
> /usr/share/
> config /var/qmail/control"
> CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
> CXXFLAGS="-O2 -mcpu=750 -pipe"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="ccache"
> GENTOO_MIRRORS="http://gentoo.oregonstate.edu
> http://www.ibiblio.org/pub/Linux/d
> istributions/gentoo"
> MAKEOPTS="-j2"
> PKGDIR="/usr/portage/packages"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR="/usr/portage"
> PORTDIR_OVERLAY=""
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> USE="X berkdb cups dvd emacs esd foomaticdb gdbm gif gnome gpm gtk gtk2
> imlib jpeg kde libwww mitshm motif mozilla nls oggvorbis opengl oss 
> pam perl png
> ppc python qt readline sdl slang ssl tcpd truetype xv"
>
>
> ---
>
> David Bélanger
> Graduate Student
> School of Computer Science
> McGill University
> Office: MC226
>
> Web page:   http://www.cs.mcgill.ca/~dbelan2/
> Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt
>
>
> --
> gentoo-ppc-user@gentoo.org mailing list
>


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] X11 fails to compile
  2004-06-05 20:53 ` Pieter Van den Abeele
@ 2004-06-06  6:08   ` David Bélanger
  2004-06-06  9:43     ` Daniel Wischolek
  0 siblings, 1 reply; 5+ messages in thread
From: David Bélanger @ 2004-06-06  6:08 UTC (permalink / raw
  To: Pieter Van den Abeele; +Cc: David Bélanger, gentoo-ppc-user


Hi,

I added the -fno-strict-aliasing to my CFLAGS but I still have the same
problem...  I downgrade to gcc-3.2 and I still have the same problem.
Any other suggestion?

David

On Sat, Jun 05, 2004 at 10:53:39PM +0200, Pieter Van den Abeele wrote:
> put -fno-strict-aliasing in your CFLAGS. That is needed for gcc-3.3.3.
> 
> Best regards,
> 
> Pieter Van den Abeele
> 
> On 05 Jun 2004, at 21:14, David Bélanger wrote:
> 
> >
> >Hi,
> >
> >Following a disk crash, I am currently installing Gentoo on my new 
> >disk.
> >I started from the 2004.1 LiveCD and I did an emerge sync.
> >
> >I get compilation error for xorg-x11.
> >It says something like: "make: [X_cursor] Segmentation fault".
> >(sorry don't know how to copy/paste from console...)
> >
> >I am currently using the stable version of most software.
> >
> >I tried with both -O3 and -O2.
> >
> >I also got this error before on my old disk while attempting to 
> >upgrade.
> >
> >My emerge info is below.
> >
> >Thanks,
> >David
> >
> >ibou root # emerge info
> >Portage 2.0.50-r7 (default-ppc-2004.1, gcc-3.3.3,
> >glibc-2.3.3_pre20040420-r1, 2.
> >6.1-benh1)
> >=================================================================
> >System uname: 2.6.1-benh1 ppc 750FX
> >Gentoo Base System version 1.4.15
> >ccache version 2.2 [enabled]
> >Autoconf: sys-devel/autoconf-2.59-r4
> >Automake: sys-devel/automake-1.8.3
> >ACCEPT_KEYWORDS="ppc"
> >AUTOCLEAN="yes"
> >CFLAGS="-O2 -mcpu=750 -pipe"
> >CHOST="powerpc-unknown-linux-gnu"
> >COMPILER="gcc3"
> >CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
> >/usr/share/
> >config /var/qmail/control"
> >CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
> >CXXFLAGS="-O2 -mcpu=750 -pipe"
> >DISTDIR="/usr/portage/distfiles"
> >FEATURES="ccache"
> >GENTOO_MIRRORS="http://gentoo.oregonstate.edu
> >http://www.ibiblio.org/pub/Linux/d
> >istributions/gentoo"
> >MAKEOPTS="-j2"
> >PKGDIR="/usr/portage/packages"
> >PORTAGE_TMPDIR="/var/tmp"
> >PORTDIR="/usr/portage"
> >PORTDIR_OVERLAY=""
> >SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> >USE="X berkdb cups dvd emacs esd foomaticdb gdbm gif gnome gpm gtk gtk2
> >imlib jpeg kde libwww mitshm motif mozilla nls oggvorbis opengl oss 
> >pam perl png
> >ppc python qt readline sdl slang ssl tcpd truetype xv"
> >
> >
> >---
> >
> >David Bélanger
> >Graduate Student
> >School of Computer Science
> >McGill University
> >Office: MC226
> >
> >Web page:   http://www.cs.mcgill.ca/~dbelan2/
> >Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt
> >
> >
> >--
> >gentoo-ppc-user@gentoo.org mailing list
> >
> 
> 

-- 

---

David Bélanger
Graduate Student
School of Computer Science
McGill University
Office: MC226

Web page:   http://www.cs.mcgill.ca/~dbelan2/
Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] X11 fails to compile
  2004-06-06  6:08   ` David Bélanger
@ 2004-06-06  9:43     ` Daniel Wischolek
  2004-06-06 21:36       ` David Bélanger
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Wischolek @ 2004-06-06  9:43 UTC (permalink / raw
  To: David Bélanger; +Cc: gentoo-ppc-user

Hi!

Am So, den 06.06.2004 schrieb David Bélanger um 8:08:
> I added the -fno-strict-aliasing to my CFLAGS but I still have the same
> problem...  I downgrade to gcc-3.2 and I still have the same problem.
> Any other suggestion?

I had to re-emerge libpng to get xorg-x11 to build!

Hope that helps,
Daniel


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] X11 fails to compile
  2004-06-06  9:43     ` Daniel Wischolek
@ 2004-06-06 21:36       ` David Bélanger
  0 siblings, 0 replies; 5+ messages in thread
From: David Bélanger @ 2004-06-06 21:36 UTC (permalink / raw
  To: Daniel Wischolek; +Cc: gentoo-ppc-user


Hi,

Since X11 takes time to time compile, I cheated and installed the
precompiled binary... :(  I will try some other time.

I had some difficulty with gtk.  I re-emerge libpng and added the
-fno-strict-aliasing and it worked out!

Thanks for the help,
David

On Sun, Jun 06, 2004 at 11:43:58AM +0200, Daniel Wischolek wrote:
> Hi!
> 
> Am So, den 06.06.2004 schrieb David Bélanger um 8:08:
> > I added the -fno-strict-aliasing to my CFLAGS but I still have the same
> > problem...  I downgrade to gcc-3.2 and I still have the same problem.
> > Any other suggestion?
> 
> I had to re-emerge libpng to get xorg-x11 to build!
> 
> Hope that helps,
> Daniel
> 
> 

---

David Bélanger
Graduate Student
School of Computer Science
McGill University
Office: MC226

Web page:   http://www.cs.mcgill.ca/~dbelan2/
Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-06 21:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-05 19:14 [gentoo-ppc-user] X11 fails to compile David Bélanger
2004-06-05 20:53 ` Pieter Van den Abeele
2004-06-06  6:08   ` David Bélanger
2004-06-06  9:43     ` Daniel Wischolek
2004-06-06 21:36       ` David Bélanger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox