On Wed, Feb 10, 2010 at 3:22 AM, Alan Mackenzie <a...@muc.de> wrote:
> On Tue, Feb 09, 2010 at 02:39:14PM -0500, dhk wrote:
>
>> Do you have xfce-base/xfdesktop installed?  Try installing it.
>
> No, as it happens, I didn't.  When I tried
>
>    # emerge xfdesktop
>
> , the compiler threw a segfault.  It does this reproducibly.  Bother!
>
> I don't have any fancy C\(XX\)?FLAGS set, and am using a standard
> athlon-64 setup.
>
> Presumably, rebuilding the compiler isn't going to help much, since the
> athlon-64 stage-3 would have had the latest and greatest compiler anyhow.
>
> I think, at this stage, I'll just try emerging a different window
> manager.  Maybe blackbox.

Is it just me? On a new install I always still to an emerge -e @world
once I get to a working text based boot and I've done any modification
to make.conf as I don't really know how the compiler or tool set was
built. Just paranoid.

I used to do it twice before I started installing apps or desktops but
I've cut back. :-)

If you care to compare:

m...@firefly ~ $ cat /etc/make.conf
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=native -pipe"
#Safe CFlags for the Core-i7, saved for reference
#CFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
#USE="hal"
USE="aac alsa cairo caps cdda cddb cdparanoia cdr dts dvd dvdr ffmpeg
flac fltk ftp gnome hal ieee1394 jack kde lame java jpeg ladspa lame
lash libsamplerate mmx mp3 mp4 mpeg musepack nsplugin ogg sse sse2
ssse3 sse4 tifftruetype vorbis xine xv xvid vmware -bluetooth -esound
-timidity"
MAKEOPTS="-j5"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ "
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
EMERGE_DEFAULT_OPTS="--with-bdeps y"
#INPUT_DEVICES="keyboard mouse"
INPUT_DEVICES="evdev virtualbox"
VIDEO_CARDS="intel fbdev virtualbox vmware"
#VIDEO_CARDS="intel vesa fbdev"
ALSA_CARDS="hdsp usb"
LINGUAS="en"
ACCEPT_LICENSE="dlj-1.1 PUEL"
source /usr/local/portage/layman/make.conf
m...@firefly ~

Reply via email to