Changes between Initial Version and Version 1 of Ticket #34407


Ignore:
Timestamp:
May 11, 2012, 2:31:44 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Could you attach the main.log showing the build failure? It didn't fail for me before I committed it...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34407

    • Property Keywords haspatch added; x11 removed
    • Property Owner changed from macports-tickets@… to css@…
    • Property Cc ryandesign@… added
    • Property Summary changed from glw build broken to glw: libtool: link: require no space between `-L' and `-lXft'
  • Ticket #34407 – Description

    initial v1  
    11Currently glw fails on 10.7 with...
    22
     3{{{
    34/bin/sh ./libtool  --tag=CC   --mode=link /usr/bin/clang   -pipe -O2 -arch x86_64 -I/opt/local/include   -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -version-info 1:0:0 -no-undefined -L/opt/local/lib -arch x86_64 -o libGLw.la -rpath /opt/local/lib libGLw_la-GLwDrawA.lo libGLw_la-GLwMDrawA.lo -L/opt/local/lib -lXt -lX11    -L/opt/local/lib -lGL   -L/opt/local/lib -L/usr/X11R6/lib -lXm -lXt  -L -lXft -lXrender -lXext -lX11
    45libtool: link: require no space between `-L' and `-lXft'
    56make: *** [libGLw.la] Error 1
     7}}}
    68
    79This issue can be worked around with the attached hack to the glw Portfile.