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

Bug#979160: marked as done (glibc: GNU/kFreeBSD support is completely broken)



Your message dated Fri, 14 Jul 2023 15:25:16 +0000
with message-id <E1qKKfU-00G2WQ-5D@fasolo.debian.org>
and subject line Bug#979160: fixed in glibc 2.37-6
has caused the Debian Bug report #979160,
regarding glibc: GNU/kFreeBSD support is completely broken
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.)


-- 
979160: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979160
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.31-7
Severity: important
User: debian-bsd@lists.debian.org

The builds on kfreebsd-* currently fail during the patching step
because one of the kfreebsd specific patches fails to apply.

Fixing this issue is trivial and simply requires a refresh of the patch
(attached).

However, this trivial fix is not sufficient. The build then fails with:

*** On GNU/kFreeBSD systems it is normal to compile GNU libc with the
*** `fbtl' add-on.  Without that, the library will be
*** incompatible with normal GNU/kFreeBSD systems.
*** If you really mean to not use this add-on, run configure again
*** using the extra parameter `--disable-sanity-checks'.

The package build tries to enable the fbtl add-on. The call to
configure contains:

	$(CURDIR)/configure \
	--host=x86_64-kfreebsd-gnu \
	--build=$configure_build --prefix=/usr \
	--enable-add-ons=libidn,"fbtl " \

However, the configure script does not have an --enable-add-ons option,
so this is ignored. (Option is not listed by ./configure --help, nor
found by grepping for it.)

	Mattias

tst-unique is not supported by the FreeBSD ELF OSABI

--- a/elf/Makefile
+++ b/elf/Makefile
@@ -145,7 +145,7 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
 	 unload3 unload4 unload5 unload6 unload7 unload8 tst-global1 order2 \
 	 tst-audit1 tst-audit2 tst-audit8 tst-audit9 \
 	 tst-addr1 tst-thrlock \
-	 tst-unique1 tst-unique2 $(if $(CXX),tst-unique3 tst-unique4 \
+	 $(if $(CXX),tst-unique3 tst-unique4 \
 	 tst-nodelete tst-dlopen-nodelete-reloc) \
 	 tst-initorder tst-initorder2 tst-relsort1 tst-null-argv \
 	 tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
@@ -207,8 +207,6 @@ modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
 		unload7mod1 unload7mod2 \
 		unload8mod1 unload8mod1x unload8mod2 unload8mod3 \
 		order2mod1 order2mod2 order2mod3 order2mod4 \
-		tst-unique1mod1 tst-unique1mod2 \
-		tst-unique2mod1 tst-unique2mod2 \
 		tst-auditmod9a tst-auditmod9b \
 		$(if $(CXX),tst-unique3lib tst-unique3lib2 tst-unique4lib \
 		  tst-nodelete-uniquemod tst-nodelete-rtldmod \

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.37-6
Done: Aurelien Jarno <aurel32@debian.org>

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

Debian distribution maintenance software
pp.
Aurelien Jarno <aurel32@debian.org> (supplier of updated glibc 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: SHA512

Format: 1.8
Date: Fri, 14 Jul 2023 17:04:23 +0200
Source: glibc
Architecture: source
Version: 2.37-6
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Aurelien Jarno <aurel32@debian.org>
Closes: 979160 1038798 1040817
Changes:
 glibc (2.37-6) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch.
   * debian/control.in/libc, debian/control.in/main: removed Breaks already
     satisfied in oldstable (bullseye).
   * debian/debhelper.in/locales.config: stop reading /etc/environment, it has
     been deprecated for 15+ years.
   * debian/sysdeps/sparc64.mk: run the testsuite for 32-bit builds on sparc64
     again.
   * debian/testsuite-xfail-debian.mk: mark the following tests as XFAIL on
     sparc64 (Closes: #1040817):
     - elf/tst-rtld-run-static
     - nptl/tst-cancel24-static
     - socket/tst-socket-timestamp
     - stdlib/isomac
   * debian/testsuite-xfail-debian.mk: remove some tests from XFAIL on s390x.
   * debian/testsuite-xfail-debian.mk: remove some tests from XFAIL on i386.
   * debian/testsuite-xfail-debian.mk: remove some tests from XFAIL on riscv64.
   * Remove kfreebsd-amd64 and kfreebsd-i386 leftovers.  Closes: #979160.
 .
   [ Luca Boccassi ]
   * Switch from /etc/default/locale to /etc/locale.conf.  Closes: #1038798.
Checksums-Sha1:
 255790b0698d9badb68d2b8dc29ee155892c7975 8959 glibc_2.37-6.dsc
 d02839c0c7d800d90295be03de63728d5e2beb02 394036 glibc_2.37-6.debian.tar.xz
 7494a4e2bd88156e00566bf75485484a6ca84d3d 9622 glibc_2.37-6_source.buildinfo
Checksums-Sha256:
 c7ec029f9e81c052270170e126883bf8472d27925034c15df0cae7116cae4533 8959 glibc_2.37-6.dsc
 c88b4fad0dcad3351f0471551440b578d7e2ad346d36aed1b5779ca4b89d066b 394036 glibc_2.37-6.debian.tar.xz
 c8c9f518e241c94120090e961e3692679d7975e7e249824bfd16c44ca5296f9a 9622 glibc_2.37-6_source.buildinfo
Files:
 d75695f8d3a68198d60e3a92b0f37422 8959 libs required glibc_2.37-6.dsc
 29db37beaf5307cf3361818ad693cc34 394036 libs required glibc_2.37-6.debian.tar.xz
 ccf8e2fb206051538d184cd466798c38 9622 libs required glibc_2.37-6_source.buildinfo

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

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmSxZSgACgkQE4jA+Jno
M2s20g//d74/pjqEYIfvxp1ZIZoqS/eBuivOQVrKxhbeAqBlukcn/BPL5isIanDT
Oxb9n688Z8Robbn5NEAkgeaF/hS5WWNpZN42FcRADv2XJCsUcn8XZoOSLfIAIvM9
gzbRF9AKY/Np6T4ElHipLzz5wtOWHqTUkAuEuidHHoWyJO3JjuJIMLvKjjIfflGM
E2iaKqxrClY5JKMS6iGvFulS5cFe4Jdy7zF+FUbXCyj68Z+rNRkcB/Daqz12kba5
kXH3sfo3R9PkiSYRbwy7Npy15kvZGXHkUa6yI75BkNCcIupTGWUUArcyQAPGMYek
cnlLvbGF7/Jk8AVi7pUpKf7e9PaHID4RmhvsqG0VgUc9znPcJRZZR0D38Yh9kH+R
xSpkRZSCcEA+n3hODaFhD4VHdIOeoZrK10WMpEz862QlMWpg43n6H4Bx2b+6H7Wj
zWdNX7vj1K2izeLL9RB/PDo9+IemLsqnmjhLKnFl24zu4+ybl4lrjuu6D8X1ZcMk
FWgRFxWTeMH20eiURsiuWPcwufZ+QV2gM+uq7P+DawZY8VNhztBZQbswJNxCEifT
H4HYXavYDoNjtYkPpaIB02zY1UrlzA87d04j0MZjcIp/w2eA47CFsb6TBuQUkc3U
2dakyatiXb13eRMkRmK8Op7H/l4Rtp5nHFu7ujl6sAt/uGnJI4s=
=9Opv
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: