Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0004894]: host lzo and zlib can't be built within buildroot
@ 2008-09-11  9:08 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2008-09-11  9:08 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=4894 
====================================================================== 
Reported By:                hmoffatt
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   4894
Category:                   Other
Reproducibility:            have not tried
Severity:                   crash
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-11-2008 02:08 PDT
Last Modified:              09-11-2008 02:08 PDT
====================================================================== 
Summary:                    host lzo and zlib can't be built within buildroot
Description: 
host-mtd requires liblzo and zlib headers and libraries, but nothing in
buildroot builds them.

It's not clear if we should build these in buildroot or expect them to be
installed on the host system through the normal package manager.. zlib is
pretty common for example, though lzo less though.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0004804 lzo1x.h not found
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-11-08 02:08  hmoffatt       New Issue                                    
09-11-08 02:08  hmoffatt       Status                   new => assigned     
09-11-08 02:08  hmoffatt       Assigned To               => buildroot       
09-11-08 02:08  hmoffatt       Issue generated from     0004804             
09-11-08 02:08  hmoffatt       Relationship added       related to 0004804  
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [buildroot 0004894]: host lzo and zlib can't be built within buildroot
@ 2008-10-10 18:30 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2008-10-10 18:30 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=4894 
====================================================================== 
Reported By:                hmoffatt
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   4894
Category:                   Other
Reproducibility:            have not tried
Severity:                   crash
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-11-2008 02:08 PDT
Last Modified:              10-10-2008 11:30 PDT
====================================================================== 
Summary:                    host lzo and zlib can't be built within buildroot
Description: 
host-mtd requires liblzo and zlib headers and libraries, but nothing in
buildroot builds them.

It's not clear if we should build these in buildroot or expect them to be
installed on the host system through the normal package manager.. zlib is
pretty common for example, though lzo less though.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0004804 lzo1x.h not found
====================================================================== 

---------------------------------------------------------------------- 
 john_schimandle - 10-10-08 11:30  
---------------------------------------------------------------------- 
Is there a known workaround for this problem? I noticed the Makefile in
toolchain_build_arm/mtd_orig limits the include file search path to the
local include directory (-I ./include). 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-11-08 02:08  hmoffatt       New Issue                                    
09-11-08 02:08  hmoffatt       Status                   new => assigned     
09-11-08 02:08  hmoffatt       Assigned To               => buildroot       
09-11-08 02:08  hmoffatt       Issue generated from     0004804             
09-11-08 02:08  hmoffatt       Relationship added       related to 0004804  
10-10-08 11:30  john_schimandleNote Added: 0013184                          
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [buildroot 0004894]: host lzo and zlib can't be built within buildroot
@ 2008-10-10 22:23 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2008-10-10 22:23 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=4894 
====================================================================== 
Reported By:                hmoffatt
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   4894
Category:                   Other
Reproducibility:            have not tried
Severity:                   crash
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-11-2008 02:08 PDT
Last Modified:              10-10-2008 15:23 PDT
====================================================================== 
Summary:                    host lzo and zlib can't be built within buildroot
Description: 
host-mtd requires liblzo and zlib headers and libraries, but nothing in
buildroot builds them.

It's not clear if we should build these in buildroot or expect them to be
installed on the host system through the normal package manager.. zlib is
pretty common for example, though lzo less though.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0004804 lzo1x.h not found
====================================================================== 

---------------------------------------------------------------------- 
 john_schimandle - 10-10-08 11:30  
---------------------------------------------------------------------- 
Is there a known workaround for this problem? I noticed the Makefile in
toolchain_build_arm/mtd_orig limits the include file search path to the
local include directory (-I ./include). 

---------------------------------------------------------------------- 
 john_schimandle - 10-10-08 15:23  
---------------------------------------------------------------------- 
I figured it out but it took a while. The following packages needed to be
on my host machine.

zlib1g-dev
liblzo2-dev
acl-dev 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-11-08 02:08  hmoffatt       New Issue                                    
09-11-08 02:08  hmoffatt       Status                   new => assigned     
09-11-08 02:08  hmoffatt       Assigned To               => buildroot       
09-11-08 02:08  hmoffatt       Issue generated from     0004804             
09-11-08 02:08  hmoffatt       Relationship added       related to 0004804  
10-10-08 11:30  john_schimandleNote Added: 0013184                          
10-10-08 15:23  john_schimandleNote Added: 0013194                          
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-10 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-11  9:08 [Buildroot] [buildroot 0004894]: host lzo and zlib can't be built within buildroot bugs at busybox.net
  -- strict thread matches above, loose matches on Subject: below --
2008-10-10 18:30 bugs at busybox.net
2008-10-10 22:23 bugs at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox