WITHOUT_CASPER ghost?

2024-02-22 Thread Michael Dexter
All, The WITHOUT_CASPER build option was deprecated in main and 14-stable branches but is still showing up and will trip up the build option survey: sh src/tools/tools/build_option_survey/listallopts.sh | grep CASPER WITHOUT_CASPER --- all_subdir_sbin/mdconfig --- ===> sbin/mdconfig (all)

Re: 42fdcd9fd917 broke my snd_uaudio(4)

2024-02-22 Thread Florian Walpen
Hi Lexi, On Thursday, February 22, 2024 6:47:26 PM CET Lexi Winter wrote: > hi Florian, > > Florian Walpen: > > I have a Scarlett 18i20 myself, but maybe a different generation - it has > > 18 recording channels as its name suggests. Is 20 recording channels > > correct for your device? > >

Re: sanitizers broken (was RE: libc/libsys split coming soon) [errno in libsys: any analogy to __elf_aux_vector ?]

2024-02-22 Thread Brooks Davis
On Thu, Feb 22, 2024 at 10:16:30AM -0800, Mark Millard wrote: > Brooks Davis wrote on > Date: Thu, 22 Feb 2024 02:03:09 UTC : > > > On Thu, Feb 22, 2024 at 02:57:13AM +0200, Konstantin Belousov wrote: > > > On Wed, Feb 21, 2024 at 08:20:25PM +, Brooks Davis wrote: > > > > That's probably

Re: sanitizers broken (was RE: libc/libsys split coming soon) [errno in libsys: any analogy to __elf_aux_vector ?]

2024-02-22 Thread Mark Millard
Brooks Davis wrote on Date: Thu, 22 Feb 2024 02:03:09 UTC : > On Thu, Feb 22, 2024 at 02:57:13AM +0200, Konstantin Belousov wrote: > > On Wed, Feb 21, 2024 at 08:20:25PM +, Brooks Davis wrote: > > > That's probably worth a shot. Static linking will work anyway because > > > libc.a in effect

Re: 42fdcd9fd917 broke my snd_uaudio(4)

2024-02-22 Thread Lexi Winter
hi Florian, Florian Walpen: > I have a Scarlett 18i20 myself, but maybe a different generation - it has 18 > recording channels as its name suggests. Is 20 recording channels correct for > your device? this is a 3rd generation 18i20; as well the usual physical inputs it has a stereo loopback

Re: 42fdcd9fd917 broke my snd_uaudio(4)

2024-02-22 Thread Florian Walpen
Hi Lexi, On Thursday, February 22, 2024 2:45:07 AM CET Lexi Winter wrote: > hello, > > since the commit: > > 42fdcd9fd917 snd_uaudio(4): Fix config detection with defaults set. > > my snd_uaudio(4) no longer works. the symptom is that applications > attempting to play audio hang forever, and

Re: sanitizers broken (was RE: libc/libsys split coming soon)

2024-02-22 Thread Alexander Leidinger
Am 2024-02-21 10:52, schrieb hartmut.bra...@dlr.de: Hi, I updated yesterday and now event a minimal program with cc -fsanitize=address produces ld: error: undefined symbol: __elf_aux_vector referenced by sanitizer_linux_libcdep.cpp:950

Re: sanitizers broken (was RE: libc/libsys split coming soon)

2024-02-22 Thread David Chisnall
On 21 Feb 2024, at 20:00, Brooks Davis wrote: > > The sanitizers reach somewhat questionably into libc internals that are > exported to allow rtld to update them. I was unable to find an solution > that didn't break this and I felt that fixing things like closefrom() > using non-deprecated