[MacPorts] #45152: pure-reduce @0.4: new port submission

MacPorts noreply at macports.org
Thu Sep 25 04:41:58 PDT 2014


#45152: pure-reduce @0.4: new port submission
--------------------------+--------------------------
  Reporter:  aggraef@…    |      Owner:  ryandesign@…
      Type:  submission   |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.3.1
Resolution:  fixed        |   Keywords:
      Port:  pure-reduce  |
--------------------------+--------------------------
Changes (by ryandesign@…):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Ok, I see the patch makes the Makefile honor CFLAGS passed to it, which is
 needed here. So that works.

 I'm getting an intermittent build failure, which I think is a parallel
 build problem caused by inaccurate dependencies in the Makefile. I
 committed the port in r125733 with parallel building turned off for now.

 I've attached [attachment:main.2.log a log of the failure]. The error is:

 {{{
 :info:build ld: can't write output file: reduce for architecture x86_64
 :info:build clang: error: linker command failed with exit code 1 (use -v
 to see invocation)
 }}}

 The log shows multiple occurrences of this line:

 {{{
 cp ../reduce.img .
 }}}

 including some after the failure. In fact, when I built with 14 parallel
 jobs, the log contained 14 invocations of that command.

 I'm assuming that the build needs that file, and that at the moment when
 the failure occurs, it has just begun replacing the file again, resulting
 in it not being there at just the moment when it's needed.

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


More information about the macports-tickets mailing list