Hello Robert,
Yes, I’m using Ubuntu 22.04 on a VM.
I made your recommendations unfortunately without success, the same error.
Should I care about anything else?
Siverian:
the same error.
It can’t be the same error, as what you showed had: “*.zst”, my recommended change would have forced it to xz compression…
Regards,
Well, it looks like my toolchain just ignore KDEB_COMPRESS=xz
from the command line:
+ build_opts='-j1 ARCH=arm KBUILD_DEBARCH=armhf LOCALVERSION=-bone-rt-r60 KDEB_CHANGELOG_DIST=jammy KDEB_PKGVERSION=1xross KDEB_SOURCENAME=linux-upstream KDEB_COMPRESS=xz'
make -j1 ARCH=arm KBUILD_DEBARCH=armhf LOCALVERSION=-bone-rt-r60 KDEB_CHANGELOG_DIST=jammy KDEB_PKGVERSION=1xross KDEB_SOURCENAME=linux-upstream KDEB_COMPRESS=xz CROSS_COMPILE=/home/Siverian/Documents/BBB/v2/kernelbuildscripts/dl/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf- bindeb-pkg
In the comliped package I see :
I may try to repack the created package with the following script:
opened 06:12PM - 19 Dec 21 UTC
closed 11:37AM - 20 Dec 21 UTC
bug
**Describe the bug**
I tried to update indicator-sound-switcher but it errored … on install.
**To Reproduce**
Basically install the .deb file or `sudo apt update`
**Desktop (please complete the following information):**
- OS: debian 12
- Desktop environment i3wm 4.20.1
- Sound Switcher Indicator version: 2.37
**Indicator log:**
In order to fetch it, quit the indicator from the menu ("Quit"), open Terminal and start it again as follows:
```
dpkg-deb: error: el archivo `/var/cache/apt/archives/indicator-sound-switcher_2.3.7-1_all.deb' contiene un miembro de datos `control.tar.zst' ininteligible, abandono
Traceback (most recent call last):
File "/usr/share/apt-listchanges/DebianFiles.py", line 124, in readdeb
output = subprocess.check_output(command)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['dpkg-deb', '-f', '/var/cache/apt/archives/indicator-sound-switcher_2.3.7-1_all.deb', 'Package', 'Source', 'Version', 'Architecture', 'Status']' returned non-zero exit status 2.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/bin/apt-listchanges", line 323, in <module>
main(config)
File "/usr/bin/apt-listchanges", line 104, in main
pkg = DebianFiles.Package(deb)
File "/usr/share/apt-listchanges/DebianFiles.py", line 358, in __init__
parser.readdeb(self.path)
File "/usr/share/apt-listchanges/DebianFiles.py", line 127, in readdeb
raise RuntimeError(_("Error processing '%(what)s': %(errmsg)s") %
RuntimeError: Error processing '/var/cache/apt/archives/indicator-sound-switcher_2.3.7-1_all.deb': Command '['dpkg-deb', '-f', '/var/cache/apt/archives/indicator-sound-switcher_2.3.7-1_all.deb', 'Package', 'Source', 'Version', 'Architecture', 'Status']' returned non-zero exit status 2.
dpkg-deb: error: el archivo `/var/cache/apt/archives/indicator-sound-switcher_2.3.7-1_all.deb' contiene un miembro de datos `control.tar.zst' ininteligible, abandono
dpkg: error al procesar el archivo /var/cache/apt/archives/indicator-sound-switcher_2.3.7-1_all.deb (--unpack):
el subproceso dpkg-deb --control devolvió el código de salida de error 2
Se encontraron errores al procesar:
/var/cache/apt/archives/indicator-sound-switcher_2.3.7-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
```
This is hard to follow.
What I like is for when the AC Power interrupt occurs. Have the AC Power interrupt handler call the power button interrupt handler. This will shutdown the board cleanly.
Thanks you