Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284269 - sci-astronomy/wcstools-3.7.7: improper sed usage
Summary: sci-astronomy/wcstools-3.7.7: improper sed usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 14:35 UTC by Kacper Kowalik (Xarthisius) (RETIRED)
Modified: 2009-09-09 16:07 UTC (History)
0 users

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


Attachments
Fixing sed (wcstools-3.7.7.patch,389 bytes, patch)
2009-09-09 14:36 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-09-09 14:35:38 UTC
Current ebuild tries to substitute "3.7.x" with env variable ${PV} but the syntax (single quotation) is invalid. 

As a result, after emerging wcstools:
* pkg-config --libs wcstools gives: Variable 'PV' not defined in '/usr/lib64/pkgconfig/wcstools.pc'
* emerge sci-astronomy/funtools fails
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2009-09-09 14:36:59 UTC
Created attachment 203594 [details, diff]
Fixing sed
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-09-09 14:42:06 UTC
Please don't CC maintainers/herds yourself. Leave that to the bug-wranglers.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2009-09-09 16:07:07 UTC
fixed. thanks.