[uClibc-cvs] [buildroot 0000229]: readline install puts things in very wrong places

bugs at busybox.net bugs at busybox.net
Tue Apr 19 23:54:05 UTC 2005


The following issue has been SUBMITTED.
======================================================================
<http://busybox.net/bugs/view.php?id=229> 
======================================================================
Reported By:                cac
Assigned To:                uClibc
======================================================================
Project:                    buildroot
Issue ID:                   229
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             04-19-2005 16:54 PDT
Last Modified:              04-19-2005 16:54 PDT
======================================================================
Summary:                    readline install puts things in very wrong places
Description: 
readline install should place a number of files in $(TARGET_DIR)/include,
info, lib, man.

It is using the path $(TARGET_DIR) multiple times in the install path
construction.

This can be observed easily (e.g. if TARGET_DIR begins "/home/...", the
directory "home" will appear in ../root/

For example:
 readline-5.0/doc/Makefile
    installdirs: ....
        -$(SHELL) $(topdir)/support/mkdirs $(DESTDIR)$(infodir)  ...

   DESTDIR -> /home/cac/build/buildroot/buildroot/build_i386/root
   infodir ->
/home/cac/build/buildroot/buildroot/build_i386/staging_dir/info

These variables are set my the invoking make (readline-5.0/Makefile).

    
readline-
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-19-05 16:54 cac            New Issue                                    
======================================================================




More information about the uClibc-cvs mailing list