Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46923 - missing symlink in bzip2 ebuild
Summary: missing symlink in bzip2 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-06 00:23 UTC by Oliver Muck
Modified: 2004-04-06 10:21 UTC (History)
0 users

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 Oliver Muck 2004-04-06 00:23:25 UTC
some apps need a link libbz2.so.1, there only exist libbz2.so and libbz2.so.1.0
Please add "dosym /usr/lib/libbz2.so.${PV} /usr/lib/libbz2.so.1" to the ebuild

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
link is missing 

Expected Results:  
dosym /usr/lib/libbz2.so.${PV} /usr/lib/libbz2.so.1
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-04-06 09:41:52 UTC
which ebuilds?
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2004-04-06 10:21:24 UTC
Fixed, thanks.