Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] emerge kdesktop fails Dale <dalek1967@×××××××××.net>