Fwd: Bug#1111952: goffice: fails to build from source on ppc64
Jeroen Diederen <[email protected]>
| Newsgroups | gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
-------- Oorspronkelijke bericht -------- Onderwerp: Bug#1111952: goffice: fails to build from source on ppc64 Datum: 2025-08-24 16:12 Afzender: Jeroen Diederen <[email protected]> Ontvanger: Debian Bug Tracking System <[email protected]> Antwoord-aan: Jeroen Diederen <[email protected]>, [email protected] Source: goffice Version: 0.10.57-2 Severity: serious Tags: ftbfs patch Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: [email protected] -- System Information: Debian Release: trixie/sid APT prefers noble-updates APT policy: (500, 'noble-updates'), (500, 'noble-security'), (500, 'noble'), (100, 'noble-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.8.0-78-generic (SMP w/8 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled The source package goffice does not build from source on ppc64. To make it build I added ppc64 in debian/rules: --- override_dh_auto_test: ## https://bugzilla.gnome.org/show_bug.cgi?id=748504 ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),powerpc ppc64el ppc64)) @echo "======== will not abort on test(s) failure ========" -dh_auto_test else dh_auto_test endif --- The source is then built successfully on ppc64. The binary libgoffice-0.10-dev from this source is important for the build of gnumeric which couldn't be built on ppc64 for a very long time. Please fix. Regards, Jeroen Diederen