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/13116] New: glibc uses global /var, not prefix/var for install


http://sourceware.org/bugzilla/show_bug.cgi?id=13116

             Bug #: 13116
           Summary: glibc uses global /var, not prefix/var for install
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: andi-bz@firstfloor.org
    Classification: Unclassified


Current git version: commit c27714f111289f078c9787649f768b3e749f71
Date:   Wed Aug 17 21:51:21 2011 -0400


Does not install to a custom prefix as non root because it tries to access
/var.

IMHO with a --prefix it should use prefix/var ..., not /var

/usr/bin/install -c .../glibc/obj-master/nss/libnss_db.so
.../glibc/master/lib/libnss_db-2.14.90.so.new
/usr/bin/install -c -m 644 db-Makefile /var/db/Makefile
/usr/bin/install: cannot remove `/var/db/Makefile': Permission denied
mv -f .../glibc/master/lib/libnss_db-2.14.90.so.new
.../glibc/master/lib/libnss_db-2.14.90.so
make[2]: *** [/var/db/Makefile] Error 1

-- 
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]