public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/13890] New: make install does not consider prefix
@ 2012-03-22  4:09 teodori.serge at hotmail dot com
  2012-03-22 15:19 ` [Bug libc/13890] " ppluzhnikov at google dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: teodori.serge at hotmail dot com @ 2012-03-22  4:09 UTC (permalink / raw)
  To: glibc-bugs

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.


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

* [Bug libc/13890] make install does not consider prefix
  2012-03-22  4:09 [Bug libc/13890] New: make install does not consider prefix teodori.serge at hotmail dot com
@ 2012-03-22 15:19 ` ppluzhnikov at google dot com
  2012-03-22 22:52 ` teodori.serge at hotmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ppluzhnikov at google dot com @ 2012-03-22 15:19 UTC (permalink / raw)
  To: glibc-bugs

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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppluzhnikov at google dot
                   |                            |com

--- Comment #1 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2012-03-22 15:08:29 UTC ---
I believe this is by design.

You'll want to set vardbdir (see top-level Makeconfig).

-- 
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] 5+ messages in thread

* [Bug libc/13890] make install does not consider prefix
  2012-03-22  4:09 [Bug libc/13890] New: make install does not consider prefix teodori.serge at hotmail dot com
  2012-03-22 15:19 ` [Bug libc/13890] " ppluzhnikov at google dot com
@ 2012-03-22 22:52 ` teodori.serge at hotmail dot com
  2012-03-26 10:23 ` aj at suse dot de
  2014-06-13 14:07 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: teodori.serge at hotmail dot com @ 2012-03-22 22:52 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from Teodori Serge <teodori.serge at hotmail dot com> 2012-03-22 21:47:42 UTC ---
ok but anyway it should consider the prefix...
glibc-2.14 didn't need /var/db it must be something new

-- 
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] 5+ messages in thread

* [Bug libc/13890] make install does not consider prefix
  2012-03-22  4:09 [Bug libc/13890] New: make install does not consider prefix teodori.serge at hotmail dot com
  2012-03-22 15:19 ` [Bug libc/13890] " ppluzhnikov at google dot com
  2012-03-22 22:52 ` teodori.serge at hotmail dot com
@ 2012-03-26 10:23 ` aj at suse dot de
  2014-06-13 14:07 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: aj at suse dot de @ 2012-03-26 10:23 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |aj at suse dot de
         Resolution|                            |WONTFIX

--- Comment #3 from Andreas Jaeger <aj at suse dot de> 2012-03-26 10:18:28 UTC ---
nss_db is a new feature not in glibc 2.14 yet.

I agree with Paul in comment 1.
I don't think it should consider the prefix, /var is separate from the prefix.

-- 
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] 5+ messages in thread

* [Bug libc/13890] make install does not consider prefix
  2012-03-22  4:09 [Bug libc/13890] New: make install does not consider prefix teodori.serge at hotmail dot com
                   ` (2 preceding siblings ...)
  2012-03-26 10:23 ` aj at suse dot de
@ 2014-06-13 14:07 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 14:07 UTC (permalink / raw)
  To: glibc-bugs

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

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] 5+ messages in thread

end of thread, other threads:[~2014-06-13 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22  4:09 [Bug libc/13890] New: make install does not consider prefix teodori.serge at hotmail dot com
2012-03-22 15:19 ` [Bug libc/13890] " ppluzhnikov at google dot com
2012-03-22 22:52 ` teodori.serge at hotmail dot com
2012-03-26 10:23 ` aj at suse dot de
2014-06-13 14:07 ` 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).