Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157287 - media-libs/qhull-3.1-r1 produces libqhull.so with an unresolved qh_version string.
Summary: media-libs/qhull-3.1-r1 produces libqhull.so with an unresolved qh_version st...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-05 22:03 UTC by Dylan
Modified: 2007-11-18 13:17 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 Dylan 2006-12-05 22:03:44 UTC
The Problem:

The current qhull-3.1-r1.ebuild produces a libqhull library which is missing the qh_version string. Any application linking the library (I tried the .so version) complains of a missing symbol "qh_version."

The Cause:

At some point the qh_version string defined in global.c was moved to unix.c, but unix.o is not included in library.


The Solution:

qhull-3.1-r1.ebuild uses a patch "qhull-3.1-makefile.patch" to add the libqhull.so target. Simply adding ".libs/unix.o" to the final line of the patch file will add the necessary file.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-17 20:34:36 UTC
sci folks, your stuff uses this...
Comment 2 Markus Dittrich (RETIRED) gentoo-dev 2007-11-18 13:17:46 UTC
Thanks much for the note guys and I just fixed this in cvs.
I've also added sci-mathematics to metatdata since we seem
to be the only ones using it.

best,
Markus