public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/13116] New: glibc uses global /var, not prefix/var for install
@ 2011-08-19 18:48 andi-bz at firstfloor dot org
  2011-09-09  2:52 ` [Bug libc/13116] " drepper.fsp at gmail dot com
  2014-06-27 12:24 ` fweimer at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: andi-bz at firstfloor dot org @ 2011-08-19 18:48 UTC (permalink / raw)
  To: glibc-bugs

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/13116] glibc uses global /var, not prefix/var for install
  2011-08-19 18:48 [Bug libc/13116] New: glibc uses global /var, not prefix/var for install andi-bz at firstfloor dot org
@ 2011-09-09  2:52 ` drepper.fsp at gmail dot com
  2014-06-27 12:24 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-09-09  2:52 UTC (permalink / raw)
  To: glibc-bugs

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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-09-09 02:51:43 UTC ---
(In reply to comment #0)
> 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

No, that path is hardcoded, just like /etc/resolv.conf etc.

If you want to install everything in another place but then use it using the
correct layout use install_root at install time.

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/13116] glibc uses global /var, not prefix/var for install
  2011-08-19 18:48 [Bug libc/13116] New: glibc uses global /var, not prefix/var for install andi-bz at firstfloor dot org
  2011-09-09  2:52 ` [Bug libc/13116] " drepper.fsp at gmail dot com
@ 2014-06-27 12:24 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 12:24 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-27 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19 18:48 [Bug libc/13116] New: glibc uses global /var, not prefix/var for install andi-bz at firstfloor dot org
2011-09-09  2:52 ` [Bug libc/13116] " drepper.fsp at gmail dot com
2014-06-27 12:24 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).