Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65875 - pkgconfig does not install /usr/share/aclocal/pkg.m4 on MacOSX
Summary: pkgconfig does not install /usr/share/aclocal/pkg.m4 on MacOSX
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords: InVCS
: 61646 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-29 22:40 UTC by Joe Jezak (RETIRED)
Modified: 2005-02-06 13:33 UTC (History)
1 user (show)

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


Attachments
Patch for /usr/lib/portage/bin/prepall that fixes the triple slash problem (prepall.patch,562 bytes, patch)
2004-09-29 22:53 UTC, Joe Jezak (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Jezak (RETIRED) gentoo-dev 2004-09-29 22:40:37 UTC
Emerging pkgconfig does not install /usr/share/aclocal/pkg.m4 on MacOSX.  This is due to the prepall script not removing excess / marks from its path, causing it to not be installed properly.  The problem arises from the fact that prepall only tries to remove double /'s instead of 2 or more.  On MacOS, the path has three slashes in it.  I've attached a fix.  I'm not sure if this will have any unintended side effects, but I don't think so.

Reproducible: Always
Steps to Reproduce:
1. Emerge pkgconfig on MacOSX
2. Emerge a package that depends on /usr/share/aclocal/pkg.m4


Actual Results:  
Complains of missing pkg.m4

Expected Results:  
Emerged properly
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2004-09-29 22:53:10 UTC
Created attachment 40752 [details, diff]
Patch for /usr/lib/portage/bin/prepall that fixes the triple slash problem
Comment 2 Lina Pezzella (RETIRED) gentoo-dev 2004-10-09 12:39:14 UTC
*** Bug 61646 has been marked as a duplicate of this bug. ***
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2004-11-28 04:23:58 UTC
This is fixed in the latest version of portage.
Comment 4 Hasan Khalil (RETIRED) gentoo-dev 2005-02-06 13:33:19 UTC
Closing out bugs that've been resolved for a while now...