[Buildroot] [Bug 4808] New: ccache may build against wrong zlib

bugzilla at busybox.net bugzilla at busybox.net
Tue Feb 28 15:51:30 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=4808

           Summary: ccache may build against wrong zlib
           Product: buildroot
           Version: 2011.08
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: rsanchezs at infoglobal.es
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 4058
  --> https://bugs.busybox.net/attachment.cgi?id=4058
Patch against git head.

Hello:

  In one of my compilations I was startled that host-lzo failed to build. The
host architecture was incorrectly detected and configuration stage failed. From
this I found out that ccache was unable to run, due to a mismatch in the zlib
versions. I found out the reason a little later: buildroot ccache built against
system zlib, whereas by the moment when ccache failed host-zlib was installed
in the buildroot host directory.

  The solution I propose is adding host-zlib dependency to ccache, so cacche is
always build against host-zlib and not against system zlib.

  I'm attaching a patch against current git head.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the buildroot mailing list