First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 72015
Alias:
Product:
Component:
Status: RESOLVED
Resolution: UPSTREAM
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 72015 depends on: Show dependency tree
Bug 72015 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-21 20:54 0000
einstall is a kludge that is supposed to be used only when DESTDIR is not
supported

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2004-11-22 04:55:34 0000 -------
einstall causes sandbox violation (both 0.3.5 and 0.3.6).

------- Comment #2 From SpanKY 2004-11-22 05:37:52 0000 -------
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 From Mamoru KOMACHI (RETIRED) 2004-11-23 03:00:51 0000 -------
Fixed in CVS and the patch sent to upstream.

First Last Prev Next    No search results available      Search page      Enter new bug