On Thu, Nov 16, 2023 at 04:54:47PM +0100, Christian Weisgerber wrote:
> My build is still catching up with the many fixes that have already
> been committed, but here is some basic triage of remaining problems:
> 
> cad/prusaslicer                 C++ ambiguous function call
> comms/gnuradio                  internal compiler error
> devel/atlas                     C++17 does not allow dynamic exception
> devel/avr32/newlib              C integer to pointer conversion
> devel/iaito                     C++ undeclared identifier
> devel/lutok                     C++ auto_ptr
> games/0ad/base                  Rust?
> games/amoebax                   C++ auto_ptr
> games/bastet                    C++ undeclared identifier
> games/boswars                   C++ auto_ptr

I see robert@ fixed a similar error for games/dangerdeep with
CXXFLAGS_base-clang=-std=c++14 [1]. Maybe other auto_ptr issues can be
addressed the same way.

> games/eliot                     C++ no member in namespace 'std'
> games/goldberg_emulator         C++ no member in namespace 'std'

I know goldberg_emulator doesn't have any '-std=c++...' either. Could it
be that this is also what would help with the namespace issue here?

> games/lwjgl3                    JRE segv
> games/mars                      C++ no member in namespace 'std'
> japanese/onew,canna             C integer to pointer conversion
> lang/fpc                        ?
> multimedia/synfig               C++ auto_ptr
> net/gnugk                       C++ no member in namespace 'std'
> net/kea,postgresql              checking for log4cplus/logger.h... no
> net/minbif                      C++17 does not allow dynamic exception
> net/nheko                       C va_list
> net/xprobe                      C++ undeclared identifier
> security/pivy                   configure: cannot compute sizeof (int)
> security/web-eid-app            C++ integer value outside enum range
> www/firefox-esr                 clang-13 internal compiler error
> www/mozilla-firefox             clang-13 internal compiler error
> www/tor-browser/browser         clang-13 internal compiler error
> x11/gnome/mutter                'wayland-server.h' not found
> x11/kde-applications/kleopatra  C++ integer value outside enum range
> x11/ogre                        C++ auto_ptr
> x11/qt6/qtwebengine             C integer to pointer conversion
> 
> -- 
> Christian "naddy" Weisgerber                          na...@mips.inka.de
> 

[1] 
https://github.com/openbsd/ports/commit/3180071e9abb7bf663a4470209a4bf3d7467f8b7

Reply via email to