Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53328 - LZW-bug in tiff-3.6.1-r1 ebuild - simple fix
Summary: LZW-bug in tiff-3.6.1-r1 ebuild - simple fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-08 09:58 UTC by Thomas Kjosmoen
Modified: 2004-09-16 23:30 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 Thomas Kjosmoen 2004-06-08 09:58:25 UTC
The LZW "patch" is copied to the wrong directory. To fix the ebuild, just change line 27 from:
cp -f tif_lzw.c ${S}/.
to
cp -f tif_lzw.c ${S}/libtiff/.

-- Thomas

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Raul Fernandes 2004-07-19 03:56:15 UTC
I have the same problem here and this fix works to me.
This fix has to be included in the portage tree, IMO.
Comment 2 Steve Arnold archtester gentoo-dev 2004-09-16 23:30:07 UTC
Fixed in portage now.