Gentoo Archives: gentoo-user

From: Alessandro del Gallo <delgallo@×××.es>
To: gentoo-user@l.g.o
Subject: [gentoo-user] QT dir:
Date: Wed, 04 Jul 2007 11:21:05
Message-Id: 468B81F8.6060809@pic.es
1 Hi gentooers.
2
3 I have some trouble with the QTDIR variable of my system.
4 When I emerge some package that requires QT 3 , the configure scripts
5 ends with this error:
6
7 checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers
8 and libraries) not found. Please check your installation!
9
10 so I found the rigth directory and patch the enviroment with the next
11 command:
12
13 export QTDIR=/usr/qt/3
14
15 With this, everything works fine, but i think that a user with less
16 experience than me, will be fool this.
17
18 ..pretending to qt
19 ----------------------
20 elwood ~ # emerge -pvtD qt
21
22 These are the packages that would be merged, in reverse order:
23
24 Calculating dependencies... done!
25 [ebuild R ] x11-libs/qt-4.2.3-r1 USE="dbus doc gif glib jpeg mng
26 mysql nas opengl png qt3support sqlite3 zlib -accessibility -cups -debug
27 -examples (-firebird) -nis -odbc -pch -postgres -sqlite -xinerama"
28 INPUT_DEVICES="-wacom" 0 kB
29 ----------------------
30
31 my make.conf
32 ----------------------
33 CFLAGS="-march=k8 -O2 -pipe"
34 CHOST="x86_64-pc-linux-gnu"
35 CXXFLAGS="${CFLAGS}"
36
37 USE="3dnow symlink -arts audiofile X -eds sse sse2 dbus -emboss firefox
38 -foomaticdb -fortran gif -gnome -idn -ipv6 -lcms samba lirc mng xml imap
39 -fam -clamav -ldap nsplugin sqlite3 mysql -pam -static berkdb ssl sasl
40 dri xface gtk nptl qt3 qt4 hal kde mp3 aac gstreamer mpeg ffmpeg dv dvdr
41 dvd dvdnav dvdread xine dvb win32codecs jpeg speex v4l ogg vorbis a52
42 acc alsa mplayer oss esd cdr png musepack musicbrainz quicktime xpm vcd
43 -kdehiddenvisibility kdeenablefinal usb bzip2 apache2 avahi exif gphoto2
44 xscreensaver multilib flac mad encode sox cddb directfb xv xvid x264 mmx
45 opengl nas sdl tcl tk cairo -cups gpm tiff mikmod spell truetype unicode
46 wifi ao pulseaudio -altivec -theora -xinerama ftp aalib acpi dts
47 imagemagick"
48
49 INPUT_DEVICES="keyboard mouse"
50 #SYNC="rsync://lx-arnau.pic.es/gentoo-portage"
51 SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
52 VIDEO_CARDS="nvidia vesa"
53 PORT_ENOTICE_DIR=/var/tmp/portage/enotice/
54 #GENTOO_MIRRORS="http://linuv.uv.es/mirror/gentoo/"
55 GENTOO_MIRRORS="ftp://ftp.solnet.ch/mirror/Gentoo/
56 ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
57 ftp://ftp.ndlug.nd.edu/pub/gentoo/
58 http://mirror.phy.olemiss.edu/mirror/gentoo
59 ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ "
60 #PORTDIR_OVERLAY="/usr/local/portage"
61 PORTDIR_OVERLAY="/usr/local/portage/myportage
62 /usr/local/portage/musicbrainz-overlay
63 /usr/portage/local/layman/php-experimental"
64 # /usr/portage/local/layman/kde
65 LINGUAS="it en"
66 DVB_CARDS="tda1004x"
67 LIRC_DEVICES="hauppauge hauppauge_dvb"
68 ALSA_CARDS="hda-intel intel8x0 intel8x0m hdsp hdspm"
69 # * LIRC_OPTS is deprecated from lirc-0.8.0-r1 on
70 #LIRC_OPTS="--with-driver=devinput"
71 #LIRCD_OPTS="-d /dev/input/event4"
72 #LIRC_OPTS="--with-driver=devinput"
73 PORTDIR="/usr/portage"
74 CAMERAS="sonydscf1"
75 FEATURES="ccache"
76 CCACHE_SIZE="4G"
77 ----------
78
79 Thanks
80 Bye Bye
81
82
83 http://porcelinux.no-ip.info/mediawiki
84 --
85 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] QT dir: "Hemmann