[MacPorts] #46331: libtool contains references to ccache when it was built with ccache

MacPorts noreply at macports.org
Wed Jul 27 11:19:32 PDT 2016


#46331: libtool contains references to ccache when it was built with ccache
---------------------------+----------------------
  Reporter:  ryandesign@…  |      Owner:  larryv@…
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.3.3
Resolution:                |   Keywords:
      Port:  libtool       |
---------------------------+----------------------
Changes (by larryv@…):

 * status:  new => assigned


Comment:

 Sorry for taking so long to look into this (to put it mildly).

 I agree that there’s something mildly unsettling about the hardcoded
 references to ccache, but it's not clear to me that they’re the root cause
 of this build problem. Unfortunately, I’m unable to reproduce the problem
 with pdflib @7.0.5_2, even though I deleted MacPorts’s ccache…cache…and
 the build did copy over the “infected” libtool:
 {{{
 % port installed libtool and active
 The following ports are currently installed:
   libtool @2.4.6_2+universal (active)
 % sudo rm -fR /opt/local/var/macports/build/.ccache
 % sudo port build pdflib +universal build.jobs=1
 --->  Computing dependencies for pdflib
 --->  Fetching distfiles for pdflib
 --->  Verifying checksums for pdflib
 --->  Extracting pdflib
 --->  Applying patches to pdflib
 --->  Configuring pdflib
 --->  Building pdflib
 % ag ccache $(port work pdflib)/PDFlib-Lite-7.0.5/libtool
 171:LTCC="ccache /usr/bin/clang"
 324:CC="ccache /usr/bin/clang"
 504:        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 11679:CC="ccache /usr/bin/clang++"
 %
 }}}

 Can you still reproduce this?

-- 
Ticket URL: <https://trac.macports.org/ticket/46331#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list