[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#993682: kio: Fix non-linux builds



Package: kio
Version: 5.85.0-1
Severity: important
Tags: patch

Hello,

Version 5.85.0-1 of kio added the libmount-dev build-dep, but this is
linux-only. I have attached a patch that disables it on non-linux, thus
fixing the build.

Samuel

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.14.0 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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 kio depends on:
ii  kded5                 5.85.0-2
ii  libacl1               2.3.1-1
ii  libc6                 2.31-17
ii  libgcc-s1             11.2.0-3
ii  libgssapi-krb5-2      1.18.3-7
ii  libkf5archive5        5.85.0-2
ii  libkf5authcore5       5.85.0-2
ii  libkf5codecs5         5.85.0-2
ii  libkf5configcore5     5.85.0-2
ii  libkf5configwidgets5  5.85.0-2
ii  libkf5coreaddons5     5.85.0-2
ii  libkf5dbusaddons5     5.85.0-2
ii  libkf5doctools5       5.85.0-2
ii  libkf5i18n5           5.85.0-2
ii  libkf5itemviews5      5.85.0-2
ii  libkf5kiocore5        5.83.0-2
ii  libkf5kiogui5         5.83.0-2
ii  libkf5kiontlm5        5.83.0-2
ii  libkf5kiowidgets5     5.83.0-2
ii  libkf5notifications5  5.85.0-3
ii  libkf5service-bin     5.85.0-2
ii  libkf5service5        5.85.0-2
ii  libkf5solid5          5.85.0-2
ii  libkf5textwidgets5    5.85.0-2
ii  libkf5wallet-bin      5.83.0-2
ii  libkf5wallet5         5.83.0-2
ii  libkf5widgetsaddons5  5.85.0-2
ii  libkf5windowsystem5   5.85.0-2
ii  libqt5core5a          5.15.2+dfsg-10
ii  libqt5dbus5           5.15.2+dfsg-10
ii  libqt5gui5            5.15.2+dfsg-10
ii  libqt5network5        5.15.2+dfsg-10
ii  libqt5qml5            5.15.2+dfsg-8
ii  libqt5widgets5        5.15.2+dfsg-10
ii  libqt5x11extras5      5.15.2-2
ii  libqt5xml5            5.15.2+dfsg-10
ii  libstdc++6            11.2.0-3
ii  libxml2               2.9.10+dfsg-6.7
ii  libxslt1.1            1.1.34-4

kio recommends no packages.

kio suggests no packages.

-- no debconf information

-- 
Samuel
 > Quelqu'un aurait-il une solution pour réinitialiser un MBR
 Si tu veux qu'il soit complètement blanc (pas souhaitable, à mon avis) :
 dd if=/dev/zero of=/dev/hda bs=512 count=1 (sous Linux)
 -+- OT in Guide du linuxien (très) pervers - "Pour les K difficiles" -+-
--- debian/control.original	2021-09-04 17:42:04.000000000 +0000
+++ debian/control	2021-09-04 17:42:09.000000000 +0000
@@ -34,7 +34,7 @@
                libkf5windowsystem-dev (>= 5.85.0~),
                libkf5xmlgui-dev (>= 5.85.0~),
                libkrb5-dev,
-               libmount-dev,
+               libmount-dev [linux-any],
                libqt5sql5-sqlite,
                libqt5x11extras5-dev (>= 5.15.0~),
                libxml2-dev,

Reply to: