Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150872 - media-libs/openal installs broken openal.pc
Summary: media-libs/openal installs broken openal.pc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chris Gianelloni (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 04:05 UTC by Sheldon Hearn
Modified: 2006-10-13 09:32 UTC (History)
2 users (show)

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


Attachments
openal-0.0.8-r1.diff (openal-0.0.8-r1.diff,370 bytes, patch)
2006-10-11 06:19 UTC, Paul Bredbury
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sheldon Hearn 2006-10-11 04:05:49 UTC
openal-0.0.8 and openal-0.0.8-r1 install a broken openal.pc files, which includes the line:

Requires: @requirements@

This breaks the configure script of a package I'm writing an ebuild for.
Comment 1 Paul Bredbury 2006-10-11 06:19:08 UTC
Created attachment 99358 [details, diff]
openal-0.0.8-r1.diff

From http://changelogs.ubuntu.com/changelogs/pool/universe/o/openal/openal_0.0.8-1ubuntu1/changelog

* admin/pkgconfig/openal.pc.in: drop @requirements@. This variable got
    forgot to be substituted

And in the diff:  http://archive.ubuntu.com/ubuntu/pool/universe/o/openal/openal_0.0.8-1ubuntu1.diff.gz

-Requires: @requirements@

Here's the ebuild patch to remove that line.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-13 09:32:04 UTC
Fixed in CVS... thanks for the patch, Paul.