From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9565 invoked by alias); 22 Mar 2012 02:34:23 -0000 Received: (qmail 9339 invoked by uid 22791); 22 Mar 2012 02:34:22 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Mar 2012 02:34:11 +0000 From: "teodori.serge at hotmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/13890] New: make install does not consider prefix Date: Thu, 22 Mar 2012 04:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: teodori.serge at hotmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00278.txt.bz2 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.