Bug 10784 - ghemical dependency in ebuild missing
Bug#: 10784 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: satai@gentoo.org Reported By: phosphan@gentoo.org
Component: Ebuilds
URL: 
Summary: ghemical dependency in ebuild missing
Keywords:  
Status Whiteboard: 
Opened: 2002-11-15 12:07 0000
Description:   Opened: 2002-11-15 12:07 0000
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 From Matthew Turk (RETIRED) 2002-12-30 22:53:54 0000 -------
Ok, fixed the dependency in both version of the ebuild currently in portage. 

------- Comment #2 From Patrick Kursawe 2003-01-03 04:34:32 0000 -------
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 From Matthew Turk (RETIRED) 2003-01-03 10:33:28 0000 -------
Done. 

------- Comment #4 From J.D. McGregor 2003-01-11 13:38:02 0000 -------
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 From Matthew Turk (RETIRED) 2003-01-12 15:40:38 0000 -------
Oops, my fault.  Fixed.