[Git][xorg-team/vulkan/vulkan-loader][debian-unstable] d/rules: Delete another __pycache__ directory

2022-05-24 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
8586fddf by Simon McVittie at 2022-05-24T11:01:07+00:00
d/rules: Delete another __pycache__ directory

- - - - -


1 changed file:

- debian/rules


Changes:

=
debian/rules
=
@@ -45,6 +45,7 @@ override_dh_auto_install:
cp -rp vulkan-headers/include debian/tmp/usr
cp -rp vulkan-headers/registry debian/tmp/usr/share/vulkan
rm -rf debian/tmp/usr/share/vulkan/registry/__pycache__
+   rm -rf debian/tmp/usr/share/vulkan/registry/spec_tools/__pycache__
 
 override_dh_missing:
dh_missing --fail-missing



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/8586fddf8b4361bbab433fa39fd26b1f0f273815

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/8586fddf8b4361bbab433fa39fd26b1f0f273815
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/vulkan/vulkan-loader][debian-unstable] Regenerate loader/generated/ during build

2022-05-24 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
cdfa4468 by Simon McVittie at 2022-05-24T10:58:28+00:00
Regenerate loader/generated/ during build

Thanks: Helmut Grohne
Closes: #981362

- - - - -


2 changed files:

- + debian/clean
- debian/rules


Changes:

=
debian/clean
=
@@ -0,0 +1,2 @@
+loader/generated/*.c
+loader/generated/*.h


=
debian/rules
=
@@ -28,6 +28,10 @@ endif
-DVulkanHeaders_INCLUDE_DIR=../vulkan-headers/include \
-DVulkanRegistry_DIR=../vulkan-headers/registry
 
+override_dh_auto_build:
+   dh_auto_build -- VulkanLoader_generated_source
+   dh_auto_build
+
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
(cd build; tests/run_all_tests.sh || \



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/cdfa4468109e20694953e031caea7bbaf535883a

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




[Git][xorg-team/vulkan/vulkan-loader][debian-unstable] d/copyright: Update

2022-05-24 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
0854a014 by Simon McVittie at 2022-05-24T10:52:43+00:00
d/copyright: Update

The loader no longer contains murmurhash, and several copyright dates
were out of date.

- - - - -


1 changed file:

- debian/copyright


Changes:

=
debian/copyright
=
@@ -3,11 +3,11 @@ Upstream-Name: Vulkan-Loader
 Source: https://github.com/KhronosGroup/Vulkan-Loader
 
 Files: *
-Copyright: 2015-2016 Valve Corporation
+Copyright: 2015-2022 Valve Corporation
   2015-2016 Google, Inc
-  2015-2016 The Khronos Group Inc
+  2015-2022 The Khronos Group Inc
   2005-2014 G-Truc Creation
-  2015-2016 LunarG, Inc
+  2015-2022 LunarG, Inc
 License: Apache-2.0
 
 Files: loader/cJSON.*
@@ -24,13 +24,6 @@ Copyright: 1997, 2003 Kevlin Henney
   2015-2016 LunarG, Inc
 License: MIT
 
-Files: loader/murmurhash.*
-Copyright: 2014 joseph werle 
-   2015-2016 The Khronos Group Inc
-  2015-2016 Valve Corporation
-  2015-2016 LunarG, Inc
-License: MIT
-
 Files: debian/*
 Copyright: 2016 Timo Aaltonen 
 License: MIT or Apache-2.0



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/0854a014fbef645082f958a2e08841147ae1fe3e

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/0854a014fbef645082f958a2e08841147ae1fe3e
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/vulkan/vulkan-loader][debian-unstable] tests: Exclude precompiled binary objects from .orig tarball

2022-05-24 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
afbceb7e by Simon McVittie at 2022-05-23T17:23:28+01:00
tests: Exclude precompiled binary objects from .orig tarball

- - - - -


4 changed files:

- − tests/framework/data/binaries/dummy_library_elf_32.dll
- − tests/framework/data/binaries/dummy_library_elf_64.dll
- − tests/framework/data/binaries/dummy_library_pe_32.so
- − tests/framework/data/binaries/dummy_library_pe_64.so


Changes:

=
tests/framework/data/binaries/dummy_library_elf_32.dll deleted
=
Binary files a/tests/framework/data/binaries/dummy_library_elf_32.dll and 
/dev/null differ


=
tests/framework/data/binaries/dummy_library_elf_64.dll deleted
=
Binary files a/tests/framework/data/binaries/dummy_library_elf_64.dll and 
/dev/null differ


=
tests/framework/data/binaries/dummy_library_pe_32.so deleted
=
Binary files a/tests/framework/data/binaries/dummy_library_pe_32.so and 
/dev/null differ


=
tests/framework/data/binaries/dummy_library_pe_64.so deleted
=
Binary files a/tests/framework/data/binaries/dummy_library_pe_64.so and 
/dev/null differ



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/afbceb7ee91ed3d1d093750222fa703b7cb29c4e

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




Bug#1011227: xserver-xorg-video-vesa: open /dev/dri/card0: No such file or directory

2022-05-24 Thread Martin-Éric Racine
On Tue, May 24, 2022 at 11:44 AM Julien Cristau  wrote:
>
> On Wed, May 18, 2022 at 05:37:32PM +0300, Martin-Éric Racine wrote:
> > On Wed, May 18, 2022 at 5:03 PM Julien Cristau  wrote:
> > > On Wed, May 18, 2022 at 04:52:01PM +0300, Martin-Éric Racine wrote:
> > > > xf86-video-vesa fails to lauch on a VESA-capable host. Logs attached.
> > > >
> > > Please include kernel logs, and contents of /proc/fb.
> >
> > $ cat /proc/fb
> > 0 VESA VGA
> >
> > Output of dmesg attached.
> >
> So you're using vesafb in the kernel, that's not compatible with the
> vesa Xorg driver, you have to pick one.

Is that documented anywhere?

> Another question is why the fbdev Xorg driver fails to init, so you can
> try debugging that.

Which is highly suspicious to begin with.

Martin-Éric



Bug#1011227: xserver-xorg-video-vesa: open /dev/dri/card0: No such file or directory

2022-05-24 Thread Julien Cristau
On Wed, May 18, 2022 at 05:37:32PM +0300, Martin-Éric Racine wrote:
> On Wed, May 18, 2022 at 5:03 PM Julien Cristau  wrote:
> > On Wed, May 18, 2022 at 04:52:01PM +0300, Martin-Éric Racine wrote:
> > > xf86-video-vesa fails to lauch on a VESA-capable host. Logs attached.
> > >
> > Please include kernel logs, and contents of /proc/fb.
> 
> $ cat /proc/fb
> 0 VESA VGA
> 
> Output of dmesg attached.
> 
So you're using vesafb in the kernel, that's not compatible with the
vesa Xorg driver, you have to pick one.

Another question is why the fbdev Xorg driver fails to init, so you can
try debugging that.

Cheers,
Julien