[MacPorts] #61122: RigCtldGUI: Doesn't use MacPorts LDFLAGS
MacPorts
noreply at macports.org
Thu Sep 3 16:35:29 UTC 2020
#61122: RigCtldGUI: Doesn't use MacPorts LDFLAGS
------------------------+------------------------
Reporter: ryandesign | Owner: ra1nb0w
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.3
Keywords: | Port: RigCtldGUI
------------------------+------------------------
RigCtldGUI fails to build on 10.6 because although it includes the
legacysupport portgroup it evidently doesn't use MacPorts LDFLAGS so it
still fails to link with the legacysupport library which would have
provided getline:
https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/33613/steps
/install-port/logs/stdio
{{{
/opt/local/bin/clang++-mp-9.0 -o RigCtl Rig.o Hamlib.o Winkey.o
rigctl_parse.o dumpcaps.o sprintflst.o fmemopen.o -lfltk -lportaudio
-lhamlib -lpthread
Undefined symbols for architecture x86_64:
"_getline", referenced from:
get_token(__sFILE*, char*, int, char*, int) in Rig.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61122>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list