LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 07-08-2006, 11:10 AM   #1
Unknowndeepness
LQ Newbie
 
Registered: Feb 2006
Posts: 6

Rep: Reputation: 0
Unhappy 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.
 
Old 07-08-2006, 01:37 PM   #2
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
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.
 
Old 07-08-2006, 02:38 PM   #3
Unknowndeepness
LQ Newbie
 
Registered: Feb 2006
Posts: 6

Original Poster
Rep: Reputation: 0
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 ?
 
Old 07-08-2006, 02:52 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Install the kdelibs-devel (kdelibs-dev) package.
 
Old 07-08-2006, 03:18 PM   #5
Unknowndeepness
LQ Newbie
 
Registered: Feb 2006
Posts: 6

Original Poster
Rep: Reputation: 0
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
 
Old 07-08-2006, 03:40 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Try updating your apt sources (sudo apt-get update) and then install kdelibs-dev.
 
Old 07-08-2006, 03:52 PM   #7
Unknowndeepness
LQ Newbie
 
Registered: Feb 2006
Posts: 6

Original Poster
Rep: Reputation: 0
Still the same thing. :/
 
Old 07-08-2006, 06:26 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
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.
 
Old 07-08-2006, 06:36 PM   #9
Unknowndeepness
LQ Newbie
 
Registered: Feb 2006
Posts: 6

Original Poster
Rep: Reputation: 0
Gosh. Isnt there ANY better way of doing this?
 
Old 07-08-2006, 06:50 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
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.
 
Old 07-09-2006, 01:55 PM   #11
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
err... the second error message is probably due to the same issue as the first. Apply the same solution.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Window decorations not showing up stonehurstX11 Mandriva 1 04-12-2005 01:57 PM
Installing window decorations Soup Guy Linux - Newbie 2 10-23-2004 12:16 AM
Kpager with no window decorations thunder3000 Linux - Newbie 10 10-22-2004 06:23 PM
No window decorations iasion Linux - Software 3 03-25-2004 04:41 AM
Window decorations gone iasion Linux - Newbie 0 03-17-2004 06:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration