Your message dated Thu, 13 Oct 2016 22:49:58 +0000
with message-id <e1buop4-0000vs...@franck.debian.org>
and subject line Bug#840107: fixed in beignet 1.2.0-2
has caused the Debian Bug report #840107,
regarding beignet: FTBFS with libdrm-intel 2.4.71
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.)


-- 
840107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840107
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: beignet
Severity: serious
Control: tags -1 upstream patch

beignet started using drm_intel_get_pooled_eu and drm_intel_get_min_eu_in_pool if available early in their development, before their interface was finalized, and hence does not build with the released version (libdrm-intel 2.4.71).

A fix is being discussed upstream:
https://lists.freedesktop.org/archives/beignet/2016-October/008053.html

[ 29%] Building C object src/CMakeFiles/cl.dir/intel/intel_driver.c.o
cd /tmp/buildd/beignet-1.2.0/obj-x86_64-linux-gnu/src && /usr/lib/ccache/cc -DGEN7_SAMPLER_CLAMP_BORDER_WORKAROUND -DLLVM_38 -Dcl_EXPORTS -I/tmp/buildd/beignet-1.2.0/obj-x86_64-linux-gnu -I/tmp/buildd/beignet-1.2.0 -I/tmp/buildd/beignet-1.2.0/include -I/usr/include/libdrm -I/tmp/buildd/beignet-1.2.0/src -I/usr/include/libdrm/.. -I/tmp/buildd/beignet-1.2.0/src/../backend/src/backend -I/tmp/buildd/beignet-1.2.0/src/../include -I/usr/lib/llvm-3.8/include -DHAS_MIN_EU_IN_POOL -DHAS_POOLED_EU -DHAS_SUBSLICE_TOTAL -DHAS_EU_TOTAL -DHAS_USERPTR -DHAS_OCLIcd -DHAS_X11 -g -O2 -fdebug-prefix-map=/tmp/buildd/beignet-1.2.0=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGBE_DEBUG=1 -funroll-loops -fstrict-aliasing -fPIC -Wall -Wcast-align -Wl,-E -fPIC -o CMakeFiles/cl.dir/intel/intel_driver.c.o -c /tmp/buildd/beignet-1.2.0/src/intel/intel_driver.c /tmp/buildd/beignet-1.2.0/src/intel/intel_driver.c: In function 'intel_update_device_info': /tmp/buildd/beignet-1.2.0/src/intel/intel_driver.c:893:7: error: too many arguments to function 'drm_intel_get_pooled_eu' if(!drm_intel_get_pooled_eu(driver->fd, &has_pooled_eu) && has_pooled_eu)
        ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/buildd/beignet-1.2.0/src/intel/intel_driver.h:56:0, from /tmp/buildd/beignet-1.2.0/src/intel/intel_driver.c:60:
/usr/include/libdrm/intel_bufmgr.h:276:5: note: declared here
  int drm_intel_get_pooled_eu(int fd);
      ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/buildd/beignet-1.2.0/src/intel/intel_driver.c:899:25: error: too many arguments to function 'drm_intel_get_min_eu_in_pool' if (has_pooled_eu && !drm_intel_get_min_eu_in_pool(driver->fd, &min_eu)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/buildd/beignet-1.2.0/src/intel/intel_driver.h:56:0, from /tmp/buildd/beignet-1.2.0/src/intel/intel_driver.c:60:
/usr/include/libdrm/intel_bufmgr.h:277:5: note: declared here
  int drm_intel_get_min_eu_in_pool(int fd);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/CMakeFiles/cl.dir/build.make:1673: recipe for target 'src/CMakeFiles/cl.dir/intel/intel_driver.c.o' failed
make[4]: *** [src/CMakeFiles/cl.dir/intel/intel_driver.c.o] Error 1

--- End Message ---
--- Begin Message ---
Source: beignet
Source-Version: 1.2.0-2

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

Debian distribution maintenance software
pp.
Rebecca N. Palmer <rebecca_pal...@zoho.com> (supplier of updated beignet 
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: SHA256

Format: 1.8
Date: Thu, 13 Oct 2016 19:28:41 +0100
Source: beignet
Binary: beignet-opencl-icd beignet-dev beignet
Architecture: source
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenCL Maintainers <pkg-opencl-de...@lists.alioth.debian.org>
Changed-By: Rebecca N. Palmer <rebecca_pal...@zoho.com>
Description:
 beignet    - OpenCL library for Intel GPUs - transitional dummy package
 beignet-dev - OpenCL for Intel GPUs (development files and documentation)
 beignet-opencl-icd - OpenCL library for Intel GPUs
Closes: 840045 840107
Changes:
 beignet (1.2.0-2) unstable; urgency=medium
 .
   * Fix FTBFS on kfreebsd-*.  (Closes: #840045)
   * Make tests work with Python 3 and switch back to it.
   * Add pow-powr-tests.patch.
   * Add LLVM 3.9 support.
   * Ship and document testing tool.  Remove Enable-tests-debug.patch
     for upstream compatibility, and enable PIE.
   * Update documentation, fix spelling and grammar.
   * Add clGetKernelSubGroupInfoKHR to _cl_icd_dispatch table.
   * Fix FTBFS with drm 2.4.71.  (Closes: #840107)
   * Use backports LLVM in backports, and document that this might
     require also using backports mesa.
Checksums-Sha1:
 20fcc30a1fb24a167b2bbe11f74dc0d9932e9459 2583 beignet_1.2.0-2.dsc
 394c0e985a4aac5f1e802cebf402c1940765f34c 30492 beignet_1.2.0-2.debian.tar.xz
Checksums-Sha256:
 86e2d041a1ba1d59fd6ce00f8ff550a6eb49453f2fe61a4e81b13e0167dce20d 2583 
beignet_1.2.0-2.dsc
 f31505da48530d8acbfa0725645738b8c3dc9a046c336d111b7e35421da194d1 30492 
beignet_1.2.0-2.debian.tar.xz
Files:
 29d4ca4ce2b6edfd20669d26022fb6f7 2583 libs extra beignet_1.2.0-2.dsc
 c41c64b3e9416ec6bc570aab0f6cb847 30492 libs extra beignet_1.2.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJX/+bRAAoJEF+zP5NZ6e0IKZUQAJK0YHSDVx7Bf7uDeDhFUMxu
aIaJ2MsH5eI5fUoe+ZnrwXaerqfn/zQaR32iYoGFZAaeD/0Fli8vo3bi5+59teuy
dPUoDKsdYRmdpFdpYNAphaSUhlHJDfY65r/AguT44kO8aSt+KSj2IMgSK86MB5mD
OA73PnFNPa0CBpcQPHJENcTGkqFKxqD65hN25gM2TNrGnntdLRed5a6DSNMU8OLH
E4tTq34nLLFa18nZY0hr50VYmWcUC3DsZIaQ6Jeo0MjDP59GpBbbjnqzAV7ziD1F
R/aJBEmsc2yRqKvgr8MM2inBDQnS+j9Rl1f/0Mx/T81jn1gDRcoT9QvFgV+ueW3p
d/WkprT+HNapeRMZ8BgUii0f50ftsC5nOQo4GG9K00yBpqQYyhM+yWxhFXvbeDwh
A9UUzQOxJyUlFMQbQ80uN6cN90NeOWLGMNM8mqv7WGmpv37YzsOBgcttZuJDCHNF
iLQwYiok35CXNM8JWhksOMLXuymfTGDs+i6blO/9exMkMX4te56A4sG3XRyG2Ewo
R2IQ6M94imjPMiFW0g1Qd8Nkj4BV0Ldb0SXIaMvJv2ovClKbMwtK9ASU6GxK9jjn
S8M0vatyDdZ64MHByqaQDK/ZANPKUWfjkVTloX5Sev8RruE3BQsOhXfc48dB6MEy
Uqy4o8qKdbc4JIY8t5SB
=0NpG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to