Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66869 - dev-util/dirdiff-1.6 access violation
Summary: dev-util/dirdiff-1.6 access violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Tom Gall (RETIRED)
URL:
Whiteboard:
Keywords:
: 64324 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-09 06:16 UTC by Aaron Walker (RETIRED)
Modified: 2005-06-09 10:09 UTC (History)
1 user (show)

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


Attachments
dirdiff-1.6.ebuild.diff (dirdiff-1.6.ebuild.diff,1.00 KB, patch)
2004-10-09 06:16 UTC, Aaron Walker (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Walker (RETIRED) gentoo-dev 2004-10-09 06:16:00 UTC
The ebuild as it is currently causes an access violation when trying to install /usr/bin/dirdiff (ebuild doesn't set DESTDIR, and even if it did, the Makefile doesn't call install -d first, so a dodir would be necessary.. it's just easier to call dobin and dolib.so).

Also, the ebuild:
 - unnecessarily inherits eutils
 - unnecessarily declares RDEPEND
 - ignores user CFLAGS
 - Declares IUSE twice

An ebuild diff is attached.

Cheers ;p
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2004-10-09 06:16:21 UTC
Created attachment 41416 [details, diff]
dirdiff-1.6.ebuild.diff
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2005-06-09 09:57:08 UTC
*** Bug 64324 has been marked as a duplicate of this bug. ***
Comment 3 Karol Wojtaszek (RETIRED) gentoo-dev 2005-06-09 10:09:35 UTC
Fixed in portage, thanks for help.