Gentoo Archives: gentoo-user

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge kdesktop fails
Date: Sun, 17 Jun 2007 16:34:58
Message-Id: 8cd1ed20706170927x57cefbbdm8f6355cec85cabb3@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge kdesktop fails by dexter
1 On 6/18/07, dexter <dexters84@×××××.com> wrote:
2 > This is from emerge --info
3 >
4 > Portage 2.1.2.7 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r3,
5 > 2.6.20-gentoo-r8 i686)
6 > =================================================================
7 > System uname: 2.6.20-gentoo-r8 i686 AMD Athlon(tm) XP 2900+
8 > Gentoo Base System release 1.12.9
9 > Timestamp of tree: Fri, 15 Jun 2007 07:50:01 +0000
10 > dev-java/java-config: 1.3.7, 2.0.32
11 > dev-lang/python: 2.4.4-r4
12 > dev-python/pycrypto: 2.0.1-r5
13 > sys-apps/sandbox: 1.2.17
14 > sys-devel/autoconf: 2.61
15 > sys-devel/automake: 1.6.3, 1.7.9-r1, 1.9.6-r2, 1.10
16 > sys-devel/binutils: 2.16.1-r3
17 > sys-devel/gcc-config: 1.3.14
18 > sys-devel/libtool: 1.5.22
19 > virtual/os-headers: 2.6.17-r2
20 > ACCEPT_KEYWORDS="x86"
21 > AUTOCLEAN="yes"
22 > CBUILD="i686-pc-linux-gnu"
23 > CFLAGS="-march=athlon-xp -mtune=athlon-xp -O2 -pipe -mfpmath=sse"
24 > CHOST="i686-pc-linux-gnu"
25 > CONFIG_PROTECT="/etc"
26 > CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
27 > /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/
28 > /etc/php/cli-php5/ext-active/ /etc/terminfo"
29 > CXXFLAGS="-march=athlon-xp -mtune=athlon-xp -O2 -pipe -mfpmath=sse"
30 > DISTDIR="/usr/portage/distfiles"
31 > FEATURES="distlocks metadata-transfer sandbox sfperms strict"
32 > GENTOO_MIRRORS="http://distfiles.gentoo.org
33 > http://distro.ibiblio.org/pub/linux/distributions/gentoo"
34 > PKGDIR="/usr/portage/packages"
35 > PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
36 > --compress --force --whole-file --delete --delete-after --stats
37 > --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
38 > --filter=H_**/files/digest-*"
39 > PORTAGE_TMPDIR="/var/tmp"
40 > PORTDIR="/usr/portage"
41 > SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
42 > USE="3dnow X a52 aac acl acpi alsa apache2 arts berkdb bitmap-fonts
43 > bluetooth bzip2 cdr clamav cli cracklib crypt ctype cups curl dbus dga
44 > dri dts dvd dvdr encode exif firefox flac fortran ftp gd gdbm gif
45 > gphoto2 gpm hal iconv ieee1394 ipv6 isdnlog java javascript jpeg jpeg2k
46 > kde libg++ libnotify lm_sensors mad midi mmx mozilla mp3 mpeg mudflap
47 > mysql ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl php
48 > png pppd python qt4 quicktime readline reflection samba session slang
49 > spl sse ssl tcpd tiff truetype-fonts type1-fonts unicode usb x.264 x86
50 > xine xorg xvid zlib" ALSA_CARDS="emu10k1 intel8x0"
51 > ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug
52 > file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null
53 > plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard
54 > mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk
55 > hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU"
56 > VIDEO_CARDS="nvidia"
57 > Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
58 > LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
59 > PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
60 >
61
62
63 1: -march=cpu-type
64 Generate instructions for the machine type cpu-type. The choices
65 for cpu-type are the same as for -mtune.
66 Moreover, specifying -march=cpu-type implies -mtune=cpu-type. [ man gcc ]
67
68 So -march=athlon-xp implies -mtune=athlon-xp
69
70 2: try without -mfpmath=sse. In theory, -march=athlon-xp should
71 intelligently turn that on. ( Im guessing here that illegal
72 instruction means that the assembler tried to write something that
73 wasn't possible, possibly because of that flag )
74
75
76
77
78 --
79 Kent
80 ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
81 print "enNOSPicAMreil kdrtf@×××.com"[(2*x)..(2*x+1)]}'
82 --
83 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge kdesktop fails dexter <dexters84@×××××.com>