Opened 4 years ago

Last modified 4 years ago

#60521 new defect

TeXmacs @1.99.2_2 build fails on Mac OS X 10.15.4

Reported by: odysseus9672 (Sean Lake) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc: murrayE
Port: TeXmacs

Description

When attempting to run sudo port install TeXmacs on a nearly fresh install of Catalina, the build fails. The last error from the build log is:

:info:build System/Misc/fast_alloc.hpp:56:14: error: 'operator new[]' is missing exception specification 'throw()'
:info:build inline void* operator new[] (register size_t s, void* loc) { return loc; }
:info:build              ^
:info:build                                                            throw()
:info:build /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/new:221:70: note: previous declaration is here
:info:build _LIBCPP_NODISCARD_AFTER_CXX17 inline _LIBCPP_INLINE_VISIBILITY void* operator new[](std::size_t, void* __p) _NOEXCEPT {return __p;}
:info:build                                                                      ^

The XCode version installed is: 11.4.1

Attachments (1)

main.log (412.5 KB) - added by odysseus9672 (Sean Lake) 4 years ago.
Build log

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by odysseus9672 (Sean Lake)

Attachment: main.log added

Build log

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Cc: murrayE added

Has duplicate #60787.

Last edited 4 years ago by mf2k (Frank Schima) (previous) (diff)
Note: See TracTickets for help on using tickets.