On 2017-10-03 22:26, Joshua Root wrote:
> Apparently Apple's linker doesn't recognise common symbols in static
> libraries as being defined. Workaround would be to initialise the
> variables somewhere or use -fno-common. Ideally don't use common linkage
> at all, have one file that each global actu
On 2017-10-4 03:37 , Daniel J. Luke wrote:
Currently ntp builds on 10.13 fail with:
% make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
CCLD ntptime
Undefined symbols for architecture x86_64:
"_lib_nextbuf", referenced from:
_common_prettydate in libntp.a(pret
Thanks for the ideas,
Ken
On 2017-10-03, at 12:49 AM, Mojca Miklavec wrote:
> On 3 October 2017 at 05:01, Ken Cunningham wrote:
>> if anyone would care to enlighten me on the best approach to making a VM for
>> 10.5 intel, I would appreciate it. This is the only system I have that I
>> can’t p
Currently ntp builds on 10.13 fail with:
% make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
CCLD ntptime
Undefined symbols for architecture x86_64:
"_lib_nextbuf", referenced from:
_common_prettydate in libntp.a(prettydate.o)
"_lib_stringbuf", referenced from:
On Oct 3, 2017, at 10:02, Kurt Hindenburg wrote:
> Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/c3a3b5ae74684f301519475d24101278338d06d0
>
> commit c3a3b5ae74684f301519475d24101278338d0
On 3 Oct 2017, at 05:01, Ken Cunningham wrote:
> if anyone would care to enlighten me on the best approach to making a VM for
> 10.5 intel, I would appreciate it. This is the only system I have that I
> can’t presently see a way to virtualize.
At that time I wanted to do the same and found this
Hi,
What is the sqlite command one would have to execute to obtain the output of
`port installed` for a single port (installed & active)? I'm only interested in
the active variants.
Context:
I have a script that uses `port installed foo` that I can use in commands like
%> port -v patch `port-a
On 3 October 2017 at 05:01, Ken Cunningham wrote:
> if anyone would care to enlighten me on the best approach to making a VM for
> 10.5 intel, I would appreciate it. This is the only system I have that I
> can’t presently see a way to virtualize.
I didn't actually try it, but (other technical so