public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge -uD world: another obstacle
@ 2008-01-31 20:42 maxim wexler
  2008-01-31 21:39 ` Alan McKinnon
  2008-01-31 21:53 ` [gentoo-user] emerge -uD world: another obstacle bjlockie
  0 siblings, 2 replies; 18+ messages in thread
From: maxim wexler @ 2008-01-31 20:42 UTC (permalink / raw
  To: gentoo-user

Hi group,

7 more pkgs to fetch -- 42 more to compile

Thanks to everyone's help I'm starting to get the hang
of it. There's been a lot of "die" messages but I've
been able to overcome them, sometimes on my own!

But here's a tangle I can't sort out:

>>> Compiling source in 
/var/tmp/portage/app-crypt/qca-tls-1.0-r3/work/qca-tls-1.0
...
Configuring qca-tls ...
Verifying Qt 3.x Multithreaded (MT) build environment
... fail

There was an error compiling 'conf'.  Be sure you have
a proper
Qt 3.x Multithreaded (MT) build environment set up.

One possible reason is that you don't have
libqt-mt.so.3 installed in /usr/qt/3/lib/.

 *
 * ERROR: app-crypt/qca-tls-1.0-r3 failed.
 * Call stack:
 *               ebuild.sh, line 1701:  Called
dyn_compile
 *               ebuild.sh, line 1039:  Called qa_call
'src_compile'
 *               ebuild.sh, line   44:  Called
src_compile
 *   qca-tls-1.0-r3.ebuild, line   28:  Called die
 * The specific snippet of code:
 *      ./configure || die "configure failed"
 *  The die message:
 *   configure failed
 *
 * If you need support, post the topmost build error,
and the call stack 
if relevant.

A likely source of the problem could be when I was
advised to "compile qt with thread support" which I
took to mean USE="threads" etc. But when I looked at
the log it just mentions the verbose switch, nothing
about threads. Another might be that qt-4.3.3 is
currently on my system and there's no such thing as
/usr/qt/4...

If anybody needs more to go on I'll attach whatever
log you need in my reply.

Maxim




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-01-31 20:42 [gentoo-user] emerge -uD world: another obstacle maxim wexler
@ 2008-01-31 21:39 ` Alan McKinnon
  2008-02-01  2:02   ` maxim wexler
  2008-01-31 21:53 ` [gentoo-user] emerge -uD world: another obstacle bjlockie
  1 sibling, 1 reply; 18+ messages in thread
From: Alan McKinnon @ 2008-01-31 21:39 UTC (permalink / raw
  To: gentoo-user

On Thursday 31 January 2008, maxim wexler wrote:
> Hi group,

> /var/tmp/portage/app-crypt/qca-tls-1.0-r3/work/qca-tls-1.0

Here the only thing that depends on qca-tls is kopete with the ssl USE 
flag set

> ...
> Configuring qca-tls ...
> Verifying Qt 3.x Multithreaded (MT) build environment
> ... fail
>
> There was an error compiling 'conf'.  Be sure you have
> a proper
> Qt 3.x Multithreaded (MT) build environment set up.
>
> One possible reason is that you don't have
> libqt-mt.so.3 installed in /usr/qt/3/lib/.

On my system that file comes from qt-3.3.8-r4 which is there because I 
have qt3 in my USE

>  *
>  * ERROR: app-crypt/qca-tls-1.0-r3 failed.
>  * Call stack:
>  *               ebuild.sh, line 1701:  Called
> dyn_compile
>  *               ebuild.sh, line 1039:  Called qa_call
> 'src_compile'
>  *               ebuild.sh, line   44:  Called
> src_compile
>  *   qca-tls-1.0-r3.ebuild, line   28:  Called die
>  * The specific snippet of code:
>  *      ./configure || die "configure failed"
>  *  The die message:
>  *   configure failed
>  *
>  * If you need support, post the topmost build error,
> and the call stack
> if relevant.
>
> A likely source of the problem could be when I was
> advised to "compile qt with thread support" which I
> took to mean USE="threads" etc. But when I looked at
> the log it just mentions the verbose switch, nothing
> about threads. Another might be that qt-4.3.3 is
> currently on my system and there's no such thing as
> /usr/qt/4...

"threads" in qt-3 is something I recall from very long ago, and it went 
away at some time. It certainly isn't in qt-3.3.8 anymore
>
> If anybody needs more to go on I'll attach whatever
> log you need in my reply.

What's your USE in make.conf?
I'd like to see your dependency tree. Please post the output 
of "emerge -pvuNDt world" so we can figure out what's pulling in what

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-01-31 20:42 [gentoo-user] emerge -uD world: another obstacle maxim wexler
  2008-01-31 21:39 ` Alan McKinnon
@ 2008-01-31 21:53 ` bjlockie
  2008-02-01  0:32   ` Dale
  2008-02-01  2:20   ` maxim wexler
  1 sibling, 2 replies; 18+ messages in thread
From: bjlockie @ 2008-01-31 21:53 UTC (permalink / raw
  To: gentoo-user


> A likely source of the problem could be when I was
> advised to "compile qt with thread support" which I
> took to mean USE="threads" etc. But when I looked at
> the log it just mentions the verbose switch, nothing
> about threads. Another might be that qt-4.3.3 is
> currently on my system and there's no such thing as
> /usr/qt/4...
>
> If anybody needs more to go on I'll attach whatever
> log you need in my reply.
>
> Maxim

What does 'emerge -p qt' say?
I think it lists the use flags.
I think the 'threads' use flag should be something else.
I have no idea what though.
Maybe I can guess from my use flags.


-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-01-31 21:53 ` [gentoo-user] emerge -uD world: another obstacle bjlockie
@ 2008-02-01  0:32   ` Dale
  2008-02-01  2:20   ` maxim wexler
  1 sibling, 0 replies; 18+ messages in thread
From: Dale @ 2008-02-01  0:32 UTC (permalink / raw
  To: gentoo-user

bjlockie@lockie.ca wrote:
>> A likely source of the problem could be when I was
>> advised to "compile qt with thread support" which I
>> took to mean USE="threads" etc. But when I looked at
>> the log it just mentions the verbose switch, nothing
>> about threads. Another might be that qt-4.3.3 is
>> currently on my system and there's no such thing as
>> /usr/qt/4...
>>
>> If anybody needs more to go on I'll attach whatever
>> log you need in my reply.
>>
>> Maxim
>>     
>
> What does 'emerge -p qt' say?
> I think it lists the use flags.
> I think the 'threads' use flag should be something else.
> I have no idea what though.
> Maybe I can guess from my use flags.
>
>
>   

I think you have to add the -v option too for flags to show up.  Keep
the -p tho. 

Dale

:-)  :-)
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-01-31 21:39 ` Alan McKinnon
@ 2008-02-01  2:02   ` maxim wexler
  2008-02-01  7:44     ` Alan McKinnon
  0 siblings, 1 reply; 18+ messages in thread
From: maxim wexler @ 2008-02-01  2:02 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

> What's your USE in make.conf?
> I'd like to see your dependency tree. Please post
> the output 
> of "emerge -pvuNDt world" so we can figure out

29k, I've attached it.

> what's pulling in what

From make.conf(Oct 16, 2006!)

<...>
USE="16bit 3dnow cdparanoia dvd dri dvdread fat
firefox ftp gdb glx
     ieee1394 javascript lame mmx mozilla mplayer ntfs
posix reiserfs
     sse svga usb verbose win32codecs wma -berkdb
-bitmap-fonts -crypt 
-debug
     -eds -emboss -expat -fortran -gnome -gstreamer
-kde -lcms -mikmod
     -nls -spell"
<...>



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

[-- Attachment #2: 280242689-uNDt-world --]
[-- Type: text/plain, Size: 22040 bytes --]


These are the packages that would be merged, in reverse order:

Calculating world dependencies  .\b\b... done!
[nomerge      ] media-sound/audacious-1.4.5 [1.1.2-r1] USE="dbus%* -chardet -libsamplerate% -nls (-aac%) (-alsa%*) (-arts%*) (-esd%*) (-flac%) (-gnome%) (-jack%) (-lirc%) (-mmx%*) (-modplug%) (-mp3%*) (-musepack%) (-oss%*) (-sid%) (-sndfile%) (-timidity%) (-vorbis%*) (-wma%*)" 
[ebuild  N    ]  media-plugins/audacious-plugins-1.4.4  USE="alsa arts dbus esd mp3 oss sdl vorbis wma -aac -adplug -chardet -flac -gnome -jack -lirc -modplug -mtp -musepack -nls -pulseaudio -sid -sndfile -sse2 -timidity -tta -wavpack" 3,100 kB 
[ebuild     U ]   media-sound/audacious-1.4.5 [1.1.2-r1] USE="dbus%* -chardet -libsamplerate% -nls (-aac%) (-alsa%*) (-arts%*) (-esd%*) (-flac%) (-gnome%) (-jack%) (-lirc%) (-mmx%*) (-modplug%) (-mp3%*) (-musepack%) (-oss%*) (-sid%) (-sndfile%) (-timidity%) (-vorbis%*) (-wma%*)" 1,796 kB 
[ebuild     U ] kde-base/kde-3.5.7 [3.5.2] USE="-accessibility" 0 kB 
[ebuild     U ]  kde-base/kdegraphics-3.5.7-r3 [3.5.2] USE="arts opengl -debug* -gphoto2 -imlib* -kdeenablefinal -openexr -pdf -povray -scanner -tetex -xinerama (-kdehiddenvisibility%)" 7,251 kB 
[ebuild     U ]  kde-base/kdeutils-3.5.7 [3.5.2] USE="arts -crypt -debug* -kdeenablefinal -kdehiddenvisibility (-pbbuttonsd) -snmp -xinerama -xscreensaver% (-xmms%*)" 3,000 kB 
[ebuild     U ]  kde-base/kdeadmin-3.5.7 [3.5.2] USE="arts -debug* -kdeenablefinal -kdehiddenvisibility -xinerama" 2,071 kB 
[ebuild     U ]  kde-base/kdeartwork-3.5.7 [3.5.2] USE="arts opengl -debug* -kdeenablefinal -xinerama -xscreensaver (-kdehiddenvisibility%)" 12,605 kB 
[ebuild     U ]  kde-base/kdenetwork-3.5.7 [3.5.2] USE="arts ssl -debug* -jingle% -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime -slp -wifi -xinerama (-xmms%*)" 0 kB 
[ebuild     U ]  kde-base/kdeaddons-3.5.7 [3.5.2-r1] USE="arts sdl -berkdb -debug* -kdeenablefinal -xinerama (-kdehiddenvisibility%) (-xmms%*)" 1,696 kB 
[ebuild     U ]   kde-base/kdegames-3.5.7 [3.5.2] USE="arts -debug* -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB 
[ebuild     U ]   kde-base/kdepim-3.5.7-r3 [3.5.2-r2] USE="arts -debug* -gnokii -kdeenablefinal -xinerama (-crypt%) (-kdehiddenvisibility%) (-pda%)" 0 kB 
[ebuild  N    ]    kde-base/kdebase-3.5.7-r6  USE="arts cups hal ieee1394 ldap opengl pam -branding -debug -java -kdeenablefinal -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba -xcomposite -xinerama -xscreensaver" 0 kB 
[nomerge      ] kde-base/kdenetwork-3.5.7 [3.5.2] USE="arts ssl -debug* -jingle% -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime -slp -wifi -xinerama (-xmms%*)" 
[nomerge      ]  kde-base/kdebase-3.5.7-r6  USE="arts cups hal ieee1394 ldap opengl pam -branding -debug -java -kdeenablefinal -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba -xcomposite -xinerama -xscreensaver" 
[nomerge      ]   sys-apps/hal-0.5.9.1-r3  USE="-acpi -crypt -debug -dell -disk-partition -doc -pcmcia (-selinux)" 
[ebuild  N    ]    app-misc/hal-info-20070618  0 kB 
[ebuild  N    ]     sys-apps/hal-0.5.9.1-r3  USE="-acpi -crypt -debug -dell -disk-partition -doc -pcmcia (-selinux)" 0 kB 
[ebuild     U ] x11-base/xorg-x11-7.2 [7.0-r1] USE="(-3dfx%)" INPUT_DEVICES="(-acecad%) (-aiptek%) (-calcomp%) (-citron%) (-digitaledge%) (-dmc%) (-dynapro%) (-elo2300%) (-elographics%) (-evdev%) (-fpit%) (-hyperpen%) (-jamstudio%) (-joystick%) (-keyboard%*) (-magellan%) (-magictouch%) (-microtouch%) (-mouse%*) (-mutouch%) (-palmax%) (-penmount%) (-spaceorb%) (-summa%) (-synaptics%) (-tek4957%) (-ur98%) (-vmmouse%) (-void%) (-wacom%)" VIDEO_CARDS="(-apm%) (-ark%) (-chips%) (-cirrus%) (-cyrix%) (-dummy%) (-fbdev%*) (-fglrx%) (-glint%) (-i128%) (-i740%) (-i810%) (-imstt%) (-mach64%) (-mga%) (-neomagic%) (-newport%) (-nsc%) (-nv%) (-nvidia%) (-r128%) (-radeon%*) (-rendition%) (-s3%) (-s3virge%) (-savage%) (-siliconmotion%) (-sis%) (-sisusb%) (-sunbw2%) (-suncg14%) (-suncg3%) (-suncg6%) (-sunffb%) (-sunleo%) (-suntcx%) (-tdfx%) (-tga%) (-trident%) (-tseng%) (-v4l%) (-vesa%*) (-vga%*) (-via%) (-vmware%) (-voodoo%)" 0 kB 
[ebuild     U ] x11-drivers/ati-drivers-8.40.4 [8.14.13-r3] USE="-acpi% (-multilib) (-dlloader%) (-opengl%*)" 0 kB 
[nomerge      ] x11-drivers/nvidia-drivers-100.14.19  USE="gtk -acpi (-multilib)" 
[nomerge      ]  media-video/nvidia-settings-1.0.20070621  
[nomerge      ]   x11-base/xorg-server-1.3.0.0-r4 [1.0.2-r7] USE="dri ipv6 nptl%* sdl%* xorg%* -3dfx% -debug -dmx% -kdrive% -minimal -xprint" INPUT_DEVICES="keyboard%* mouse%* -acecad% -aiptek% -calcomp% -citron% -digitaledge% -dmc% -dynapro% -elo2300% -elographics% -evdev% -fpit% -hyperpen% -jamstudio% -joystick% -magellan% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -summa% -synaptics% -tek4957% -ur98% -vmmouse% -void% -wacom%" VIDEO_CARDS="fbdev%* radeon%* vesa%* vga%* -apm% -ark% -chips% -cirrus% -cyrix% -dummy% -epson% -fglrx% -glint% -i128% -i740% -i810% (-impact) -imstt% -mach64% -mga% -neomagic% (-newport) -nsc% -nv% -nvidia% -r128% -rendition% -s3% -s3virge% -savage% -siliconmotion% -sis% -sisusb% (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx% -tga% -trident% -tseng% -v4l% -via% -vmware% -voodoo%" 
[ebuild     U ]    x11-drivers/xf86-video-vga-4.1.0 [4.0.0.5] USE="-debug" 0 kB 
[ebuild     U ]    x11-drivers/xf86-video-vesa-1.3.0 [1.0.1.3] USE="-debug" 0 kB 
[ebuild     U ]    x11-drivers/xf86-video-fbdev-0.3.1 [0.1.0.5] USE="-debug" 0 kB 
[ebuild     U ]    x11-drivers/xf86-video-ati-6.6.3 [6.5.8.0] USE="dri -debug" 0 kB 
[ebuild     U ]    x11-drivers/xf86-input-mouse-1.2.3 [1.0.4] USE="-debug" 0 kB 
[ebuild     U ]    x11-drivers/xf86-input-keyboard-1.1.1 [1.0.1.3] USE="-debug" 0 kB 
[ebuild     U ]     x11-base/xorg-server-1.3.0.0-r4 [1.0.2-r7] USE="dri ipv6 nptl%* sdl%* xorg%* -3dfx% -debug -dmx% -kdrive% -minimal -xprint" INPUT_DEVICES="keyboard%* mouse%* -acecad% -aiptek% -calcomp% -citron% -digitaledge% -dmc% -dynapro% -elo2300% -elographics% -evdev% -fpit% -hyperpen% -jamstudio% -joystick% -magellan% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -summa% -synaptics% -tek4957% -ur98% -vmmouse% -void% -wacom%" VIDEO_CARDS="fbdev%* radeon%* vesa%* vga%* -apm% -ark% -chips% -cirrus% -cyrix% -dummy% -epson% -fglrx% -glint% -i128% -i740% -i810% (-impact) -imstt% -mach64% -mga% -neomagic% (-newport) -nsc% -nv% -nvidia% -r128% -rendition% -s3% -s3virge% -savage% -siliconmotion% -sis% -sisusb% (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx% -tga% -trident% -tseng% -v4l% -via% -vmware% -voodoo%" 0 kB 
[ebuild   R   ] media-sound/creox-0.2.2_rc2  USE="-debug* -xinerama" 0 kB 
[nomerge      ] kde-base/kde-3.5.7 [3.5.2] USE="-accessibility" 
[ebuild  N    ]  kde-base/kdeedu-3.5.7  USE="arts -debug -kdeenablefinal -kig-scripting -xinerama" 0 kB 
[ebuild     U ]  kde-base/kdetoys-3.5.7 [3.5.2] USE="arts -debug* -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB 
[ebuild     U ]  kde-base/kdewebdev-3.5.7 [3.5.2] USE="arts -debug* -doc -kdeenablefinal -kdehiddenvisibility -tidy -xinerama" 0 kB 
[nomerge      ] net-print/apsfilter-7.2.5  USE="cups" [?]
[ebuild     U ]  app-text/a2ps-4.13c-r5 [4.13c-r2] USE="-cjk -nls -tetex -vanilla" 0 kB 
[nomerge      ] kde-base/kde-3.5.7 [3.5.2] USE="-accessibility" 
[ebuild     U ]  kde-base/kdemultimedia-3.5.7 [3.5.2-r2] USE="alsa arts encode mp3 vorbis -akode -audiofile -debug* -flac -gstreamer -kdeenablefinal -theora -xine -xinerama (-kdehiddenvisibility%) (-musicbrainz%)" 0 kB 
[nomerge      ] net-print/hpijs-1.7.1  USE="foomaticdb -cups -ppds" [?]
[ebuild     U ]  net-print/foomatic-db-engine-3.0.20060720 [3.0.2] 0 kB 
[ebuild  N    ]   net-print/foomatic-filters-3.0.20060720  USE="cups" 0 kB 
[nomerge      ] kde-base/kdenetwork-3.5.7 [3.5.2] USE="arts ssl -debug* -jingle% -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime -slp -wifi -xinerama (-xmms%*)" 
[ebuild     U ]  kde-base/kdelibs-3.5.7-r3 [3.5.2-r6] USE="alsa arts cups fam%* -acl -avahi% -bindist% -branding% -debug* -doc -jpeg2k -kdeenablefinal -kdehiddenvisibility -kerberos -legacyssl -lua% -openexr -spell -tiff -utempter% -xinerama (-ssl%*) (-zeroconf%)" 0 kB 
[ebuild     U ]   app-text/ghostscript-esp-8.15.3 [7.07.1-r8] USE="X cups gtk xml%* -cjk -threads% (-emacs%)" 0 kB 
[ebuild  N    ]   virtual/ghostscript-0  0 kB 
[ebuild     U ]   net-print/cups-1.2.12-r4 [1.1.23-r8] USE="X%* dbus%* jpeg%* ldap%* pam png%* ppds%* ssl -nls -php% -samba -slp -tiff% (-gnutls%)" 0 kB 
[ebuild     U ] media-sound/dir2ogg-0.11 [0.9.2] USE="wma%* -aac%" 0 kB 
[nomerge      ] kde-base/kde-3.5.7 [3.5.2] USE="-accessibility" 
[nomerge      ]  kde-base/kdebase-3.5.7-r6  USE="arts cups hal ieee1394 ldap opengl pam -branding -debug -java -kdeenablefinal -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba -xcomposite -xinerama -xscreensaver" 
[ebuild  N    ]   dev-libs/dbus-qt3-old-0.70  USE="-debug" 0 kB 
[nomerge      ] kde-base/kde-3.5.7 [3.5.2] USE="-accessibility" 
[nomerge      ]  kde-base/kdepim-3.5.7-r3 [3.5.2-r2] USE="arts -debug* -gnokii -kdeenablefinal -xinerama (-crypt%) (-kdehiddenvisibility%) (-pda%)" 
[ebuild  N    ]   app-crypt/gpgme-1.1.6  0 kB 
[ebuild     U ] media-video/mplayer-1.0_rc2_p24929-r1 [1.0_pre8] USE="3dnow X alsa arts cdparanoia dvd encode esd ftp%* gif gtk iconv%* ipv6 jpeg mad mmx mp3%* opengl oss png quicktime%* sdl sse svga truetype unicode vorbis win32codecs xv -3dnowext -a52% -aac -aalib (-altivec) -amrnb% -amrwb% -bidi -bindist -bl -cddb% -cdio% -cpudetection -custom-cflags -debug -dga -directfb -doc -dts -dv -dvb -enca% -fbcon -ggi -jack -joystick -ladspa% -libcaca -lirc -live -livecd -lzo -md5sum% -mmxext -mp2% -musepack -nas -nemesi% -openal -pnm% -pulseaudio% -radio% -rar% -real -rtc -samba -speex -srt% -sse2 -ssse3% -teletext% -tga -theora -tivo% -v4l -v4l2 -vidix% -x264 -xanim -xinerama -xvid -xvmc -zoran% (-3dfx%) (-dvdread%*) (-i8x0%) (-matrox%) (-nvidia%)" LINGUAS="(-bg%) (-cs%) (-da%) (-de%) (-el%) (-en%) (-es%) (-fr%) (-hu%) (-ja%) (-ko%) (-mk%) (-nl%) (-no%) (-pl%) (-pt_BR%) (-ro%) (-ru%) (-sk%) (-tr%) (-uk%) (-zh_CN%) (-zh_TW%)" VIDEO_CARDS="vesa%* -mga% -s3virge% -tdfx%" 0 kB 
[nomerge      ] kde-base/kdepim-3.5.7-r3 [3.5.2-r2] USE="arts -debug* -gnokii -kdeenablefinal -xinerama (-crypt%) (-kdehiddenvisibility%) (-pda%)" 
[ebuild  N    ]  app-crypt/gnupg-2.0.7  USE="ldap -bzip2 -doc -nls -openct -pcsc-lite (-selinux) -smartcard" 0 kB 
[ebuild  N    ]   app-crypt/pinentry-0.7.4-r1  USE="gtk ncurses qt3 -caps" 0 kB 
[nomerge      ] media-video/mplayer-1.0_rc2_p24929-r1 [1.0_pre8] USE="3dnow X alsa arts cdparanoia dvd encode esd ftp%* gif gtk iconv%* ipv6 jpeg mad mmx mp3%* opengl oss png quicktime%* sdl sse svga truetype unicode vorbis win32codecs xv -3dnowext -a52% -aac -aalib (-altivec) -amrnb% -amrwb% -bidi -bindist -bl -cddb% -cdio% -cpudetection -custom-cflags -debug -dga -directfb -doc -dts -dv -dvb -enca% -fbcon -ggi -jack -joystick -ladspa% -libcaca -lirc -live -livecd -lzo -md5sum% -mmxext -mp2% -musepack -nas -nemesi% -openal -pnm% -pulseaudio% -radio% -rar% -real -rtc -samba -speex -srt% -sse2 -ssse3% -teletext% -tga -theora -tivo% -v4l -v4l2 -vidix% -x264 -xanim -xinerama -xvid -xvmc -zoran% (-3dfx%) (-dvdread%*) (-i8x0%) (-matrox%) (-nvidia%)" LINGUAS="(-bg%) (-cs%) (-da%) (-de%) (-el%) (-en%) (-es%) (-fr%) (-hu%) (-ja%) (-ko%) (-mk%) (-nl%) (-no%) (-pl%) (-pt_BR%) (-ro%) (-ru%) (-sk%) (-tr%) (-uk%) (-zh_CN%) (-zh_TW%)" VIDEO_CARDS="vesa%* -mga% -s3virge% -tdfx%" 
[ebuild   R   ]  media-libs/libsdl-1.2.11-r2  USE="X alsa arts esd opengl oss svga xv -aalib -custom-cflags% -dga -directfb -fbcon -ggi -libcaca -nas -noaudio -nojoystick -novideo -xinerama (-noflagstrip%)" 0 kB 
[ebuild     U ]   kde-base/arts-3.5.5 [3.5.2-r1] USE="alsa esd* mp3 vorbis -artswrappersuid -debug* -jack -kdeenablefinal -nas -xinerama (-kdehiddenvisibility%)" 0 kB 
[ebuild  NS   ]    x11-libs/qt-3.3.8-r4  USE="cups gif ipv6 opengl -debug -doc -examples -firebird -immqt -immqt-bc -mysql -nas -nis -odbc -postgres -sqlite -xinerama" 0 kB 
[nomerge      ] kde-base/kdenetwork-3.5.7 [3.5.2] USE="arts ssl -debug* -jingle% -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime -slp -wifi -xinerama (-xmms%*)" 
[ebuild  N    ]  app-crypt/qca-tls-1.0-r3  0 kB 
[ebuild   R   ] media-video/ogle-gui-0.9.2  USE="-nls (-gtk2%*)" 0 kB 
[nomerge      ] x11-base/xorg-x11-7.2 [7.0-r1] USE="(-3dfx%)" INPUT_DEVICES="(-acecad%) (-aiptek%) (-calcomp%) (-citron%) (-digitaledge%) (-dmc%) (-dynapro%) (-elo2300%) (-elographics%) (-evdev%) (-fpit%) (-hyperpen%) (-jamstudio%) (-joystick%) (-keyboard%*) (-magellan%) (-magictouch%) (-microtouch%) (-mouse%*) (-mutouch%) (-palmax%) (-penmount%) (-spaceorb%) (-summa%) (-synaptics%) (-tek4957%) (-ur98%) (-vmmouse%) (-void%) (-wacom%)" VIDEO_CARDS="(-apm%) (-ark%) (-chips%) (-cirrus%) (-cyrix%) (-dummy%) (-fbdev%*) (-fglrx%) (-glint%) (-i128%) (-i740%) (-i810%) (-imstt%) (-mach64%) (-mga%) (-neomagic%) (-newport%) (-nsc%) (-nv%) (-nvidia%) (-r128%) (-radeon%*) (-rendition%) (-s3%) (-s3virge%) (-savage%) (-siliconmotion%) (-sis%) (-sisusb%) (-sunbw2%) (-suncg14%) (-suncg3%) (-suncg6%) (-sunffb%) (-sunleo%) (-suntcx%) (-tdfx%) (-tga%) (-trident%) (-tseng%) (-v4l%) (-vesa%*) (-vga%*) (-via%) (-vmware%) (-voodoo%)" 
[ebuild   R   ]  media-fonts/font-bh-type1-1.0.0  USE="X%*" 0 kB 
[ebuild   R   ]  media-fonts/font-adobe-utopia-type1-1.0.1  USE="X%*" 0 kB 
[ebuild   R   ]  media-fonts/font-adobe-100dpi-1.0.0  USE="X%* -nls" 0 kB 
[nomerge      ] x11-base/xorg-x11-7.2 [7.0-r1] USE="(-3dfx%)" INPUT_DEVICES="(-acecad%) (-aiptek%) (-calcomp%) (-citron%) (-digitaledge%) (-dmc%) (-dynapro%) (-elo2300%) (-elographics%) (-evdev%) (-fpit%) (-hyperpen%) (-jamstudio%) (-joystick%) (-keyboard%*) (-magellan%) (-magictouch%) (-microtouch%) (-mouse%*) (-mutouch%) (-palmax%) (-penmount%) (-spaceorb%) (-summa%) (-synaptics%) (-tek4957%) (-ur98%) (-vmmouse%) (-void%) (-wacom%)" VIDEO_CARDS="(-apm%) (-ark%) (-chips%) (-cirrus%) (-cyrix%) (-dummy%) (-fbdev%*) (-fglrx%) (-glint%) (-i128%) (-i740%) (-i810%) (-imstt%) (-mach64%) (-mga%) (-neomagic%) (-newport%) (-nsc%) (-nv%) (-nvidia%) (-r128%) (-radeon%*) (-rendition%) (-s3%) (-s3virge%) (-savage%) (-siliconmotion%) (-sis%) (-sisusb%) (-sunbw2%) (-suncg14%) (-suncg3%) (-suncg6%) (-sunffb%) (-sunleo%) (-suntcx%) (-tdfx%) (-tga%) (-trident%) (-tseng%) (-v4l%) (-vesa%*) (-vga%*) (-via%) (-vmware%) (-voodoo%)" 
[nomerge      ]  x11-base/xorg-server-1.3.0.0-r4 [1.0.2-r7] USE="dri ipv6 nptl%* sdl%* xorg%* -3dfx% -debug -dmx% -kdrive% -minimal -xprint" INPUT_DEVICES="keyboard%* mouse%* -acecad% -aiptek% -calcomp% -citron% -digitaledge% -dmc% -dynapro% -elo2300% -elographics% -evdev% -fpit% -hyperpen% -jamstudio% -joystick% -magellan% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -summa% -synaptics% -tek4957% -ur98% -vmmouse% -void% -wacom%" VIDEO_CARDS="fbdev%* radeon%* vesa%* vga%* -apm% -ark% -chips% -cirrus% -cyrix% -dummy% -epson% -fglrx% -glint% -i128% -i740% -i810% (-impact) -imstt% -mach64% -mga% -neomagic% (-newport) -nsc% -nv% -nvidia% -r128% -rendition% -s3% -s3virge% -savage% -siliconmotion% -sis% -sisusb% (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx% -tga% -trident% -tseng% -v4l% -via% -vmware% -voodoo%" 
[ebuild   R   ]   media-fonts/font-cursor-misc-1.0.0  USE="X%* -nls" 0 kB 
[ebuild   R   ]   media-fonts/font-misc-misc-1.0.0  USE="X%* -nls" 0 kB 
[ebuild   R   ]   media-fonts/font-adobe-75dpi-1.0.0  USE="X%* -nls" 0 kB 
[ebuild   R   ] net-misc/wget-1.10.2  USE="ipv6 ssl -build -debug* -nls -socks5 -static" 0 kB 
[nomerge      ] x11-drivers/ati-drivers-8.40.4 [8.14.13-r3] USE="-acpi% (-multilib) (-dlloader%) (-opengl%*)" 
[nomerge      ]  x11-base/xorg-server-1.3.0.0-r4 [1.0.2-r7] USE="dri ipv6 nptl%* sdl%* xorg%* -3dfx% -debug -dmx% -kdrive% -minimal -xprint" INPUT_DEVICES="keyboard%* mouse%* -acecad% -aiptek% -calcomp% -citron% -digitaledge% -dmc% -dynapro% -elo2300% -elographics% -evdev% -fpit% -hyperpen% -jamstudio% -joystick% -magellan% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -summa% -synaptics% -tek4957% -ur98% -vmmouse% -void% -wacom%" VIDEO_CARDS="fbdev%* radeon%* vesa%* vga%* -apm% -ark% -chips% -cirrus% -cyrix% -dummy% -epson% -fglrx% -glint% -i128% -i740% -i810% (-impact) -imstt% -mach64% -mga% -neomagic% (-newport) -nsc% -nv% -nvidia% -r128% -rendition% -s3% -s3virge% -savage% -siliconmotion% -sis% -sisusb% (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx% -tga% -trident% -tseng% -v4l% -via% -vmware% -voodoo%" 
[ebuild   R   ]   x11-proto/xf86bigfontproto-1.1.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/xcmiscproto-1.1.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/evieext-1.0.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/xf86rushproto-1.1.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/resourceproto-1.0.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/trapproto-3.4.3  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/bigreqsproto-1.0.2  USE="(-debug%)" 0 kB 
[nomerge      ] app-editors/nedit-5.5  USE="-spell" [?]
[nomerge      ]  x11-libs/openmotif-2.2.3-r9  
[ebuild   R   ]   x11-proto/printproto-1.0.3  USE="(-debug%)" 0 kB 
[nomerge      ] x11-drivers/xf86-video-ati-6.6.3 [6.5.8.0] USE="dri -debug" 
[ebuild   R   ]  x11-proto/xf86driproto-2.0.3  USE="(-debug%)" 0 kB 
[nomerge      ] kde-base/kdeutils-3.5.7 [3.5.2] USE="arts -crypt -debug* -kdeenablefinal -kdehiddenvisibility (-pbbuttonsd) -snmp -xinerama -xscreensaver% (-xmms%*)" 
[nomerge      ]  kde-base/kdebase-3.5.7-r6  USE="arts cups hal ieee1394 ldap opengl pam -branding -debug -java -kdeenablefinal -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba -xcomposite -xinerama -xscreensaver" 
[nomerge      ]   x11-apps/xsetroot-1.0.2  USE="-debug" 
[ebuild   R   ]    x11-misc/xbitmaps-1.0.1  USE="(-debug%)" 0 kB 
[nomerge      ] kde-base/kdeutils-3.5.7 [3.5.2] USE="arts -crypt -debug* -kdeenablefinal -kdehiddenvisibility (-pbbuttonsd) -snmp -xinerama -xscreensaver% (-xmms%*)" 
[nomerge      ]  x11-libs/libXtst-1.0.3  USE="-debug" 
[ebuild   R   ]   x11-proto/recordproto-1.13.2  USE="(-debug%)" 0 kB 
[nomerge      ] x11-base/xorg-x11-7.2 [7.0-r1] USE="(-3dfx%)" INPUT_DEVICES="(-acecad%) (-aiptek%) (-calcomp%) (-citron%) (-digitaledge%) (-dmc%) (-dynapro%) (-elo2300%) (-elographics%) (-evdev%) (-fpit%) (-hyperpen%) (-jamstudio%) (-joystick%) (-keyboard%*) (-magellan%) (-magictouch%) (-microtouch%) (-mouse%*) (-mutouch%) (-palmax%) (-penmount%) (-spaceorb%) (-summa%) (-synaptics%) (-tek4957%) (-ur98%) (-vmmouse%) (-void%) (-wacom%)" VIDEO_CARDS="(-apm%) (-ark%) (-chips%) (-cirrus%) (-cyrix%) (-dummy%) (-fbdev%*) (-fglrx%) (-glint%) (-i128%) (-i740%) (-i810%) (-imstt%) (-mach64%) (-mga%) (-neomagic%) (-newport%) (-nsc%) (-nv%) (-nvidia%) (-r128%) (-radeon%*) (-rendition%) (-s3%) (-s3virge%) (-savage%) (-siliconmotion%) (-sis%) (-sisusb%) (-sunbw2%) (-suncg14%) (-suncg3%) (-suncg6%) (-sunffb%) (-sunleo%) (-suntcx%) (-tdfx%) (-tga%) (-trident%) (-tseng%) (-v4l%) (-vesa%*) (-vga%*) (-via%) (-vmware%) (-voodoo%)" 
[nomerge      ]  x11-libs/libXfixes-4.0.3  USE="-debug" 
[ebuild   R   ]   x11-proto/fixesproto-4.0  USE="(-debug%)" 0 kB 
[nomerge      ] kde-base/kdenetwork-3.5.7 [3.5.2] USE="arts ssl -debug* -jingle% -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime -slp -wifi -xinerama (-xmms%*)" 
[ebuild   R   ]  x11-proto/scrnsaverproto-1.1.0  USE="(-debug%)" 0 kB 
[nomerge      ] x11-drivers/ati-drivers-8.40.4 [8.14.13-r3] USE="-acpi% (-multilib) (-dlloader%) (-opengl%*)" 
[ebuild   R   ]  x11-proto/xf86miscproto-0.9.2  USE="(-debug%)" 0 kB 
[nomerge      ] media-video/ogle-0.9.2-r1  USE="alsa mmx oss xv (-altivec)" 
[ebuild   R   ]  x11-proto/xineramaproto-1.1.2  USE="(-debug%)" 0 kB 
[nomerge      ] x11-drivers/xf86-video-vesa-1.3.0 [1.0.1.3] USE="-debug" 
[ebuild   R   ]  x11-proto/renderproto-0.9.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]  x11-proto/fontsproto-2.0.2  USE="(-debug%)" 0 kB 
[nomerge      ] x11-drivers/nvidia-drivers-100.14.19  USE="gtk -acpi (-multilib)" 
[nomerge      ]  x11-base/xorg-server-1.3.0.0-r4 [1.0.2-r7] USE="dri ipv6 nptl%* sdl%* xorg%* -3dfx% -debug -dmx% -kdrive% -minimal -xprint" INPUT_DEVICES="keyboard%* mouse%* -acecad% -aiptek% -calcomp% -citron% -digitaledge% -dmc% -dynapro% -elo2300% -elographics% -evdev% -fpit% -hyperpen% -jamstudio% -joystick% -magellan% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -summa% -synaptics% -tek4957% -ur98% -vmmouse% -void% -wacom%" VIDEO_CARDS="fbdev%* radeon%* vesa%* vga%* -apm% -ark% -chips% -cirrus% -cyrix% -dummy% -epson% -fglrx% -glint% -i128% -i740% -i810% (-impact) -imstt% -mach64% -mga% -neomagic% (-newport) -nsc% -nv% -nvidia% -r128% -rendition% -s3% -s3virge% -savage% -siliconmotion% -sis% -sisusb% (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx% -tga% -trident% -tseng% -v4l% -via% -vmware% -voodoo%" 
[nomerge      ]   x11-libs/libxkbui-1.0.2  USE="-debug" [?]
[ebuild   R   ]    x11-proto/kbproto-1.0.3  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/videoproto-2.2.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/xextproto-7.0.2  USE="(-debug%)" 0 kB 
[ebuild   R   ]   x11-proto/xf86vidmodeproto-2.2.2  USE="(-debug%)" 0 kB 
[nomerge      ] dev-lang/perl-5.8.8-r4  USE="gdbm -berkdb -build -debug -doc -ithreads -perlsuid" 
[ebuild   R   ]  sys-devel/libperl-5.8.8-r1  USE="gdbm -berkdb -debug* -ithreads" 0 kB 
[ebuild   R   ] app-portage/esearch-0.7.1  LINGUAS="-it%" 0 kB 
[ebuild   R   ] dev-libs/xmlrpc-c-1.06.03  USE="-curl -libwww* -threads" 0 kB 
[nomerge      ] media-sound/madplay-0.15.2b-r1  USE="alsa esd -debug -nls" 
[ebuild   R   ]  media-libs/libid3tag-0.15.1b  USE="-debug*" 0 kB 
[ebuild   R   ]   sys-libs/zlib-1.2.3-r1  USE="(-build%)" 0 kB 

Total: 79 packages (30 upgrades, 12 new, 1 in new slot, 36 reinstalls), Size of downloads: 31,517 kB
Portage tree and overlays:
 [0] /usr/portage
 [?] indicates that the source repository could not be determined

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-01-31 21:53 ` [gentoo-user] emerge -uD world: another obstacle bjlockie
  2008-02-01  0:32   ` Dale
@ 2008-02-01  2:20   ` maxim wexler
  2008-02-01  4:39     ` Iain Buchanan
  1 sibling, 1 reply; 18+ messages in thread
From: maxim wexler @ 2008-02-01  2:20 UTC (permalink / raw
  To: gentoo-user

> What does 'emerge -p qt' say?
> I think it lists the use flags.
> I think the 'threads' use flag should be something
> else.

I guess I wasn't clear. emerge -p qt doesn't mention
'threads' so I added it: USE="threads" emerge -v qt.
According to the HOWTO or wiki or ? USE="threads" is
legit. And portage didn't complain, but in the emerge
log which usually re-iterates every command verbatim,
USE="threads" is nowhere to be found.

-mw


      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-02-01  2:20   ` maxim wexler
@ 2008-02-01  4:39     ` Iain Buchanan
  0 siblings, 0 replies; 18+ messages in thread
From: Iain Buchanan @ 2008-02-01  4:39 UTC (permalink / raw
  To: gentoo-user


On Thu, 2008-01-31 at 18:20 -0800, maxim wexler wrote:
> > What does 'emerge -p qt' say?
> > I think it lists the use flags.
> > I think the 'threads' use flag should be something
> > else.
> 
> I guess I wasn't clear. emerge -p qt doesn't mention
> 'threads' so I added it: USE="threads" emerge -v qt.
> According to the HOWTO or wiki or ? USE="threads" is
> legit. And portage didn't complain, but in the emerge
> log which usually re-iterates every command verbatim,
> USE="threads" is nowhere to be found.

$ equery u qt | grep -i thread
<nothing>

I assume therefore that qt doesn't have a threads use flag.  Also, a
better way to specify a use flag than on the command line is
in /etc/portage/package.use.

If you say `emerge -va blah` you will see the use flags available, and
get prompted if you want to continue installing.  quicker than `emerge
-p blah; emerge blah`

HTH,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Steal my cash, car and TV - but leave the computer!
	-- Soenke Lange <soenke@escher.north.de>

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-02-01  2:02   ` maxim wexler
@ 2008-02-01  7:44     ` Alan McKinnon
  2008-02-01 18:19       ` maxim wexler
  0 siblings, 1 reply; 18+ messages in thread
From: Alan McKinnon @ 2008-02-01  7:44 UTC (permalink / raw
  To: gentoo-user

On Friday 01 February 2008, maxim wexler wrote:
> > What's your USE in make.conf?
> > I'd like to see your dependency tree. Please post
> > the output
> > of "emerge -pvuNDt world" so we can figure out
>
> 29k, I've attached it.

Hmmm, nothing odd there form what I can see

> > what's pulling in what
>
> From make.conf(Oct 16, 2006!)
>
> <...>
> USE="16bit 3dnow cdparanoia dvd dri dvdread fat
> firefox ftp gdb glx
>      ieee1394 javascript lame mmx mozilla mplayer ntfs
> posix reiserfs
>      sse svga usb verbose win32codecs wma -berkdb
> -bitmap-fonts -crypt
> -debug
>      -eds -emboss -expat -fortran -gnome -gstreamer
> -kde -lcms -mikmod
>      -nls -spell"
> <...>

And that looks normal too.

Did qca-tls emerge properly yet?

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-02-01  7:44     ` Alan McKinnon
@ 2008-02-01 18:19       ` maxim wexler
  2008-02-01 19:37         ` Alex Schuster
  0 siblings, 1 reply; 18+ messages in thread
From: maxim wexler @ 2008-02-01 18:19 UTC (permalink / raw
  To: gentoo-user



> 
> Did qca-tls emerge properly yet?
> 

No, but this bit is new:

Configuring qca-tls ...
Verifying Qt 3.x Multithreaded (MT) build environment
... fail

Unable to find Qt mkspecs. Please set QTDIR
manually. Perhaps you need to install Qt 3
development utilities. You may download them either
from the vendor of your operating system or from
www.trolltech.com

I have /usr/share/qt4/mkspecs/...
/usr/include/qt/4.../usr/include/qt4.../usr/lib/qt4. 

Hmm, interesting, /usr/bin/qt3to4. Dare I run it? 

What options should I use. I don't want to make a bad
situation worse. 

localhost ~ # qt3to4 --help
Tool for porting Qt 3 applications to Qt 4, using the
compatibility library
and compatibility functions in the core library.
Usage: qt3to4 [options] <Infile>, [Infile], ...

Infile can be a source file or a project file.
If you specify a project file, ending with .pro or
.pri,
qt3to4 will port all files specified in that project.

Options:
-h                            Display this help.
-alwaysOverwrite              Port all files without
prompting.
-rulesFile                    Specify the location for
the rules file.
-I                            Add directory to the
list of directories to be searched for header files.
-disableCppParsing            Disable the C++ parsing
component.
-disableBuiltinQt3Headers     Do not use the built-in
Qt 3 headers.
-missingFileWarnings          Warn about files not
found while searching for header files.
-strict                       Be stricter when
selecting which tokens to replace.

The porting documentation contains more information on
how
to use qt3to4 as well as general porting information.




> -- 
> Alan McKinnon
> alan dot mckinnon at gmail dot com
> -- 
> gentoo-user@lists.gentoo.org mailing list
> 
> 



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-02-01 18:19       ` maxim wexler
@ 2008-02-01 19:37         ` Alex Schuster
  2008-02-01 22:00           ` maxim wexler
  0 siblings, 1 reply; 18+ messages in thread
From: Alex Schuster @ 2008-02-01 19:37 UTC (permalink / raw
  To: gentoo-user

maxim wexler writes:

> Configuring qca-tls ...
> Verifying Qt 3.x Multithreaded (MT) build environment
> ... fail
>
> Unable to find Qt mkspecs. Please set QTDIR
> manually. Perhaps you need to install Qt 3
> development utilities. You may download them either
> from the vendor of your operating system or from
> www.trolltech.com
>
> I have /usr/share/qt4/mkspecs/...
> /usr/include/qt/4.../usr/include/qt4.../usr/lib/qt4.

I guess you need Qt version 3 for that, which is not onstalled, according 
to your emerge output: emerge -a \<qt-4

Maybe you can also re-build Qt 4 with the qt3support USE flag, but I guess 
this would not help.


> Hmm, interesting, /usr/bin/qt3to4. Dare I run it?

That's only for converting you own Qt 3 projects to Qt 4.

	Wonko
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-02-01 19:37         ` Alex Schuster
@ 2008-02-01 22:00           ` maxim wexler
  2008-02-01 22:35             ` Alex Schuster
  0 siblings, 1 reply; 18+ messages in thread
From: maxim wexler @ 2008-02-01 22:00 UTC (permalink / raw
  To: gentoo-user


--- Alex Schuster <wonko@wonkology.org> wrote:

> maxim wexler writes:
> 
> > Configuring qca-tls ...
> > Verifying Qt 3.x Multithreaded (MT) build
> environment
> > ... fail
> >
> > Unable to find Qt mkspecs. Please set QTDIR
> > manually. Perhaps you need to install Qt 3
> > development utilities. You may download them
> either
> > from the vendor of your operating system or from
> > www.trolltech.com
> >
> > I have /usr/share/qt4/mkspecs/...
> >
> /usr/include/qt/4.../usr/include/qt4.../usr/lib/qt4.
> 
> I guess you need Qt version 3 for that, which is not
> onstalled, according 
> to your emerge output: emerge -a \<qt-4
> 
localhost ~ # emerge -a \<qt-4
                        ^^
                        what does this do? 
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  NS   ] x11-libs/qt-3.3.8-r4  USE="cups gif
ipv6 opengl -debug -doc -examples -firebird -immqt
-immqt-bc -mysql -nas -nis -odbc -postgres -sqlite
-xinerama" 



> Maybe you can also re-build Qt 4 with the qt3support
> USE flag, but I guess 
> this would not help.

How do v4 and v3 differ? If I'm in the midst of -uD
world would one be preferable?
> 
> 
> > Hmm, interesting, /usr/bin/qt3to4. Dare I run it?
> 
> That's only for converting you own Qt 3 projects to
> Qt 4.

Very useful info.

mw


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle
  2008-02-01 22:00           ` maxim wexler
@ 2008-02-01 22:35             ` Alex Schuster
  2008-02-02 15:47               ` [gentoo-user] emerge -uD world: another obstacle FIXED maxim wexler
  0 siblings, 1 reply; 18+ messages in thread
From: Alex Schuster @ 2008-02-01 22:35 UTC (permalink / raw
  To: gentoo-user

maxim wexler writes:

> --- Alex Schuster <wonko@wonkology.org> wrote:
> > maxim wexler writes:

> > I guess you need Qt version 3 for that, which is not
> > onstalled, according
> > to your emerge output: emerge -a \<qt-4
>
> localhost ~ # emerge -a \<qt-4
>                         ^^
>                         what does this do?

It emerges Qt with a version lower than 4.

The backslash "\" escapes the "<", because the shell would take it as 
redirection character.

wonko@knork ~ --> emerge -p <qt-4
bash: qt-4: No such file or directory

You could also write "emerge -a '<qt-4'". In a shell script, the escaping 
with \ or '' is not necessary.


> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild  NS   ] x11-libs/qt-3.3.8-r4  USE="cups gif
> ipv6 opengl -debug -doc -examples -firebird -immqt
> -immqt-bc -mysql -nas -nis -odbc -postgres -sqlite
> -xinerama"
>
> > Maybe you can also re-build Qt 4 with the qt3support
> > USE flag, but I guess
> > this would not help.
>
> How do v4 and v3 differ? If I'm in the midst of -uD
> world would one be preferable?

No worries, you can have both at the same time. See the [ebuild NS] output 
above? This tells that this package is new. If it would downgrade your 
Qt-4, you would see [ebuild UD]: something is updated to another version, 
and this will be a downgrade. The S tells this package is slotted, 
meaning that different versions may co-exist.

I would emerge Qt-3. You may continue your world update with 
emerge --resume afterwards.

In case another package fails, you can add the --skipfirst option to 
emerge, this will skip it and continue with the rest of the world update. 
This may, however, introduce later problems, if another package needs the 
failed one. 

	Wonko
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle FIXED
  2008-02-01 22:35             ` Alex Schuster
@ 2008-02-02 15:47               ` maxim wexler
  2008-02-02 16:15                 ` Iain Buchanan
  0 siblings, 1 reply; 18+ messages in thread
From: maxim wexler @ 2008-02-02 15:47 UTC (permalink / raw
  To: gentoo-user


> 
> I would emerge Qt-3. You may continue your world
> update with 
> emerge --resume afterwards.
> 

That did it! Seven days, one hour and 28 minutes after
I started, -uD world is complete! 

mw


      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle FIXED
  2008-02-02 15:47               ` [gentoo-user] emerge -uD world: another obstacle FIXED maxim wexler
@ 2008-02-02 16:15                 ` Iain Buchanan
  2008-02-02 17:39                   ` Alan McKinnon
  0 siblings, 1 reply; 18+ messages in thread
From: Iain Buchanan @ 2008-02-02 16:15 UTC (permalink / raw
  To: gentoo-user


On Sat, 2008-02-02 at 07:47 -0800, maxim wexler wrote:
> > 
> > I would emerge Qt-3. You may continue your world
> > update with 
> > emerge --resume afterwards.
> > 
> 
> That did it! Seven days, one hour and 28 minutes after
> I started, -uD world is complete! 

7 days?  Time to emerge --sync, and update world again!
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Horse sense is the thing a horse has which keeps it from betting on people.
		-- W. C. Fields

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle FIXED
  2008-02-02 16:15                 ` Iain Buchanan
@ 2008-02-02 17:39                   ` Alan McKinnon
  2008-02-02 21:28                     ` Dale
  0 siblings, 1 reply; 18+ messages in thread
From: Alan McKinnon @ 2008-02-02 17:39 UTC (permalink / raw
  To: gentoo-user

On Saturday 02 February 2008, Iain Buchanan wrote:
> On Sat, 2008-02-02 at 07:47 -0800, maxim wexler wrote:
> > > I would emerge Qt-3. You may continue your world
> > > update with
> > > emerge --resume afterwards.
> >
> > That did it! Seven days, one hour and 28 minutes after
> > I started, -uD world is complete!
>
> 7 days?  Time to emerge --sync, and update world again!

hehehehe, only a true gentooite would get that one :-)

on reflection, it would probably have been easier for maxim to just 
reinstall the box. But then again he learned a heap of stuff that's 
hard to learn any other way


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle FIXED
  2008-02-02 17:39                   ` Alan McKinnon
@ 2008-02-02 21:28                     ` Dale
  2008-02-02 21:55                       ` Alan McKinnon
  0 siblings, 1 reply; 18+ messages in thread
From: Dale @ 2008-02-02 21:28 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon wrote:
> On Saturday 02 February 2008, Iain Buchanan wrote:
>   
>> On Sat, 2008-02-02 at 07:47 -0800, maxim wexler wrote:
>>     
>>>> I would emerge Qt-3. You may continue your world
>>>> update with
>>>> emerge --resume afterwards.
>>>>         
>>> That did it! Seven days, one hour and 28 minutes after
>>> I started, -uD world is complete!
>>>       
>> 7 days?  Time to emerge --sync, and update world again!
>>     
>
> hehehehe, only a true gentooite would get that one :-)
>
> on reflection, it would probably have been easier for maxim to just 
> reinstall the box. But then again he learned a heap of stuff that's 
> hard to learn any other way
>
>
>   

Yea, if it breaks again, he's going to have a lot more ammo to work with. 

Dale

:-)  :-)
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle FIXED
  2008-02-02 21:28                     ` Dale
@ 2008-02-02 21:55                       ` Alan McKinnon
  2008-02-02 22:18                         ` Dale
  0 siblings, 1 reply; 18+ messages in thread
From: Alan McKinnon @ 2008-02-02 21:55 UTC (permalink / raw
  To: gentoo-user

On Saturday 02 February 2008, Dale wrote:
> > on reflection, it would probably have been easier for maxim to just
> > reinstall the box. But then again he learned a heap of stuff that's
> > hard to learn any other way
> >
> Yea, if it breaks again, he's going to have a lot more ammo to work
> with.

Or, in the tried and trusted Unix tradition of 37 years, when he breaks 
it himself next time he gets to keep both pieces AND have the glue that 
puts them back together :-)

Sometimes I find myself deliberately breaking stuff just to see if I can 
fix it. Try this one, it's not as easy as it looks:

emerge busybox to / on a machine in use without making symlinks
Now emerge something. You get an impressive error message.

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] emerge -uD world: another obstacle FIXED
  2008-02-02 21:55                       ` Alan McKinnon
@ 2008-02-02 22:18                         ` Dale
  0 siblings, 0 replies; 18+ messages in thread
From: Dale @ 2008-02-02 22:18 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon wrote:
> On Saturday 02 February 2008, Dale wrote:
>   
>>> on reflection, it would probably have been easier for maxim to just
>>> reinstall the box. But then again he learned a heap of stuff that's
>>> hard to learn any other way
>>>
>>>       
>> Yea, if it breaks again, he's going to have a lot more ammo to work
>> with.
>>     
>
> Or, in the tried and trusted Unix tradition of 37 years, when he breaks 
> it himself next time he gets to keep both pieces AND have the glue that 
> puts them back together :-)
>   

Yea but you know we will all help again.   :-)

> Sometimes I find myself deliberately breaking stuff just to see if I can 
> fix it. 

I break enough by mistake than to do that on purpose. 

> Try this one, it's not as easy as it looks:
>
> emerge busybox to / on a machine in use without making symlinks
> Now emerge something. You get an impressive error message.
>
>   

I'll take your word for it.   ;-)  Does sound . . . interesting tho.  LOL

Dale

:-)  :-) 
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2008-02-02 22:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-31 20:42 [gentoo-user] emerge -uD world: another obstacle maxim wexler
2008-01-31 21:39 ` Alan McKinnon
2008-02-01  2:02   ` maxim wexler
2008-02-01  7:44     ` Alan McKinnon
2008-02-01 18:19       ` maxim wexler
2008-02-01 19:37         ` Alex Schuster
2008-02-01 22:00           ` maxim wexler
2008-02-01 22:35             ` Alex Schuster
2008-02-02 15:47               ` [gentoo-user] emerge -uD world: another obstacle FIXED maxim wexler
2008-02-02 16:15                 ` Iain Buchanan
2008-02-02 17:39                   ` Alan McKinnon
2008-02-02 21:28                     ` Dale
2008-02-02 21:55                       ` Alan McKinnon
2008-02-02 22:18                         ` Dale
2008-01-31 21:53 ` [gentoo-user] emerge -uD world: another obstacle bjlockie
2008-02-01  0:32   ` Dale
2008-02-01  2:20   ` maxim wexler
2008-02-01  4:39     ` Iain Buchanan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox