From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NfEZu-0000Bd-5j for garchives@archives.gentoo.org; Wed, 10 Feb 2010 15:34:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 193D7E0ACE; Wed, 10 Feb 2010 15:33:47 +0000 (UTC) Received: from mail-px0-f201.google.com (mail-px0-f201.google.com [209.85.216.201]) by pigeon.gentoo.org (Postfix) with ESMTP id D4532E0ACE for ; Wed, 10 Feb 2010 15:33:46 +0000 (UTC) Received: by pxi39 with SMTP id 39so65392pxi.2 for ; Wed, 10 Feb 2010 07:33:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=7L+1NAiIstkGvA0XC+k9irePflrwiiSOH0kSl6mD2II=; b=ucJQkN+flNxyk/ZhP+SUVExK2P+4fm8z1EbwZJgln8BkGkCdvFriVhMUj3nAPm0ZIg 5RXTF1bdobl1zOsTvCJstGV0oZuC2Dgmw5FISJAggq6ptJigLW2/UoN9IGD/ZzpyY3RS MdwUhC8CC7IeuhijQYe1FCu8iBpt5+JdX+JG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DjJKXPRIdnaH8aHJVVuL6hnla9ViwYy32MGS8+tiWoW3O9mXLE0anY94tYprG0A4CN MrQX0aZnoAAZe5Ncwtf4AH84NDg2BEk8LQSAj90oIN/e1AFFjAt6VDSmrd3RxfWauKmI qYE00U0YZ05NRyBOkIc0Qy6QvrS5a00X1ITww= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.143.153.36 with SMTP id f36mr229212wfo.186.1265816026128; Wed, 10 Feb 2010 07:33:46 -0800 (PST) In-Reply-To: <20100210112207.GA1088@muc.de> References: <20100209180020.GA2921@muc.de> <5bdc1c8b1002091036w7ad3f90cr574253ce22131c8f@mail.gmail.com> <4B71B9E2.2050207@optonline.net> <20100210112207.GA1088@muc.de> Date: Wed, 10 Feb 2010 07:33:46 -0800 Message-ID: <5bdc1c8b1002100733q56ea201egb88fcc3644b9cd2e@mail.gmail.com> Subject: Re: [gentoo-user] emerge -avt xfce4-meta; haven't got startxfce4. Help, please! From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a0a6e320-fa8e-4273-96e5-cb61fd4ffefa X-Archives-Hash: 0be79a4740ef1f7810c56f23ef67be6a On Wed, Feb 10, 2010 at 3:22 AM, Alan Mackenzie wrote: > On Tue, Feb 09, 2010 at 02:39:14PM -0500, dhk wrote: > >> Do you have xfce-base/xfdesktop installed? =C2=A0Try installing it. > > No, as it happens, I didn't. =C2=A0When I tried > > =C2=A0 =C2=A0# emerge xfdesktop > > , the compiler threw a segfault. =C2=A0It does this reproducibly. =C2=A0B= other! > > 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. =C2=A0Maybe 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: mark@firefly ~ $ cat /etc/make.conf # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS=3D"-O2 -march=3Dnative -pipe" #Safe CFlags for the Core-i7, saved for reference #CFLAGS=3D"-march=3Dcore2 -msse4 -mcx16 -msahf -O2 -pipe" CXXFLAGS=3D"${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 chang= ing. CHOST=3D"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=3D"hal" USE=3D"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=3D"-j5" GENTOO_MIRRORS=3D"http://gentoo.osuosl.org/ " SYNC=3D"rsync://rsync.namerica.gentoo.org/gentoo-portage" EMERGE_DEFAULT_OPTS=3D"--with-bdeps y" #INPUT_DEVICES=3D"keyboard mouse" INPUT_DEVICES=3D"evdev virtualbox" VIDEO_CARDS=3D"intel fbdev virtualbox vmware" #VIDEO_CARDS=3D"intel vesa fbdev" ALSA_CARDS=3D"hdsp usb" LINGUAS=3D"en" ACCEPT_LICENSE=3D"dlj-1.1 PUEL" source /usr/local/portage/layman/make.conf mark@firefly ~