Bug#1023284: libevent: FTBFS with glibc 2.36

2022-11-01 Thread Samuel Thibault
Source: libevent
Version: 2.0.21-stable-2+deb8u1
Severity: serious
Justification: FTBFS

Hello,

Since the upload of glibc 2.36 in unstable (2.36-3), libevent fails to
build from source:

dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libevent-core-2.1-7/DEBIAN/symbols doesn't 
match completely debian/libevent-core-2.1-7.symbols
--- debian/libevent-core-2.1-7.symbols 
(libevent-core-2.1-7_2.1.12-stable-5_amd64)
+++ dpkg-gensymbolse6mOZa   2022-11-01 18:35:41.660556092 +0100
@@ -394,7 +394,7 @@
  evutil_parse_sockaddr_port@Base 2.1.8-stable
  evutil_read_file_@Base 2.1.8-stable
  evutil_rtrim_lws_@Base 2.1.8-stable
- evutil_secure_rng_add_bytes@Base 2.1.8-stable
+#MISSING: 2.1.12-stable-5# evutil_secure_rng_add_bytes@Base 2.1.8-stable
  evutil_secure_rng_get_bytes@Base 2.1.8-stable
  evutil_secure_rng_global_setup_locks_@Base 2.1.8-stable
  evutil_secure_rng_init@Base 2.1.8-stable

That's probably due the addition of arc4random in glibc, which makes

#if !defined(EVENT__HAVE_ARC4RANDOM) || 
defined(EVENT__HAVE_ARC4RANDOM_ADDRANDOM)
void
evutil_secure_rng_add_bytes(const char *buf, size_t n)
{
arc4random_addrandom((unsigned char*)buf,
n>(size_t)INT_MAX ? INT_MAX : (int)n);
}
#endif

not define evutil_secure_rng_add_bytes any more.

Samuel

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'proposed-updates-debug'), (500, 'proposed-updates'), (500, 
'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), 
(500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.0.0 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.



[Git][glibc-team/glibc] Pushed new tag debian/2.28-10+deb10u2

2022-11-01 Thread Helmut Grohne (@helmutg)


Helmut Grohne pushed new tag debian/2.28-10+deb10u2 at GNU Libc Maintainers / 
glibc

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/tree/debian/2.28-10+deb10u2
You're receiving this email because of your account on salsa.debian.org.




[Git][glibc-team/glibc] Pushed new branch buster-security

2022-11-01 Thread Helmut Grohne (@helmutg)


Helmut Grohne pushed new branch buster-security at GNU Libc Maintainers / glibc

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/tree/buster-security
You're receiving this email because of your account on salsa.debian.org.




glibc_2.36-3_source.changes ACCEPTED into unstable

2022-11-01 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Nov 2022 12:41:15 +0100
Source: glibc
Architecture: source
Version: 2.36-3
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 1022771
Changes:
 glibc (2.36-3) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * Upload to unstable.
   * debian/testsuite-xfail-debian.mk: XFAIL malloc/tst-scratch_buffer on hppa.
 Closes: #1022771.
   * debian/patches/git-updates.diff: update from upstream stable branch.
Checksums-Sha1:
 71d6ac59a8cd92a4f5557987f8e0711eed3347b9 9689 glibc_2.36-3.dsc
 5a4a180b75292603951292f3c75eca58fef0e40b 815708 glibc_2.36-3.debian.tar.xz
 b65a63a9faf18693bd5f8c33071e177f6272992a 9489 glibc_2.36-3_source.buildinfo
Checksums-Sha256:
 c0b0aafa7998d6a9fb83faab54ad0453d822b3de3506656693094dba629ffd20 9689 
glibc_2.36-3.dsc
 293bb3f4fa23a8967768b2c6a860c7a50686a27ae3a8b29dd6218b5c97d8caf0 815708 
glibc_2.36-3.debian.tar.xz
 6b29adf6280258492428f31bf7222d47f9f5f591759125890afa6f4aeec3fbf8 9489 
glibc_2.36-3_source.buildinfo
Files:
 ef742142e413dd4f9c78f4d21c67722f 9689 libs required glibc_2.36-3.dsc
 6d0d142a8b8af7b5bf3fbb68f84f4c3a 815708 libs required 
glibc_2.36-3.debian.tar.xz
 90d88ffd3a7c161462a863e0393a2e60 9489 libs required 
glibc_2.36-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmNhBpgACgkQE4jA+Jno
M2voDg/+LL208w2mTiLCEfoIRLOFmnbvrZ6593816Rw630ATpOb2ILvEoKP+FxSF
hmERL1H6hxelvSBd36bUymhbOyUjJmjhcQf6zshMlmIYIhuvEmi2Pp3T/czIc9W0
cMd+q/d7l9FhHvwsFlg7KySGLgHJ69sCSnJO2qAWfk7J8NcvU3bRR/sM1GSae1UV
TJ8lQr3+wPqBRGMbCKm6Zg/nKXg/U7GZat2bPumVccAKUlpN+ND4+eajCjD+NvJV
p/6lKX0PpaUNKC7J/cQfOCORP5I9XM+loUEZAKaFUTL1ljHpO5vPuoKp8DOO9QT2
nIyuaNxZlBbd9uRuS5mK+Cg3a2/FdnIbJDIVudmW7EXRfX1o/NblfTN06OelQ7PG
COBAkEKBvN9hlfAEWhSgjbLxdFsD2VJYKL3cCDwfSq8XTgNCUllnHJTV5Ga0CqC8
PIAKC5NdUe9vYyJn/lvYje+Gp2vGplW0CGxqTY2pBbPVBr+7rO4pd6xJ3eWRkL9j
UTneyHBF4jmxoJabx3wLSwYfaRozAEyUO9+2zvk+FfGZHUoyk74wKpSC074EmHTV
5s7r76VlFxuxxQQ4ucSSLgjUfMQpewM+jsIS+gnl7GpyRog7y0Ox3kS4NrbNbSfU
/cDWK9iXSFleWpbJuTrDLWJqyW6luMP2eTCim7b/NU4AwaB1xX4=
=bOBw
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of glibc_2.36-3_source.changes

2022-11-01 Thread Debian FTP Masters
glibc_2.36-3_source.changes uploaded successfully to localhost
along with the files:
  glibc_2.36-3.dsc
  glibc_2.36-3.debian.tar.xz
  glibc_2.36-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1022771: marked as done (glibc: FTBFS on hppa - malloc/tst-scratch_buffer fails with gcc-12)

2022-11-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Nov 2022 11:50:52 +
with message-id 
and subject line Bug#1022771: fixed in glibc 2.36-3
has caused the Debian Bug report #1022771,
regarding glibc: FTBFS on hppa - malloc/tst-scratch_buffer fails with gcc-12
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 ow...@bugs.debian.org
immediately.)


-- 
1022771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.34-3
Severity: normal
Tags: ftbfs

Dear Maintainer,

The malloc/tst-scratch_buffer test fails with gcc-12:

+-+
| Encountered regressions that don't match expected failures. |
+-+
FAIL: malloc/tst-scratch_buffer

--
FAIL: malloc/tst-scratch_buffer
original exit status 1
tst-scratch_buffer.c:167: error: blob comparison failed
  blob length: 1040 bytes
  left (evaluated from r):
  
"\000\000\000\020\000\000\004\000\000\000\004\020A>\005\230"
  40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 

[Git][glibc-team/glibc][sid] 19 commits: New upstream release:

2022-11-01 Thread Aurelien Jarno (@aurel32)


Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
431910e5 by Aurelien Jarno at 2022-09-11T11:49:03+02:00
New upstream release:

* New upstream release:
  - Support for DT_RELR relative relocation format has been added.  Closes:
#996598.
  - The Linux kernel version check has been removed.  Closes: #781715, #1004577.
  - debian/symbols.wildcard: add 2.36 and GLIBC_ABI_DT_RELR.
  - debian/patches/localedata/sort-UTF8-first.diff: rebased.
  - debian/patches/localedata/supported.diff: rebased.
  - debian/patches/arm/unsubmitted-ldso-multilib.diff: rebased.
  - debian/patches/hurd-i386/git-spawni-reauth.diff: upstreamed.
  - debian/patches/hurd-i386/pthread_key.diff: upstreamed.
  - debian/patches/kfreebsd/submitted-waitid.diff: dropped. kfreebsd
specific changes moved to debian/patches/kfreebsd/local-sysdeps.diff.
  - debian/patches/kfreebsd/local-config_h_in.patch: rebased.
  - debian/patches/kfreebsd/local-getaddrinfo-freebsd-kernel.diff: rebased.
  - debian/patches/all/local-remove-manual.diff: rebased.
  - debian/patches/any/local-ldso-disable-hwcap.diff: rebased.
  - debian/patches/any/unsubmitted-ldso-machine-mismatch.diff: rebased.
  - debian/patches/any/submitted-resolv-unaligned.diff: upstreamed.
  - debian/patches/hurd-i386/local-fix-nss.diff: rebased.
  - debian/patches/hurd-i386/local-no-bootstrap-fs-access.2.diff: rebased..

- - - - -
6427a060 by Samuel Thibault at 2022-09-11T14:25:28+02:00
Merge branch 'glibc-2.35' of salsa.debian.org:glibc-team/glibc into 
glibc-2.36

- - - - -
1946668b by Samuel Thibault at 2022-09-11T14:42:21+00:00
debian/testsuite-xfail-debian.mk: Update tests results for hurd-i386

- - - - -
90eb128c by Samuel Thibault at 2022-09-11T20:12:16+02:00
Merge branch 'glibc-2.35' of salsa.debian.org:glibc-team/glibc into 
glibc-2.36

- - - - -
ef5916cf by Samuel Thibault at 2022-09-14T19:02:56+02:00
Merge branch 'glibc-2.35' of salsa.debian.org:glibc-team/glibc into 
glibc-2.36

- - - - -
7f9ee7b8 by Samuel Thibault at 2022-09-15T22:08:08+02:00
Merge branch 'glibc-2.35' of salsa.debian.org:glibc-team/glibc into 
glibc-2.36

- - - - -
a2700657 by Samuel Thibault at 2022-09-17T17:53:26+02:00
Merge branch 'glibc-2.35' of salsa.debian.org:glibc-team/glibc into 
glibc-2.36

- - - - -
0224a040 by Samuel Thibault at 2022-09-17T19:27:10+02:00
debian/testsuite-xfail-debian.mk: Anticipate glibc 2.37 test result update

- - - - -
6fae784f by Aurelien Jarno at 2022-09-22T22:09:54+02:00
Merge branch 'sid' into glibc-2.36

- - - - -
25341137 by Aurelien Jarno at 2022-09-22T22:23:32+02:00
releasing package glibc version 2.36-1

- - - - -
ae70a3a8 by Aurelien Jarno at 2022-10-09T13:16:44+02:00
Merge branch 'sid' into glibc-2.36

- - - - -
2e403f76 by Aurelien Jarno at 2022-10-24T22:27:56+02:00
debian/patches/git-updates.diff: update from upstream stable branch.

- - - - -
b4da7da6 by Aurelien Jarno at 2022-10-24T22:28:33+02:00
debian/control.in/main, debian/rules.d/control.mk, debian/rules: build with GCC 
12.

- - - - -
88d22cad by Aurelien Jarno at 2022-10-24T22:28:34+02:00
debian/sysdeps/{amd64,i386,x32}.mk: explicitly pass -Wl,--hash-style=both to 
the compiler to workaround the debian toolchain that deviates from the Generic 
System V Application Binary and breaks the Easy Anti-Cheat system. Addresses: 
#1019535.

- - - - -
27570fff by Aurelien Jarno at 2022-10-25T07:26:54+02:00
Merge branch 'sid' into glibc-2.36

- - - - -
5885225f by Aurelien Jarno at 2022-10-25T07:27:16+02:00
releasing package glibc version 2.36-2

- - - - -
9266145b by Aurelien Jarno at 2022-10-30T21:20:40+01:00
debian/testsuite-xfail-debian.mk: XFAIL malloc/tst-scratch_buffer on hppa. 
Closes: #1022771.

- - - - -
60f9bed1 by Aurelien Jarno at 2022-11-01T12:41:13+01:00
debian/patches/git-updates.diff: update from upstream stable branch.

- - - - -
da03426c by Aurelien Jarno at 2022-11-01T12:41:32+01:00
releasing package glibc version 2.36-3

- - - - -


27 changed files:

- debian/changelog
- debian/control
- debian/control.in/main
- debian/patches/all/local-remove-manual.diff
- debian/patches/any/local-ldso-disable-hwcap.diff
- − debian/patches/any/submitted-resolv-unaligned.diff
- debian/patches/any/unsubmitted-ldso-machine-mismatch.diff
- debian/patches/arm/unsubmitted-ldso-multilib.diff
- debian/patches/git-updates.diff
- − debian/patches/hurd-i386/git-spawni-reauth.diff
- debian/patches/hurd-i386/local-fix-nss.diff
- debian/patches/hurd-i386/local-no-bootstrap-fs-access.2.diff
- − debian/patches/hurd-i386/pthread_key.diff
- debian/patches/kfreebsd/local-config_h_in.patch
- debian/patches/kfreebsd/local-getaddrinfo-freebsd-kernel.diff
- debian/patches/kfreebsd/local-sysdeps.diff
- − debian/patches/kfreebsd/submitted-waitid.diff
- debian/patches/localedata/sort-UTF8-first.diff
- debian/patches/localedata/supported.diff
- debian/patches/series
- debian/rules
- debian/symbols.wildcards
- debian/sysdeps/amd64.mk
- debian/sysdeps/i386.mk
- debian/sysdeps/x32.mk
- debian/tests/contro

[Git][glibc-team/glibc] Pushed new tag debian/2.36-3

2022-11-01 Thread Aurelien Jarno (@aurel32)


Aurelien Jarno pushed new tag debian/2.36-3 at GNU Libc Maintainers / glibc

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/tree/debian/2.36-3
You're receiving this email because of your account on salsa.debian.org.