Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 207281
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for Orphaned Packages <maintainer-needed@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Samuli Suominen <ssuominen@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 207281 depends on: Show dependency tree
Bug 207281 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: 2008-01-24 13:07 0000
please do

------- Comment #1 From nixnut 2008-01-24 18:45:17 0000 -------
ppc stable

------- Comment #2 From Christian Faulhammer 2008-01-24 19:24:54 0000 -------
x86 stable

------- Comment #3 From Ferris McCormick 2008-01-25 16:39:37 0000 -------
On sparc, I get a sandbox violation from this:
=======================
test -z "/usr/lib/lpe" || mkdir -p -- "/usr/lib/lpe"
ACCESS DENIED  mkdir:     /usr/lib/lpe
=======================

What would you like us to do?  Apparently, it's in the Makefile because the
ebuild  does not do any such things.  Perhaps here?

Makefile:597:     test -z "$$dir" || $(mkdir_p) "$$dir"; \

------- Comment #4 From Samuli Suominen 2008-01-25 18:09:07 0000 -------
(In reply to comment #3)
> On sparc, I get a sandbox violation from this:
> =======================
> test -z "/usr/lib/lpe" || mkdir -p -- "/usr/lib/lpe"
> ACCESS DENIED  mkdir:     /usr/lib/lpe
> =======================
> 
> What would you like us to do?  Apparently, it's in the Makefile because the
> ebuild  does not do any such things.  Perhaps here?
> 
> Makefile:597:     test -z "$$dir" || $(mkdir_p) "$$dir"; \
> 

Can you confirm inheriting multilib and adding:

libdir="${D}/usr/$(get_libdir)"

next to others in src_install for emake is a fix?

If it is, can you please add it while marking?

------- Comment #5 From Ferris McCormick 2008-01-25 18:42:58 0000 -------
With those changes, sparc stable.  While I was at it, I changed the "make ...
install || die" to 'emake ... install || die "emake install failed."'.  This is
closer to the corresponding src_install in version 1.2.6.13.  Assuming no typos
on my part (never a safe assumption), with these changes, lpe builds, installs,
and works on sparc.  So, closing because we were the only thing left to do.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug