Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I use openSuse 10.2.
I want to install the new gimp version from the gimp-2.4.0-rc3 source.
On configuring, I get a "Couldn't find PyGTK>=2.10.4" error. Usually, I skip it with --disable-python. But, that time, I want to install it.
So, I had to update to python-gtk-2.10.4. OK.
Dependances are required for python-gtk-devel-2.10.4 :
python-gobject2-devel and python-cairo-devel.
With rpm.pbone.net, I found .rpm.html files for these dependances. In these html files, there is a weird message : "Hem! It's impossible ;-) This RPM doesn't exist in any ftp".
But there is a link for .src.rpm files that I downloaded.
I go to the directory containing the src.rpm file and I run
#rpm build --rebuild python-gobject2-2.12.3-60.src.rpm.
I get a dry message: "...src.rpm can't be installed".
If 'rpm' has some kind of "verbose output" switch, try enabling it in the hope that it gives more detailed information about why the process failed. Another way I can think of is to try and compile (up to 'make', but leaving 'make install' step or quivalent off -- just to test) the source code yourself, rather than using a .src.rpm package, and see if it fails or not. If the source compilation works ok, .src.rpm should also, but if you can't get the source compiled for some reason (which should then be reported), you could try fixing that/those problem(s) and then re-try with the .src.rpm.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.