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

Bug#1103250: marked as done (yasm: FTBFS on amd64, arm64, armel, armhf, i386, ppc64el, ppc64, powerpc, riscv64)



Your message dated Mon, 28 Apr 2025 22:07:18 +0000
with message-id <E1u9WdC-004xNy-NQ@fasolo.debian.org>
and subject line Bug#1103250: fixed in yasm 1.3.0-6
has caused the Debian Bug report #1103250,
regarding yasm: FTBFS on amd64, arm64, armel, armhf, i386, ppc64el, ppc64, powerpc, riscv64
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 owner@bugs.debian.org
immediately.)


-- 
1103250: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103250
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: yasm
Version: 1.3.0-5
Severity: serious
Tags: ftbfs upstream
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: debian-amd64@lists.debian.org, debian-arm@lists.debian.org, debian-powerpc@lists.debian.org, debian-riscv@lists.debian.org
User: debian-powerpc@lists.debian.org
Usertags: powerpc ppc64 ppc64el
User: debian-arm@lists.debian.org
Usertags: arm64 armel armhf
User: debian-qa@lists.debian.org
Usertags: i386
User: debian-amd64@lists.debian.org
Usertags: amd64
User: debian-riscv@lists.debian.org
Usertags: riscv64

Hello!

yasm fails to build from source on these architectures I tested on:
amd64, arm64, armel, armhf, i386, ppc64el, ppc64, powerpc, riscv64. You
should be able to reproduce it with the usual "sbuild -d unstable" (I use
the unshare backend).

All of them failed because of 1~3 failed tests:
FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
FAIL: modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh
FAIL: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh

I don't know how to fix it.

And here are the fragments of build logs:

amd64:
System information (uname -a): Linux 6.12.17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.17-1 (2025-03-01) x86_64
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
=======================================================

Test elf_amd64_test: O.OO +1-3/4 25%
 ** O: elf-rip did not match object file!
 ** O: gotpcrel did not match object file!
 ** O: multiplefixup did not match object file!
FAIL modules/objfmts/elf/tests/amd64/elf_amd64_test.sh (exit status: 3)

FAIL: modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh
=========================================================

Test elf_gasx32_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  42
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================



arm64:
System information (uname -a): Linux 6.12.21-arm64 #1 SMP Debian 6.12.21-1 (2025-03-30) aarch64
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
=======================================================

Test elf_amd64_test: O... +3-1/4 75%
 ** O: elf-rip did not match object file!
FAIL modules/objfmts/elf/tests/amd64/elf_amd64_test.sh (exit status: 1)

FAIL: modules/objfmts/elf/tests/x32/elf_x32_test.sh
===================================================

Test elf_x32_test: ..OO +2-2/4 50%
 ** O: gotpcrel did not match object file!
 ** O: multiplefixup did not match object file!
FAIL modules/objfmts/elf/tests/x32/elf_x32_test.sh (exit status: 2)

FAIL: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh
=======================================================

Test elf_gas64_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gas64/elf_gas64_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  41
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0
============================================================================



armel:
System information (uname -a): Linux 6.12.21-arm64 #1 SMP Debian 6.12.21-1 (2025-03-30) armv8l
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
=======================================================

Test elf_amd64_test: O.O. +2-2/4 50%
 ** O: elf-rip did not match object file!
 ** O: gotpcrel did not match object file!
FAIL modules/objfmts/elf/tests/amd64/elf_amd64_test.sh (exit status: 2)

FAIL: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh
=======================================================

Test elf_gas64_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gas64/elf_gas64_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  42
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================



armhf:
System information (uname -a): Linux 6.12.21-arm64 #1 SMP Debian 6.12.21-1 (2025-03-30) armv8l
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
=======================================================

Test elf_amd64_test: O.OO +1-3/4 25%
 ** O: elf-rip did not match object file!
 ** O: gotpcrel did not match object file!
 ** O: multiplefixup did not match object file!
FAIL modules/objfmts/elf/tests/amd64/elf_amd64_test.sh (exit status: 3)

FAIL: modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh
=========================================================

Test elf_gasx32_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  42
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================



i386:
System information (uname -a): Linux 6.12.17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.17-1 (2025-03-01) i686
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/x32/elf_x32_test.sh
===================================================

Test elf_x32_test: O... +3-1/4 75%
 ** O: elf-rip did not match object file!
FAIL modules/objfmts/elf/tests/x32/elf_x32_test.sh (exit status: 1)

FAIL: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh
=======================================================

Test elf_gas64_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gas64/elf_gas64_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  42
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================



ppc64el:
System information (uname -a): Linux 6.12.21-powerpc64le #1 SMP Debian 6.12.21-1 (2025-03-30) ppc64le
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
=======================================================

Test elf_amd64_test: O... +3-1/4 75%
 ** O: elf-rip did not match object file!
FAIL modules/objfmts/elf/tests/amd64/elf_amd64_test.sh (exit status: 1)

FAIL: modules/objfmts/elf/tests/x32/elf_x32_test.sh
===================================================

Test elf_x32_test: ...O +3-1/4 75%
 ** O: multiplefixup did not match object file!
FAIL modules/objfmts/elf/tests/x32/elf_x32_test.sh (exit status: 1)

FAIL: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh
=======================================================

Test elf_gas64_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gas64/elf_gas64_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  41
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0
============================================================================



ppc64:
System information (uname -a): Linux 6.12.22-powerpc64 #1 SMP Debian 6.12.22-1 (2025-04-10) ppc64
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/x32/elf_x32_test.sh
===================================================

Test elf_x32_test: O.O. +2-2/4 50%
 ** O: elf-rip did not match object file!
 ** O: gotpcrel did not match object file!
FAIL modules/objfmts/elf/tests/x32/elf_x32_test.sh (exit status: 2)

FAIL: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh
=======================================================

Test elf_gas64_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gas64/elf_gas64_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  42
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================



powerpc:
System information (uname -a): Linux 6.12.22-powerpc64 #1 SMP Debian 6.12.22-1 (2025-04-10) ppc
Distribution information (/etc/os-release):
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

.. contents:: :depth: 2

FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
=======================================================

Test elf_amd64_test: O.O. +2-2/4 50%
 ** O: elf-rip did not match object file!
 ** O: gotpcrel did not match object file!
FAIL modules/objfmts/elf/tests/amd64/elf_amd64_test.sh (exit status: 2)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  43
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================



riscv64:
FAIL: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
=======================================================

Test elf_amd64_test: O.OO +1-3/4 25%
 ** O: elf-rip did not match object file!
 ** O: gotpcrel did not match object file!
 ** O: multiplefixup did not match object file!
FAIL modules/objfmts/elf/tests/amd64/elf_amd64_test.sh (exit status: 3)

FAIL: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh
=======================================================

Test elf_gas64_test: O... +3-1/4 75%
 ** O: crosssect did not match object file!
FAIL modules/objfmts/elf/tests/gas64/elf_gas64_test.sh (exit status: 1)

============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  42
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================




-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.21-amd64 (SMP w/128 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.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 yasm depends on:
ii  libc6  2.41-6

yasm recommends no packages.

yasm suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: yasm
Source-Version: 1.3.0-6
Done: Petter Reinholdtsen <pere@debian.org>

We believe that the bug you reported is fixed in the latest version of
yasm, 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 1103250@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@debian.org> (supplier of updated yasm 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 28 Apr 2025 23:48:47 +0200
Source: yasm
Architecture: source
Version: 1.3.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Closes: 1098187 1103250
Changes:
 yasm (1.3.0-6) unstable; urgency=medium
 .
   * QA upload.
 .
   * Switched d/watch to current github repository.
   * Switched homepage in d/control to https://github.com/yasm/yasm/
     while https://www.tortall.net/projects/yasm/ is dead.
   * Added 000-gcc-15.patch to fix GCC 15 build problem
     (Closes: #1098187).
   * Disabled non-working parallel build (Closes: #1103250).
   * Updated Standards-Version from 4.7.0 to 4.7.2.
Checksums-Sha1:
 108843ec138fa94570c861409756ace396097382 1815 yasm_1.3.0-6.dsc
 872dc6ce625fd9e979ef785f72c06542adf7cbed 9456 yasm_1.3.0-6.debian.tar.xz
 8985d51c0a551d7f1b71660b5664811a80293e9f 7033 yasm_1.3.0-6_source.buildinfo
Checksums-Sha256:
 ca4b697c3469c2e1852a133aa73daed88d84920f5acdb25eb0dd3ec87e7d1ab8 1815 yasm_1.3.0-6.dsc
 9b83a95e500df9c8ba8f6012885b955d049e49f994fb6c9315ce05ba966486d7 9456 yasm_1.3.0-6.debian.tar.xz
 264ddfdd42e1474396516693a8d03c616c0af93fc39a9cff5b6c8a5dffa76647 7033 yasm_1.3.0-6_source.buildinfo
Files:
 817b23a2d6a069d4dbee11de73083ba0 1815 devel optional yasm_1.3.0-6.dsc
 8c69120099366e410759fbe3d9936609 9456 devel optional yasm_1.3.0-6.debian.tar.xz
 6eaaecc43b2a55e99e456f734ce75a35 7033 devel optional yasm_1.3.0-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmgP+LIACgkQgSgKoIe6
+w4D6A//XWoWAY/Sf834uYF6APncJMPGDzDnx2uUqNLjGV80OaO/E+sNSvzKpvrk
djnLwNh9uOiey5RnJHTZ+1p8WnjAo2kEEa/Irk2mnyRzn9U0jaDqDyvVFhivOpQH
O3VBhoW1Y74hEqVPqo6VWgcsLrOnZwJqd+zli3JL0lD/OyRc20J4JvDVlpZrQV0V
6ZcIjzOsNByj4PajGl96jtNembSOSQxKd/9U4cIbGIptY5oUWvUB09fRQya35bNn
X4UPObQpl0UYi+taxmCn5qh5zwpQqTL5k1v1L+/nzmXfyByHRPpN6Z/mVdljUS9w
c2AGzUpV2O1lw/gG7IO7C+mIGM0fPdQjpd8T4yvm7nnqV12ugeB7TLg0XL5V5D/q
TPgRhh8l3MaJbmqLM9AoZjrACv84H6n8UD9/K0IOwrwH9kL+yPND1XEsjEaR5+Wt
wRbxv4YlSu70eS8ASCXP9rxsK7Dde09AJTAhgTCp+8KiWFjILC2QnupOD1SnsGxr
LDWNd8BrGnDxl1sP5mGUmH5Pp1VyzA4jcipExuzV0viVXi4GMFYHmZPb5T29ePjH
+HGevaD1qI7aG291bFWRShHS+ausxlWom43CDuU6X12EVbGwQXDeszcAzlJJSWZs
QnvfgcmP2jfex21IJeIp9IH6Hbzs1GxptHDDoC+ORp4aI+ULb/Q=
=hK2x
-----END PGP SIGNATURE-----

Attachment: pgp6MMB2pHf3Y.pgp
Description: PGP signature


--- End Message ---

Reply to: