On Wed, 23 Mar 2005 14:01:48 -0800 (PST), maxim wexler
<[EMAIL PROTECTED]> wrote:
> Hello everybody,
>
> Thanks for all the hints to help with this
> not-fixed-yet-problem.
>
> Here's more info:
>
> $ gcc --version
> gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1,
> ssp-3.3.2-2, pie-8.7.6)
> Copyright (C) 2003 Free Software Foundation, Inc.
>
> $ uname -a
> Linux tux 2.6.9-gentoo-r1 #5 Sun Mar 13 11:52:11 MST
> 2005 i586 AMD-K6(tm) 3D processor AuthenticAMD
> GNU/Linux
>
> $ cat /etc/make.conf
> # These settings were set by the catalyst build script
> that automatically built this stage
> # Please consult /etc/make.conf.example for a more
> detailed example
> CFLAGS="-O2 -mcpu=i386 -fomit-frame-pointer"
You could confortably add mtune and march here, can't you? And the
settings should reflect your true hardware underneath.
> CHOST="i386-pc-linux-gnu"
Why i386, could go i586, coudn't it?
> CXXFLAGS="${CFLAGS}"
> MAKEOPTS="-j2"
> PORTAGE_TMPDIR=/var/tmp
> PORTDIR=/usr/portage
> DISTDIR=${PORTDIR}/distfiles
> PKGDIR=${PORTDIR}/packages
> PORT_LOGDIR=/var/log/portage
> #PORTDIR_OVERLAY=/usr/local/portage
>
> ie just the defaults suggested by the install doc. I
> commented out that last line IIRC because it caused a
> red exclamation point to appear next to it as the
> install process continued.
>
> The unit is fairly old(in PC years!) but the video
> card, a Radeon 9250, isn't.
>
> BTW, there is no /etc/portage/package.use file;
> there is only /etc/portage/sets -- an empty dir.
>
I once had a segfault problem, I then added the mtune, march flags,
and the segfaults were gone, might have been luck tho.
HTH
-- Joe
--
Money can't buy everything.
Sometimes money can't even buy a gun...
--
[email protected] mailing list