LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-30-2004, 05:17 AM   #1
Kropotkin
Member
 
Registered: Oct 2004
Location: /usr/home
Distribution: Mint, Ubuntu server, FreeBSD, Android
Posts: 362

Rep: Reputation: 32
"gtk-config not found"


Hi all,

I have been using a couple of programs under Fedora which are compiled using GTK, notably aMule and Lopster. Under Core 2 and Core 3 test 1 and 2, they compiled and ran fine, but something broke in test 3, and these programs don't compile anymore, saying that they cannot locate gtk-config, which is obsolete. I found a copy on the net at interopsystems.com and copied it to my /usr/bin directory, but that is not sufficient because apparently it needs to be adapted for my configuration. Looking at the file, it is not obvious how. Has anyone here figured out how to deal with this?

Perhaps the aMule devs will fix the package in a future release so that this isn't an issue any more, but the developer of Lopster seems to be in hibernation and I would nonetheless like to be able to use that program.

Thanks for any suggestions.
 
Old 10-31-2004, 10:16 AM   #2
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Question

Who said it's obsolete? It's part of the gtk+-devel package.
 
Old 10-31-2004, 10:24 AM   #3
Kropotkin
Member
 
Registered: Oct 2004
Location: /usr/home
Distribution: Mint, Ubuntu server, FreeBSD, Android
Posts: 362

Original Poster
Rep: Reputation: 32
fixed

Quote:
Originally posted by misc
Who said it's obsolete? It's part of the gtk+-devel package.
Yep, I guess so. In any case, I managed solved the problem earlier this afternoon with the assistance of one of the aMule devs on IRC. Apparently, for reasons I don't entirely understand, when I installed FC3T3 ten or so days ago, gtk+-devel and [b]glib-devel[b] got left out.
 
Old 10-31-2004, 10:58 AM   #4
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Packages for Software Development are not included in every type of installation.
 
Old 10-31-2004, 11:02 AM   #5
Kropotkin
Member
 
Registered: Oct 2004
Location: /usr/home
Distribution: Mint, Ubuntu server, FreeBSD, Android
Posts: 362

Original Poster
Rep: Reputation: 32
Indeed! I am going to look very carefully at the package lists when it comes time to install FC3 in a week or so
 
Old 10-31-2004, 11:19 AM   #6
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
I used to think, not being a programmer, that the development packages were only for programmers. Then I found out I could save myself a lot of grief, as a mere computer user, by specifying installation of the development packages during the distro installation process. I found out through experience that a lot of packages won't install correctly, if at all, without the development packages for their respective languages being present. (Even then, sometimes they're in a location the new packages don't expect, etc. Oh, well...)
 
Old 10-31-2004, 12:09 PM   #7
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Quote:
I found out through experience that a lot of packages won't install correctly, if at all, without the development packages for their respective languages being present.
That would be a package bug which you should report at http://bugzilla.redhat.com -- socalled -devel packages ought to be truely optional. If they contain something which is needed by a non-devel package (e.g. a non-versioned *.so file which is neede at run-time rather than compile-time), then that is a package bug. Please report such issues.
 
Old 10-31-2004, 12:24 PM   #8
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Quote:
Originally posted by misc
That would be a package bug which you should report at http://bugzilla.redhat.com -- socalled -devel packages ought to be truely optional. If they contain something which is needed by a non-devel package (e.g. a non-versioned *.so file which is neede at run-time rather than compile-time), then that is a package bug. Please report such issues.
I would be very happy to report these things (I didn't know they were bugs, though, till you told me--just assumed it was a packaging inadequacy of some kind). But I get totally frustrated by the reporting process at Bugzilla and gave up on it long ago. I get asked for all kinds of information I know nothing about. It's for far more system-savvy folks than me.

But your suggestion is the right one: they should be reported if they're bugs, else they will take much longer to get noticed and fixed.
 
Old 10-31-2004, 12:45 PM   #9
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Revisit bugzilla and give it another chance. Long ago it has been much worse than it is currently.

The bug submitting procedure consists of multiple steps and is pretty easy:

https://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi

Some find the standard bug form easier, where everything is on one page.
 
Old 10-31-2004, 12:52 PM   #10
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Quote:
Originally posted by misc
Revisit bugzilla and give it another chance. Long ago it has been much worse than it is currently.

The bug submitting procedure consists of multiple steps and is pretty easy:

https://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi

Some find the standard bug form easier, where everything is on one page.
Thanks. I promise next time I find what appears to be a bug, packaging or otherwise, I'll give the new simplified reporting process a try. I do like to be helpful if I can. I once notified a programmer (quite a respected one in the astronomy field) by personal email of a problem related to the latest version of Mandrake Linux, and he was unaware and within hours had a fix posted for download on the Web!

That's one of the things I love about open-source programmers. They are usually grateful for corrections and suggestions. Try that with Microsoft! You might get a pleasant surprise now and then, but I bet usually you'd get either no response at all, or a form letter.
 
Old 10-31-2004, 12:56 PM   #11
Kropotkin
Member
 
Registered: Oct 2004
Location: /usr/home
Distribution: Mint, Ubuntu server, FreeBSD, Android
Posts: 362

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by misc
That would be a package bug which you should report at http://bugzilla.redhat.com.
Done!
 
Old 10-31-2004, 01:31 PM   #12
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Quote:
Originally posted by Kropotkin
Done!
Hmmm? This one? https://bugzilla.redhat.com/137735 -- If so, close it as WORKSFORME before the developer will do that. You have misunderstood what was written in this thread. gtk+-devel and glib-devel are included with Fedora Core 3 Test 3, of course.
 
  


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
Installing xmms on FC4 -> "glib-config not found"... gletare Linux - Software 11 10-06-2006 01:32 AM
problem "make"ing gtk+ "/usr/bin/env: perl -w" caid Linux - Newbie 8 07-29-2005 04:51 AM
"Successful install" results in "Boot device not found" slackr007 Linux - Newbie 2 05-31-2005 08:02 PM
Nvidia Driver "screens found but no working config" under suse 9.2 ultramancool Linux - Hardware 1 02-15-2005 02:59 PM
error message "all config not found" Charmaine Linux - General 3 08-24-2002 10:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:15 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