Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-08-2006, 11:10 AM
|
#1
|
|
LQ Newbie
Registered: Feb 2006
Posts: 6
Rep:
|
Window Decorations ( Kubuntu 6.06 ) Compile error
Hello there.
I want to get some skins on my computer (Honestly i dont care how, as long as it gets pretty ^^) but compiling it fails.
Trying to compile Alphacube from KDE-look:
Quote:
checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
|
Quote:
user@*****:~$ sudo apt-get install libqt3-mt-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libqt3-mt-dev: Depends: libqt3-mt (= 3:3.3.6-1ubuntu3) but 3:3.3.6-1ubuntu6 is to be installed
E: Broken packages
|
I dunno what to do to fix it. :O
I just want some themes. 
|
|
|
|
07-08-2006, 01:37 PM
|
#2
|
|
Senior Member
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524
Rep:
|
Code:
$ sudo apt-get install libqt3-mt-dev libqt3-mt=3:3.3.6-1ubuntu3
The reason apt-get refuses to install the required version is (most probably) that some program(s) depend on the version you already have installed. It's up to you whether or not you want to uninstall those programs.
If you don't, there might be a way to install alphacube anyways: get the source for libqt3-mt=3:3.3.6-1ubuntu3, compile what needs to be compiled yourself, store it somewhere in your home directory, and point the configure script for alphacube to that directory.
hth.
|
|
|
|
07-08-2006, 02:38 PM
|
#3
|
|
LQ Newbie
Registered: Feb 2006
Posts: 6
Original Poster
Rep:
|
Okay, now i got another problem instead.
Quote:
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
|
Doh.
How hard can it be to get some themes ?
|
|
|
|
07-08-2006, 02:52 PM
|
#4
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Install the kdelibs-devel (kdelibs-dev) package.
|
|
|
|
07-08-2006, 03:18 PM
|
#5
|
|
LQ Newbie
Registered: Feb 2006
Posts: 6
Original Poster
Rep:
|
I kinda hate this right now. :P
Quote:
apt-get install kdelibs-dev
Reading package lists... Done
Building dependency tree... Done
Note, selecting kdelibs4-dev instead of kdelibs-dev
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kdelibs4-dev: Depends: libarts1-dev (>= 1.5-rc1) but it is not going to be installed
E: Broken packages
|
|
|
|
|
07-08-2006, 03:40 PM
|
#6
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Try updating your apt sources (sudo apt-get update) and then install kdelibs-dev.
|
|
|
|
07-08-2006, 03:52 PM
|
#7
|
|
LQ Newbie
Registered: Feb 2006
Posts: 6
Original Poster
Rep:
|
Still the same thing. :/
|
|
|
|
07-08-2006, 06:26 PM
|
#8
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
|
Originally Posted by Unknowndeepness
Still the same thing. :/
|
Try downloading libarts1-dev from an Ubuntu mirror, install it using dpkg and then try and install kdelibs-dev afterwards.
|
|
|
|
07-08-2006, 06:36 PM
|
#9
|
|
LQ Newbie
Registered: Feb 2006
Posts: 6
Original Poster
Rep:
|
Gosh. Isnt there ANY better way of doing this?
|
|
|
|
07-08-2006, 06:50 PM
|
#10
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
|
Originally Posted by Unknowndeepness
Gosh. Isnt there ANY better way of doing this?
|
APT should have installed the packages automatically, but it appears that there is a broken package that APT doesn't want to install. Unfortunately if apt won't install a package, you have to look for a work around and manual installation of packages is one of them.
|
|
|
|
07-09-2006, 01:55 PM
|
#11
|
|
Senior Member
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524
Rep:
|
err... the second error message is probably due to the same issue as the first. Apply the same solution.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:48 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|