Creating a bug report/issue
I have searched the existing open and closed issues
Required Information
- DietPi version |
cat /boot/dietpi/.version - Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN - Kernel version |
uname --all - Architecture |
dpkg --print-architecture - SBC model |
echo $G_HW_MODEL_NAMEor (EG: RPi3) - Power supply used | (EG: 5V 1A RAVpower)
- SD card used | (EG: SanDisk ultra)
Additional Information (if applicable)
- Software title | (EG: Nextcloud)
- Was the software title installed freshly or updated/migrated?
- Can this issue be replicated on a fresh installation of DietPi?
← If you sent a “dietpi-bugreport”, please paste the ID here → - Bug report ID |
echo $G_HW_UUID
Steps to reproduce
Upgrade from bookworm to trixie works till final dist-upgrade in trixi but only on 4 raspi4, 2 raspi3 no errors, script worked perfect. Tried 4 times over the last 3 weeks, always same result.
- …
- …
Expected behaviour
working upgrade bookworm to trixie on raspi4
- …
Actual behaviour
Entpacken von libgtk-3-0t64:arm64 (3.24.49-3) ...
dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/libgtk-3-0t64_3.24.49-3_arm64.deb (--unpack):
Versuch, »/usr/lib/aarch64-linux-gnu/gtk-3.0/3.0.0/immodules/im-am-et.so« zu überschreiben, welches auch in Paket libgtk-3-0:arm64 1:3.24.38-2~deb12u2+rpt7+rpi1 ist
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/libgtk-3-0t64_3.24.49-3_arm64.deb
- …
Extra details
apt --fix-broken install gets same result. Manually removing /usr/lib/aarch64-linux-gnu/gtk-3.0/3.0.0/immodules/im-am-et.so and run apt --fix-broken install same result. apt install libgtk-3-0t64_3.24.49-3_arm64.deb gets error "file not found" but its inside /var/cache/apt/archives/.
.
DietPi version:
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=17
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’
G_LIVE_PATCH_STATUS[0]=‘not applicable’
.
Kernel version:
Linux R135Pi 6.12.47+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1~bookworm (2025-09-16) aarch64 GNU/Linux
- …