Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Qt 3.3.0 Troubles
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
defunct
n00b
n00b


Joined: 14 Feb 2004
Posts: 29

PostPosted: Sat Feb 14, 2004 2:55 am    Post subject: Qt 3.3.0 Troubles Reply with quote

Hello,

I'm trying to install Qt 3.3.0 on a freshly installed gentoo machine. There's no previous versions of anything installed. I can emerge qt just fine but when I look at the file /usr/qt/3/lib/libqt-mt.la, for the libdir variable it says:

libdir='/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib'

This is, obviously, causing problems when I try to emerge KDE. Does anyone know how or why this is happening and how I can fix it?

Thanks in advance,
-d
Back to top
View user's profile Send private message
rodkeyrr
n00b
n00b


Joined: 01 Sep 2002
Posts: 22
Location: Indiana, USA

PostPosted: Sat Feb 14, 2004 4:43 am    Post subject: same here Reply with quote

Having the same problem, haven't managed to find a solution yet. I submitted a bug report though, so maybe someone else will have a clue.
Back to top
View user's profile Send private message
fdavid
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2003
Posts: 82
Location: Graz, Austria, EU

PostPosted: Sat Feb 14, 2004 6:33 am    Post subject: Reply with quote

I also encountered the same problem. I've tried to downgrade to qt3.2.3-r1, but the problem still exists.
Back to top
View user's profile Send private message
butchershook
n00b
n00b


Joined: 13 Dec 2003
Posts: 13
Location: Merseyside, England

PostPosted: Sat Feb 14, 2004 8:18 am    Post subject: Reply with quote

Same problem here, I had used Gnome so there was no qt or Kde stuff installed.
Back to top
View user's profile Send private message
plasmagunman
l33t
l33t


Joined: 07 Jun 2002
Posts: 604
Location: berlin

PostPosted: Sat Feb 14, 2004 9:54 am    Post subject: Reply with quote

i got it working this night: i edidet usr/qt/3/lib/libqt-mt.la and /usr/qt/3/.qmake.cache and removed all /var/tmp/portage/qt-3.3.0/image i could find. then compiling kdelibs worked without these annoying messanges and kdebase compiled, too.
_________________
please, feel free to correct my english. - por favor, corrige mi español.
Back to top
View user's profile Send private message
defunct
n00b
n00b


Joined: 14 Feb 2004
Posts: 29

PostPosted: Sat Feb 14, 2004 11:10 am    Post subject: Reply with quote

plasmagunman wrote:
i got it working this night: i edidet usr/qt/3/lib/libqt-mt.la and /usr/qt/3/.qmake.cache and removed all /var/tmp/portage/qt-3.3.0/image i could find. then compiling kdelibs worked without these annoying messanges and kdebase compiled, too.


Doing that didn't work for me. I'm getting the same errors. It looks like the libraries are compiled with the /var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib path in them.

-d
Back to top
View user's profile Send private message
cylgalad
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1327
Location: France

PostPosted: Sat Feb 14, 2004 11:13 am    Post subject: Reply with quote

Edit /usr/qt/3/lib/libqt-mt.la (yes it a text-file), try to change the libdir line to this :
Code:
libdir='/usr/qt/3/lib'
Back to top
View user's profile Send private message
defunct
n00b
n00b


Joined: 14 Feb 2004
Posts: 29

PostPosted: Sat Feb 14, 2004 11:46 am    Post subject: Reply with quote

cylgalad wrote:
Edit /usr/qt/3/lib/libqt-mt.la (yes it a text-file), try to change the libdir line to this :
Code:
libdir='/usr/qt/3/lib'


Was one of the first things I tried.. didn't work, though. Why is it even getting set to the /var directory in the first place?

Thanks for the help,
-d
Back to top
View user's profile Send private message
plasmagunman
l33t
l33t


Joined: 07 Jun 2002
Posts: 604
Location: berlin

PostPosted: Sat Feb 14, 2004 11:50 am    Post subject: Reply with quote

defunct wrote:
Why is it even getting set to the /var directory in the first place?

we hope this error can be found in bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=41492
_________________
please, feel free to correct my english. - por favor, corrige mi español.
Back to top
View user's profile Send private message
defunct
n00b
n00b


Joined: 14 Feb 2004
Posts: 29

PostPosted: Sat Feb 14, 2004 11:55 am    Post subject: Reply with quote

plasmagunman wrote:
we hope this error can be found in bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=41492


Cool, thanks for submitting that!
-d
Back to top
View user's profile Send private message
keeper
n00b
n00b


Joined: 09 Feb 2004
Posts: 5

PostPosted: Sat Feb 14, 2004 11:58 am    Post subject: Reply with quote

I got two machine, A which is working, and B which has the same problem. On A "strings libqt-mt.so | grep var" gives

Code:
qt_nstpath=/var/tmp/portage/qt-3.3.0/image//usr/qt/3


while on B the same command gives
Code:
qt_nstpath=/var/tmp/portage/qt-3.3.0/image//usr/qt/3
qt_binpath=/var/tmp/portage/qt-3.3.0/image//usr/qt/3
qt_hdrpath=/var/tmp/portage/qt-3.3.0/image//usr/qt/3
qt_libpath=/var/tmp/portage/qt-3.3.0/image//usr/qt/3


Has this anything to do with the problem above?
Back to top
View user's profile Send private message
iKlez
n00b
n00b


Joined: 15 Jan 2004
Posts: 18
Location: lost in the core

PostPosted: Sat Feb 14, 2004 12:38 pm    Post subject: Reply with quote

try to solve with this: https://forums.gentoo.org/viewtopic.php?t=136531
_________________
¡Ei Warras!, ni dios ni amo
Jabber Ident: iklez@jabber.org
Back to top
View user's profile Send private message
TinheadNed
Guru
Guru


Joined: 05 Apr 2003
Posts: 339
Location: Farnborough, UK

PostPosted: Sat Feb 14, 2004 6:49 pm    Post subject: Reply with quote

I've followed the recommendations given in the bugzilla and this still fails to build kdelibs. Many occurances of "libGL.la has moved" and then libqt-mt.la is sought for in /var/tmp/portage/qt-3.3.0/image//usr/qt/3/lib.

I've been remerging everything and syncing but I have the latest ebuilds and they do not work. I'm going back to qt 3.2.3 to get kdelibs working again as I need a working computer right now :/

EDIT: Still happens in 3.2.3. WTF?
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Sat Feb 14, 2004 10:02 pm    Post subject: Reply with quote

TinheadNed wrote:
I've followed the recommendations given in the bugzilla and this still fails to build kdelibs. Many occurances of "libGL.la has moved" and then libqt-mt.la is sought for in /var/tmp/portage/qt-3.3.0/image//usr/qt/3/lib.

I've been remerging everything and syncing but I have the latest ebuilds and they do not work. I'm going back to qt 3.2.3 to get kdelibs working again as I need a working computer right now :/

EDIT: Still happens in 3.2.3. WTF?


I have corrected the libqt-mt.la error, but i also got the libgl.la error
now.

i really hate qt 3.3.3
_________________
Encrypt, lock up everything and duct tape the rest
Back to top
View user's profile Send private message
semiSfear
Guru
Guru


Joined: 08 Jul 2003
Posts: 302
Location: Adelaide, SA

PostPosted: Sat Feb 14, 2004 10:21 pm    Post subject: Reply with quote

GentooBox wrote:


I have corrected the libqt-mt.la error, but i also got the libgl.la error
now.

i really hate qt 3.3.3


How did you correct the libqt-mt.la error?
_________________
DnB is my religion, Jungle is my church.
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Sat Feb 14, 2004 11:15 pm    Post subject: Reply with quote

semiSfear wrote:
GentooBox wrote:


I have corrected the libqt-mt.la error, but i also got the libgl.la error
now.

i really hate qt 3.3.3


How did you correct the libqt-mt.la error?

https://bugs.gentoo.org/show_bug.cgi?id=41492

Thats how i got it fixed
_________________
Encrypt, lock up everything and duct tape the rest
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum