Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49978 - Update ebuild: app-doc/chmlib 0.31 to 0.32
Summary: Update ebuild: app-doc/chmlib 0.31 to 0.32
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Sergey Kuleshov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-04 09:01 UTC by Rui Lopes
Modified: 2004-05-31 02:49 UTC (History)
0 users

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


Attachments
The ebuild (chmlib-0.32.ebuild,1.40 KB, application/octet-stream)
2004-05-04 09:02 UTC, Rui Lopes
Details
fix (chmlib-0.32.ebuild.fixlibtool.patch,416 bytes, patch)
2004-05-06 01:58 UTC, Rui Lopes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rui Lopes 2004-05-04 09:01:25 UTC
Ebuild for chmlib 0.32

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Rui Lopes 2004-05-04 09:02:19 UTC
Created attachment 30716 [details]
The ebuild
Comment 2 Rui Lopes 2004-05-06 01:58:32 UTC
Created attachment 30836 [details, diff]
fix

For some reason, the configure generated libtool fails to name the shared
object:

gcc -shared  src/.libs/chm_lib.o src/.libs/lzx.o  -lpthread  -Wl,-soname
-Wl,libchm.0 -o src/.libs/libchm.0.0.0
    ^^^^^^^^

instead of:
gcc -shared  chm_lib.lo lzx.lo	-lpthread  -Wl,-soname
-Wl,libchm.so.0 -o .libs/libchm.so.0.0.0
    ^^^^^^^^^^^

This patch removes the use of configure generated libtool and uses system
libtool.  Is there a better way of fixing this?
Comment 3 Sergey Kuleshov (RETIRED) gentoo-dev 2004-05-31 02:49:31 UTC
Commited new ebuild in CVS.