Processed: Re: Bug#953867: error when compiling wine

2020-03-14 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 cpp-9
Bug #953867 [libc6-dev]  error when compiling wine
Bug reassigned from package 'libc6-dev' to 'cpp-9'.
No longer marked as found in versions glibc/2.30-2.
Ignoring request to alter fixed versions of bug #953867 to the same values 
previously set
> forcemerge 953806 -1
Bug #953806 {Done: Matthias Klose } [cpp-9] cpp-9: no include 
path in which to search for limits.h
Bug #953815 {Done: Matthias Klose } [cpp-9] libc6-dev: Cannot 
build GNU Emacs - limits.h error in configure
Bug #953830 {Done: Matthias Klose } [cpp-9] 
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
Bug #953867 [cpp-9]  error when compiling wine
Severity set to 'grave' from 'normal'
Marked Bug as done
Marked as fixed in versions gcc-9/9.3.0-3.
Marked as found in versions gcc-9/9.3.0-1.
Bug #953815 {Done: Matthias Klose } [cpp-9] libc6-dev: Cannot 
build GNU Emacs - limits.h error in configure
Bug #953830 {Done: Matthias Klose } [cpp-9] 
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
Merged 953806 953815 953830 953867

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



Bug#953867: error when compiling wine

2020-03-14 Thread Sven Joachim
Control: reassign -1 cpp-9
Control: forcemerge 953806 -1

On 2020-03-14 10:11 +0100, Berillions wrote:

> Package: libc6-dev
> Version: 2.30-2
>
> Hello,
>
> I try to build plain wine-5.4 on my debian sid 64bits (directly on my
> system or in a chroot with pbuilder) and i have an error about "limits.h"
> during configure :
>
> /usr/include/limits.h:124:26: error: no include path in which to search for
>> limits.h
>>   124 | # include_next 
>>   |
>>
>
> This error appears when i want to build by myself plain wine-5.4,
> wine-staging-5.3 or rebuild wine-development. Curiously, this error does
> not appears when i build wine/wine-staging/wine-development in a 32bits sid
> chroot.
>
> I found that build my package in a 64bits testing chroot fix the issue
> because libc6-dev=2.29-10 is installed. So something is broken in the
> package from Sid.

Yes, something is (or was, at it has already been fixed) broken, but in
a different package.  Upgrade gcc-9 to version 9.3.0-3.

Cheers,
   Sven



Bug#953869: glibc: Please disable nptl/tst-cond8-static and nptl/tst-mutex{,pi}8-static on sparc64

2020-03-14 Thread John Paul Adrian Glaubitz
Source: glibc
Version: 2.31-0experimental0
Severity: normal
User: debian-sp...@lists.debian.org
Usertags: sparc64

Hello!

With glibc 2.31, the number of testsuite failures has dropped to just three
failures on sparc64:

FAIL: nptl/tst-cond8-static
FAIL: nptl/tst-mutex8-static
FAIL: nptl/tst-mutexpi8-static

I have reported these failures upstream [1, 2].

Since 2.31 seems to be a big improvement on sparc64, can you disable these
three tests so that we can quickly enable 2.31 on sparc64? 2.30 seems to be
broken on sparc64, unfortunately, as it already causes segfaults during
installation:

Setting up libc6:sparc64 (2.30-2) ...
dpkg: error processing package libc6:sparc64 (--configure):
 installed libc6:sparc64 package post-installation script subprocess was killed 
by signal (Segmentation fault)
Errors were encountered while processing:
 libc6:sparc64
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt-get failed.
E: Package installation failed

Thanks,
Adrian

> [1] https://sourceware.org/bugzilla/show_bug.cgi?id=25671
> [2] https://sourceware.org/bugzilla/show_bug.cgi?id=25672

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Bug#953867: error when compiling wine

2020-03-14 Thread Berillions
Package: libc6-dev
Version: 2.30-2

Hello,

I try to build plain wine-5.4 on my debian sid 64bits (directly on my
system or in a chroot with pbuilder) and i have an error about "limits.h"
during configure :

/usr/include/limits.h:124:26: error: no include path in which to search for
> limits.h
>   124 | # include_next 
>   |
>

This error appears when i want to build by myself plain wine-5.4,
wine-staging-5.3 or rebuild wine-development. Curiously, this error does
not appears when i build wine/wine-staging/wine-development in a 32bits sid
chroot.

I found that build my package in a 64bits testing chroot fix the issue
because libc6-dev=2.29-10 is installed. So something is broken in the
package from Sid.

Thanks,
Maxime