Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275804 - sci-astronomy/wcslib-4.3.3 fails in src_install()
Summary: sci-astronomy/wcslib-4.3.3 fails in src_install()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-29 10:50 UTC by Adrian Bassett
Modified: 2009-07-16 19:10 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 Adrian Bassett 2009-06-29 10:50:33 UTC
Upgrading wcslib to 4.3.3 from 4.3-r1 fails with:

make[1]: Leaving directory `/tmp_portage/portage/sci-astronomy/wcslib-4.3.3/work/wcslib-4.3.3/utils'
!!! dolib: C/libwcs-4.3.3.a does not exist
!!! dolib: pgsbox/libpgsbox-4.3.3.a does not exist
 * 
 * ERROR: sci-astronomy/wcslib-4.3.3 failed.

This is because the ebuild uses the $PV variable, equating to 4.3.3, but the compilation is producing files without the most minor version number.  I.e:

C/libwcs-4.3.a
pgsbox/libpgsbox-4.3.a

Substituting a hard-coded 4.3 instead of the $PV variable in src_install gets the application installed OK.


Reproducible: Always
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2009-07-16 18:48:06 UTC
Fixed in just committed 4.3.3.-r1. Thanks.
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2009-07-16 19:06:59 UTC
libwcs in wcstools and libwcs in wcslib share the same name and some symbols, but differ much in their code and functionality. Also upstream is not communicative. So it will remain as is.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2009-07-16 19:08:40 UTC
libwcs in wcstools and libwcs in wcslib share the same name and some symbols, but differ much in their code and functionality. Also upstream is not communicative. So it will remain as is.
Comment 4 Sébastien Fabbro (RETIRED) gentoo-dev 2009-07-16 19:10:44 UTC
forget above comments. wrong bug.