[Bug build/14089] Error while installing glibc to another drive (e.g.: not in /)
carlos_odonell at mentor dot com
sourceware-bugzilla@sourceware.org
Thu May 10 14:38:00 GMT 2012
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.
More information about the Glibc-bugs
mailing list