[Git][glibc-team/glibc][sid] debian/testsuite-xfail-debian.mk: fix XFAIL for stdlib/isomac on sparc64.

2023-07-14 Thread Aurelien Jarno (@aurel32)


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


Commits:
c438833f by Aurelien Jarno at 2023-07-15T00:54:17+02:00
debian/testsuite-xfail-debian.mk: fix XFAIL for stdlib/isomac on sparc64.

- - - - -


2 changed files:

- debian/changelog
- debian/testsuite-xfail-debian.mk


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/c438833ff6ddc010d81dc01fa2f0d841fe9a6866

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




Processed: severity of 926751 is wishlist

2023-07-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 926751 wishlist
Bug #926751 [src:glibc] gcc-riscv64-linux-gnu: Doesn't work with all valid abi 
combinations.
Severity set to 'wishlist' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
926751: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#914492: marked as done (libc0.1-dev: Has Linux-only mremap in headers on non-Linux)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:23:12 +0200
with message-id 
and subject line Closing kfreebsd specific bugs
has caused the Debian Bug report #914492,
regarding libc0.1-dev: Has Linux-only mremap in headers on non-Linux
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.)


-- 
914492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914492
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.25-2

Hi,

On kfreebsd-* and hurd I'm getting a linker failure that mremap()
doesn't exist. It exists in sys/mman.h.


Kurt
--- End Message ---
--- Begin Message ---
Starting with glibc 2.37-6 the support for kfreebsd has been dropped for
the packaging (it has been broken for many years). Let's close the
corresponding bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net--- End Message ---


Bug#775710: marked as done (libc0.1-dev: mcontext.h incomplete for kfreebsd-amd64)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:23:12 +0200
with message-id 
and subject line Closing kfreebsd specific bugs
has caused the Debian Bug report #775710,
regarding libc0.1-dev: mcontext.h incomplete for kfreebsd-amd64
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.)


-- 
775710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: src:glibc
version: 2.19-13
severity: important
control: block 767048 by -1

Hi, I was working on building wine for kfreebsd-amd64 and found that
glibc's x86_64 mcontext.h is not in sync with the upstream code that
it is derived from (kfreebsd's amd64 ucontext.h).

One example is that mc_fs is not defined in glibc's mcontext_t struct
but is in kfreebsd's __mcontext struct (well there is a definion of
mc_fs in a second definition of the mcontext_t struct behind an #ifdef
__i386__ which will be false on amd64).  There are many other
differences like this.

Since wine uses mc_fs and some of the other bits missing from the
non-i386 mcontext_t struct, it fails to build using glibc.

Files to compare are:

src:kfreebsd-10 sys/x86/include/ucontext.h (the #ifdef __amd64__ section)
src:glibc ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h
(the #else section)

Thanks for looking into this.

Best wishes,
Mike
--- End Message ---
--- Begin Message ---
Starting with glibc 2.37-6 the support for kfreebsd has been dropped for
the packaging (it has been broken for many years). Let's close the
corresponding bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net--- End Message ---


Bug#923067: marked as done (libc0.1: missing UTIME_OMIT for utimensat(2) and futimens(2))

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:23:12 +0200
with message-id 
and subject line Closing kfreebsd specific bugs
has caused the Debian Bug report #923067,
regarding libc0.1: missing UTIME_OMIT for utimensat(2) and futimens(2)
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.)


-- 
923067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.1
Version: 2.25-2
Severity: normal

glibc on Debian GNU/kFreeBSD is missing UTIME_OMIT, making src:pax
FTBFS. While I could work around this by using the older functions,
https://www.freebsd.org/cgi/man.cgi?query=utimensat indicates that
the FreeBSD kernel has gained native support for that in 10.3, which
incidentally is the version in Debian.

So, please add that to the headers, then give-back src:pax on both
kfreebsd architectures.

Thanks!

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 10.3-0-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libc0.1 depends on:
ii  libgcc1  1:8.2.0-21

libc0.1 recommends no packages.

Versions of packages libc0.1 suggests:
ii  debconf [debconf-2.0]  1.5.70
pn  glibc-doc  
ii  libc-l10n  2.25-2
ii  locales2.25-2

-- debconf information:
  glibc/disable-screensaver:
  glibc/restart-services:
  glibc/kernel-too-old:
  glibc/kernel-not-supported:
* libraries/restart-without-asking: false
  glibc/upgrade: true
  glibc/restart-failed:
--- End Message ---
--- Begin Message ---
Starting with glibc 2.37-6 the support for kfreebsd has been dropped for
the packaging (it has been broken for many years). Let's close the
corresponding bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net--- End Message ---


Bug#761509: marked as done (libc0.1: sse control word not inherited in pthreads)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:23:12 +0200
with message-id 
and subject line Closing kfreebsd specific bugs
has caused the Debian Bug report #761509,
regarding libc0.1: sse control word not inherited in pthreads
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.)


-- 
761509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.1
Version: 2.19-11
X-Debbugs-CC: debian-...@lists.debian.org

very similar to bug 761175 about the x87 control word.
but the same issue affects the sse control word mxcsr.
It was not fixed in -11 that fixed the x87 fpu.

(sid_kfreebsd-amd64-dchroot)jtaylor@falla:~$ cat test2.c
#include 
#include 
#include 
#include 
#include 

void *thread_fun(void *x_void_ptr)
{
   fenv_t env;
   fegetenv();
   printf("thread mxcsr %x\n", env.__mxcsr);
   return NULL;
}

int main()
{
   pthread_t thread;
   fenv_t env;
   fegetenv();
   printf("main mxcsr pre %x\n", env.__mxcsr);
   _MM_SET_FLUSH_ZERO_MODE (_MM_FLUSH_ZERO_ON);
   fegetenv();
   printf("main mxcsr %x\n", env.__mxcsr);

   if(pthread_create(, NULL, thread_fun, NULL)) {
   fprintf(stderr, "Error creating thread\n");
   return 1;
   }
   if(pthread_join(thread, NULL)) {
   fprintf(stderr, "Error joining thread\n");
   return 2;
   }
   return 0;
} 
$ ./a.out
main mxcsr pre 1f80
main mxcsr 9f80
thread mxcsr 1f80

$ apt-cache  policy libc0.1
libc0.1:
  Installed: 2.19-11
  Candidate: 2.19-11
  Version table:
 *** 2.19-11 0


on linux the control word is inherited as per SysV abi section 3.4.2.
--- End Message ---
--- Begin Message ---
Starting with glibc 2.37-6 the support for kfreebsd has been dropped for
the packaging (it has been broken for many years). Let's close the
corresponding bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net--- End Message ---


Bug#897335: marked as done (libc0.1: setxattr, fsetxattr and lsetxattr are ENOSYS stubs)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:23:12 +0200
with message-id 
and subject line Closing kfreebsd specific bugs
has caused the Debian Bug report #607573,
regarding libc0.1: setxattr, fsetxattr and lsetxattr are ENOSYS stubs
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.)


-- 
607573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.1-dev
Version: 2.27-3
Severity: normal

Dear Maintainer,

I hope this is the right package to report on.

I noticed that proftp v1.3.6 FTBFS on kfreebsd. James Clarke told me in
bug #897168 that libc0.1-dev exposes some system calls in header files,
which are not implement in any lib, hence the link stage fails.

My impression is that functions, which do not exist should not be visible
in any header files. Consider to fix the header files.

Thanks!

Hilmar

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.15.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libc6 depends on:
ii  libgcc1  1:8-20180425-1

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.66
pn  glibc-doc  
ii  libc-l10n  2.27-3
ii  locales2.27-3

-- debconf information:
* glibc/restart-failed:
  glibc/kernel-not-supported:
* libraries/restart-without-asking: true
  glibc/kernel-too-old:
  glibc/upgrade: true
  glibc/disable-screensaver:
* glibc/restart-services: postfix openbsd-inetd cron atd
--- End Message ---
--- Begin Message ---
Starting with glibc 2.37-6 the support for kfreebsd has been dropped for
the packaging (it has been broken for many years). Let's close the
corresponding bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net--- End Message ---


Bug#739281: marked as done (provides sendfile() prototype (in ) but no sendfile symbol)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:23:12 +0200
with message-id 
and subject line Closing kfreebsd specific bugs
has caused the Debian Bug report #739281,
regarding provides sendfile() prototype (in ) but no sendfile 
symbol
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.)


-- 
739281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.1-dev
Severity: normal

Perhaps we could use emulated Linux-like sendfile() from Eric Wong. See:

On 17/02/2014 09:12, Eric Wong wrote:
> Robert Millan  wrote:
>> If you can write a Linux-compatible sendfile() which uses BSD-ish 
>> SYS_sendfile
>> as backend, I guess they'll have no problem exporting a new symbol in glibc?
>> After all, it's glibc who claims to provide it (via ).
> 
> I emulate Linux sendfile on (non-Debian) FreeBSD that way in cmogstored.
> Feel free to grab the linux_sendfile() wrapper from cmogstored:
>   http://bogomips.org/cmogstored.git/plain/http_get.c
> The linux_sendfile wrapper is trivial and I'm OK with relicensing from
> the existing GPLv3+ to any DFSG-approved license

-- 
Robert Millan
--- End Message ---
--- Begin Message ---
Starting with glibc 2.37-6 the support for kfreebsd has been dropped for
the packaging (it has been broken for many years). Let's close the
corresponding bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net--- End Message ---


Bug#607573: marked as done (libc0.1: setxattr, fsetxattr and lsetxattr are ENOSYS stubs)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:23:12 +0200
with message-id 
and subject line Closing kfreebsd specific bugs
has caused the Debian Bug report #607573,
regarding libc0.1: setxattr, fsetxattr and lsetxattr are ENOSYS stubs
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.)


-- 
607573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.1
Version: 2.11.2-7
Severity: normal
User: debian-...@lists.debian.org
Usertags: kfreebsd

setxattr, fsetxattr and lsetxattr are ENOSYS stubs.  This
results in libacl breakage:

  $ setfacl -m u:rmh:r /tmp/test
  setfacl: /tmp/test: Function not implemented

I think they can be implemented using the extattr family
of system calls:

http://www.freebsd.org/cgi/man.cgi?query=extattr=2=0=FreeBSD+8.1-RELEASE

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

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.utf8, LC_CTYPE=ca_AD.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc0.1 depends on:
ii  libc-bin  2.11.2-7   Embedded GNU C Library: Binaries
ii  libgcc1   1:4.5.1-6  GCC support library

libc0.1 recommends no packages.

Versions of packages libc0.1 suggests:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
pn  glibc-doc  (no description available)
ii  locales   2.11.2-7   Embedded GNU C Library: National L

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Starting with glibc 2.37-6 the support for kfreebsd has been dropped for
the packaging (it has been broken for many years). Let's close the
corresponding bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net--- End Message ---


Bug#1018881: marked as done (glibc: iconv not working properly on m68k and sh4)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 18:25:10 +0200
with message-id 
and subject line Re: Bug#1018881: glibc: iconv not working properly on m68k and 
sh4
has caused the Debian Bug report #1018881,
regarding glibc: iconv not working properly on m68k and sh4
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.)


-- 
1018881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.34-7
Severity: normal
User: debian-sup...@lists.debian.org
Usertags: m68k sh4
X-Debbugs-Cc: debian-...@lists.debian.org,debian-sup...@lists.debian.org

Hello!

iconv stopped working on m68k and sh4 starting with glibc 2.34 and
I have no clue why. The issue can be reproduced on real hardware
qemu-user and qemu-system.

The problem becomes visible when the configure script of the gettext
package is being run on the affected architectures:

checking for iconv... yes
checking for working iconv... no
checking for iconv declaration... 
 extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for inttypes.h... (cached) yes
checking for limits.h... (cached) yes

The configure script runs a small program which I have extracted and
attached to this bug report as iconv.c.

Running it on amd64 returns a zero exit code:

(sid-amd64-sbuild)root@nofan:/# gcc -o iconv iconv.c -lc
(sid-amd64-sbuild)root@nofan:/# ./iconv
(sid-amd64-sbuild)root@nofan:/# echo $?
0
(sid-amd64-sbuild)root@nofan:/#

On m68k and sh4, the exit code is 16 which is why the above configure
check fails:

glaubitz@tirpitz:~$ uname -a
Linux tirpitz 5.11.0-rc4-00012-g10c03c5bf422 #161 PREEMPT Mon Jan 18 21:10:17 
CET 2021 sh4a GNU/Linux
glaubitz@tirpitz:~$ gcc -o iconv iconv.c -lc
glaubitz@tirpitz:~$ ./iconv 
glaubitz@tirpitz:~$ echo $?
16
glaubitz@tirpitz:~$

I have run out of ideas why iconv fails, so I was wondering whether this might
be a packaging issue. I have found a similar iconv issue being discussed on a
Fedora mailing list where the cause was iconv data being moved out of the main
glibc packages [1].

Maybe we have a similar problem in Debian which manifests on m68k and sh4 only
due to some reverse dependencies being out of date?

Thanks,
Adrian

> [1] 
> https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/message/IWAOAD6XXXAPBQZ364OKVBZZXDDHG2KS/

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
#include 
#include 

#define ICONV_CONST

int main() {

int result = 0;
  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
 returns.  */
  {
iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
if (cd_utf8_to_88591 != (iconv_t)(-1))
  {
static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
char buf[10];
ICONV_CONST char *inptr = input;
size_t inbytesleft = strlen (input);
char *outptr = buf;
size_t outbytesleft = sizeof (buf);
size_t res = iconv (cd_utf8_to_88591,
, ,
, );
if (res == 0)
  result |= 1;
iconv_close (cd_utf8_to_88591);
  }
  }
  /* Test against Solaris 10 bug: Failures are not distinguishable from
 successful returns.  */
  {
iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
if (cd_ascii_to_88591 != (iconv_t)(-1))
  {
static ICONV_CONST char input[] = "\263";
char buf[10];
ICONV_CONST char *inptr = input;
size_t inbytesleft = strlen (input);
char *outptr = buf;
size_t outbytesleft = sizeof (buf);
size_t res = iconv (cd_ascii_to_88591,
, ,
, );
if (res == 0)
  result |= 2;
iconv_close (cd_ascii_to_88591);
  }
  }
  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
  {
iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
if (cd_88591_to_utf8 != (iconv_t)(-1))
  {
static ICONV_CONST char input[] = "\304";
static char buf[2] = { (char)0xDE, (char)0xAD };
ICONV_CONST char *inptr = input;
size_t inbytesleft = 1;
char *outptr = buf;
size_t outbytesleft = 1;
size_t res = iconv (cd_88591_to_utf8,
, ,
, );
if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
  result |= 4;

glibc_2.37-6_source.changes ACCEPTED into unstable

2023-07-14 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-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 
Changed-By: Aurelien Jarno 
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-



Processing of glibc_2.37-6_source.changes

2023-07-14 Thread Debian FTP Masters
glibc_2.37-6_source.changes uploaded successfully to localhost
along with the files:
  glibc_2.37-6.dsc
  glibc_2.37-6.debian.tar.xz
  glibc_2.37-6_source.buildinfo

Greetings,

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



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

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 15:25:16 +
with message-id 
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 ow...@bugs.debian.org
immediately.)


-- 
979160: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.31-7
Severity: important
User: debian-...@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 \


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.37-6
Done: Aurelien Jarno 

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 979...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (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 ftpmas...@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 
Changed-By: Aurelien Jarno 
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.
   * 

Bug#1040817: marked as done (glibc: Please ignore some tests on sparc64)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 15:25:16 +
with message-id 
and subject line Bug#1040817: fixed in glibc 2.37-6
has caused the Debian Bug report #1040817,
regarding glibc: Please ignore some tests on sparc64
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.)


-- 
1040817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040817
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.37-5
Severity: normal
User: debian-sp...@lists.debian.org
Usertags: sparc64
X-Debbugs-Cc: debian-sp...@lists.debian.org

Hi!

The list of currently failing tests on sparc64 is:

FAIL: elf/tst-audit24a
FAIL: elf/tst-audit24b
FAIL: elf/tst-audit24c
FAIL: elf/tst-audit24d
FAIL: elf/tst-rtld-run-static
FAIL: nptl/tst-cancel24-static
FAIL: nptl/tst-cancel30
FAIL: socket/tst-socket-timestamp
FAIL: stdlib/isomac

According to upstream, the following audit tests are not going to be
fixed soon since the SPARC ABI makes it more difficult:

FAIL: elf/tst-audit24a
FAIL: elf/tst-audit24b
FAIL: elf/tst-audit24c
FAIL: elf/tst-audit24d

These are going to be fixed upstream soon, the fixes are supposedly
trivial:

FAIL: elf/tst-rtld-run-static
FAIL: nptl/tst-cancel24-static
FAIL: nptl/tst-cancel30

This test is supposedly a kernel issue:

FAIL: socket/tst-socket-timestamp

And this one allegedly not related to sparc64:

FAIL: stdlib/isomac

So, my suggestion would be to ignore the following tests for now:

FAIL: elf/tst-audit24a
FAIL: elf/tst-audit24b
FAIL: elf/tst-audit24c
FAIL: elf/tst-audit24d
FAIL: socket/tst-socket-timestamp
FAIL: stdlib/isomac

And looking at the testsuite results with 32-bit tests enabled [1], it looks 
like
the failures are the same. So, I think we can just ignore the above tests and 
then
re-enable testing on 32 bit as well.

Thanks,
Adrian

> [1] 
> https://buildd.debian.org/status/fetch.php?pkg=glibc=sparc64=2.37-1=1684283585=0

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.37-6
Done: Aurelien Jarno 

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 1040...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (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 ftpmas...@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 
Changed-By: Aurelien Jarno 
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
 

Bug#1038798: marked as done (locales: transition from /etc/default/locale to /etc/locale.conf)

2023-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2023 15:25:16 +
with message-id 
and subject line Bug#1038798: fixed in glibc 2.37-6
has caused the Debian Bug report #1038798,
regarding locales: transition from /etc/default/locale to /etc/locale.conf
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.)


-- 
1038798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: locales
Version: 2.36-9
Tags: patch
X-Debbugs-Cc: pkg-systemd-maintain...@lists.alioth.debian.org

Dear Maintainer(s),

As discussed before Bookworm released, for Trixie we'd like to drop a
lot of out-of-tree debian code and transition from the debian-only
/etc/default/locale location to the more common /etc/locale.conf which
is shared by most other distributions. The content is the same, so
there's no functional change. We can add a compat symlink in the old
location to ensure existing scripts or programs are not affected.

MR open on Salsa:

https://salsa.debian.org/glibc-team/glibc/-/merge_requests/19

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.37-6
Done: Aurelien Jarno 

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 1038...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (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 ftpmas...@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 
Changed-By: Aurelien Jarno 
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

[Git][glibc-team/glibc] Pushed new tag debian/2.37-6

2023-07-14 Thread Aurelien Jarno (@aurel32)


Aurelien Jarno pushed new tag debian/2.37-6 at GNU Libc Maintainers / glibc

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




[Git][glibc-team/glibc][sid] releasing package glibc version 2.37-6

2023-07-14 Thread Aurelien Jarno (@aurel32)


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


Commits:
45f5ce61 by Aurelien Jarno at 2023-07-14T17:04:36+02:00
releasing package glibc version 2.37-6

- - - - -


2 changed files:

- debian/changelog
- debian/debhelper.in/locales.NEWS


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/45f5ce618c3c4bfa8af01fe32cf27ecb0d612531

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




Processed: Bug#979160 marked as pending in glibc

2023-07-14 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #979160 [src:glibc] glibc: GNU/kFreeBSD support is completely broken
Added tag(s) pending.

-- 
979160: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



[Git][glibc-team/glibc][sid] 2 commits: Remove kfreebsd-amd64 and kfreebsd-i386 leftovers. Closes: #979160.

2023-07-14 Thread Aurelien Jarno (@aurel32)


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


Commits:
7fd6040f by Aurelien Jarno at 2023-07-14T15:33:27+02:00
Remove kfreebsd-amd64 and kfreebsd-i386 leftovers.  Closes: #979160.

- - - - -
9d0628b7 by Aurelien Jarno at 2023-07-14T16:23:48+02:00
Remove unused hurd-i386 patches

- - - - -


30 changed files:

- debian/changelog
- debian/control
- debian/control.in/amd64
- debian/control.in/i386
- − debian/control.in/kfreebsd-i386
- debian/control.in/libc
- debian/control.in/main
- debian/control.in/mips32
- debian/control.in/mips64
- debian/control.in/mipsn32
- debian/control.in/powerpc
- debian/control.in/ppc64
- debian/control.in/s390
- debian/control.in/sparc
- debian/control.in/sparc64
- debian/control.in/x32
- debian/glibc-source.filelist
- − debian/libc0.1-i386.symbols.kfreebsd-amd64
- − debian/libc0.1.symbols.kfreebsd-amd64
- − debian/libc0.1.symbols.kfreebsd-i386
- − debian/patches/any/submitted-bits-fcntl_h-at.diff
- − debian/patches/hurd-i386/git-global.diff
- − debian/patches/hurd-i386/git-loadfail.diff
- − debian/patches/kfreebsd/local-config_h_in.patch
- − debian/patches/kfreebsd/local-fbtl-depends.diff
- − debian/patches/kfreebsd/local-fbtl.diff
- − debian/patches/kfreebsd/local-getaddrinfo-freebsd-kernel.diff
- − debian/patches/kfreebsd/local-grantpt.diff
- − debian/patches/kfreebsd/local-initgroups-order.diff
- − debian/patches/kfreebsd/local-memusage_no_mremap.diff


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/compare/814ef5e59c86062024793a7c1223a5d969cf2ddc...9d0628b737faaa440952a40d85dec1259e0a49f4

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/compare/814ef5e59c86062024793a7c1223a5d969cf2ddc...9d0628b737faaa440952a40d85dec1259e0a49f4
You're receiving this email because of your account on salsa.debian.org.