Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1325 - fltk-1.0.11-r1.ebuild do not create shared libs.
Summary: fltk-1.0.11-r1.ebuild do not create shared libs.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tod M. Neidt (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-23 19:44 UTC by R. Strusberg
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
Fixed ebuild, including myconf var in the compile section. (fltk-1.0.11-r1.ebuild,1.18 KB, text/plain)
2002-03-23 19:47 UTC, R. Strusberg
Details

Note You need to log in before you can comment on or make changes to this bug.
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.