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

Bug#760942: kde-workspace: FTBFS on ppc64el: couldn't find library libkwinglesutils.so.1



Source: kde-workspace
Version: 4:4.11.11-1
Severity: important
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

kde-workspace fails to build on ppc64el with the following error:

| dpkg-shlibdeps: error: couldn't find library libkwinglesutils.so.1 needed by debian/kde-window-manager/usr/lib/kde4/libkdeinit/libkdeinit4_kwin_gles.so (ELF format: 'elf64-powerpcle'; RPATH: '')

The full build log is available there:

https://buildd.debian.org/status/fetch.php?pkg=kde-workspace&arch=ppc64el&ver=4%3A4.11.11-1&stamp=1410253503

The issue is that libkwinglesutils.so.1 is built, but not package as
ppc64el is not listed in the Architecture: field. The patch below fixes
that. Note that the same kind of patch might also be needed on arm64 but
I have no way to test that.

Aurelien


diff -Nru kde-workspace-4.11.11/debian/control kde-workspace-4.11.11/debian/control
--- kde-workspace-4.11.11/debian/control	2014-08-01 09:36:36.000000000 +0200
+++ kde-workspace-4.11.11/debian/control	2014-09-09 13:00:10.000000000 +0200
@@ -605,7 +605,7 @@
 
 Package: libkwinglesutils1
 Section: libs
-Architecture: alpha amd64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 s390x sh4 sparc
+Architecture: alpha amd64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 ppc64el s390x sh4 sparc
 X-Debian-ABI: 0
 X-CMake-Target: kwinglesutils
 Depends: ${misc:Depends}, ${shlibs:Depends}

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.14-2-powerpc64le (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Reply to: