Changes between Initial Version and Version 1 of Ticket #33909


Ignore:
Timestamp:
Apr 5, 2012, 6:08:19 PM (12 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Default compiler for Xcode 3.1 is gcc-4.0, which is installed. You shouldn't have to set configure.compiler for the port to successfully build.

Please do a clean build (port clean libgcrypt and try again) and attach the main.log (find it using port logfile libgcrypt), if the build fails again.

Please remember to use WikiFormatting and Cc the maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33909

    • Property Owner changed from macports-tickets@… to sfiera@…
    • Property Port libgcrypt added
  • Ticket #33909 – Description

    initial v1  
    88and it was at least possible to get this library to build.
    99
     10{{{
    1011configure.args  --disable-asm
    1112configure.compiler      gcc-4.2
     
    1617if {[string match "*clang*" ${configure.compiler}]} {
    1718    # libgcrypt-1.5.0 does some ugly stuff with their udiv_qrnnd macro in mpih-div.c
     19}}}
    1820
    19 
     21{{{
    2022:notice:configure --->  Configuring libgcrypt
    2123:error:configure Target org.macports.configure returned: Invalid value for configure.compiler
     
    2527:info:configure Warning: the following items did not execute (for libgcrypt): org.macports.build org.macports.configure
    2628:notice:configure Log for libgcrypt is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libgcrypt/libgcrypt/main.log
    27 
     29}}}