* [Buildroot] [buildroot 0001323]: zlib problems
@ 2007-04-24 0:18 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-04-24 0:18 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1323
======================================================================
Reported By: asquared
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1323
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 04-23-2007 17:18 PDT
Last Modified: 04-23-2007 17:18 PDT
======================================================================
Summary: zlib problems
Description:
Many packages are failing to compile because they are unable to find the
zlib headers. This appears to happen regardless of whether or not
installation of zlib headers is enabled in 'make menuconfig'. Zlib headers
have been installed on the development system, and this does not solve the
problem. This has been reproduced with both default and customized
configurations of buildroot.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-23-07 17:18 asquared New Issue
04-23-07 17:18 asquared Status new => assigned
04-23-07 17:18 asquared Assigned To => buildroot
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001323]: zlib problems
@ 2007-04-24 0:20 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-04-24 0:20 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1323
======================================================================
Reported By: asquared
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1323
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 04-23-2007 17:18 PDT
Last Modified: 04-23-2007 17:20 PDT
======================================================================
Summary: zlib problems
Description:
Many packages are failing to compile because they are unable to find the
zlib headers. This appears to happen regardless of whether or not
installation of zlib headers is enabled in 'make menuconfig'. Zlib headers
have been installed on the development system, and this does not solve the
problem. This has been reproduced with both default and customized
configurations of buildroot.
======================================================================
----------------------------------------------------------------------
asquared - 04-23-07 17:20
----------------------------------------------------------------------
It appears that I have filed this bug under the architecture-specific
category, so I probably should add that this occurs when targeting x86.
Issue History
Date Modified Username Field Change
======================================================================
04-23-07 17:18 asquared New Issue
04-23-07 17:18 asquared Status new => assigned
04-23-07 17:18 asquared Assigned To => buildroot
04-23-07 17:20 asquared Note Added: 0002328
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001323]: zlib problems
@ 2007-04-24 12:33 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-04-24 12:33 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1323
======================================================================
Reported By: asquared
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1323
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 04-23-2007 17:18 PDT
Last Modified: 04-24-2007 05:33 PDT
======================================================================
Summary: zlib problems
Description:
Many packages are failing to compile because they are unable to find the
zlib headers. This appears to happen regardless of whether or not
installation of zlib headers is enabled in 'make menuconfig'. Zlib headers
have been installed on the development system, and this does not solve the
problem. This has been reproduced with both default and customized
configurations of buildroot.
======================================================================
----------------------------------------------------------------------
asquared - 04-23-07 17:20
----------------------------------------------------------------------
It appears that I have filed this bug under the architecture-specific
category, so I probably should add that this occurs when targeting x86.
----------------------------------------------------------------------
asquared - 04-24-07 05:33
----------------------------------------------------------------------
Bug only appears to occur when zlib has been selected for installation.
'make defconfig; make' succeeds.
Issue History
Date Modified Username Field Change
======================================================================
04-23-07 17:18 asquared New Issue
04-23-07 17:18 asquared Status new => assigned
04-23-07 17:18 asquared Assigned To => buildroot
04-23-07 17:20 asquared Note Added: 0002328
04-24-07 05:33 asquared Note Added: 0002329
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001323]: zlib problems
@ 2007-04-28 3:39 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-04-28 3:39 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1323
======================================================================
Reported By: asquared
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1323
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 04-23-2007 17:18 PDT
Last Modified: 04-27-2007 20:39 PDT
======================================================================
Summary: zlib problems
Description:
Many packages are failing to compile because they are unable to find the
zlib headers. This appears to happen regardless of whether or not
installation of zlib headers is enabled in 'make menuconfig'. Zlib headers
have been installed on the development system, and this does not solve the
problem. This has been reproduced with both default and customized
configurations of buildroot.
======================================================================
----------------------------------------------------------------------
asquared - 04-23-07 17:20
----------------------------------------------------------------------
It appears that I have filed this bug under the architecture-specific
category, so I probably should add that this occurs when targeting x86.
----------------------------------------------------------------------
asquared - 04-24-07 05:33
----------------------------------------------------------------------
Bug only appears to occur when zlib has been selected for installation.
'make defconfig; make' succeeds.
----------------------------------------------------------------------
rordway - 04-27-07 20:39
----------------------------------------------------------------------
The problem looks to be a missing symlink in build_<arch>/staging_dir/usr.
When the build fails, cd to build_<arch>/staging_dir/usr and run:
ln -s ../include include
This fixed the problem for me.
I have not tested it, but I expect that this patch will fix the problem.
Issue History
Date Modified Username Field Change
======================================================================
04-23-07 17:18 asquared New Issue
04-23-07 17:18 asquared Status new => assigned
04-23-07 17:18 asquared Assigned To => buildroot
04-23-07 17:20 asquared Note Added: 0002328
04-24-07 05:33 asquared Note Added: 0002329
04-27-07 20:39 rordway Note Added: 0002333
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001323]: zlib problems
@ 2007-06-25 17:59 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2007-06-25 17:59 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1323
======================================================================
Reported By: asquared
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1323
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 04-23-2007 17:18 PDT
Last Modified: 06-25-2007 10:59 PDT
======================================================================
Summary: zlib problems
Description:
Many packages are failing to compile because they are unable to find the
zlib headers. This appears to happen regardless of whether or not
installation of zlib headers is enabled in 'make menuconfig'. Zlib headers
have been installed on the development system, and this does not solve the
problem. This has been reproduced with both default and customized
configurations of buildroot.
======================================================================
----------------------------------------------------------------------
asquared - 04-23-07 17:20
----------------------------------------------------------------------
It appears that I have filed this bug under the architecture-specific
category, so I probably should add that this occurs when targeting x86.
----------------------------------------------------------------------
asquared - 04-24-07 05:33
----------------------------------------------------------------------
Bug only appears to occur when zlib has been selected for installation.
'make defconfig; make' succeeds.
----------------------------------------------------------------------
rordway - 04-27-07 20:40
----------------------------------------------------------------------
The problem looks to be a missing symlink in build_<arch>/staging_dir/usr.
When the build fails, cd to build_<arch>/staging_dir/usr and run:
ln -s ../include include
This fixed the problem for me.
I have not tested it, but I expect that this patch against the top-level
Makefile will fix the problem.
----------------------------------------------------------------------
bernhardf - 06-25-07 10:59
----------------------------------------------------------------------
Fixed in current svn.
Issue History
Date Modified Username Field Change
======================================================================
04-23-07 17:18 asquared New Issue
04-23-07 17:18 asquared Status new => assigned
04-23-07 17:18 asquared Assigned To => buildroot
04-23-07 17:20 asquared Note Added: 0002328
04-24-07 05:33 asquared Note Added: 0002329
04-27-07 20:39 rordway Note Added: 0002333
04-27-07 20:39 rordway File Added: buildroot-Makefile.diff
04-27-07 20:40 rordway Note Edited: 0002333
06-25-07 10:59 bernhardf Status assigned => closed
06-25-07 10:59 bernhardf Note Added: 0002506
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-06-25 17:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-28 3:39 [Buildroot] [buildroot 0001323]: zlib problems bugs at busybox.net
-- strict thread matches above, loose matches on Subject: below --
2007-06-25 17:59 bugs at busybox.net
2007-04-24 12:33 bugs at busybox.net
2007-04-24 0:20 bugs at busybox.net
2007-04-24 0:18 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