Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72015 - app-dicts/ebview uses einstall instead of `make install DESTDIR=$D`
Summary: app-dicts/ebview uses einstall instead of `make install DESTDIR=$D`
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-21 20:54 UTC by SpanKY
Modified: 2004-11-23 03:00 UTC (History)
1 user (show)

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 SpanKY gentoo-dev 2004-11-21 20:54:20 UTC
einstall is a kludge that is supposed to be used only when DESTDIR is not supported
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-22 04:55:34 UTC
einstall causes sandbox violation (both 0.3.5 and 0.3.6).
Comment 2 SpanKY gentoo-dev 2004-11-22 05:37:52 UTC
i assume you mean `make install DESTDIR=$D` causes sandbox violations

in that case, the package should be patched and the patch sent upstream

some pointers:
- po/Makefile.in.in:
the 'install-data-yes' make target should work on '$(DESTDIR)$(datadir)' instead of '$(datadir)' and update the 'destdir=...' assignment  to look like 'destdir=$(DESTDIR)...'
- data/Makefile.{am,in}:
the 'install' make target should probably not even exist, the default 'install' target should handle the installation of the data files just fine if one uses the variable name 'pkgconfig_DATA' instead of 'data'
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-23 03:00:51 UTC
Fixed in CVS and the patch sent to upstream.