Bug#914167: fatal error: KHR/khrplatform.h: No such file or directory

2018-11-19 Thread Mathieu Malaterre
On Tue, Nov 20, 2018 at 8:31 AM Mathieu Malaterre  wrote:
>
> On Tue, Nov 20, 2018 at 8:19 AM Timo Aaltonen  wrote:
> >
> > On 20.11.2018 9.04, Mathieu Malaterre wrote:
> > > Package: mesa-common-dev
> > > Version: 18.2.5-1
> > > Severity: serious
> > > Tags: ftbfs
> > >
> > > OpenVDB fails to build from source because of:
> > >
> > > In file included from /usr/include/GL/gl.h:2055,
> > >  from viewer/Font.h:40,
> > >  from viewer/Font.cc:31:
> > > /usr/include/GL/glext.h:467:10: fatal error: KHR/khrplatform.h: No
> > > such file or directory
> > >  #include 
> > >   ^~~
> > > compilation terminated.
> > >
> > > ref:
> > > https://buildd.debian.org/status/fetch.php?pkg=openvdb=amd64=5.2.0-5=154226=0
> > >
> > > It would be nice to fix this, upstream seems to have provided a patch:
> > >
> > > https://bugs.freedesktop.org/show_bug.cgi?id=107511
> >
> > That commit is in 18.2.5:
> >
> > commit 2645ea5817f4fd05905b8deda96c268cd69fa48c
> > Author: Eric Engestrom 
> > Date:   Tue Aug 7 12:56:25 2018 +0100
> >
> > configure: install KHR/khrplatform.h when needed
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107511
> > Fixes: f7d42ee7d319256608ad "include: update GL & GLES headers (v2)"
> > Signed-off-by: Eric Engestrom 
> > Tested-by: Brad King 
> > Reviewed-by: Emil Velikov 
> > (cherry picked from commit 87c156183cd668f1341326cc7c88ab6686f27d8f)
> >
> > so something else is wrong.
>
> I must admit I was hoping for some help here. Here is what I see on my side:
>
> $ head -n 467 /usr/include/GL/glext.h  | tail -1
> #include 
>
> So this is a bit mysterious what is happening on all the buildds...

As a side note, the experimental build of OpenVDB (same orig tarball
as the one in sid) went find using the previous version of mesa:

https://buildd.debian.org/status/fetch.php?pkg=openvdb=amd64=5.2.0-4=1542634335=0

...
Get: 164 http://ftp.gr.debian.org/debian unstable/main amd64
mesa-common-dev amd64 18.1.9-1 [587 kB]
...



Bug#914167: fatal error: KHR/khrplatform.h: No such file or directory

2018-11-19 Thread Mathieu Malaterre
On Tue, Nov 20, 2018 at 8:19 AM Timo Aaltonen  wrote:
>
> On 20.11.2018 9.04, Mathieu Malaterre wrote:
> > Package: mesa-common-dev
> > Version: 18.2.5-1
> > Severity: serious
> > Tags: ftbfs
> >
> > OpenVDB fails to build from source because of:
> >
> > In file included from /usr/include/GL/gl.h:2055,
> >  from viewer/Font.h:40,
> >  from viewer/Font.cc:31:
> > /usr/include/GL/glext.h:467:10: fatal error: KHR/khrplatform.h: No
> > such file or directory
> >  #include 
> >   ^~~
> > compilation terminated.
> >
> > ref:
> > https://buildd.debian.org/status/fetch.php?pkg=openvdb=amd64=5.2.0-5=154226=0
> >
> > It would be nice to fix this, upstream seems to have provided a patch:
> >
> > https://bugs.freedesktop.org/show_bug.cgi?id=107511
>
> That commit is in 18.2.5:
>
> commit 2645ea5817f4fd05905b8deda96c268cd69fa48c
> Author: Eric Engestrom 
> Date:   Tue Aug 7 12:56:25 2018 +0100
>
> configure: install KHR/khrplatform.h when needed
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107511
> Fixes: f7d42ee7d319256608ad "include: update GL & GLES headers (v2)"
> Signed-off-by: Eric Engestrom 
> Tested-by: Brad King 
> Reviewed-by: Emil Velikov 
> (cherry picked from commit 87c156183cd668f1341326cc7c88ab6686f27d8f)
>
> so something else is wrong.

I must admit I was hoping for some help here. Here is what I see on my side:

$ head -n 467 /usr/include/GL/glext.h  | tail -1
#include 

So this is a bit mysterious what is happening on all the buildds...



Bug#914167: fatal error: KHR/khrplatform.h: No such file or directory

2018-11-19 Thread Timo Aaltonen
On 20.11.2018 9.04, Mathieu Malaterre wrote:
> Package: mesa-common-dev
> Version: 18.2.5-1
> Severity: serious
> Tags: ftbfs
> 
> OpenVDB fails to build from source because of:
> 
> In file included from /usr/include/GL/gl.h:2055,
>  from viewer/Font.h:40,
>  from viewer/Font.cc:31:
> /usr/include/GL/glext.h:467:10: fatal error: KHR/khrplatform.h: No
> such file or directory
>  #include 
>   ^~~
> compilation terminated.
> 
> ref:
> https://buildd.debian.org/status/fetch.php?pkg=openvdb=amd64=5.2.0-5=154226=0
> 
> It would be nice to fix this, upstream seems to have provided a patch:
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=107511

That commit is in 18.2.5:

commit 2645ea5817f4fd05905b8deda96c268cd69fa48c
Author: Eric Engestrom 
Date:   Tue Aug 7 12:56:25 2018 +0100

configure: install KHR/khrplatform.h when needed

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107511
Fixes: f7d42ee7d319256608ad "include: update GL & GLES headers (v2)"
Signed-off-by: Eric Engestrom 
Tested-by: Brad King 
Reviewed-by: Emil Velikov 
(cherry picked from commit 87c156183cd668f1341326cc7c88ab6686f27d8f)

so something else is wrong.


-- 
t



Processed: your mail

2018-11-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 914167 src:openvdb
Bug #914167 [mesa-common-dev] fatal error: KHR/khrplatform.h: No such file or 
directory
Added indication that 914167 affects src:openvdb
> forwarded 914167 https://bugs.freedesktop.org/show_bug.cgi?id=107511
Bug #914167 [mesa-common-dev] fatal error: KHR/khrplatform.h: No such file or 
directory
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=107511'.
> tags 914167 patch fixed-upstream
Bug #914167 [mesa-common-dev] fatal error: KHR/khrplatform.h: No such file or 
directory
Added tag(s) patch and fixed-upstream.
>
End of message, stopping processing here.

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



Bug#914167: fatal error: KHR/khrplatform.h: No such file or directory

2018-11-19 Thread Mathieu Malaterre
Package: mesa-common-dev
Version: 18.2.5-1
Severity: serious
Tags: ftbfs

OpenVDB fails to build from source because of:

In file included from /usr/include/GL/gl.h:2055,
 from viewer/Font.h:40,
 from viewer/Font.cc:31:
/usr/include/GL/glext.h:467:10: fatal error: KHR/khrplatform.h: No
such file or directory
 #include 
  ^~~
compilation terminated.

ref:
https://buildd.debian.org/status/fetch.php?pkg=openvdb=amd64=5.2.0-5=154226=0

It would be nice to fix this, upstream seems to have provided a patch:

https://bugs.freedesktop.org/show_bug.cgi?id=107511



Bug#912791: marked as done (mesa: Please switch to llvm-toolchain-7)

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 18:35:52 +0100
with message-id <20181119173552.lmk2afniifuwzvpe@localhost.localdomain>
and subject line Re: Bug#912791: mesa: Please switch to llvm-toolchain-7
has caused the Debian Bug report #912791,
regarding mesa: Please switch to llvm-toolchain-7
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.)


-- 
912791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912791
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa
Severity: normal

Hello,

llvm-toolchain-7 is now the default version in Debian.

As part of the effort to keep the number of llvm-toolchain versions under
control, it would be great if you could update to llvm-toolchain-7.

Thanks,
Sylvestre
--- End Message ---
--- Begin Message ---
Version: 18.2.0-2

On Sat, Nov 03, 2018 at 10:50:01PM +0100, Sylvestre Ledru wrote:
> Source: mesa
> Severity: normal
> 
> Hello,
> 
> llvm-toolchain-7 is now the default version in Debian.
> 
> As part of the effort to keep the number of llvm-toolchain versions under
> control, it would be great if you could update to llvm-toolchain-7.
> 
> Thanks,
> Sylvestre

This issue has been fixed in mesa 18.2.0-2.
Closing this bug accordingly.

Thanks,
Andreas--- End Message ---


Processed: forcibly merging 686152 686150

2018-11-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 686150 src:xorg-server 2:1.12.3-1
Bug #686150 [xserver-xorg-core] xorg server 1.12.3: xf86UnloadSubModule() hangs
Bug reassigned from package 'xserver-xorg-core' to 'src:xorg-server'.
Ignoring request to alter found versions of bug #686150 to the same values 
previously set
Ignoring request to alter fixed versions of bug #686150 to the same values 
previously set
Bug #686150 [src:xorg-server] xorg server 1.12.3: xf86UnloadSubModule() hangs
Marked as found in versions xorg-server/2:1.12.3-1.
> forcemerge 686152 686150
Bug #686152 {Done: Julien Cristau } [src:xorg-server] xorg 
server 1.12.3: xf86UnloadSubModule() hangs
Bug #686150 [src:xorg-server] xorg server 1.12.3: xf86UnloadSubModule() hangs
Marked Bug as done
Marked as fixed in versions xorg-server/2:1.12.4-1.
Added tag(s) patch.
Bug #686152 {Done: Julien Cristau } [src:xorg-server] xorg 
server 1.12.3: xf86UnloadSubModule() hangs
Added tag(s) wheezy.
Merged 686150 686152
> thanks
Stopping processing here.

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



Processed: unarchiving 686152

2018-11-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unarchive 686152
Bug #686152 {Done: Julien Cristau } [src:xorg-server] xorg 
server 1.12.3: xf86UnloadSubModule() hangs
Unarchived Bug 686152
> thanks
Stopping processing here.

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



Bug#908812: marked as done (libgl1-mesa-dev: dependency on transitional packages)

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 17:33:00 +0100
with message-id <20181119163300.egbwghb5mxz6sf4c@localhost.localdomain>
and subject line Re: Bug#908812: libgl1-mesa-dev: dependency on transitional 
packages
has caused the Debian Bug report #908812,
regarding libgl1-mesa-dev: dependency on transitional packages
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.)


-- 
908812: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1-mesa-dev
Version: 18.1.8-1
Severity: wishlist

Dear Maintainer(s),

this package depends on the packages x11proto-dri2-dev and
x11proto-gl-dev which are marked as transitional. Shouldn't it depend on
x11proto-dev instead? This also applies to the experimental version of
this package.

Regards,
Jörg.


Versions of packages libgl1-mesa-dev depends on:
ii  libdrm-dev  2.4.94-1
ii  libglvnd-dev1.1.0-1
ii  libx11-dev  2:1.6.6-1
ii  libx11-xcb-dev  2:1.6.6-1
ii  libxcb-dri2-0-dev   1.13-3
ii  libxcb-dri3-dev 1.13-3
ii  libxcb-glx0-dev 1.13-3
ii  libxcb-present-dev  1.13-3
ii  libxcb-sync-dev 1.13-3
ii  libxdamage-dev  1:1.1.4-3
ii  libxext-dev 2:1.3.3-1+b2
ii  libxfixes-dev   1:5.0.3-1
ii  libxshmfence-dev1.3-1
ii  libxxf86vm-dev  1:1.1.4-1+b2
ii  mesa-common-dev 18.1.8-1
ii  x11proto-dev [x11proto-gl-dev]  2018.4-4
ii  x11proto-dri2-dev   2018.4-4
ii  x11proto-gl-dev 2018.4-4

libgl1-mesa-dev recommends no packages.

libgl1-mesa-dev suggests no packages.
--- End Message ---
--- Begin Message ---
Version: 18.2.0-2

On Thu, Oct 11, 2018 at 03:11:10PM +0200, Andreas Boll wrote:
> Control: tag -1 pending
> 
> On Thu, Oct 11, 2018 at 01:32:06PM +0200, Jörg-Volker Peetz wrote:
> > Version: 18.1.9-1
> > 
> > Dear Maintainer(s),
> > 
> > in version 18.1.9-1 this package still depends on the packages 
> > x11proto-dri2-dev and
> > x11proto-gl-dev which are marked as transitional.
> > 
> > Regards,
> > Jörg.
> 
> This issue has been fixed in mesa 18.2.0-2 / experimental but
> unfortunately it is still in NEW.
> 
> https://ftp-master.debian.org/new/mesa_18.2.0-2.html
> 
> Thanks,
> Andreas

Closing this issue accordingly.--- End Message ---


mesa_18.2.5-1_source.changes ACCEPTED into unstable

2018-11-19 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 19 Nov 2018 16:18:34 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 
mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 libd3dadapter9-mesa - state-tracker for Direct3D9
 libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 863972 907136 908827 909720
Changes:
 mesa (18.2.5-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 mesa (18.2.4-1) experimental; urgency=medium
 .
   [ Andreas Boll ]
   * New upstream release.
 - vulkan: Disable randr lease for libxcb < 1.13 (Closes: #908827,
 #909720).
   * Drop version from build-deps libxcb-dri3-dev and libxcb-present-dev.
   * Bump libdrm-dev dependency to 2.4.92.
   * Enable building etnaviv and imx on arm64 (Closes: #907136).
 .
   [ Timo Aaltonen ]
   * copyright: Rewrite for format 1.0.
 .
 mesa (18.2.1-1) experimental; urgency=medium
 .
   * New upstream release.
   * control: Add libd3dadapter9-mesa to -dev depends.
   * control: Fix libd3dadapter9-mesa-dev section, and drop
 shlibs:Depends.
 .
 mesa (18.2.0-3) experimental; urgency=medium
 .
   * control, rules: Nine needs llvmpipe, and also makes sense to build it
 only on archs that have wine.
 .
 mesa (18.2.0-2) experimental; urgency=medium
 .
   * control: Bump build-dep on libxcb-dri3-dev and libxcb-present-dev to
 1.13. (Closes: #908827)
   * control: Build-depend on x11proto-dev, modify libegl1-mesa-dev and
 libgl1-mesa-dev depends.
   * Migrate to llvm/clang-7.
   * Enable gallium D3D state tracker, thanks Antonio Russo and Andrew
 Cook! (Closes: #863972)
   * rules: Enable v3d on arm. Thanks, Fabio Pedretti!
   * rules: Drop enabling texture float, it's enabled by default now.
Checksums-Sha1:
 72f7074989e8d7e524038382e37436650137c3f4 5088 mesa_18.2.5-1.dsc
 cbec6e9aed1ebfac1ee8f7c1e00e854ec53044df 19630132 mesa_18.2.5.orig.tar.gz
 28d645a4489685efe37fbe6d17c3e8aa627cc048 100950 mesa_18.2.5-1.diff.gz
Checksums-Sha256:
 350f75d59807b9bf56210be68244c978b59c1229f5fbed32a305b50b9f365abe 5088 
mesa_18.2.5-1.dsc
 dddc28928b6f4083a0d5120b58c1c8e2dc189ab5c14299c08a386607fdbbdce7 19630132 
mesa_18.2.5.orig.tar.gz
 821461e4af5687ee599ce534b4ce0d4933e5a81ca0d9d81040ebc5cf42e1684e 100950 
mesa_18.2.5-1.diff.gz
Files:
 85bb37df6d0936f9f720cb20d743bab4 5088 graphics optional mesa_18.2.5-1.dsc
 b13964a76d4855d0dfb4d93ff61221bb 19630132 graphics optional 
mesa_18.2.5.orig.tar.gz
 eb7238c0489f881f5807b1315eda8170 100950 graphics optional mesa_18.2.5-1.diff.gz

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE45C5cAWC+uqVmsrUHu9T04o6nGcFAlvy1WkRHGFib2xsQGRl
Ymlhbi5vcmcACgkQHu9T04o6nGf7+xAAoAalvjlODSCFr41tzcZ7j9kXQUtTr38Z
2A8Dhr66tN3hfjpNinfYjBcIglOGhBNxzZUk400Nk8JqXyikxfq/92I9rzeIWqpX
Lee5+27g5Adaaa3FWO2PbXAzRYJ+WpeupqZ58uWXBc6sEaKtGGmHvGfBWan3XEdW
ibk07T8UI0gpMqcxuCupBPX+7mDgBFRbeOniB2Ol8sBQ900+U3qclcsm/6AksBsp
vuG3bvvp/IlQ0rpga+xOwW0YwUu4XYRzX4rJyFasuQVKKPYigbaFRbV4/zY/TqPQ
UmCMhjI4rxEvdm4d13LRMItU4ZRD+SXOlhtdIg8ytR0FjBTRjrtQSXvt6Hzw3Bld
QlWDjCmS/W1Ru1IxWShcbvoPnXc3us5hthMshPcA65g8xTeJ28lcX4p2SZumgjKH

Processing of mesa_18.2.5-1_source.changes

2018-11-19 Thread Debian FTP Masters
mesa_18.2.5-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_18.2.5-1.dsc
  mesa_18.2.5.orig.tar.gz
  mesa_18.2.5-1.diff.gz

Greetings,

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



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

2018-11-19 Thread Andreas Boll
Andreas Boll pushed new tag mesa-18.2.5-1 at X Strike Force / lib / mesa

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


Bug#907136: marked as done (Please consider enabling etnaviv on arm64 after 18.2.0)

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 15:34:34 +
with message-id 
and subject line Bug#907136: fixed in mesa 18.2.5-1
has caused the Debian Bug report #907136,
regarding Please consider enabling etnaviv on arm64 after 18.2.0
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.)


-- 
907136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907136
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa
Version: 26
Severity: wishlist
Version: 

Hi,
with etnaviv kernel driver and libdrm shaping up on arm64 it would be
great to have this enabled as well. Not all patches for GC7000 (imx8)
are mainline yet:

https://github.com/laanwj/mesa/tree/gc7000

but most of them are and it would be nice to have this enabled for early
experiments.

Cheers,
 -- Guido


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 18.2.5-1

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

Debian distribution maintenance software
pp.
Andreas Boll  (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: Mon, 19 Nov 2018 16:18:34 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 
mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 libd3dadapter9-mesa - state-tracker for Direct3D9
 libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 863972 907136 908827 909720
Changes:
 mesa (18.2.5-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 mesa (18.2.4-1) experimental; urgency=medium
 .
   [ Andreas Boll ]
   * New upstream release.
 - vulkan: Disable randr lease for libxcb < 1.13 (Closes: #908827,
 #909720).
   * Drop 

Bug#908827: marked as done (mesa: Fails to build on Stretch, missing min build dep)

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 15:34:34 +
with message-id 
and subject line Bug#908827: fixed in mesa 18.2.5-1
has caused the Debian Bug report #908827,
regarding mesa: Fails to build on Stretch, missing min build dep
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.)


-- 
908827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908827
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa
Version: 18.2.0-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

Mesa 18.2.0-1 fails to build on Stretch, I can't find the relevant bug report
on freedesktop.org but now it requires xcb-proto >= 1.13.

After compiling and installing xcb-proto and libxcb 1.13-1 from unstable, the
package was built succesfully.



-- System Information:
Debian Release: 9.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-rc2-test1 (SMP w/8 CPU cores)
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: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 18.2.5-1

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

Debian distribution maintenance software
pp.
Andreas Boll  (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: Mon, 19 Nov 2018 16:18:34 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 
mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 libd3dadapter9-mesa - state-tracker for Direct3D9
 libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 863972 907136 908827 909720
Changes:
 mesa (18.2.5-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 mesa (18.2.4-1) experimental; urgency=medium
 .
   [ Andreas Boll ]
   * New upstream release.
 - vulkan: Disable randr lease for libxcb < 1.13 (Closes: #908827,
 #909720).
   * Drop version from build-deps libxcb-dri3-dev and libxcb-present-dev.
   * Bump libdrm-dev dependency to 2.4.92.
   * Enable building 

Bug#872269: marked as done (mesa: none)

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 15:34:34 +
with message-id 
and subject line Bug#863972: fixed in mesa 18.2.5-1
has caused the Debian Bug report #863972,
regarding mesa: none
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.)


-- 
863972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa
Severity: wishlist

Dear Maintainer,

please activate d3d9 support in mesa by --enable-nine option. This will
produce some additional files that may be placed into separate packages.
I have tested it with wine since it was included into mesa mainline and
it always compiles and works well.


-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial-proposed'), (500, 'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.1noradeon-hiber (SMP w/16 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 18.2.5-1

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

Debian distribution maintenance software
pp.
Andreas Boll  (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: Mon, 19 Nov 2018 16:18:34 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 
mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 libd3dadapter9-mesa - state-tracker for Direct3D9
 libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 863972 907136 908827 909720
Changes:
 mesa (18.2.5-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 mesa (18.2.4-1) experimental; urgency=medium
 .
   [ Andreas Boll ]
   * New upstream release.
 - vulkan: Disable randr lease for libxcb < 1.13 (Closes: #908827,
 #909720).
   * Drop version from build-deps libxcb-dri3-dev and libxcb-present-dev.
   * Bump libdrm-dev dependency to 2.4.92.
   * Enable building etnaviv and imx on arm64 (Closes: #907136).
 .
   [ Timo Aaltonen ]
   

Bug#909720: marked as done (Mesa 18.2.1 build issue for stretch (backports))

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 15:34:34 +
with message-id 
and subject line Bug#909720: fixed in mesa 18.2.5-1
has caused the Debian Bug report #909720,
regarding Mesa 18.2.1 build issue for stretch (backports)
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.)


-- 
909720: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mesa
Version: 18.2.1

Building the package for stretch leads to a build failure due to an
upstream bug Re: libxcb version issues.

Bug is fixed in upstream as commit:
dd333c66bdcb11c0d7c5 "vulkan: Disable randr lease for libxcb < 1.13"

Upstream bug for reference:
https://bugs.freedesktop.org/show_bug.cgi?id=108024

If mesa 18.2.1 gets built for stretch-backports, you'll need to pull this
commit in as a patch so it'll build. This commit hopefully should make it
into 18.2.2.

Hope this helps.

-- 
Stuart Young (aka Cefiar)
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 18.2.5-1

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

Debian distribution maintenance software
pp.
Andreas Boll  (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: Mon, 19 Nov 2018 16:18:34 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 
mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 libd3dadapter9-mesa - state-tracker for Direct3D9
 libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 863972 907136 908827 909720
Changes:
 mesa (18.2.5-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 mesa (18.2.4-1) experimental; urgency=medium
 .
   [ Andreas Boll ]
   * New upstream release.
 - vulkan: Disable randr lease for libxcb < 1.13 (Closes: #908827,
 #909720).
   * Drop version from build-deps libxcb-dri3-dev and libxcb-present-dev.
   * Bump libdrm-dev dependency to 2.4.92.
   * Enable building etnaviv and imx on arm64 (Closes: #907136).
 .
   [ Timo Aaltonen ]
   * copyright: Rewrite for format 1.0.
 .
 mesa (18.2.1-1) experimental; urgency=medium
 .
   * New upstream release.
   * control: Add libd3dadapter9-mesa to -dev depends.
   * control: Fix 

Bug#781078: marked as done (Package d3dadapter9)

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 15:34:34 +
with message-id 
and subject line Bug#863972: fixed in mesa 18.2.5-1
has caused the Debian Bug report #863972,
regarding Package d3dadapter9
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.)


-- 
863972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mesa
Severity: wishlist
Tags: patch

A branch of wine with support for gallium-nine is being maintained, it
would be convenient if the d3dadapter9.so was built upstream instead of
having to recompile mesa.

diff --git a/debian/control b/debian/control
index fa9ef9d..9265da1 100644
--- a/debian/control
+++ b/debian/control
@@ -200,6 +200,32 @@ Description: X acceleration library -- development files
  This package provides the development environment for compiling programs
  against the xatracker library.
 
+Package: libd3dadapter9-mesa
+Section: libs
+Architecture: linux-any kfreebsd-any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libudev1 [linux-any],
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: generic buffer management API -- runtime
+ This package contains the d3d9 state tracker
+
+Package: libd3dadapter9-mesa-dev
+Section: libs
+Architecture: linux-any kfreebsd-any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libudev1 [linux-any],
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: generic buffer management API -- runtime
+ This package contains the d3d9 state tracker
+ .
+ Development files
+
 Package: libgbm1
 Section: libs
 Architecture: linux-any kfreebsd-any
diff --git a/debian/libd3dadapter9-mesa-dev.install.in b/debian/libd3dadapter9-mesa-dev.install.in
new file mode 100644
index 000..814baf9
--- /dev/null
+++ b/debian/libd3dadapter9-mesa-dev.install.in
@@ -0,0 +1,5 @@
+dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/d3d.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
+dri/usr/include/d3dadapter/d3dadapter9.h usr/include/d3dadapter
+dri/usr/include/d3dadapter/drm.h usr/include/d3dadapter
+dri/usr/include/d3dadapter/present.h usr/include/d3dadapter
+
diff --git a/debian/libd3dadapter9-mesa.install.in b/debian/libd3dadapter9-mesa.install.in
new file mode 100644
index 000..51a06b4
--- /dev/null
+++ b/debian/libd3dadapter9-mesa.install.in
@@ -0,0 +1,3 @@
+dri/usr/lib/${DEB_HOST_MULTIARCH}/d3d/d3dadapter9.so.1.0.0 usr/lib/${DEB_HOST_MULTIARCH}/d3d
+dri/usr/lib/${DEB_HOST_MULTIARCH}/d3d/d3dadapter9.so.1 usr/lib/${DEB_HOST_MULTIARCH}/d3d
+dri/usr/lib/${DEB_HOST_MULTIARCH}/d3d/d3dadapter9.so usr/lib/${DEB_HOST_MULTIARCH}/d3d
diff --git a/debian/rules b/debian/rules
index c3776b4..064d0b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,7 @@ else
   # Build intel drivers on archs where libdrm-intel is installed
   ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 x32))
 	DRI_DRIVERS += i915 i965
+	GALLIUM_DRIVERS += i915
   endif
 
   # Do not build llvmpipe for armhf, it regresses compared to the classic swrast.
@@ -132,6 +133,7 @@ confflags-dri = \
 	--with-dri-driverdir=/usr/lib/$(DEB_HOST_MULTIARCH)/dri \
 	--with-dri-searchpath='/usr/lib/$(DEB_HOST_MULTIARCH)/dri:\{ORIGIN}/dri:/usr/lib/dri' \
 	--enable-osmesa \
+	--enable-nine \
 	--enable-glx-tls \
 	--enable-shared-glapi \
 	--enable-texture-float \
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 18.2.5-1

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

Debian distribution maintenance software
pp.
Andreas Boll  (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: Mon, 19 Nov 2018 16:18:34 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 

Bug#863972: marked as done (mesa: please enable gallium-nine)

2018-11-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Nov 2018 15:34:34 +
with message-id 
and subject line Bug#863972: fixed in mesa 18.2.5-1
has caused the Debian Bug report #863972,
regarding mesa: please enable gallium-nine
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.)


-- 
863972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Subject: mesa: please enable gallium-nine
Package: mesa
Version: 17.1.0-1
Severity: wishlist

Dear Maintainer,

please enable gallium-nine for native d3d in wine-nine

Thanks.






Sent using Guerrillamail.com
Block or report abuse: 
https://www.guerrillamail.com//abuse/?a=UlR2CAQUY7YAjx369HsdexXJA8WC1Q%3D%3D

--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 18.2.5-1

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

Debian distribution maintenance software
pp.
Andreas Boll  (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: Mon, 19 Nov 2018 16:18:34 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 
mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 libd3dadapter9-mesa - state-tracker for Direct3D9
 libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 863972 907136 908827 909720
Changes:
 mesa (18.2.5-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 mesa (18.2.4-1) experimental; urgency=medium
 .
   [ Andreas Boll ]
   * New upstream release.
 - vulkan: Disable randr lease for libxcb < 1.13 (Closes: #908827,
 #909720).
   * Drop version from build-deps libxcb-dri3-dev and libxcb-present-dev.
   * Bump libdrm-dev dependency to 2.4.92.
   * Enable building etnaviv and imx on arm64 (Closes: #907136).
 .
   [ Timo Aaltonen ]
   * copyright: Rewrite for format 1.0.
 .
 mesa (18.2.1-1) experimental; urgency=medium
 .
   * New upstream release.
   * control: Add libd3dadapter9-mesa to -dev depends.
   * control: Fix libd3dadapter9-mesa-dev section, and drop
 shlibs:Depends.
 .
 mesa (18.2.0-3) experimental; urgency=medium
 .
   * control, rules: Nine needs llvmpipe, and also makes sense to build it
 only on archs that have wine.
 .
 mesa