All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0000229]: readline install puts things in very wrong places
@ 2007-02-12 13:51 bugs at busybox.net
  0 siblings, 0 replies; only message in thread
From: bugs at busybox.net @ 2007-02-12 13:51 UTC (permalink / raw)
  To: buildroot


The following issue has been ASSIGNED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=229 
====================================================================== 
Reported By:                cac
Assigned To:                buildroot
====================================================================== 
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:              02-12-2007 05:51 PST
====================================================================== 
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-
====================================================================== 

---------------------------------------------------------------------- 
 cac - 04-19-05 17:58  
---------------------------------------------------------------------- 
The problem seems to be readline.mk, I've uploaded a patch 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-19-05 16:54  cac            New Issue                                    
04-19-05 17:58  cac            File Added: readline.patch                    
04-19-05 17:58  cac            Note Added: 0000177                          
05-16-05 10:26  andersen       Status                   assigned => closed  
05-16-05 10:26  andersen       Resolution               open => fixed       
02-12-07 05:51  vapier         Status                   closed => assigned  
02-12-07 05:51  vapier         Assigned To              uClibc => buildroot 
======================================================================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-12 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 13:51 [Buildroot] [buildroot 0000229]: readline install puts things in very wrong places bugs at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.