Changes between Initial Version and Version 2 of Ticket #33315


Ignore:
Timestamp:
Feb 21, 2012, 5:00:32 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Ok, I can reproduce this, but only when using the universal variant; if you don't really need a universal build, clean and build without the universal variant and it should work.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33315

    • Property Cc david.reitter@… removed
    • Property Keywords universal added
    • Property Summary changed from libzzip won't build correctly with clang to libzzip: universal variant fails with clang
  • Ticket #33315 – Description

    initial v2  
    88The build commands were
    99
    10 {{{sudo port uninstall libzzip
     10{{{
     11sudo port uninstall libzzip
    1112sudo port clean libzzip
    12 sudo port install libzzip +universal}}}
     13sudo port install libzzip +universal
     14}}}
    1315
    1416As a workaround, I managed to install libzzip with the following trick:
    1517
    16 {{{  sudo port install libzzip +universal configure.compiler=llvm-gcc-4.2}}}
     18{{{
     19sudo port install libzzip +universal configure.compiler=llvm-gcc-4.2
     20}}}
    1721
    1822See also #30849