[MacPorts] #46629: On PPC Tiger, Mac OS X 10.4.11, build of llvm-3.4 failed because of recipe for target

MacPorts noreply at macports.org
Thu Feb 12 11:28:22 PST 2015


#46629: On PPC Tiger, Mac OS X 10.4.11, build of llvm-3.4 failed because of recipe
for target
------------------------------+------------------------
  Reporter:  Peter_Dyballa@…  |      Owner:  jeremyhu@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.3
Resolution:                   |   Keywords:
      Port:  llvm-3.4         |
------------------------------+------------------------

Comment (by jeremyhu@…):

 Yeah, that is the same failure you mentioned much earlier in this thread.
 It should be addressed by `cctools-862-unifdef__DARWIN_UNIX03-arm.patch`

 Your line 51 seems wrong.  You've added whitespace in the middle of a
 filename.

 If you want to show me your manual edits, do it as a diff rather than
 copy/pasting.

 As I said already, the only manual change you need to make is:
 {{{
 --- Portfile    (revision 132154)
 +++ Portfile    (working copy)
 @@ -36,7 +36,7 @@

  variant universal {}

 -if {${os.major} < 9} {
 +if {0} {
      # XCode 4.1
      version             806
      revision            4
 }}}

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


More information about the macports-tickets mailing list