Changes between Initial Version and Version 1 of Ticket #49395


Ignore:
Timestamp:
Oct 23, 2015, 5:49:18 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49395

    • Property Port openmotif added
  • Ticket #49395 – Description

    initial v1  
    11When doing a routine update (port upgrade outdated following port selfupdate), the compilation of openmotif fails as follows:
    22
     3{{{
    34Error: org.macports.build for port openmotif returned: command execution failed
    45Please see the log file for port openmotif for details:
     
    78To report a bug, follow the instructions in the guide:
    89    http://guide.macports.org/#project.tickets
     10}}}
    911
    1012A look at the log indicates that build fails on the linking of hellomotif (starting at main.log:4538):
    1113
     14{{{
    1215:info:build /bin/sh ../../../libtool  --tag=CC   --mode=link /usr/bin/clang  -pipe -Os -arch x86_64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include     -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o hellomotif hellomotif.o ../../../lib/Xm/libXm.la ../../../lib/Mrm/libMrm.la -lXp -liconv  -L/opt/local/lib -lXft -lXrender -L/opt/local/lib -lXft  -ljpeg -lpng
    1316:info:build libtool: link: /usr/bin/clang -pipe -Os -arch x86_64 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Wl,-headerpad_max_install_names -arch x86_64 -o .libs/hellomotif hellomotif.o  -L/opt/local/lib ../../../lib/Xm/.libs/libXm.dylib ../../../lib/Mrm/.libs/libMrm.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/lib/Xm/.libs/libXm.dylib -lXmu -lXext -lXt -lSM -lICE -lX11 -lXp -liconv -lXrender -lXft -ljpeg -lpng
     
    1720:info:build make[3]: *** [hellomotif.uid] Error 1
    1821:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/demos/programs/hellomotif'
     22}}}
    1923
    2024This may or may not have anything to do with the fact that I had to build xorg-libXt +flat_namespace +universal (previous variant was xorg-libXt +universal).