Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10784 - ghemical dependency in ebuild missing
Summary: ghemical dependency in ebuild missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Matthew Turk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-15 12:07 UTC by Patrick Kursawe (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Kursawe (RETIRED) gentoo-dev 2002-11-15 12:07:45 UTC
It depends on gtkglext, I think

checking GtkGLArea... no
configure: error: Cannot find gtkgl library
make: *** No targets specified and no makefile found.  Stop.

>>> Install ghemical-0.90 into /var/tmp/portage/ghemical-0.90/image/ category
app-sci
sed: can't read Makefile: No such file or directory
make: *** No rule to make target `install'.  Stop.

the trouble is: if that is the gtkglext package I can't build it because of the
jadetex-bug :-)
Comment 1 Matthew Turk (RETIRED) gentoo-dev 2002-12-30 22:53:54 UTC
Ok, fixed the dependency in both version of the ebuild currently in portage. 
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2003-01-03 04:34:32 UTC
Sorry, but it needs x11-libs/gtkglarea-1.2.3, libglade-0.17, 
media-libs/glut-3.7, libxml-1.8.17 which also aren't in the ebuild, if I read
the ldd output right. Making the installation die when make fails would also be
nice. 
Comment 3 Matthew Turk (RETIRED) gentoo-dev 2003-01-03 10:33:28 UTC
Done. 
Comment 4 J.D. McGregor 2003-01-11 13:38:02 UTC
Sorry to reopen this, but there are some typos in the fixed ebuild.  Should be 'gtkglarea', not 'gktglarea' (note first 3 letters, took me a minute to see it :).  Actually, since the current ebuild of gtkglarea is 1.2.3-r1, '>=gtkglarea-1.2.3' would be even better.

And it should also be 'glut-3.7', not 'glub-3.7'.  And again, the current ebuild is newer, '>=glut-3.7' would be even better.
Comment 5 Matthew Turk (RETIRED) gentoo-dev 2003-01-12 15:40:38 UTC
Oops, my fault.  Fixed.