Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 72015

Summary: app-dicts/ebview uses einstall instead of `make install DESTDIR=$D`
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: Current packagesAssignee: Mamoru KOMACHI (RETIRED) <usata>
Status: RESOLVED UPSTREAM    
Severity: normal CC: qa
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.