Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1325

Summary: fltk-1.0.11-r1.ebuild do not create shared libs.
Product: Gentoo Linux Reporter: R. Strusberg <strusberg>
Component: New packagesAssignee: Tod M. Neidt (RETIRED) <tod>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fixed ebuild, including myconf var in the compile section.

Description R. Strusberg 2002-03-23 19:44:21 UTC
The myconf variable is missing in the ebuild compile section for
fltk-1.0.11-r1.ebuild. Because this, the emerge do not create the shared libs
for this library (libfltk.so.1).

You must to include ${myconf} in the end for ./configure sentence in the compile
section.
Comment 1 R. Strusberg 2002-03-23 19:47:47 UTC
Created attachment 438 [details]
Fixed ebuild, including myconf var in the compile section.

Maybe, this ebuild will be -r2 version. Really it is a minor change.
Comment 2 Tod M. Neidt (RETIRED) gentoo-dev 2002-03-28 11:52:42 UTC
Fixed (also in 1.1 beta). Thanks for the catch strusberg!

Also, fixed SRC_URI in 1.0.11.

FYI: for small fixes to existing ebuilds, it is nicer to attach a patch file so
the changes can be easily identified.  Is there a reason why you commented out
the 'use opengl' configuration check in your attached ebuild?

FYI2: I'm bumping the ebuild -r* versions.  My rational for doing this is so
that other users of fltk not aware of this bug will get an automatic update to
the shared libs when doing a emerge --world update.  If the change was cosmetic
and not functional, I would not have bumped the revisions.