| Summary: | dev-python/PyQt4-4.2 sandbox violation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Guillaume Ramelet <guillaume.ramelet> |
| Component: | New packages | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | python |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | proposed fix | ||
|
Description
Guillaume Ramelet
2007-05-10 21:39:50 UTC
Created attachment 118813 [details]
proposed fix
I've changed the "make install" line to read
make DESTDIR=${D} INSTALL_ROOT=${D} install || die "install failed"
where the INSTALL_ROOT variable is being used by designer/Makefile. Not elegant, but it works for me.
committed the fix. thanks for the report. closing as fixed. please reopen if the issue persists. |