[MacPorts] #44898: defect: Build of llvm-3.3 fails on PPC Tiger (Mac OS X 10.4.11) due to missing declarations

MacPorts noreply at macports.org
Sat Oct 31 16:12:33 PDT 2015


#44898: defect: Build of llvm-3.3 fails on PPC Tiger (Mac OS X 10.4.11) due to
missing declarations
------------------------------+--------------------------------
  Reporter:  Peter_Dyballa@…  |      Owner:  macports-tickets@…
      Type:  defect           |     Status:  closed
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.1
Resolution:  wontfix          |   Keywords:  Tiger
      Port:  llvm-3.3         |
------------------------------+--------------------------------

Comment (by Peter_Dyballa@…):

 Replying to [comment:3 evilmoo@…]:
 > Hopefully this won't reopen the status, but I did find this:
 >
 > http://lists.llvm.org/pipermail/llvm-commits/Week-of-
 Mon-20140203/204233.html

 Trying to integrate that patch leads to some strange lines in the
 configure script… It complains:

 {{{
 /opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_tarballs_ports_lang_llvm-3.3/llvm-3.3/work/llvm-3.3.src/configure:
 line 1990: -pipe: command not found
 /opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_tarballs_ports_lang_llvm-3.3/llvm-3.3/work/llvm-3.3.src/configure:
 line 1991: -pipe: command not found
 }}}

 Cause there are these two lines (now):

 {{{
 ${CFLAGS=}
 ${CXXFLAGS=}
 }}}

 because port has set/reports:

 {{{
 CFLAGS='-pipe -Os -arch ppc'
 CXXFLAGS='-pipe -Os -arch ppc'
 }}}

 Although—the file's date hasn't changed that much:

 {{{
   -rwxr-xr-x    1 macports  admin  691312 20 Mai  2013 configure
 }}}

 Anyway, this can be cured. (By a patch, for example.)

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


More information about the macports-tickets mailing list