Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

libqt-mt.la is missing

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
58 posts
  • 1
  • 2
  • 3
  • Next
Author
Message
shizen
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 128
Joined: Tue Feb 18, 2003 4:23 pm
Contact:
Contact shizen
Website

libqt-mt.la is missing

  • Quote

Post by shizen » Sat Feb 14, 2004 9:33 am

Hi

i have merge qt-3.3.0 and now i like to emerge kde 3.2, but then i compile kdelibs then i have this problem:

Code: Select all

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-a                 gs -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -march=at                 -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN                 _ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libartskde.la -rpath /usr/kde/3.2/lib -L/usr/X11R6/lib                  /usr/kde/3.2/lib  -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 3:0:2 artskde.lo kioinputst                 object.lo kplayobjectfactory.lo kartsfloatwatch.lo kartsdispatcher.lo kaudiorecordstream.lo kaudioplaystream.lo kartsser                 t_impl.lo kaudioconverter.lo kvideowidget.lo kplayobjectcreator.lo kaudiomanagerplay.lo ../../kio/libkio.la -lqtmcop -ls
libtool: link: warning: `/usr/qt/3/lib/libqt-mt.la' seems to be moved
libtool: link: warning: `/usr/qt/3/lib/libqt-mt.la' seems to be moved
libtool: link: warning: `/usr/qt/3/lib/libqt-mt.la' seems to be moved
libtool: link: warning: `/usr/qt/3/lib/libqt-mt.la' seems to be moved
libtool: link: warning: `/usr/qt/3/lib/libqt-mt.la' seems to be moved
libtool: link: warning: `/usr/qt/3/lib/libqt-mt.la' seems to be moved
libtool: link: warning: library `/usr/qt/3/lib/libqt-mt.la' was moved.
grep: /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la: No such file or directory
/bin/sed: can't read /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la: No such file or directory
libtool: link: `/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la' is not a valid libtool archive
make[3]: *** [libartskde.la] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts/kde'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0'
make: *** [all] Fehler 2

!!! ERROR: kde-base/kdelibs-3.2.0 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make
then i search this library:

Code: Select all

bash-2.05b# locate libqt-mt.la
/usr/qt/3/lib/libqt-mt.la
where is the problem??

PS sorry for my english :-(
Greets
Top
defunct
n00b
n00b
User avatar
Posts: 29
Joined: Sat Feb 14, 2004 2:49 am

  • Quote

Post by defunct » Sat Feb 14, 2004 9:47 am

I'm having the same problem (started a thread about it here http://forums.gentoo.org/viewtopic.php?t=136467).

-d
Top
JOS654
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Sat Nov 15, 2003 7:03 pm
Location: Spain - Malaga

  • Quote

Post by JOS654 » Sat Feb 14, 2004 11:53 am

me too :(
Top
shizen
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 128
Joined: Tue Feb 18, 2003 4:23 pm
Contact:
Contact shizen
Website

  • Quote

Post by shizen » Sat Feb 14, 2004 12:19 pm

hi

i have edit libqt-mt.la

Code: Select all

libdir='/usr/qt/3/lib'
nothing :-(
Top
iKlez
n00b
n00b
User avatar
Posts: 18
Joined: Thu Jan 15, 2004 12:14 am
Location: lost in the core

  • Quote

Post by iKlez » Sat Feb 14, 2004 12:32 pm

follow this steps to solve the problem:

1. # mkdir /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/

2. # cp /usr/qt/3/lib/* /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/

now you can emerge any kde 3.2 package. good luck :wink:
¡Ei Warras!, ni dios ni amo
Jabber Ident: iklez@jabber.org
Top
defunct
n00b
n00b
User avatar
Posts: 29
Joined: Sat Feb 14, 2004 2:49 am

  • Quote

Post by defunct » Sat Feb 14, 2004 12:38 pm

iKlez wrote:follow this steps to solve the problem:

1. # mkdir /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/

2. # cp /usr/qt/3/lib/* /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/

now you can emerge any kde 3.2 package. good luck :wink:
Yeah, that would work.. but it's a total kludge and I wouldn't recommend it. I'd prefer just to wait for the proper fix.

-d
Top
tank
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 116
Joined: Wed Aug 28, 2002 7:52 pm
Location: Virginia

  • Quote

Post by tank » Sat Feb 14, 2004 2:06 pm

I too am having this issue, hope someone posts a proper fix.
Top
semiSfear
Guru
Guru
User avatar
Posts: 302
Joined: Tue Jul 08, 2003 1:11 pm
Location: Adelaide, SA

  • Quote

Post by semiSfear » Sat Feb 14, 2004 2:20 pm

defunct wrote:
iKlez wrote:follow this steps to solve the problem:

1. # mkdir /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/

2. # cp /usr/qt/3/lib/* /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/

now you can emerge any kde 3.2 package. good luck :wink:
Yeah, that would work.. but it's a total kludge and I wouldn't recommend it. I'd prefer just to wait for the proper fix.

-d
I too would prefer a proper fix. But why wouldn't you recomend this procedure?
DnB is my religion, Jungle is my church.
Top
olias2
Apprentice
Apprentice
User avatar
Posts: 234
Joined: Sat Aug 23, 2003 10:31 pm
Location: CANADA

  • Quote

Post by olias2 » Sat Feb 14, 2004 2:34 pm

I'm having the same problem too. It makes me consider getting off the gentoo rollercoaster. I mean, I like to have the latest toys but when you spend that much time rolling up a custom linux system to have it start to unravel. It's discouraging. :( I'm talking about genkernel3, libfam2.7, qt3.3 and kde3.2
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Top
caleb
Developer
Developer
Posts: 404
Joined: Mon Jun 02, 2003 4:53 pm

  • Quote

Post by caleb » Sat Feb 14, 2004 3:50 pm

This should now be fixed in the qt-3.3.0 ebuild. Sorry if it's a rollercoaster, but that's the breaks sometimes.
Top
semiSfear
Guru
Guru
User avatar
Posts: 302
Joined: Tue Jul 08, 2003 1:11 pm
Location: Adelaide, SA

  • Quote

Post by semiSfear » Sat Feb 14, 2004 3:54 pm

Thank you.
Will re-emerge qt after gnome compiles :wink: Can take some time but I will post my result.
DnB is my religion, Jungle is my church.
Top
olias2
Apprentice
Apprentice
User avatar
Posts: 234
Joined: Sat Aug 23, 2003 10:31 pm
Location: CANADA

  • Quote

Post by olias2 » Sat Feb 14, 2004 4:16 pm

caleb wrote:This should now be fixed in the qt-3.3.0 ebuild. Sorry if it's a rollercoaster, but that's the breaks sometimes.
Thank You for the fix and sorry fom my discouragement. I do appreciate all the work the developers contribute.
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Top
salog
n00b
n00b
Posts: 10
Joined: Sat Feb 14, 2004 2:29 pm

  • Quote

Post by salog » Sat Feb 14, 2004 5:30 pm

I ve got the same problem, but i have qt-3.3.0 installed, so i think this doesnt solve the problem...
and how risky is this copy thing?
Top
Martini
Tux's lil' helper
Tux's lil' helper
Posts: 141
Joined: Mon Sep 30, 2002 2:34 pm

  • Quote

Post by Martini » Sat Feb 14, 2004 6:07 pm

Hi

Same problem here. I have rsynced my system straight. Emerge qt / kdelibs / kdebase give me the same errors. Other things, i have found about this error also dosn't work. Which I did not try yet, is copy the files from /usr/qt..... to /var/tmp/portage/qt... . But it's unclean.

Sorry,bad english.

Martini
Top
olias2
Apprentice
Apprentice
User avatar
Posts: 234
Joined: Sat Aug 23, 2003 10:31 pm
Location: CANADA

  • Quote

Post by olias2 » Sat Feb 14, 2004 6:24 pm

Still a problem ...

emerge sync
emerge qt (no problem)
emerge kdelibs (no problem)
emerge kdeartwork (doh!!!)

Here's the error...

Code: Select all

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib  -R /usr/kde/3.2/lib -R /usr/qt/3/lib -R /usr/X11R6/lib  -o kbanner.kss  banner.o -lkdeui -lkscreensaver
libtool: link: cannot find the library `/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la'
make[3]: *** [kbanner.kss] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.2.0/work/kdeartwork-3.2.0/kscreensaver/kdesavers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.2.0/work/kdeartwork-3.2.0/kscreensaver'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.2.0/work/kdeartwork-3.2.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeartwork-3.2.0 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make
When I look in this directory tree this is what I see...

Code: Select all

# ls -la /var/tmp/portage/qt-3.3.0
total 14
drwxr-xr-x    3 portage  portage        72 Feb 14 11:57 .
drwxr-xr-x  367 portage  portage     12608 Feb 13 18:38 ..
drwsrws---    2 portage  portage        80 Feb 14 11:57 temp
The /image directory doesn't exist. Also the /temp that is there has a 0 byte file in it called successful. Irony at its best.
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Top
Martini
Tux's lil' helper
Tux's lil' helper
Posts: 141
Joined: Mon Sep 30, 2002 2:34 pm

  • Quote

Post by Martini » Sat Feb 14, 2004 6:34 pm

olias2 wrote:Still a problem ...

emerge sync
emerge qt (no problem)
emerge kdelibs (no problem)
emerge kdeartwork (doh!!!)
Yep. Emerge qt (no problem) is not the Problem. :) Sorry.
Emerge kdelibs works for you? Here comes the error by emerging kdelibs or kdebase. Other kde-things i dont use. The only one i need is kdebase-package for using k3b. :-)

Martini
Top
trouser_pilot
n00b
n00b
User avatar
Posts: 52
Joined: Sat Sep 07, 2002 4:45 pm
Location: Calgary, AB

  • Quote

Post by trouser_pilot » Sat Feb 14, 2004 7:30 pm

I just finished doing emerge sync and emerge qt. I tried to emerge -U world and still failed on kdelib. Here's the output:

/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kio/kssl -I../../arts/kde -I../.. -I/usr/kde/3.2/include/arts -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/kde/3.2/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o artskde.lo `test -f 'artskde.cc' || echo './'`artskde.cc
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o libartskde.la -rpath /usr/kde/3.2/lib -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 3:0:2 artskde.lo kioinputstream_impl.lo kplayobject.lo kplayobjectfactory.lo kartsfloatwatch.lo kartsdispatcher.lo kaudiorecordstream.lo kaudioplaystream.lo kartsserver.lo kdatarequest_impl.lo kaudioconverter.lo kvideowidget.lo kplayobjectcreator.lo kaudiomanagerplay.lo ../../kio/libkio.la -lqtmcop -lsoundserver_idl
grep: /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la: No such file or directory
/bin/sed: can't read /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la: No such file or directory
libtool: link: `/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la' is not a valid libtool archive
make[3]: *** [libartskde.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.2.0 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make
Top
hanigjen
n00b
n00b
Posts: 5
Joined: Sat Feb 14, 2004 5:00 pm
Location: Kristiansand,Norway

  • Quote

Post by hanigjen » Sat Feb 14, 2004 7:37 pm

I have the same problem.

After the qt ebuild fix the error changed from the "libtool: ... seems to be moved" to

------------------
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686 -funroll-loops -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o libartskde.la -rpath /usr/kde/3.2/lib -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 3:0:2 artskde.lo kioinputstream_impl.lo kplayobject.lo kplayobjectfactory.lo kartsfloatwatch.lo kartsdispatcher.lo kaudiorecordstream.lo kaudioplaystream.lo kartsserver.lo kdatarequest_impl.lo kaudioconverter.lo kvideowidget.lo kplayobjectcreator.lo kaudiomanagerplay.lo ../../kio/libkio.la -lqtmcop -lsoundserver_idl
grep: /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la: No such file or directory
/bin/sed: can't read /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la: No such file or directory
libtool: link: `/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la' is not a valid libtool archive
make[3]: *** [libartskde.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.2.0 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make
----------

Also, the fix made libdir in libqt-mt.la point to /usr/qt/3/lib instead of into /var/tmp/portage/...

However, "strings libqt-mt.so.3.3.0|grep portage" still results in
--------------
/var/tmp/portage/qt-3.3.0/work/qt-x11-free-3.3.0/lib
qt_nstpath=/var/tmp/portage/qt-3.3.0/image//usr/qt/3
---------------

uhm .. checking the ebuild for 3.3.0 I see that .qmake.cache is modified...
and here the

QT_INSTALL_PREFIX=/var/tmp/portage/qt-3.3.0/image//usr/qt/3

which seems a bit wrong... seems like /usr/qt/3 is appended instead of replacing the previous path...

I'll try changing it and see how that goes
Top
mikeraach
Apprentice
Apprentice
User avatar
Posts: 168
Joined: Mon Jan 20, 2003 7:58 am
Contact:
Contact mikeraach
Website

  • Quote

Post by mikeraach » Sat Feb 14, 2004 8:52 pm

hanigjen wrote: uhm .. checking the ebuild for 3.3.0 I see that .qmake.cache is modified...
and here the

QT_INSTALL_PREFIX=/var/tmp/portage/qt-3.3.0/image//usr/qt/3

which seems a bit wrong... seems like /usr/qt/3 is appended instead of replacing the previous path...

I'll try changing it and see how that goes
I noticed that as well (after I just rebuilt qt after emerge sync). I tried emerging kdelibs but I'm getting the same error with libqt-mt.la.

So then I tried fixing the QT_INSTALL_PREFIX=/var/tmp/portage/qt-3.3.0/image//usr/qt/3 and remove the // and re-emerged kdelibs. Same problem with libqt-mt.la
Top
lightsout
Tux's lil' helper
Tux's lil' helper
Posts: 113
Joined: Sun Apr 13, 2003 11:14 am
Location: UK

  • Quote

Post by lightsout » Sat Feb 14, 2004 9:03 pm

Yeah, I've got this problem too! I've re-emerged qt and kdelibs and it hasn't helped.

Any ideas for a proper fix?
Top
hanigjen
n00b
n00b
Posts: 5
Joined: Sat Feb 14, 2004 5:00 pm
Location: Kristiansand,Norway

  • Quote

Post by hanigjen » Sat Feb 14, 2004 9:17 pm

kdelibs depends on libqtmcop.la which seems to have some links to the tmp/portage version of qt. When I unmerged and merged arts, which libqtmcop is a part of, it seems to have removed the link. I'm currently merging kdelibs again, but it takes about 30 min, so it'll still be some minutes before I know if this fixes the problem.
Top
trouser_pilot
n00b
n00b
User avatar
Posts: 52
Joined: Sat Sep 07, 2002 4:45 pm
Location: Calgary, AB

  • Quote

Post by trouser_pilot » Sat Feb 14, 2004 9:39 pm

Well, I'm re-emergeing arts right now. I will also update with the results.
Top
semiSfear
Guru
Guru
User avatar
Posts: 302
Joined: Tue Jul 08, 2003 1:11 pm
Location: Adelaide, SA

  • Quote

Post by semiSfear » Sat Feb 14, 2004 10:10 pm

I haven't tried unmerging arts and re-emerging kdelibs yet. But I get this as everyone else I guess:

Code: Select all

/bin/sed: can't read /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la: No such file or directory
libtool: link: `/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la' is not a valid libtool archive
make[3]: *** [libartskde.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.2.0/work/kdelibs-3.2.0'
make: *** [all] Error 2
 
!!! ERROR: kde-base/kdelibs-3.2.0 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make
DnB is my religion, Jungle is my church.
Top
hanigjen
n00b
n00b
Posts: 5
Joined: Sat Feb 14, 2004 5:00 pm
Location: Kristiansand,Norway

  • Quote

Post by hanigjen » Sat Feb 14, 2004 10:29 pm

It worked. Just unmerge and remerge arts before you try to emerge kdelibs, and it should work.
Top
semiSfear
Guru
Guru
User avatar
Posts: 302
Joined: Tue Jul 08, 2003 1:11 pm
Location: Adelaide, SA

  • Quote

Post by semiSfear » Sat Feb 14, 2004 10:31 pm

hanigjen wrote:It worked. Just unmerge and remerge arts before you try to emerge kdelibs, and it should work.
Should qt be unmerged when remerging arts. Or should I have qt installed unmerg and remerge arts and then emerge kdelibs?
DnB is my religion, Jungle is my church.
Top
Post Reply

58 posts
  • 1
  • 2
  • 3
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic