Bug#234163: [ia64] libICE.a(connect.o): @gprel relocation against dynamic symbol

2004-02-22 Thread Matthias Klose
Package: libice-dev Version: 4.3.0-2 Severity: serious This is from the buildd log for ia64, building lib-gnu-awt-xlib from the gcc-3.3 package. The static libICE.a is picked up for linking. It works ok on ia64 with xfree86-4.2-16 and with 4.3 on i386 and hppa. /bin/sh ./libtool --tag=CXX

Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian

2003-05-29 Thread Matthias Klose
Branden Robinson writes: On Mon, May 26, 2003 at 10:22:41PM +0200, Matthias Klose wrote: Branden Robinson writes: Questions for debian-{x,devel}: 1) Should libstdc++-dev dependencies be made artificially strict in packages destined for sid so that it's harder for packages built

g++/libstdc++-dev [was Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian]

2003-05-30 Thread Matthias Klose
[CC ing to debian-gcc, maybe Martin or Phil could comment ...] Branden Robinson writes: On Thu, May 29, 2003 at 10:59:01AM +0200, Matthias Klose wrote: Branden Robinson writes: On Mon, May 26, 2003 at 10:22:41PM +0200, Matthias Klose wrote: Branden Robinson writes: Questions

Re: g++/libstdc++-dev [was Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian]

2003-06-01 Thread Matthias Klose
Branden Robinson writes: On Fri, May 30, 2003 at 03:36:41PM -0400, Phil Edwards wrote: On Fri, May 30, 2003 at 08:03:38AM +0200, Matthias Klose wrote: Well, uh, so what? If G++ 3.2 and 3.3 have compatible ABIs, and the standard C++ libraries are compatible at the source level, does

xfree86 compilation / gcc-3.3 strict aliasing

2003-06-13 Thread Matthias Klose
Looking at the build logs you'll see many warnings: dereferencing type-punned pointer will break strict-aliasing rules Is it safe to ignore these warnings? Please could you try to compile using -O2 -fno-strict-aliasing to see if this is related to the recent miscompilation using gcc-3.3?

xfree86 miscompilation

2003-06-30 Thread Matthias Klose
Built the 4.3 sources found at deb-src http://www.trinity.unimelb.edu.au/~dstone/xfree86/ ./ with gcc-3.3_3.3.1-0pre0 -O2 on i386. I'm unable to reproduce the recent miscompilation (still seeing this with the current soruces from unstable). Seems something is fixed in xfree86 or something isn't

Re: xfree86 miscompilation

2003-07-05 Thread Matthias Klose
Branden Robinson writes: On Sat, Jun 14, 2003 at 08:02:33PM +0200, Matthias Klose wrote: Hi Branden, for tracjking down the xfree86 miscompilation ... - which directory should I checkout, when I want to follow the 4.3 branch? Check out what, from where? As far as we know

Bug#290619: xvfb-run doesn't correctly quote arguments

2005-01-15 Thread Matthias Klose
Package: xvfb Version: 4.3.0.dfsg.1-10 Severity: serious Tags: patch xvfb-run calls XAUTHORITY=$AUTHFILE Xvfb :$SERVERNUM $XVFBARGS $LISTENTCP $ERRORFILE leading to: Unrecognized option: -screen 0 640x480x8 The $XVFBARGS $LISTENTCP variables must not be quoted. Causes build failures for all

building python-opengl packages (xvfb-run)

2003-05-14 Thread Matthias Klose
Trying to prepare a python-opgengl NMU, I get the following error when running with sudo or fakeroot. Any hint how to avoid this? Thanks, Matthias xvfb-run python setup.py install \ --prefix /build/packages/nmu/python/python-opengl-1.5.7/debian/python-opengl/usr Traceback (most recent

Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian

2003-05-26 Thread Matthias Klose
Branden Robinson writes: Questions for debian-{x,devel}: 1) Should libstdc++-dev dependencies be made artificially strict in packages destined for sid so that it's harder for packages built against, say, libstdc++3 to accidentally sneak in and start regressing the C++ ABI transition

Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian

2003-05-26 Thread Matthias Klose
Daniel Stone writes: On Mon, May 26, 2003 at 01:54:57PM -0500, Branden Robinson wrote: 1) Should libstdc++-dev dependencies be made artificially strict in packages destined for sid so that it's harder for packages built against, say, libstdc++3 to accidentally sneak in and start regressing

Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian

2003-05-29 Thread Matthias Klose
Branden Robinson writes: On Mon, May 26, 2003 at 10:22:41PM +0200, Matthias Klose wrote: Branden Robinson writes: Questions for debian-{x,devel}: 1) Should libstdc++-dev dependencies be made artificially strict in packages destined for sid so that it's harder for packages built

g++/libstdc++-dev [was Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian]

2003-05-30 Thread Matthias Klose
[CC ing to debian-gcc, maybe Martin or Phil could comment ...] Branden Robinson writes: On Thu, May 29, 2003 at 10:59:01AM +0200, Matthias Klose wrote: Branden Robinson writes: On Mon, May 26, 2003 at 10:22:41PM +0200, Matthias Klose wrote: Branden Robinson writes: Questions

Re: g++/libstdc++-dev [was Re: X Strike Force SVN commit: rev 69 - branches/4.3.0/sid/debian]

2003-05-31 Thread Matthias Klose
Branden Robinson writes: On Fri, May 30, 2003 at 03:36:41PM -0400, Phil Edwards wrote: On Fri, May 30, 2003 at 08:03:38AM +0200, Matthias Klose wrote: Well, uh, so what? If G++ 3.2 and 3.3 have compatible ABIs, and the standard C++ libraries are compatible at the source level, does

xfree86 compilation / gcc-3.3 strict aliasing

2003-06-13 Thread Matthias Klose
Looking at the build logs you'll see many warnings: dereferencing type-punned pointer will break strict-aliasing rules Is it safe to ignore these warnings? Please could you try to compile using -O2 -fno-strict-aliasing to see if this is related to the recent miscompilation using gcc-3.3?

xfree86 miscompilation

2003-06-30 Thread Matthias Klose
Built the 4.3 sources found at deb-src http://www.trinity.unimelb.edu.au/~dstone/xfree86/ ./ with gcc-3.3_3.3.1-0pre0 -O2 on i386. I'm unable to reproduce the recent miscompilation (still seeing this with the current soruces from unstable). Seems something is fixed in xfree86 or something isn't

Re: xfree86 miscompilation

2003-07-05 Thread Matthias Klose
Branden Robinson writes: On Sat, Jun 14, 2003 at 08:02:33PM +0200, Matthias Klose wrote: Hi Branden, for tracjking down the xfree86 miscompilation ... - which directory should I checkout, when I want to follow the 4.3 branch? Check out what, from where? As far as we know

Re: [Bug optimization/11366] [3.3 regression] miscompiles XDM-AUTHORIZATION-1 key generation and/or validation in XFree86 at -O2

2003-07-15 Thread Matthias Klose
sirl at gcc dot gnu dot org writes: I have no other idea then, 4.2 already had -fno-merge-constants and I can't think of another promising option to try. Maybe -fno-strength-reduce? Otherwise you have to narrow down the bugreport to a single miscompiled file, we won't be able to help you

Fix for miscompiled XDM-AUTHORIZATION-1 key generation and/or validation

2003-08-13 Thread Matthias Klose
With current gcc-3.3 CVS on i386 I am unable to reproduce this one. Please could somebody verify this for powerpc as well? - get the current gcc-3.3 source package - in debian/rules.patch, add debian_patches += m68k-update1 - rebuild the package - rebuild XFree86 with the new compiler. Thanks,

Re: Bug#402165: Workarounds for locking assertions in Sun Java 1.5 and 1.6

2007-06-02 Thread Matthias Klose
Josh Triplett schrieb: Would the Debian maintainers of sun-java5-bin and sun-java6-bin please consider applying these workarounds to the packages, to avoid locking assertion failures when libx11-6 with Xlib/XCB enters unstable? sorry, we are only allowed to distribute the unmodified package. I

Bug#319410: imake assumes availability of selinux

2005-07-21 Thread Matthias Klose
Package: xutils Version: 6.8.2.dfsg.1-3 Severity: serious the xisdnutils imake run in isdnutils/xmonisdn generates: SELINUX_LDFLAGS = SELINUX_INCLUDES = -I/usr/include/selinux SELINUX_CFLAGS = -DHAVE_SELINUX SELINUX_LIBS = -lselinux Is this intended? There's nothing why

Bug#381225: libxinerama doesn't have a copyright file

2006-08-02 Thread Matthias Klose
Package: libxinerama Version: 1:1.0.1-4 Severity: serious libxinerama doesn't have a copyright file -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#381226: libxtst doesn't have a copyright file

2006-08-02 Thread Matthias Klose
Package: libxinerama Version: 1:1.0.1-5 Severity: serious libxtst doesn't have a copyright file -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#381227: libxtst doesn't have a copyright file

2006-08-02 Thread Matthias Klose
Package: libxtst Version: 1:1.0.1-5 Severity: serious libxtst doesn't have a copyright file -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#391004: installing new x11-common displays Major possible upgrade issues

2006-10-04 Thread Matthias Klose
Package: x11-common Version: 7.1.0-1 Even in new installations (setting up chroot), this dialog is displayed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#312585: C++ ABI change -- xlibmesa-glu / xlibmesa-glu-dev

2005-06-08 Thread Matthias Klose
Package: xfree86 Severity: wishlist For the upcoming C++ ABI change, one library in xfree86 (xlibmesa-glu) has to be built for the new C++ ABI as well. At some point xfree86 will be replaced by xorg as well. Based on some experience with spoons it doesn't look helpful to start both changes at

Bug#610592: Resolve unresolved symbols in shared libraries

2011-01-20 Thread Matthias Klose
Package: libxvmc Version: 1.0.6-1 Severity: normal Tags: patch User: peter.fritzs...@gmx.de Usertags: unresolved-symbols-so User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch the patch might be better with a proper configure fix. patch at

Bug#604494: FTBFS with gold / ld --no-add-needed

2010-11-22 Thread Matthias Klose
look nice, but hides information. diff -u libxpm-3.5.9/debian/changelog libxpm-3.5.9/debian/changelog --- libxpm-3.5.9/debian/changelog +++ libxpm-3.5.9/debian/changelog @@ -1,3 +1,9 @@ +libxpm (1:3.5.9-1ubuntu1) natty; urgency=low + + * Fix build failure with --no-add-needed. + + -- Matthias Klose

Bug#556873: Fix build failures with ld --no-add-needed

2010-11-24 Thread Matthias Klose
tag 556873 + patch severity 556873 important User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch thanks patch at http://launchpadlibrarian.net/59538543/x11-utils_7.5%2B4_7.5%2B4ubuntu1.diff.gz -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a

Bug#671995: compiz: ftbfs with GCC-4.7

2012-05-08 Thread Matthias Klose
user debian-...@lists.debian.org usertags 671995 + ftbfs-gcc-4.7 thanks The build failure is exposed by building with gcc-4.7/g++-4.7, which is now the default gcc/g++ on x86 architectures. Some hints on fixing these issues can be found at http://gcc.gnu.org/gcc-4.7/porting_to.html -- To

Bug#701372: xorg-server: ftbfs with GCC-4.8

2013-02-23 Thread Matthias Klose
Package: src:xorg-server Version: 2:1.12.4-4 Severity: important Tags: sid jessie User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.8 The package fails to build in a test rebuild on at least amd64 with gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The severity of this report

Bug#717843: please provide a staged build for xfonts-utils

2013-07-25 Thread Matthias Klose
Package: xfonts-utils Version: 1:7.7~1 Severity: wishlist User: debian-cr...@lists.debian.org Usertags: staged-build there is a cycle build dependency for xfonts-utils and libfontenc. Please provide a DEB_STAGE=stage1 build to only build the bits in xfonts-utils to build libfontenc. -- To

Bug#727279: Update config.{sub,guess} for AArch64

2013-10-23 Thread Matthias Klose
Package: x11-apps Version: 7.7+1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64 Update config.{sub,guess} for AArch64 patch at http://launchpadlibrarian.net/153391735/x11-apps_7.7%2B1_7.7%2B1ubuntu1.diff.gz -- To UNSUBSCRIBE, email to

Bug#727281: Update config.{sub,guess} for AArch64

2013-10-23 Thread Matthias Klose
Package: x11-xfs-utils Version: 7.7~1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64 Update config.{sub,guess} for AArch64 patch at http://launchpadlibrarian.net/153392073/x11-xfs-utils_7.7~1_7.7~1ubuntu1.diff.gz -- To UNSUBSCRIBE, email to

Bug#727280: Update config.{sub,guess} for AArch64

2013-10-23 Thread Matthias Klose
Package: x11-session-utils Version: 7.6+2 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64 Update config.{sub,guess} for AArch64 patch at http://launchpadlibrarian.net/153391680/x11-session-utils_7.6%2B2build1_7.6%2B2ubuntu1.diff.gz -- To UNSUBSCRIBE, email to

Bug#748010: xutils-dev: non-standard gcc/g++ used for build (gcc-4.7)

2014-05-13 Thread Matthias Klose
Package: xutils-dev Version: 1:7.7+2 Severity: important Tags: sid jessie User: debian-...@lists.debian.org Usertags: non-standard-compiler, gcc-4.7, gcc-4.7-legacy This package builds with a non standard compiler version; please check if this package can be built with the default version of

Bug#757703: fix mesa build on x32

2014-08-10 Thread Matthias Klose
) unstable; urgency=medium + + * Non-maintainer upload. + * x32 fixes. + + -- Matthias Klose d...@debian.org Sun, 10 Aug 2014 19:19:58 +0200 + mesa (10.2.4-1) unstable; urgency=medium * New upstream release. diff -u mesa-10.2.4/debian/patches/series mesa-10.2.4/debian/patches/series --- mesa

Bug#757703: fix mesa build on x32

2014-08-11 Thread Matthias Klose
Am 11.08.2014 um 15:13 schrieb Julien Cristau: Control: tags -1 moreinfo On Sun, Aug 10, 2014 at 19:36:30 +0200, Matthias Klose wrote: --- mesa-10.2.4.orig/debian/patches/x32-updates.diff +++ mesa-10.2.4/debian/patches/x32-updates.diff @@ -0,0 +1,12 @@ +Index: b/configure.ac

Bug#757703: fix mesa build on x32

2014-08-11 Thread Matthias Klose
Am 11.08.2014 um 15:23 schrieb Julien Cristau: On Mon, Aug 11, 2014 at 15:18:11 +0200, Matthias Klose wrote: Am 11.08.2014 um 15:13 schrieb Julien Cristau: Control: tags -1 moreinfo On Sun, Aug 10, 2014 at 19:36:30 +0200, Matthias Klose wrote: --- mesa-10.2.4.orig/debian/patches/x32

Bug#778187: xorg-server: ftbfs with GCC-5

2015-02-12 Thread Matthias Klose
Package: src:xorg-server Version: 2:1.16.2.901-1 Severity: normal Tags: sid stretch User: debian-...@lists.debian.org Usertags: ftbfs-gcc-5 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other

Bug#778176: x11-xserver-utils: ftbfs with GCC-5

2015-02-12 Thread Matthias Klose
Package: src:x11-xserver-utils Version: 7.7+3 Severity: normal Tags: sid stretch User: debian-...@lists.debian.org Usertags: ftbfs-gcc-5 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other

Bug#778176: add patch

2015-03-06 Thread Matthias Klose
:48.0 + @@ -1,3 +1,9 @@ +x11-xserver-utils (7.7+2ubuntu2) vivid; urgency=medium + + * Fix build with GCC 5. + + -- Matthias Klose d...@ubuntu.com Fri, 06 Mar 2015 17:51:25 +0100 + x11-xserver-utils (7.7+2ubuntu1) trusty; urgency=low * Add breaks/replaces on the lts packages. (LP

Bug#778176: Revised gcc-5 patch for x11-xserver-utils

2015-07-19 Thread Matthias Klose
On 07/18/2015 10:34 PM, Julien Cristau wrote: On Sat, Jul 18, 2015 at 09:39:03 -0700, Daniel Schepler wrote: On Sat, 7 Mar 2015 08:57:48 +0100, Julien Cristau wrote: I don't think that's an acceptable way to fix this. How about this? (This is a patch to be directly quilt imported, not a

Bug#801059: libxmu's debian/rules is not safe to execute in parallel

2015-11-13 Thread Matthias Klose
, Matthias Klose wrote: Package: src:libxmu Version: 2:1.1.2-1 Severity: serious Tags: sid stretch patch seen in an Ubuntu test rebuild, however this may happen as well in a Debian build. https://launchpadlibrarian.net/219669711/buildlog_ubuntu-wily-amd64.libxmu_2%3A1.1.2-1_BUILDING.txt.gz

Bug#801059: libxmu's debian/rules is not safe to execute in parallel

2015-10-05 Thread Matthias Klose
Package: src:libxmu Version: 2:1.1.2-1 Severity: serious Tags: sid stretch patch seen in an Ubuntu test rebuild, however this may happen as well in a Debian build. https://launchpadlibrarian.net/219669711/buildlog_ubuntu-wily-amd64.libxmu_2%3A1.1.2-1_BUILDING.txt.gz the problem is that -j is

Bug#689068: libxi-dev is not Multi-Arch compatible

2016-10-19 Thread Matthias Klose
Control: tags -1 + patch Control: user d...@debian.org Control: usertags -1 + multiarch > The manpages don't seem to be always the same across archs. Might > depend on the version of the tools they're built with. This usually can be fixed by binNMUs. Is there anything else preventing applying

Bug#866414: apitrace: depends on obsolete python-imaging (replace with python3-pil or python-pil)

2017-06-29 Thread Matthias Klose
Package: src:apitrace Version: 7.1+git20170623.d38a69d6+repack-1 Severity: important Tags: sid buster User: d...@debian.org Usertags: imaging-pillow One or more binary packages built from this source depends on or recommends python-imaging, which is obsolete for some years now. Please build the

Bug#866414: python-imaging package will be dropped

2017-12-18 Thread Matthias Klose
With the pillow release 4.4.0 expected in January 2018 the python-imaging package will be dropped and the severity of this issue will be raised. Please update the package drop the python-imaging (build) dependency.

Bug#938856: xserver-xorg-video-qxl: Python2 removal in sid/bullseye

2019-08-30 Thread Matthias Klose
Package: src:xserver-xorg-video-qxl Version: 0.1.5-2 Severity: normal Tags: sid bullseye User: debian-pyt...@lists.debian.org Usertags: py2removal Python2 becomes end-of-live upstream, and Debian aims to remove Python2 from the distribution, as discussed in

Bug#938839: xcb-proto: Python2 removal in sid/bullseye

2019-08-30 Thread Matthias Klose
Package: src:xcb-proto Version: 1.13-1 Severity: normal Tags: sid bullseye User: debian-pyt...@lists.debian.org Usertags: py2removal Python2 becomes end-of-live upstream, and Debian aims to remove Python2 from the distribution, as discussed in

Bug#936868: libglvnd: Python2 removal in sid/bullseye

2019-08-30 Thread Matthias Klose
Package: src:libglvnd Version: 1.1.0-1 Severity: normal Tags: sid bullseye User: debian-pyt...@lists.debian.org Usertags: py2removal Python2 becomes end-of-live upstream, and Debian aims to remove Python2 from the distribution, as discussed in

Bug#936940: libxcb: Python2 removal in sid/bullseye

2019-08-30 Thread Matthias Klose
Package: src:libxcb Version: 1.13.1-2 Severity: normal Tags: sid bullseye User: debian-pyt...@lists.debian.org Usertags: py2removal Python2 becomes end-of-live upstream, and Debian aims to remove Python2 from the distribution, as discussed in

Bug#936126: apitrace: Python2 removal in sid/bullseye

2019-08-30 Thread Matthias Klose
Package: src:apitrace Version: 7.1+git20170623.d38a69d6+repack-3 Severity: normal Tags: sid bullseye User: debian-pyt...@lists.debian.org Usertags: py2removal Python2 becomes end-of-live upstream, and Debian aims to remove Python2 from the distribution, as discussed in

Bug#957363: intel-gpu-tools: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:intel-gpu-tools Version: 1.24-1 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other

Bug#958000: xserver-xorg-video-openchrome: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:xserver-xorg-video-openchrome Version: 1:0.6.0-3 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug

Bug#957997: xserver-xorg-video-amdgpu: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:xserver-xorg-video-amdgpu Version: 19.1.0-1 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for

Bug#957757: renderdoc: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:renderdoc Version: 1.6+dfsg-1 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other

Bug#958002: xserver-xorg-video-intel: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:xserver-xorg-video-intel Version: 2:2.99.917+git20190815-1 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please

Bug#957998: xserver-xorg-video-ati: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:xserver-xorg-video-ati Version: 1:19.1.0-1 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the

Bug#957993: xorg-server: ftbfs with GCC-10

2020-04-17 Thread Matthias Klose
Package: src:xorg-server Version: 2:1.20.7-3 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other

Bug#983951: renderdoc: ftbfs with -march=x86-64-v3

2021-03-03 Thread Matthias Klose
Package: src:renderdoc Version: 1.11+dfsg-5 Severity: minor User: debian-...@lists.debian.org Usertags: ftbfs-x86-64-v3 Starting with LLVM 12 and GCC 11 (and backported to gcc-10 for Debian), GCC introduces optimizations for new micro-architecture levels from the x86-64 psABI. Filing these bug

Bug#984060: intel-gpu-tools: ftbfs with GCC-11

2021-03-03 Thread Matthias Klose
Package: src:intel-gpu-tools Version: 1.25-2.1 Severity: normal Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-gcc-11 [This bug is not targeted to the upcoming bullseye release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in

Bug#984347: spirv-tools: ftbfs with GCC-11

2021-03-03 Thread Matthias Klose
Package: src:spirv-tools Version: 2020.6-1 Severity: normal Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-gcc-11 [This bug is not targeted to the upcoming bullseye release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in

Bug#983320: allow to build the package without udeb

2021-02-22 Thread Matthias Klose
Package: src:xorg-server Version: 2:1.20.10-3 Tags: patch allow to build the package without udeb patch at http://launchpadlibrarian.net/524431531/xorg-server_2%3A1.20.10-3ubuntu2_2%3A1.20.10-3ubuntu3.diff.gz

Bug#992145: apitrace ftbfs with glibc 2.34

2021-08-13 Thread Matthias Klose
Package: src:apitrace Version: 9.0+repack-1 Severity: important Tags: sid bookworm Forwarded: https://github.com/apitrace/apitrace/issues/756 See the upstream report for the details. The upstream version 10.0 doesn't address this yet.

Bug#1013070: xorg-server: ftbfs with GCC-12

2022-06-16 Thread Matthias Klose
Package: src:xorg-server Version: 2:21.1.3-2 Severity: normal Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-gcc-12 [This bug is targeted to the upcoming bookworm release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another

Bug#1015711: xorg-server: ftbfs with LTO (link time optimization) enabled

2022-07-19 Thread Matthias Klose
Package: src:xorg-server Version: 2:21.1.3-2 Severity: minor Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-lto This package currently fails to build (at least on the amd64 architecture) with link time optimizations enabled. For a background for LTO please see

Bug#1015704: weston: ftbfs with LTO (link time optimization) enabled

2022-07-19 Thread Matthias Klose
Package: src:weston Version: 10.0.0-1 Severity: minor Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-lto This package currently fails to build (at least on the amd64 architecture) with link time optimizations enabled. For a background for LTO please see

Bug#1037677: gfxreconstruct: ftbfs with GCC-13

2023-06-14 Thread Matthias Klose
Package: src:gfxreconstruct Version: 0.9.18+dfsg-1 Severity: normal Tags: sid trixie User: debian-...@lists.debian.org Usertags: ftbfs-gcc-13 [This bug is targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Matthias Klose
Package: src:mesa Version: 24.0.2-1 Severity: serious Tags: sid trixie patch mesa ftbfs with time_t64, patch attached. I didn't check if the _TIMET_BITS are used in the affected files. There's also a bug in the profile support. WINE cannot be built without LLVM, and therefore should be

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Matthias Klose
giorno ven 8 mar 2024 alle ore 10:27 Matthias Klose ha scritto: Package: src:mesa Version: 24.0.2-1 Severity: serious Tags: sid trixie patch mesa ftbfs with time_t64, patch attached. I didn't check if the _TIMET_BITS are used in the affected files. There's also a bug in the profile support. WINE