[buildroot 0000800]: DirectFB compiles with $(STAGING_DIR) as hardcoded path to run-time modules

bugs at busybox.net bugs at busybox.net
Thu Apr 6 17:41:06 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=800 
====================================================================== 
Reported By:                tyler
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   800
Category:                   Shared Library Support
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             03-27-2006 13:30 PST
Last Modified:              04-06-2006 10:41 PDT
====================================================================== 
Summary:                    DirectFB compiles with $(STAGING_DIR) as hardcoded
path to run-time modules
Description: 
Building DirectFB compiles fine and installs fine, but when running on the
target the libraries look for DirectFB modules within a path that was
defined as $(PREFIX) during the build. Under buildroot PREFIX is set to
$(STAGING_DIR)/usr, which obviously doesn't exist on the target so it
dies.

Instead, it should be built such that PREFIX=/usr then have prefix &
exec_prefix set to $(STAGING_DIR)/usr when it's time to install.

I have attached a patch (and verified on the target) to be applied to
directfb.mk that fixes this.
====================================================================== 

---------------------------------------------------------------------- 
 andersen - 04-06-06 10:41  
---------------------------------------------------------------------- 
applied thanks 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-27-06 13:30  tyler          New Issue                                    
03-27-06 13:30  tyler          Status                   new => assigned     
03-27-06 13:30  tyler          Assigned To               => uClibc          
03-27-06 13:30  tyler          File Added: directfb.mk.patch                    
04-06-06 10:41  andersen       Note Added: 0001226                          
04-06-06 10:41  andersen       Status                   assigned => closed  
04-06-06 10:41  andersen       Resolution               open => fixed       
======================================================================




More information about the uClibc-cvs mailing list