Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58215 - media-libs/tiff breaks on make ROOT="" ...
Summary: media-libs/tiff breaks on make ROOT="" ...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords:
Depends on: 58415 58848
Blocks:
  Show dependency tree
 
Reported: 2004-07-24 11:48 UTC by Hasan Khalil (RETIRED)
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 Hasan Khalil (RETIRED) gentoo-dev 2004-07-24 11:48:57 UTC
the bsd make doesn't accept things like 'ROOT=""'... Let me know what the fix is and i'll take care of it.

(I'm thinking simply put the variables _before_ the make invocation?)
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2004-07-26 10:57:41 UTC
Placing ROOT="" before the make does indeed fix the problem.

The line should look like:
ROOT="" make INSTALL="/bin/sh ${S}/port/install.sh" install || die
Comment 2 Hasan Khalil (RETIRED) gentoo-dev 2004-07-26 20:55:07 UTC
this is also going to need the ranlib fix, which is hopefully being put into dolib soon. compiles fine otherwise, so i'm commiting to cvs with ~macos keyword (can't test it with anything yet - none of the revdeps work on macos yet!)

thanks for the help!
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2004-07-27 07:28:58 UTC
It works fine over here.  Compiled links with tiff support, seems to work
Comment 4 Hasan Khalil (RETIRED) gentoo-dev 2004-07-27 07:38:52 UTC
you didn't need to run ranlib on the tiff lib?
Comment 5 Joe Jezak (RETIRED) gentoo-dev 2004-07-27 10:23:37 UTC
Sorry, I didn't make that clear. :)  I manually ran ranlib, then compiled tiff support for links.  That works fine.
Comment 6 Hasan Khalil (RETIRED) gentoo-dev 2004-09-30 13:11:12 UTC
Looks to be all ok now.
Comment 7 Hasan Khalil (RETIRED) gentoo-dev 2005-02-06 13:33:32 UTC
Closing out bugs that've been resolved for a while now...