Bug#951946: marked as done (intel-gpu-tools: FTBFS: ld: final link failed: bad value)

2020-04-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Apr 2020 00:53:55 -0700
with message-id <158607323564.525509.2708604400329704856@localhost>
and subject line fixed
has caused the Debian Bug report #951946,
regarding intel-gpu-tools: FTBFS: ld: final link failed: bad value
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.)


-- 
951946: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951946
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: intel-gpu-tools
Version: 1.24-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libprocps.a(readproc.o): relocation 
> R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when 
> making a shared object; recompile with -fPIC
> /usr/bin/ld: final link failed: bad value
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/intel-gpu-tools_1.24-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Version: 1.25-2


signature.asc
Description: signature
--- End Message ---


Bug#953032: xkbcomp: Internal error: Could not resolve keysym XF86FullScreen

2020-04-05 Thread Reiner Herrmann
Control: affects -1 + src:awesome

This also caused a regression in awesome's autopkgtests [1], as this error
now appears on stderr:

> The XKEYBOARD keymap compiler (xkbcomp) reports:
> > Internal error:   Could not resolve keysym XF86FullScreen
> Errors from xkbcomp are not fatal to the X server

[1] https://ci.debian.net/packages/a/awesome/unstable/amd64/


signature.asc
Description: PGP signature


Processed: Re: xkbcomp: Internal error: Could not resolve keysym XF86FullScreen

2020-04-05 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:awesome
Bug #953032 [x11-xkb-utils] xkbcomp: Internal error: Could not resolve keysym 
XF86FullScreen
Added indication that 953032 affects src:awesome

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



[Git][xorg-team/lib/mesa] Pushed new tag mesa-20.0.4-1

2020-04-05 Thread Timo Aaltonen


Timo Aaltonen pushed new tag mesa-20.0.4-1 at X Strike Force / lib / mesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/tree/mesa-20.0.4-1
You're receiving this email because of your account on salsa.debian.org.




Bug#955351: marked as done (mesa: FTBFS on hurd-i386)

2020-04-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Apr 2020 21:03:59 +
with message-id 
and subject line Bug#955351: fixed in mesa 20.0.4-1
has caused the Debian Bug report #955351,
regarding mesa: FTBFS on hurd-i386
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.)


-- 
955351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa
Version: 20.0.2-1
Severity: important
Tags: ftbfs, patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hello,

Currently mesa FTBFS on GNU/Hurd due to a new PATH_MAX issue. Version 
18.3.6-2 built successfully earlier. The attached patch path_max.diff
fixes that problem. Also, the symbols file for libglx-mesa0 is
mismatched, and an architecture-specific file for Hurd, libglx-
mesa0.symbols.hurd, is attached.

Thanks!
libGLX_mesa.so.0 libglx-mesa0
 __glx_Main@Base 17.0.0~
 glAreTexturesResidentEXT@Base 0
 glDeleteTexturesEXT@Base 0
 glGenTexturesEXT@Base 0
 glIsTextureEXT@Base 0
--- a/src/compiler/glsl/tests/cache_test.c	2020-03-18 22:24:18.0 +0100
+++ b/src/compiler/glsl/tests/cache_test.c	2020-03-30 12:09:05.0 +0200
@@ -132,8 +132,8 @@
 {
bool sub_dirs_created = false;
 
-   char buf[PATH_MAX];
-   if (getcwd(buf, PATH_MAX)) {
+   char *buf = getcwd(NULL, 0);
+   if (buf) {
   char *full_path = NULL;
   if (asprintf(&full_path, "%s%s", buf, ++cache_dir) != -1 ) {
  struct stat sb;
@@ -142,6 +142,7 @@
 
  free(full_path);
   }
+  free(buf);
}
 
expect_true(sub_dirs_created, "create sub dirs");
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 20.0.4-1
Done: Timo Aaltonen 

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

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated mesa 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: Sun, 05 Apr 2020 23:39:55 +0300
Source: mesa
Architecture: source
Version: 20.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 955351
Changes:
 mesa (20.0.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * path_max.diff, libglx-mesa0.symbols.hurd: Fix build on Hurd.
 (Closes: #955351)
   * upstream/signing-key.asc: Added Eric Engestrom's key.
   * source/local-options: Update extend-diff-ignore.
Checksums-Sha1:
 b6d56031f38ecb28ecc479d02d267c2ce9057c52 5272 mesa_20.0.4-1.dsc
 109d7dbda099e1e2b19ccbed16cabaa5ec6b5ac1 19108483 mesa_20.0.4.orig.tar.gz
 31ba6b206807f74d3794640c69719acf959e1e03 102483 mesa_20.0.4-1.diff.gz
 88a71e277a5a892fe6472ae58fc88c0f1ca893a8 9548 mesa_20.0.4-1_source.buildinfo
Checksums-Sha256:
 6dbbf947a9bc5aba004ffb58e6d155e609a925f61ea8b88c15310cada1458c60 5272 
mesa_20.0.4-1.dsc
 0e24b32c04c7c6c170a68871813a3f5b31d8aa3e0794b052c626c0ed7810 19108483 
mesa_20.0.4.orig.tar.gz
 d382ff28990fe332013c79d4f8fb217fa7af6988b85efe75309d35d68e0c1317 102483 
mesa_20.0.4-1.diff.gz
 0dcc5275fda5a294156a96ce3bf3fdb5453cbd3b3b4e21be7d514de085eda0d6 9548 
mesa_20.0.4-1_source.buildinfo
Files:
 ed0ceeebe41f7f17fab93066cddcf351 5272 graphics optional mesa_20.0.4-1.dsc
 771512cd10a5f6093e0cce9623388348 19108483 graphics optional 
mesa_20.0.4.orig.tar.gz
 7de49739bb9068944d6af84bf203003f 102483 graphics optional mesa_20.0.4-1.diff.gz
 abf2cf81618422b889a3571258d440a7 9548 graphics optional 
mesa_20.0.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAl6KQk4ACgkQy3AxZaiJ
hNzjiw/7B76+FAwpiBvC5sXALGKrUmu7b3LOBCNipc5d9CcMDjM5XjNsQFra5xKL
b6VyyWQ1bIdCeT5+EPubGzoBGlJKtU5QhUkVPtoPXb2PrGKEUBN0s4gHtIgiIBK4
YhkJmZgriIoucBhF3DKGBaeMHJO0iijYxAHRpF0AdozPMXgJo88yP6+IWwnJBmHw
EkYoPehl+rOm4+DMz4p6OnRaYPopg5lcpV5BUcLH460xwKTPwRuPAwKsaZkGLbnY
OcwaMuzdyYKnO8pXt+zcgARqeF7iZcIuSNgURK+XPja+wzmkXZ8IKkE58v4x1q0G
S7jfbJ5ra9xu/XHW9oOVIV8eyGwbfvnNIydjAMcvIrowNlliHihYYolbDVq3lQQ6
nOKO2wcAvN87HOqIrhV3zeioToZUWenx16z1s0qhPBU8YJ0zNl6JbYBQjyPi4nMe
JQsmTVRgQbj/dS6cv0flZAhW/VDyZVxdwuRguhkhOQlv2B+99oD8D1mAU8q2Laze

Processing of mesa_20.0.4-1_source.changes

2020-04-05 Thread Debian FTP Masters
mesa_20.0.4-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_20.0.4-1.dsc
  mesa_20.0.4.orig.tar.gz
  mesa_20.0.4-1.diff.gz
  mesa_20.0.4-1_source.buildinfo

Greetings,

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



mesa_20.0.4-1_source.changes ACCEPTED into unstable

2020-04-05 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Apr 2020 23:39:55 +0300
Source: mesa
Architecture: source
Version: 20.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 955351
Changes:
 mesa (20.0.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * path_max.diff, libglx-mesa0.symbols.hurd: Fix build on Hurd.
 (Closes: #955351)
   * upstream/signing-key.asc: Added Eric Engestrom's key.
   * source/local-options: Update extend-diff-ignore.
Checksums-Sha1:
 b6d56031f38ecb28ecc479d02d267c2ce9057c52 5272 mesa_20.0.4-1.dsc
 109d7dbda099e1e2b19ccbed16cabaa5ec6b5ac1 19108483 mesa_20.0.4.orig.tar.gz
 31ba6b206807f74d3794640c69719acf959e1e03 102483 mesa_20.0.4-1.diff.gz
 88a71e277a5a892fe6472ae58fc88c0f1ca893a8 9548 mesa_20.0.4-1_source.buildinfo
Checksums-Sha256:
 6dbbf947a9bc5aba004ffb58e6d155e609a925f61ea8b88c15310cada1458c60 5272 
mesa_20.0.4-1.dsc
 0e24b32c04c7c6c170a68871813a3f5b31d8aa3e0794b052c626c0ed7810 19108483 
mesa_20.0.4.orig.tar.gz
 d382ff28990fe332013c79d4f8fb217fa7af6988b85efe75309d35d68e0c1317 102483 
mesa_20.0.4-1.diff.gz
 0dcc5275fda5a294156a96ce3bf3fdb5453cbd3b3b4e21be7d514de085eda0d6 9548 
mesa_20.0.4-1_source.buildinfo
Files:
 ed0ceeebe41f7f17fab93066cddcf351 5272 graphics optional mesa_20.0.4-1.dsc
 771512cd10a5f6093e0cce9623388348 19108483 graphics optional 
mesa_20.0.4.orig.tar.gz
 7de49739bb9068944d6af84bf203003f 102483 graphics optional mesa_20.0.4-1.diff.gz
 abf2cf81618422b889a3571258d440a7 9548 graphics optional 
mesa_20.0.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAl6KQk4ACgkQy3AxZaiJ
hNzjiw/7B76+FAwpiBvC5sXALGKrUmu7b3LOBCNipc5d9CcMDjM5XjNsQFra5xKL
b6VyyWQ1bIdCeT5+EPubGzoBGlJKtU5QhUkVPtoPXb2PrGKEUBN0s4gHtIgiIBK4
YhkJmZgriIoucBhF3DKGBaeMHJO0iijYxAHRpF0AdozPMXgJo88yP6+IWwnJBmHw
EkYoPehl+rOm4+DMz4p6OnRaYPopg5lcpV5BUcLH460xwKTPwRuPAwKsaZkGLbnY
OcwaMuzdyYKnO8pXt+zcgARqeF7iZcIuSNgURK+XPja+wzmkXZ8IKkE58v4x1q0G
S7jfbJ5ra9xu/XHW9oOVIV8eyGwbfvnNIydjAMcvIrowNlliHihYYolbDVq3lQQ6
nOKO2wcAvN87HOqIrhV3zeioToZUWenx16z1s0qhPBU8YJ0zNl6JbYBQjyPi4nMe
JQsmTVRgQbj/dS6cv0flZAhW/VDyZVxdwuRguhkhOQlv2B+99oD8D1mAU8q2Laze
2wVLv0wPVOrovOhed6wT/mLYj9mgpamxKpZatbOYP54lWPE7Uc1tSGEpZBnXGODh
OQOvEQ+IAEaSoqxrYIGqVCBwpoFi/JxssFpK/3CoB9XyiqoFRwzHk2ebUlizIo9b
1wmskAPbDVuC3uj5uYd5jFxfs1oS/TkQ4pNjczUfai6DI6tySjI=
=OoUf
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#956004: mesa: Please build Mesa agaisng llvm 10

2020-04-05 Thread Shmerl
Source: mesa
Severity: wishlist

Dear Maintainer,

llvm 10 has various fixes that affect AMD Navi cards, that apparently were not
backported to llvm 9 series. llvm 9 is causing desktop hangs on Navi cards even
with Mesa 20.x. Please build Mesa in Debian unstable / testing using llvm 10.

Thanks!



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.2 (SMP w/24 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_UNSIGNED_MODULE
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 /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Processed: retitle 956004

2020-04-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 956004 Please build Mesa against llvm 10
Bug #956004 [src:mesa] mesa: Please build Mesa agaisng llvm 10
Changed Bug title to 'Please build Mesa against llvm 10' from 'mesa: Please 
build Mesa agaisng llvm 10'.
>
End of message, stopping processing here.

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



Bug#954311: Not just rendering issues...

2020-04-05 Thread Pascal Giard
Thanks A LOT for the /etc/drirc trick, it fixed the problem detailed below
for me.
Took me over an hour to figure out what was wrong and to end up on this bug
report.

I have a Thinkpad T480 (Intel UHD 620).

The new iris driver causes all my video players to crash (e.g., VLC or mpv)
and prevents Zoom from converting my recorded sessions.

Best regards,

-Pascal
--
Homepage (http://pascal.giard.info)
École de technologie supérieure (http://etsmtl.ca)


Bug#956004: mesa: Please build Mesa agaisng llvm 10

2020-04-05 Thread Timo Aaltonen
On 6.4.2020 1.03, Shmerl wrote:
> Source: mesa
> Severity: wishlist
> 
> Dear Maintainer,
> 
> llvm 10 has various fixes that affect AMD Navi cards, that apparently were not
> backported to llvm 9 series. llvm 9 is causing desktop hangs on Navi cards 
> even
> with Mesa 20.x. Please build Mesa in Debian unstable / testing using llvm 10.

Sure, if only it would build:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955531
https://bugs.llvm.org/show_bug.cgi?id=44870



-- 
t