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 build/14089] Error while installing glibc to another drive (e.g.: not in /)


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

Carlos O'Donell <carlos_odonell at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos_odonell at mentor
                   |                            |dot com
         AssignedTo|unassigned at sourceware    |carlos_odonell at mentor
                   |dot org                     |dot com

--- Comment #1 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-05-10 14:37:42 UTC ---
Alfredo,

On trunk we have:
~~~ nss/Makefile
# Directory for the database files and Makefile for nss_db.
ifndef vardbdir
vardbdir = /var/db
endif
inst_vardbdir = $(install_root)$(vardbdir)
~~~
~~~ config.make.in
# Installation prefixes.
install_root = $(DESTDIR)
~~~
Description of "DESTDIR":
http://www.gnu.org/prep/standards/html_node/DESTDIR.html

Which means that it should install relative to your set DESTDIR.

Could you please provide more information:
* How did you configure glibc?
* Exact command used to install glibc?

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