Re: amd64: llvm 16 fallout (2023-11-14)

2024-02-21 Thread SASANO Takayoshi
> It builds ok now anyway. IIRC something was changed in llvm (building > with some warnings disabled by default, perhaps) between the test build > and commit. I see, I will dispose my diff. Thanks. -- SASANO Takayoshi (JG1UAA)

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-20 Thread Jeremie Courreges-Anglas
On Sat, Nov 18 2023, Ian Darwin wrote: > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: >> Updated list: >> >> cad/prusaslicer C++ ambiguous function call > > Unbreak: Resolve two ambiguous overloads triggered by recent > header changes and detected

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-19 Thread Marc Espie
On Thu, Nov 16, 2023 at 04:54:47PM +0100, Christian Weisgerber wrote: > games/goldberg_emulator C++ no member in namespace 'std' The abseil absl::in_place_t were just drop-ins for the (at the time future) std::in_place_t from C++ 17. Generic "fix" would be as simple as namespace absl {

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-18 Thread Antoine Jacoutot
On Fri, Nov 17, 2023 at 08:14:05PM +0100, Jeremie Courreges-Anglas wrote: > On Fri, Nov 17 2023, Christian Weisgerber wrote: > > Updated list: > > > > net/gnugk C++ std::mem_fun > > The Makefile doesn't respect CXXFLAGS, it uses STDCCFLAGS. > The following fixes the

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-18 Thread Ian Darwin
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > Updated list: > > cad/prusaslicer C++ ambiguous function call Unbreak: Resolve two ambiguous overloads triggered by recent header changes and detected after switch to clang 16. ok? Index:

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Brian Callahan
On 11/17/2023 5:30 PM, Anthony J. Bentley wrote: > Klemens Nanni writes: >> On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: >>> games/mars C++ std::random_shuffle >> >> Same as xprobe, can add yet another patch to this dead horse or bring >> it behind

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Anthony J. Bentley
Klemens Nanni writes: > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > > games/mars C++ std::random_shuffle > > Same as xprobe, can add yet another patch to this dead horse or bring > it behind the barn, I prefer getting rid of maintanence burdens

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Jeremie Courreges-Anglas
On Fri, Nov 17 2023, Christian Weisgerber wrote: > Updated list: > > net/gnugk C++ std::mem_fun The Makefile doesn't respect CXXFLAGS, it uses STDCCFLAGS. The following fixes the build. ok? (Technically it could have made sense to use CXXFLAGS instead of its

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Marc Espie
On Thu, Nov 16, 2023 at 08:28:52PM +0100, Christian Weisgerber wrote: > Here are the build failures from my amd64 bulk build started on > 2023-11-14, including the subsequent build fixes up to > security/web-eid-app. > > http://build-failures.rhaalovely.net/amd64/2023-11-14/ > > cad/prusaslicer

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Jeremie Courreges-Anglas
On Fri, Nov 17 2023, Klemens Nanni wrote: > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: >> games/mars C++ std::random_shuffle > > Same as xprobe, can add yet another patch to this dead horse or bring > it behind the barn, I prefer getting rid of

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > games/mars C++ std::random_shuffle Same as xprobe, can add yet another patch to this dead horse or bring it behind the barn, I prefer getting rid of maintanence burdens like these. Unmaintained, No

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Landry Breuil
Le Fri, Nov 17, 2023 at 12:58:13PM +, Klemens Nanni a écrit : > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > > net/minbif C++17 does not allow dynamic exception > > Unmaintained, last update in 2013, HOMEPAGE is an nginx default page, >

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > net/minbif C++17 does not allow dynamic exception Unmaintained, last update in 2013, HOMEPAGE is an nginx default page, https://github.com/jasuarez/minbif archived in Jan 2021, my feeling says we can

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-17 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > devel/atlas C++17 does not allow dynamic exception Unmaintained, already on ports life support, no consumers, out of date, no HOMEPAGE/clear upstream, both SITES are NXDOMAIN (ftp.o.o fallback),

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Rafael Sadowski
On Thu Nov 16, 2023 at 08:57:21PM -0500, Thomas Frohwein wrote: > On Fri, Nov 17, 2023 at 01:35:11AM +, Klemens Nanni wrote: > > On Thu, Nov 16, 2023 at 11:55:41PM +, Klemens Nanni wrote: > > > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > > > > net/xprobe

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Thomas Frohwein
On Fri, Nov 17, 2023 at 01:35:11AM +, Klemens Nanni wrote: > On Thu, Nov 16, 2023 at 11:55:41PM +, Klemens Nanni wrote: > > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > > > net/xprobe C++ std::random_shuffle > > > >

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Klemens Nanni
On Thu, Nov 16, 2023 at 11:55:41PM +, Klemens Nanni wrote: > On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > > net/xprobe C++ std::random_shuffle > > https://en.cppreference.com/w/cpp/algorithm/random_shuffle > (deprecated in C++14) > (removed

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Klemens Nanni
On Fri, Nov 17, 2023 at 12:26:08AM +0100, Christian Weisgerber wrote: > net/xprobe C++ std::random_shuffle https://en.cppreference.com/w/cpp/algorithm/random_shuffle (deprecated in C++14) (removed in C++17) 'grep -r random_shuffle /usr/local/include/' suggests that boost

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Christian Weisgerber
Updated list: 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

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Christian Weisgerber
Christian Weisgerber: > net/kea,postgresql checking for log4cplus/logger.h... no This is actually the C++ auto_ptr issue, but already in configure. (It also affects all flavors of net/kea.) -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Klemens Nanni
On Thu, Nov 16, 2023 at 09:34:32PM +0100, Stefan Hagen wrote: > Christian Weisgerber wrote (2023-11-16 16:54 CET): > > 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

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Stefan Hagen
Christian Weisgerber wrote (2023-11-16 16:54 CET): > 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

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Christian Weisgerber
Here are the build failures from my amd64 bulk build started on 2023-11-14, including the subsequent build fixes up to security/web-eid-app. http://build-failures.rhaalovely.net/amd64/2023-11-14/ cad/prusaslicer C++ ambiguous function call comms/gnuradio

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Theo de Raadt
Theo Buehler wrote: > > security/pivy configure: cannot compute sizeof (int) > > A function call while compiled with -fzero-call-used-regs=all runs into > retguard. Downgrading to -fzero-call-used-regs=used makes it work. this suggests that zero-call-used-regs is broken and

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Theo Buehler
> security/pivy configure: cannot compute sizeof (int) A function call while compiled with -fzero-call-used-regs=all runs into retguard. Downgrading to -fzero-call-used-regs=used makes it work.

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Thomas Frohwein
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

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Landry Breuil
Le Thu, Nov 16, 2023 at 04:54:47PM +0100, Christian Weisgerber a écrit : > 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

amd64: llvm 16 fallout (2023-11-14)

2023-11-16 Thread Christian Weisgerber
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