Changes between Initial Version and Version 1 of Ticket #33402


Ignore:
Timestamp:
Feb 29, 2012, 12:25:11 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting.

The error message says "run xcodebuild standalone"; it does not say to cd to any directory or to provide all those arguments. Just run xcodebuild by itself with no arguments, I think.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33402 – Description

    initial v1  
    11When trying to build gnuplot on OSX 10.7 Lion aquaterm fails and when you check the log file it seems to relate to the Xcode licence.
    22
     3{{{
    34version:1
    45:debug:main Executing org.macports.main (aquaterm)
     
    3132:info:build Warning: the following items did not execute (for aquaterm): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    3233:notice:build Log for aquaterm is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_aquaterm/aquaterm/main.log
    33 
    34 
     34}}}
    3535
    3636I tried following the instructions, e.g.
    3737
     38{{{
    3839cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_aquaterm/aquaterm/work/aquaterm
    3940/usr/bin/xcodebuild  -target "AquaTerm" -configuration Deployment build OBJROOT=build/ SYMROOT=build/ MACOSX_DEPLOYMENT_TARGET=10.7 ARCHS=x86_64 SDKROOT="" GCC_VERSION=com.apple.compilers.llvm.clang.1_0 USER_APPS_DIR=/Applications/MacPorts FRAMEWORKS_DIR=/opt/local/Library/Frameworks
     41}}}
    4042
    4143And that seems to work fine but if you then try and reinstall aquaterm you ended up where you started again.