Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10232 - perl-gtk ebuild has problems.
Summary: perl-gtk ebuild has problems.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 19:41 UTC by Shane Simmons
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
gtk-perl-0.7008-gdk-pixbuf-0.20.patch (gtk-perl-0.7008-gdk-pixbuf-0.20.patch,747 bytes, patch)
2002-11-05 16:25 UTC, Martin Schlemmer (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Simmons 2002-11-04 19:41:41 UTC
the line "myconf="${myconf} --without-guessing" causes problems, such as
gdk-pixbuf support to not be built.  If --without-guessing is left out,
gdk-pixbuf support builds just fine.  I don't know if this causes problems for
anything else, but it fixes problems people are having with dvdrip.  I didn't
come up with this one--I found it on forums.gentoo.org.  People really should
submit bug reports on this stuff. :-D
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-11-05 10:15:05 UTC
Shane,

Consider it removed by the time you read this and it filters to the mirrors (it 
was part of another attempt I was working on with gtk-perl - the results 
experienced not being anticipated). Close this bug out when you see it in your 
portage tree :)
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-05 16:25:54 UTC
Created attachment 5399 [details, diff]
gtk-perl-0.7008-gdk-pixbuf-0.20.patch

I get the following:

----------------------------------------------------------
>>> emerge (3 of 22) dev-perl/gtk-perl-0.7008-r6 to /
gnome
>>> md5 ;-) Gtk-Perl-0.7008.tar.gz
gnome
>>> Unpacking source...
>>> Unpacking Gtk-Perl-0.7008.tar.gz
>>> Source unpacked.
Submodule gdkpixbuf is needed to build gnomeprint but it appears 
it's misdetected or not selected for compilation.
Available modules: gtk gtkhtml gtkglarea gdkimlib gdkpixbuf gtkxmhtml gnome
gnomeprint applets glade.

You can disable the inclusion of a module using --without-pkgname.
If a package is misdetected and you still want it to compile 
use --with-pkgname-force.
To disable autodetection of modules use --without-guessing.
make: *** No targets specified and no makefile found.  Stop.
----------------------------------------------------------------

Seems like its due to Makefile.PL not coded to detect gdk-pixbuf-0.20.0,
so attatched is a patch that fixes it .. just check that its the proper
fix as my perl sorda sux ;)
Comment 3 Shane Simmons 2002-11-05 18:55:25 UTC
That seems to have done it!  Thanks! :-D
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-06 08:58:41 UTC
Michael .. you gonna fix this, or should I ?  Just do not want to tread on
toes =)
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-07 07:14:26 UTC
-r7 should fix.