Changes between Initial Version and Version 1 of Ticket #64858


Ignore:
Timestamp:
Mar 20, 2022, 3:38:22 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks for reporting this. I'll take a look.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64858

    • Property Status changed from new to accepted
    • Property Owner set to ryandesign
    • Property Summary changed from compile failed to xbill: Undefined symbols _XpmReadFileToPixmap
    • Property Milestone changed from MacPorts Future to
  • Ticket #64858 – Description

    initial v1  
    11Yo homies. I always install XBILL on any Unix or Linux computer that I deploy. It's my duty to make sure we slay the Microsoft dragons and I've been doing this since around 1997. After following the instructions the compile failed due to a library error so I'm reporting this bug on MacOS monterey on Intel x64
    22
    3 
    4 527 :info:build /usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_insta     ll_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -arch x86_64 -o xbill Bill.o Bucket.o Cable.o Computer.o Game.o Horde.o Net     work.o OS.o Scorelist.o Spark.o UI.o util.o  x11-athena.o x11.o -lXaw -lXmu -lXt -lX11
    5  528 :info:build Undefined symbols for architecture x86_64:
    6  529 :info:build   "_XpmReadFileToPixmap", referenced from:
    7  530 :info:build       _x11_load_picture in x11.o
    8  531 :info:build ld: symbol(s) not found for architecture x86_64
    9  532 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
    10  533 :info:build make: *** [xbill] Error 1
     3{{{
     4:info:build /usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_insta     ll_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -arch x86_64 -o xbill Bill.o Bucket.o Cable.o Computer.o Game.o Horde.o Net     work.o OS.o Scorelist.o Spark.o UI.o util.o  x11-athena.o x11.o -lXaw -lXmu -lXt -lX11
     5:info:build Undefined symbols for architecture x86_64:
     6:info:build   "_XpmReadFileToPixmap", referenced from:
     7:info:build       _x11_load_picture in x11.o
     8:info:build ld: symbol(s) not found for architecture x86_64
     9:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
     10:info:build make: *** [xbill] Error 1
     11}}}