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"; \
(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?
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.