Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207281 - stabilize =app-editors/lpe-1.2.6.12
Summary: stabilize =app-editors/lpe-1.2.6.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2008-01-24 13:07 UTC by Samuli Suominen (RETIRED)
Modified: 2008-01-25 18:42 UTC (History)
0 users

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 Samuli Suominen (RETIRED) gentoo-dev 2008-01-24 13:07:02 UTC
please do
Comment 1 nixnut (RETIRED) gentoo-dev 2008-01-24 18:45:17 UTC
ppc stable
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2008-01-24 19:24:54 UTC
x86 stable
Comment 3 Ferris McCormick (RETIRED) gentoo-dev 2008-01-25 16:39:37 UTC
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 Samuli Suominen (RETIRED) gentoo-dev 2008-01-25 18:09:07 UTC
(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 Ferris McCormick (RETIRED) gentoo-dev 2008-01-25 18:42:58 UTC
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.