| Summary: | emerge svgalib fails with ACCESS DENIED open_wr: /etc/ld.so.conf | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | huw jenkins <huwtjenkins> |
| Component: | [OLD] Library | Assignee: | SpanKY <vapier> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
huw jenkins
2004-09-21 02:47:02 UTC
this is the problem: during the build process a shell script called fixldsoconf is executed This is shown below: #!/bin/sh if grep -q /usr/local/lib /etc/ld.so.conf then echo > /dev/null else echo /usr/local/lib >> /etc/ld.so.conf fi I don't have /usr/local/lib and so the build tries to add that line to /etc/ld.so.conf - hence the ACCESS violation. manually adding /usr/local/lib to /etc/ld.so.conf lets the emerge complete. you should have /usr/local/lib in your /etc/ld.so.conf since it comes from /etc/env.d/00basic which comes from baselayout ... added a patch to cvs to remove fixldsoconf |