[MacPorts] #71198: md5deep @4.4_0 fails to build
MacPorts
noreply at macports.org
Tue Oct 29 13:45:13 UTC 2024
#71198: md5deep @4.4_0 fails to build
-----------------------------+---------------------
Reporter: AlecEdworthyUni | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: md5deep
-----------------------------+---------------------
Following upgrading my systems from Sonoma (macOS 14) to Sequoia (macOS
15) I am unable to build md5deep on either my Intel iMac or Apple Silicon
MacBook Pro. Both seem to fail with very similar errors,
Apple Silicon MacBook Pro:
{{{
info:build In file included from hash.cpp:16:
:info:build In file included from ./main.h:23:
:info:build ./xml.h:103:82: error: invalid suffix on literal; C++11
requires a space between literal and identifier [-Wreserved-user-defined-
literal]
:info:build 103 | void xmlout(const std::string &tag,const int64_t
value){ xmlprintf(tag,"","%"PRId64,value); }
:info:build |
^
:info:build |
}}}
Intel iMac:
{{{
:info:build In file included from display.cpp:1:
:info:build In file included from ./main.h:23:
:info:build ./xml.h:103:82: error: invalid suffix on literal; C++11
requires a space between literal and identifier [-Wreserved-user-defined-
literal]
:info:build 103 | void xmlout(const std::string &tag,const int64_t
value){ xmlprintf(tag,"","%"PRId64,value); }
:info:build |
^
:info:build |
}}}
There are warns before this but I am assuming they're not fatal (full
main.log files attached). Apologies in advance if I've raised this ticket
wrongly/with the wrong info in it - longtime MacPorts user who's never had
an issue to now :)
--
Ticket URL: <https://trac.macports.org/ticket/71198>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list