Bug#1125738: marked as done (s390x-tools FTCBFS: builds for the build architecture)
"Debian Bug Tracking System" <[email protected]> Thu, 23 Jul 2026 09:35:02 +0000
| Newsgroups | gmane.linux.debian.ports.s390 |
|---|---|
| Message-ID | <handler.1125738.D1125738.17847992263032935.ackdone@bugs.debian.org> |
This is a multi-part message in MIME format... ------------=_1784799302-3034169-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Thu, 23 Jul 2026 09:33:42 +0000 with message-id <[email protected]> and subject line Bug#1125738: fixed in s390-tools 2.40.0-4 has caused the Debian Bug report #1125738, regarding s390x-tools FTCBFS: builds for the build architecture to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) --=20 1125738: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1125738 Debian Bug Tracking System Contact [email protected] with problems ------------=_1784799302-3034169-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.debian.org; 16 Jan 2026 20:42:43 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=4.0 tests=BAYES_00,DATE_IN_PAST_24_48, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_NONE,WORD_WITHOUT_VOWELS autolearn=no autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 15; hammy, 150; neutral, 71; spammy, 0. spammytokens: hammytokens:0.000-+--XDebbugsCc, 0.000-+--X-Debbugs-Cc, 0.000-+--HTo:N*Debian, 0.000-+--H*Ad:N*Bug, 0.000-+--H*Ad:N*Tracking Return-path: <[email protected]> Received: from isilmar-4.linta.de ([136.243.71.142]:60396) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1vgqeZ-006b6V-1m for [email protected]; Fri, 16 Jan 2026 20:42:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=subdivi.de; s=k24.isilmar-4; t=1768596160; bh=MtTqX7TORtk+HvafjteXPgfekZDvt/RMFLawMUGNc+o=; h=Date:From:To:Subject:From; b=TDsopSqtZTWiejeK5ZprNfq3aWzuGcjuPcSgHdlgd8fNyYi6iUkl36SRtQsVWsAo5 8aenHiQgW5WCfUjZQ/JjKMQBjK6/P3URqG2RH3TYI4AyXVCAc7oSozmV8EwHLQ9xSP K9waLyalY3krLBJoZvFfTRLYYdl2Ua6mRXwqFJelxyydz96j629pFDRvf+mfahov67 npwEG5ATIhzk+7HFqBFMQaznFVwFsuXlRKtVesmhI7Ig3Phb7HyVkJqTsDLw3kzRdj Y2t/aNqBxEGQXQSCH7efhphCj2Up53qw2kGfloBbVHK7/YWIskigv/fQZ6XmX/iNji jN8QgTtc93WEw== Received: from isilmar-4.linta.de (isilmar.linta [10.0.0.1]) by isilmar-4.linta.de (Postfix) with ESMTP id DE23A200724 for <[email protected]>; Fri, 16 Jan 2026 20:42:40 +0000 (UTC) Date: Thu, 15 Jan 2026 07:52:58 +0100 From: Helmut Grohne <[email protected]> To: Debian Bug Tracking System <[email protected]> Subject: s390x-tools FTCBFS: builds for the build architecture Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="VhXfcjo1ya53V0DY" Content-Disposition: inline X-Reportbug-Version: 13.2.0 Delivered-To: [email protected] --VhXfcjo1ya53V0DY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Source: s390-tools Version: 2.35.0-3 Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] Usertags: s390x User: [email protected] Usertags: ftcbfs s390-tools fails to cross build from source, because it runs bare make without passing any cross tools. I'm attaching a patch to fix that for your convenience. Once applying it, s390-tools can be cross built. Helmut --VhXfcjo1ya53V0DY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="s390-tools_2.35.0-4.debdiff" diff -Nru s390-tools-2.35.0/debian/changelog s390-tools-2.35.0/debian/changelog --- s390-tools-2.35.0/debian/changelog 2026-01-12 19:03:46.000000000 +0100 +++ s390-tools-2.35.0/debian/changelog 2026-01-15 07:26:28.000000000 +0100 @@ -1,3 +1,9 @@ +s390-tools (2.35.0-4) UNRELEASED; urgency=medium + + * Fix FTCBFS: Pass required variables to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 15 Jan 2026 07:26:28 +0100 + s390-tools (2.35.0-3) unstable; urgency=medium * QA upload. diff -Nru s390-tools-2.35.0/debian/rules s390-tools-2.35.0/debian/rules --- s390-tools-2.35.0/debian/rules 2024-11-25 07:40:09.000000000 +0100 +++ s390-tools-2.35.0/debian/rules 2026-01-15 07:26:28.000000000 +0100 @@ -5,6 +5,14 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow export HAVE_CARGO=0 +include /usr/share/dpkg/architecture.mk +include /usr/share/dpkg/buildtools.mk + +MAKE_VARS := V=1 +ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH)) +MAKE_VARS += HOST_ARCH=$(DEB_HOST_GNU_CPU) CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- PKG_CONFIG=$(PKG_CONFIG) +endif + %: dh $@ @@ -13,10 +21,10 @@ dh_auto_clean override_dh_auto_build: - make V=1 + make $(MAKE_VARS) override_dh_auto_install: - make install DESTDIR=$(CURDIR)/debian/tmp + make install DESTDIR=$(CURDIR)/debian/tmp $(MAKE_VARS) dh_install override_dh_fixperms: --VhXfcjo1ya53V0DY-- ------------=_1784799302-3034169-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1125738-close) by bugs.debian.org; 23 Jul 2026 09:33:46 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-113.1 required=4.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER, MD5_SHA1_SUM,PGPSIGNATURE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS, USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 97; hammy, 150; neutral, 142; spammy, 0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload, 0.000-+--UD:debian.tar.xz, 0.000-+--H*r:sk:fasolo. Return-path: <[email protected]> Received: from mitropoulos.debian.org ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:59612) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wmpoH-00Ciz6-2O for [email protected]; Thu, 23 Jul 2026 09:33:46 +0000 Received: via submission from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified) by mitropoulos.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wmpoF-005Lee-2x for [email protected]; Thu, 23 Jul 2026 09:33:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Content-Type: Subject:MIME-Version:To:Reply-To:From:Cc:Content-Transfer-Encoding:Content-ID :Content-Description:In-Reply-To:References; bh=KOLduwK2hai6vCj8OXShD+xxA1chxoYMxdWukjrpsV8=; b=PylH9b+DFFkBWNEOm+wwttmYja xcD2vC6xiOFHBlcF56laYkoQqWR0iQ33qWaAUaoi349sgZTyzSJUoRoJvtIhdTgFhgnrtP1HV05Lb Gu04fKI4M+jSrXPag/sCw1z5tqpjiTow2OXK2W5SLjwkk73yuDH2bdS03wcHS/EoPagUHob9oqs8B Jn1A493/aj2n7kG+oddTutZHTP1y//INPuEN9d0u2IfTuj7Vy/au72NplJE7RB3gYWYamKCKwed6C onVUhwR8dm2oTG3mZ746Ge6ldTtsBTQR5W/7ssAn2RmTC+gsxbn+fFZSqkfe84c7fU8/lBEO8BG9J pZJ41//w==; Received: from dak by fasolo.debian.org with local (Exim 4.98.2) (envelope-from <[email protected]>) id 1wmpoE-00000009PwC-2nMr; Thu, 23 Jul 2026 09:33:42 +0000 From: Debian FTP Masters <[email protected]> Reply-To: Pranav P <[email protected]> To: [email protected] X-DAK: dak process-upload X-Debian: DAK X-Debian-Package: s390-tools Debian: DAK Debian-Changes: s390-tools_2.40.0-4_source.changes Debian-Source: s390-tools Debian-Version: 2.40.0-4 Debian-Architecture: source Debian-Suite: unstable Debian-Archive-Action: accept MIME-Version: 1.0 Subject: Bug#1125738: fixed in s390-tools 2.40.0-4 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="===============6308735171996787621==" Message-Id: <[email protected]> Date: Thu, 23 Jul 2026 09:33:42 +0000 --===============6308735171996787621== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Source: s390-tools Source-Version: 2.40.0-4 Done: Pranav P <[email protected]> We believe that the bug you reported is fixed in the latest version of s390-tools, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Pranav P <[email protected]> (supplier of updated s390-tools package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 22 Jul 2026 17:09:20 +0530 Source: s390-tools Architecture: source Version: 2.40.0-4 Distribution: unstable Urgency: medium Maintainer: Debian S/390 Porters team <[email protected]> Changed-By: Pranav P <[email protected]> Closes: 1125738 Changes: s390-tools (2.40.0-4) unstable; urgency=3Dmedium . [ Pranav P ] * Backport upstream cross-build fixes. * Pass HOST_ARCH and CROSS_COMPILE during cross builds. Thanks to Helmut Grohne for the packaging changes. (Closes: #1125738) . [ Andreas Tille ] * Update standards version to 4.7.4, no changes needed. * Drop "Rules-Requires-Root: no" which is default now Checksums-Sha1: d9892bf2a9bf222e6af712fdc491fa73ba9cf23d 2283 s390-tools_2.40.0-4.dsc 91e13e6c792bdc3e209790eb499469350dcdb818 11524 s390-tools_2.40.0-4.debian.ta= r.xz 32a511c95d9fd048804f6172c2e44fc8f474986d 32402 s390-tools_2.40.0-4_source.bu= ildinfo Checksums-Sha256: 9dc18304f850f37f859a8fb058aa8ff00058fd2f788665a003cf006d1f609342 2283 s390-t= ools_2.40.0-4.dsc dccf6701a3c8a9cd8339eb5165eb3aec6b4000017b48fe514319d8ff20b03271 11524 s390-= tools_2.40.0-4.debian.tar.xz 45c4ef2ca68de16e8bd34c936accd41d35691f11e09d515149a0281627780317 32402 s390-= tools_2.40.0-4_source.buildinfo Files: 1b6f6670d9c2b4d17e3b4a908955dc9e 2283 admin optional s390-tools_2.40.0-4.dsc 507148b1b7fd0947479d238d0f320537 11524 admin optional s390-tools_2.40.0-4.de= bian.tar.xz 7d9373f2fbb473c5c5c6300d89087125 32402 admin optional s390-tools_2.40.0-4_so= urce.buildinfo -----BEGIN PGP SIGNATURE----- iQJCBAEBCgAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmph3D4OHHRpbGxlYUBy a2kuZGUACgkQV4oElNHGRtFMng/+Klnz4hVU7y//djPKMugVq8GSFyuqP8ba/iAs 9xb5WJrdlZE+NNc8OVfURwwCGTaAza0d8yKSDgwwRk2F+bV2/rTRYCK2X7L7zqEY YI1Q4XoE3uZ25s/l4VtwSIADIui/QceSS78zSH4aXsCvKxpHoT6WAIeBN9GTzV36 PNEKCQr1Dacz122YuGcRoC/hpL9tCh4B7JHjkpIosQ2CckXx5+FJ4MUJmHzXmYss +LZ7DjxszzGKZoEmpZFbmJTSWC020kWkvJ38pQcu2BxVV5AR0obrFHFkBeaVPV/O t0prUBJD1qRpL4mDO77nLrHvkTcEUp8ziG879YfC187MbKwB6vfNmCy07NLtc60l vY7lRS4P3oVc0Y/xth2WcER3w0Uf8xaiqqZlbL7eSXvg/nioSz+6HYlRxgHojgsT Yx/Bj7QPbGP+oWsT5hTAybWsxKsH3KPGx87Fw1fCma4sh3+33WEDPnYetLhKSVsC 1CVaTdIFG1rto4pcEKDYDYNWg1ojjTZjpFIDctWJeAbJGXyL2D0kuB8RHBJf8/r8 4vDgUKR5yb839+x8mT+8gUHE6M7iHv3EUM56oW224JIdqzsUSaOs0Jv7xPbwsnv/ qISlIZkM+oDtBWrULGxjGPBp4jaBeSOmAp9ARj6S+83MAuEKNiEyIYqjJKBQcnFv 2kXseGE=3D =3DbkcJ -----END PGP SIGNATURE----- --===============6308735171996787621== Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCamHf9gAKCRCb9qggYcy5 Ibv9APwLblUCJoEdDncDBojBfPLsw3E2Pm6MGt0dDrcGyrkqGQD+LaXUaXQN9nMc ZVPdonbVvs26UqPXBaPvdcX+rNdq6ww= =PBom -----END PGP SIGNATURE----- --===============6308735171996787621==-- ------------=_1784799302-3034169-0--