Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293397 - sci-electronics/gwave is 1 1/2 years outdated and still uses gtk-1
Summary: sci-electronics/gwave is 1 1/2 years outdated and still uses gtk-1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on: 198286
Blocks:
  Show dependency tree
 
Reported: 2009-11-16 15:56 UTC by Andreas K. Hüttel
Modified: 2009-11-29 20:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sci-electronics/gwave-20090213 (installs fine but crashes) (gwave-20090213.ebuild,963 bytes, text/plain)
2009-11-16 15:58 UTC, Andreas K. Hüttel
Details
Fixed gwave2 ebuild. (gwave2-20090213.ebuild,871 bytes, text/plain)
2009-11-27 03:52 UTC, Ivan Filgueiras
Details
small fixes in gwave2-20090213.ebuild (gwave2-20090213_fixes.patch,1.60 KB, patch)
2009-11-27 06:20 UTC, Rafael Martins (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Hüttel archtester gentoo-dev 2009-11-16 15:56:24 UTC
sci-electronics/gwave in portage is 1 1/2 years outdated and still uses gtk-1. 

Current version would be 20090213 (using gtk2).

I have prepared an ebuild which compiles & installs fine, see attachment. But: the package requires at runtime guile-gnome-gtk, which is not in Gentoo yet... so right now this is just a segfault-machine.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2009-11-16 15:58:00 UTC
Created attachment 210421 [details]
sci-electronics/gwave-20090213 (installs fine but crashes)
Comment 2 Ivan Filgueiras 2009-11-27 03:51:56 UTC
I'have discovered the problem: guile must be compiled with the "networking" USE flag for gwave to work at runtime.

I'm submitting my own ebuild that works. Feel free to make any changes you need.
Comment 3 Ivan Filgueiras 2009-11-27 03:52:38 UTC
Created attachment 211287 [details]
Fixed gwave2 ebuild.
Comment 4 Denis Dupeyron (RETIRED) gentoo-dev 2009-11-27 04:00:05 UTC
Wow. I'll check that ASAP. If you really found a reliable way to build gwave2 you definitely deserve a cookie.

Thanks,
Denis.
Comment 5 Rafael Martins (RETIRED) gentoo-dev 2009-11-27 05:42:01 UTC
Ivan, great!

Apparently works fine for me. I'll test more tomorrow.
Btw, I needed to fix the bug #293655 before compile gwave.

Good job!
Comment 6 Rafael Martins (RETIRED) gentoo-dev 2009-11-27 06:20:02 UTC
Created attachment 211290 [details, diff]
small fixes in gwave2-20090213.ebuild

I improved some things in the ebuild provided by Ivan Filgueiras.
Comment 7 Denis Dupeyron (RETIRED) gentoo-dev 2009-11-29 07:24:12 UTC
I have just committed that with some unrelated changes, Thanks to all of you and especially Ivan. This is quite an interesting breakthrough.

Denis.
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2009-11-29 20:51:32 UTC
(In reply to comment #2)
> I'have discovered the problem: guile must be compiled with the "networking" USE
> flag for gwave to work at runtime.

Thanks, great that you figured that out. Fixes the problem fine... :)