This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/13890] New: make install does not consider prefix


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]