Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67510 - porting: faad2
Summary: porting: faad2
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:
Depends on:
Blocks:
 
Reported: 2004-10-13 22:26 UTC by Chris L. Mason
Modified: 2005-02-06 13:33 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 Chris L. Mason 2004-10-13 22:26:29 UTC
This had one minor issue.  It tried to call libtoolize which doesn't exist on Mac OS X.
However, there *is* a /usr/bin/glibtoolize.  When I forced it to use that everything
compiled and installed cleanly.
Comment 1 Chris L. Mason 2004-10-14 09:22:02 UTC
Hmm, I just noticed that /etc/make.profile/profile.bashrc has

alias libtool=glibtool
alias libtoolize=glibtoolize
alias sed=gsed

So it looks like this issue was already anticipated.  Is this a bug in the ebuild, or
perhaps a bug in my environment?  (Maybe I needed to manually update /etc/profile
after upgrading to a new portage?)
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2004-10-23 00:31:05 UTC
Although this bug in general has been fixed, this was a special case because the ebuild was running libtoolize inside of a new shell.  This lost the aliases, which prevented the emerge.

Fixed in CVS 
Comment 3 Hasan Khalil (RETIRED) gentoo-dev 2005-02-06 13:33:15 UTC
Closing out bugs that've been resolved for a while now...