pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/59858: audio/pavucontrol broken
The following reply was made to PR pkg/59858; it has been noted by GNATS.
From: Ramiro Aceves <ea1abz%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost, pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/59858: audio/pavucontrol broken
Date: Wed, 14 Jan 2026 12:56:48 +0100
El 14/1/26 a las 11:55, Ramiro Aceves via gnats escribió:
> The following reply was made to PR pkg/59858; it has been noted by GNATS.
>
> From: Ramiro Aceves <ea1abz%gmail.com@localhost>
> To: gnats-bugs%netbsd.org@localhost, pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
> pkgsrc-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: pkg/59858: audio/pavucontrol broken
> Date: Wed, 14 Jan 2026 11:53:37 +0100
>
> El 13/1/26 a las 23:35, RVP via gnats escribió:
> > The following reply was made to PR pkg/59858; it has been noted by GNATS.
> >
> > From: RVP <rvp%SDF.ORG@localhost>
> > To: gnats-bugs%netbsd.org@localhost
> > Cc:
> > Subject: Re: pkg/59858: audio/pavucontrol broken
> > Date: Tue, 13 Jan 2026 22:30:32 +0000 (UTC)
> >
> > > netbsd-x260$ locale
> > > LANG="es_ES.UTF-8"
> > > LC_CTYPE="es_ES.UTF-8"
> > > LC_COLLATE="C"
> > > LC_TIME="es_ES.UTF-8"
> > > LC_NUMERIC="es_ES.UTF-8"
> > > LC_MONETARY="es_ES.UTF-8"
> > > LC_MESSAGES="es_ES.UTF-8"
> > > LC_ALL="es_ES.UTF-8" <--
> > >
> >
> > You shouldn't set `LC_ALL' explicitly, otherwise it becomes difficult to
> > override the other categories (like LC_NUMERIC) individually (LC_ALL always
> > takes precedence). If you want to set a locale, just export `LANG=es_ES.UTF-8'
> > in ~/.xinitrc or ~/.xsession. (The NetBSD console doesn't support UTF-8 I/O,
> > nor fonts, so setting a UTF-8 locale is not very useful.)
>
> Hi RVP
>
> Ok, thanks for explanation, I take note and correct it.
>
> >
> > > On a Thinkpad x260 amd64 system laptop, same result, broken UI.
> > >
> >
> > Can't reproduce this with pavucontrol from pkgsrc-2025Q4 on amd64/10.1-RELEASE.
> > (Works fine with a "C" locale as before.)
> >
> > Can you try:
> >
> > $ env LC_ALL=C LIBGL_ALWAYS_SOFTWARE=true pavucontrol
> >
> > -RVP
> >
>
> netbsd-raspa4$ env LC_ALL=C LIBGL_ALWAYS_SOFTWARE=true pavucontrol
> W: [(null)] caps.c: Normally all extra capabilities would be dropped
> now, but that's impossible because PulseAudio was built without
> capabilities support.
> netbsd-raspa4$
>
> Same broken UI here (on the rpi4).
>
> Regards.
>
>
>
Hi.
I do knot know if the following tells something useful:
netbsd-raspa4$ gdb /usr/pkg/bin/pavucontrol
GNU gdb (GDB) 11.0.50.20200914-git
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/pkg/bin/pavucontrol...
(gdb) run
Starting program: /usr/pkg/bin/pavucontrol
[New LWP 17552 of process 1651]
Thread 1 "" received signal SIGILL, Illegal instruction.
0x0000f3cb73498e28 in ?? ()
(gdb)
(gdb) bt
#0 0x0000f3cb73498e28 in ?? ()
#1 0x0000ffffece41070 in _ctype_ () from /usr/libexec/ld.elf_so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
Regards.
Home |
Main Index |
Thread Index |
Old Index