[Bug libc/13890] New: make install does not consider prefix
teodori.serge at hotmail dot com
sourceware-bugzilla@sourceware.org
Thu Mar 22 04:09:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=13890
Bug #: 13890
Summary: make install does not consider prefix
Product: glibc
Version: 2.15
Status: NEW
Severity: critical
Priority: P2
Component: libc
AssignedTo: unassigned@sourceware.org
ReportedBy: teodori.serge@hotmail.com
CC: drepper.fsp@gmail.com
Classification: Unclassified
When building glibc-2.15 for tool chain environment, glibc "make install"
complains that "/var/db" cannot be accessed. I think the "prefix" is not
applied.
After creating the directory, it worked. "/var/db" now contains a "Makefile".
I used as "prefix" "/opt/toolchaine", so it has to be "/opt/toolchaine/var/db".
It contains as first line:
DATABASES = $(wildcard /etc/passwd /etc/group /etc/ethers /etc/protocols \
/etc/rpc /etc/services /etc/shadow /etc/gshadow \
/etc/netgroup)
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list