Bug#1054601: checkinstall: Checkinstall unusable on i386 architecture, while works fine on amd64

2023-10-26 Thread Q4OS Team
Package: checkinstall
Version: 1.6.2+git20170426.d24a630-3+b1
Severity: important
X-Debbugs-Cc: q...@q4os.org

I am not able to build any Debian package using checkinstall on i386 
architecture, it allways fails. It's easily reproducible, just run the for 
example:
$ checkinstall --fstrans=yes --install=no --nodoc --pkgname=test cp /bin/ls 
/usr/local/bin/
That should build a simple Debian package, but fails with message "permission 
denied". I tried it on multilple i386 Debian environments, with the same error 
every time.
Important to mention, the same procedure works just fine on amd64 machines.

-- System Information:
Debian Release: 12.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 6.1.0-13-686 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages checkinstall depends on:
ii  dpkg-dev1.21.22
ii  file1:5.44-3
ii  libc6   2.36-9+deb12u3
ii  sensible-utils  0.0.17+nmu1

Versions of packages checkinstall recommends:
ii  make  4.3-4.1

Versions of packages checkinstall suggests:
pn  gettext  

-- no debconf information



Bug#881531: libreoffice: Bad rendering of LibreOffice buttons and some other widgets

2017-11-12 Thread Q4OS Team

Package: libreoffice-kde
Version: 1:5.2.7-1
Severity: normal

This bug is related to KDE Plasma DE. If I set "Windows" style in KDE 
systemsettings and run LibreOffice, all buttons and some other widgets 
are rendered without border.


Exact steps to reproduce:
- A fresh Debian 9.2 Stretch stable installation with KDE Plasma, 64bit
- Set the "Windows" style in KDE systemsettings
- Run LibreOffice > Open file
- Bug: All buttons have no border and look ugly



Bug#881530: d-i.debian.org: Setting the 'grub-installer/bootdev' preseed variable affects more than its desired role.

2017-11-12 Thread Q4OS Team

Package: d-i.debian.org
Severity: normal
Tags: d-i

When I specify in my preseeding file:
  d-i grub-installer/bootdev string default
grub-installer doesn't provide a query to install grub at all, and 
rewrites mbr with no question, even an other OS is already installed on 
disk. Installer also ignores "grub-installer/with_other_os" and 
"grub-installer/only_debian" variables, when they are set.


Steps to reproduce:
- Run installer from regular Debian installation media on a non-uefi system.
- Specify 'grub-installer/bootdev=default' preseed variable as kernel 
paramenter for installer.

- Proceed Debian installation, grub will be written to mbr without a query.



Bug#821231: Fix and build script

2016-04-21 Thread Q4OS Team
We have created a script to build fixed 'gnome-packagekit' package from 
Debian sources. Download files attached and run the build_gpk.sh' script.

$ sh build_gpk.sh

Patch:
diff -uNr gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c 
gnome-packagekit-3.14.0/src/gpk-update-viewer.c
--- gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c	2014-05-24 
12:08:10.0 +
+++ gnome-packagekit-3.14.0/src/gpk-update-viewer.c	2016-04-20 
12:54:21.075646355 +

@@ -3006,6 +3006,7 @@
g_debug ("ignoring");
return;
}
+   ignore_updates_changed = TRUE;
gpk_update_viewer_get_new_update_array ();
 }


Build script:
#!/bin/sh
sudo apt-get build-dep gnome-packagekit
apt-get source gnome-packagekit
cd gnome-packagekit-3.14.0
debchange --nmu
patch -p1 < ../doublebox.patch
read xyz
( dpkg-buildpackage -rfakeroot -uc -b 2>&1 ) | tee build1.log


build_gpk.sh
Description: application/shellscript
diff -uNr gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c gnome-packagekit-3.14.0/src/gpk-update-viewer.c
--- gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c	2014-05-24 12:08:10.0 +
+++ gnome-packagekit-3.14.0/src/gpk-update-viewer.c	2016-04-20 12:54:21.075646355 +
@@ -3006,6 +3006,7 @@
 		g_debug ("ignoring");
 		return;
 	}
+	ignore_updates_changed = TRUE;
 	gpk_update_viewer_get_new_update_array ();
 }