Re: Bug#1119907: qttools-opensource-src: ftbfs on powerpc
Jeroen Diederen <[email protected]>
| Newsgroups | gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
I hereby attach the diff. Jeroen On 11/2/25 19:46, John Paul Adrian Glaubitz wrote: > Control: User: [email protected] > Control: Usertags: powerpc > > Hi Jeroen, > > On Sun, 2025-11-02 at 16:59 +0700, Jeroen Diederen wrote: >> FTBFS on powerpc. qdoc-qt5 is not built from source on powerpc. Fix is added. >> Basically add powerpc in the control file where ppc64 is mentioned too. All >> binaries are built successfully this way. >> >> Best regards, >> Jeroen Diederen >> >> diff debian/control (non working) debian/control (working) >> > Can you regenerate the patch file using "diff -u" and redirect the output into > an actual file to attach it to this bug report? > > Thanks, > Adrian >
diff.txt
(text/plain, 2.5 KB)
--- debian/control 2025-09-02 03:04:31.000000000 +0700
+++ qttools-opensource-src-5.15.17+fix/debian/control 2025-11-02 13:50:00.263085194 +0700
@@ -8,10 +8,10 @@
Dmitry Shachnev <[email protected]>,
Simon Quigley <[email protected]>
Build-Depends: debhelper-compat (= 13),
- libclang-dev (>= 1:3.9~) [amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el ppc64 ppc64el riscv64 s390x sparc64],
+ libclang-dev (>= 1:3.9~) [amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390x sparc64],
libqt5opengl5-dev (>= 5.15.17+dfsg~),
libqt5sql5-sqlite (>= 5.15.17+dfsg~),
- llvm-dev (>= 1:3.9~) [amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el ppc64 ppc64el riscv64 s390x sparc64],
+ llvm-dev (>= 1:3.9~) [amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390x sparc64],
pkg-kde-tools,
qtbase5-private-dev (>= 5.15.17+dfsg~),
qtdeclarative5-private-dev (>= 5.15.17+dfsg~),
@@ -60,7 +60,7 @@
the QtDBus library.
Package: qdoc-qt5
-Architecture: amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el ppc64 ppc64el riscv64 s390x sparc64
+Architecture: amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390x sparc64
Multi-Arch: foreign
Section: utils
Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
@@ -150,7 +150,7 @@
Architecture: any
Multi-Arch: foreign
Section: devel
-Depends: qdoc-qt5 (= ${binary:Version}) [amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el ppc64 ppc64el riscv64 s390x sparc64],
+Depends: qdoc-qt5 (= ${binary:Version}) [amd64 arm64 armel armhf hurd-amd64 hurd-i386 i386 loong64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390x sparc64],
qhelpgenerator-qt5 (= ${binary:Version}),
qt5-assistant (= ${binary:Version}),
qtattributionsscanner-qt5 (= ${binary:Version}),