Changes between Initial Version and Version 1 of Ticket #33805


Ignore:
Timestamp:
Mar 28, 2012, 8:32:21 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Rebuild perl5.12.

sudo port -n upgrade --force perl5.12

This is in the wiki:ProblemHotlist#xcode43.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33805

    • Property Status changed from new to closed
    • Property Keywords p5.12-html-parser perl removed
    • Property Resolution changed from to invalid
  • Ticket #33805 – Description

    initial v1  
    11When attempting to install p5.12-html-parser in a Xcode 4.3.x development environment that has be updated with the command line tools, the build fails because the generated makefile is looking for /Developer/usr/bin/clang. The /Developer directory no longer exists with Xcode 4.3.x installations. The "main.log" file from the build process indicates this error:
    22
     3{{{
    34...
    45:info:build /Developer/usr/bin/clang -c   -pipe -O2 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -fstack-protector -I/opt/local/include -O3   -DVERSION=\"3.69\" -DXS_VERSION=\"3.69\"  "-I/opt/local/lib/perl5/5.12.3/darwin-multi-2level/CORE"  -DMARKED_SECTION Parser.c
    56:info:build /bin/sh: /Developer/usr/bin/clang: No such file or directory
    67...
     8}}}
    79