Your message dated Wed, 29 Jul 2015 18:00:10 +0000
with message-id <[email protected]>
and subject line Bug#763655: fixed in boinc 7.6.6+dfsg-1exp1
has caused the Debian Bug report #763655,
regarding boinc-amd-opencl: wrong dependencies regarding OpenCL
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 [email protected]
immediately.)


-- 
763655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: boinc-amd-opencl
Version: 7.2.47+dfsg-3~bpo70+1
Severity: important

  Hi,

  I just notice that you package is depending on "amd-libopencl1 | fglrx | 
fglrx-updates"
I do not understand how this can be correct.

  Indeed, in Debian, fglrx and fglrx-updates do not exist at all currently
(even as virtual packages). apt-get cannot install them. So these alternatives
are void (perhaps there are here for other distributions such as ubuntu, I do
not know).
  And amd-libopencl1 is an *ICD Loader*, not an ICD. It means that this is not
an OpenCL implementation but only a loader of such implementation. And
it can load any ICD installed on the machine (not just the AMD one). And
other ICD loaders can be used instead of this one (even with the AMD ICD,
ie the AMD OpenCL implementation).

  So, I think that you should remove this dependency, instead use:
- "Depends: libopencl1-X.Y-1" to depends on a ICD Loader that support
  OpenCL up to version X.Y. Currently, these virtual packages exists
  for 1.1, 1.2 and 2.0.
    Note that, in the usual case, this dependency is added automaticcaly
  whith dh_shlibs due to symbol files when you have a program that links
  with libOpenCL.so.1
- "Depends: amd-opencl-icd" if you wish to force the presence of the
  AMD OpenCL implementation. Note that other OpenCL implementations can
  be installed and OpenCL programs have to explicitly choose which ICD
  they will use. The ICD loader (even the AMD one packaged in
  amd-libopencl1) will choose a random one as default.
    The ocl-icd-libopencl1 ICD Loader allows to choose the default ICD
  with an environment variable.
    If you require only a (standard) OpenCL environment, you should
  depends (or recommends) only the opencl-icd virtual package, so that
  other OpenCL implementations can satisfy your dependency.

  Regards,
    Vincent

-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armel
mipsel

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Source: boinc
Source-Version: 7.6.6+dfsg-1exp1

We believe that the bug you reported is fixed in the latest version of
boinc, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <[email protected]> (supplier of updated boinc 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 22 Jul 2015 14:25:20 +0200
Source: boinc
Binary: boinc boinc-client-nvidia-cuda boinc-client-opencl boinc-client-fglrx 
boinc-client boinc-screensaver boinc-manager boinc-dev libboinc-app-dev 
libboinc-app7 libboinc7 boinc-server-maker boinc-app-examples boinc-dbg 
boinc-server-dbg boinc-cgi-stripchart
Architecture: source amd64 all
Version: 7.6.6+dfsg-1exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian BOINC Maintainers <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Description:
 boinc      - metapackage for the BOINC client and the manager
 boinc-app-examples - example binaries for BOINC servers
 boinc-cgi-stripchart - CGI script for plotting basic statistical graphs
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-client-fglrx - metapackage for AMD/ATI fglrx-savvy BOINC client and 
manager
 boinc-client-nvidia-cuda - metapackage for CUDA-savvy BOINC client and manager
 boinc-client-opencl - metapackage for AMD/ATI OpenCL-savvy BOINC client and 
manager
 boinc-dbg  - debugging symbols for BOINC binaries
 boinc-dev  - development files to build applications for BOINC projects (trans
 boinc-manager - GUI to control and monitor the BOINC core client
 boinc-screensaver - screen saver auto-controlling volunteer computing
 boinc-server-dbg - debugging symbols for BOINC server binaries
 boinc-server-maker - BOINC server applications and data files
 libboinc-app-dev - development files to build applications for BOINC projects
 libboinc-app7 - libraries for BOINC's scientific applications
 libboinc7  - libraries of BOINC the client depends on
Closes: 747964 763655
Changes:
 boinc (7.6.6+dfsg-1exp1) experimental; urgency=medium
 .
   [ Gianfranco Costamagna ]
   * New upstream release, patch refresh.
   * Update my uid
   * Re-enable screensaver package.
   * Add nvidia-modprobe as dependency (LP: #1400021)
   * d/control.in according to gcc, virtual package libstdc++-dev
     is enough to provide libstdc++.a.
   * d/patches/coproc.patch, fix build failure.
   * Make boinc Multi-Arch: same
   * Drop patches now that 7.5 is a tag from master
     - debian/patches/coproc.patch
     - debian/patches/fix-typo.patch
     - debian/patches/server_status_php.patch
   [ Vincent Danjean ]
   * fix gpu stuff (Closes: #763655)
   [ Michael Tautschnig ]
   * d/p/envargs.patch, fix inconsistencies spot with research compiler.
     (Closes: #747964)
Checksums-Sha1:
 8fd8f3c71a299295bf7a2498d1fc5adfade2317b 3451 boinc_7.6.6+dfsg-1exp1.dsc
 1de4e13fb1303e1f6bb96733185ab1f8709b2ed8 26770760 boinc_7.6.6+dfsg.orig.tar.xz
 2af7985f28e7962a4136ad0c39e766caa655f61e 448456 
boinc_7.6.6+dfsg-1exp1.debian.tar.xz
 30a8e9ec482343b7b9d8b2a4cccb812def451adb 562998 
boinc-app-examples_7.6.6+dfsg-1exp1_amd64.deb
 60aa95bc74c4fdf46262d1275a83351c4e995b83 55866 
boinc-cgi-stripchart_7.6.6+dfsg-1exp1_all.deb
 e43be44c1e68c16f0b6875120ac624a50cc614ac 45748 
boinc-client-fglrx_7.6.6+dfsg-1exp1_amd64.deb
 6ce6421baee94bf0f187b42b06bdbd5f2eb7b08e 45748 
boinc-client-nvidia-cuda_7.6.6+dfsg-1exp1_amd64.deb
 008695ff52825526a4a41fe81cd371204980436c 45760 
boinc-client-opencl_7.6.6+dfsg-1exp1_amd64.deb
 5a5732dbb4eab8a254df0c442c3b53a283e138a9 513674 
boinc-client_7.6.6+dfsg-1exp1_amd64.deb
 cf51489e5c8b7041f92d519d7942b687a331a14d 18436384 
boinc-dbg_7.6.6+dfsg-1exp1_amd64.deb
 723c82ca96f917df5b4aa822dcdeef8dd322e440 45422 
boinc-dev_7.6.6+dfsg-1exp1_amd64.deb
 225426266788e40a25efe3e07d5a5e6739b88943 1842696 
boinc-manager_7.6.6+dfsg-1exp1_amd64.deb
 e9858657399d15962fd3eb1042e14f1cdb862504 54588 
boinc-screensaver_7.6.6+dfsg-1exp1_amd64.deb
 eb03ddcbf20b09a2809ef826944dff04fe1bbd0e 7429236 
boinc-server-dbg_7.6.6+dfsg-1exp1_amd64.deb
 98bf95962684222b143b5993c9f380a5b8de2aee 3885834 
boinc-server-maker_7.6.6+dfsg-1exp1_amd64.deb
 6cb03e45d886c24b492a433261d5abba1bb2b731 45754 boinc_7.6.6+dfsg-1exp1_all.deb
 11fa141dc98409790d7e0cf1f661e2a66e5ee889 127790 
libboinc-app-dev_7.6.6+dfsg-1exp1_amd64.deb
 73516282f4c1dfb0dc55fe0197571a89f623d53b 89126 
libboinc-app7_7.6.6+dfsg-1exp1_amd64.deb
 ae90a57aaed9c895cc8f6d5a658eb52b7ea5f043 416210 
libboinc7_7.6.6+dfsg-1exp1_amd64.deb
Checksums-Sha256:
 4009560d6411d5f01f610f444e84b679a1c142c8ecdcb22adfe7e9c7390c276b 3451 
boinc_7.6.6+dfsg-1exp1.dsc
 4e3c7c84f0288781b1e999c13cee2e8c91034b5e9f85a8e357c5cadf0cd56502 26770760 
boinc_7.6.6+dfsg.orig.tar.xz
 39ba2b94dc2b2f6cb6f204e36e746cbdf6a726bcf4fdf9c45837f84e4e0394c9 448456 
boinc_7.6.6+dfsg-1exp1.debian.tar.xz
 ec8572271066ddbc310a9b8321b80dc28c7a2b3556c2dee06f34215faf5cd808 562998 
boinc-app-examples_7.6.6+dfsg-1exp1_amd64.deb
 e1541955eb796058ec95d49ae8eb27503dcdb48d332b8bb2a1f0e26a140cc1c7 55866 
boinc-cgi-stripchart_7.6.6+dfsg-1exp1_all.deb
 9e2f6b4438c67e69c288340194d759f483c64959e781636919d747a45567fd5f 45748 
boinc-client-fglrx_7.6.6+dfsg-1exp1_amd64.deb
 0e3705caac21073da0b61394203602353c40f64fe86d87fd439f659c4c1995f1 45748 
boinc-client-nvidia-cuda_7.6.6+dfsg-1exp1_amd64.deb
 4fb8e0b211c37b3ddd331fa61a5fff2481c5d18dc3e4a4675b6474cc10576d60 45760 
boinc-client-opencl_7.6.6+dfsg-1exp1_amd64.deb
 101ea1585078ee64ee8cce4ffea35cf75c32ed24ffb6cc12f82a3fd46b86166e 513674 
boinc-client_7.6.6+dfsg-1exp1_amd64.deb
 5d27fbd6441655933da5f6b6bfd2079a9cb0c1aef2b4bd3b28f6041dd1a10cbe 18436384 
boinc-dbg_7.6.6+dfsg-1exp1_amd64.deb
 5f0bac788503a29a65e130828fb68ffde8964f5bc93d6fe0bf468ebcb49e9b25 45422 
boinc-dev_7.6.6+dfsg-1exp1_amd64.deb
 78332a12bcb6d3f9a1f91e16975b98822bfa7cf2834c3403c87ef28f3cb82831 1842696 
boinc-manager_7.6.6+dfsg-1exp1_amd64.deb
 8770a04b84814ff50e5f7293d2255d8847e55029f4a92569b1ff8a1ba62a948e 54588 
boinc-screensaver_7.6.6+dfsg-1exp1_amd64.deb
 53ac9985b616d4200126479f29c8b95b791b11e76f819550edcbc92f28013e23 7429236 
boinc-server-dbg_7.6.6+dfsg-1exp1_amd64.deb
 0ac2a26e43c0796ba45930ac58094d3aabed54de851ac887ef32639c3694d43f 3885834 
boinc-server-maker_7.6.6+dfsg-1exp1_amd64.deb
 7254c8230722af356036aab1b4dbb1c2c974ef9c79424419bef8fae03d80867c 45754 
boinc_7.6.6+dfsg-1exp1_all.deb
 d42b8ffc23e7a4fa1e30e021f7721b5d311013a86be1376d66f2c3003d8b68d3 127790 
libboinc-app-dev_7.6.6+dfsg-1exp1_amd64.deb
 863758926c49eb7dadfcc61da23852a6cfae4caca99b8debc966263964e2f742 89126 
libboinc-app7_7.6.6+dfsg-1exp1_amd64.deb
 e82e062c9c9a3f076e0f1508481becf40b3471be25652a479a6ff437e2acd6e8 416210 
libboinc7_7.6.6+dfsg-1exp1_amd64.deb
Files:
 13b5effd2162c18bd03f094f71e7bc5c 3451 net optional boinc_7.6.6+dfsg-1exp1.dsc
 0b7a1e7dc96a683c6ba45da3b39318c3 26770760 net optional 
boinc_7.6.6+dfsg.orig.tar.xz
 b1165d457af85b524a157db1cd887005 448456 net optional 
boinc_7.6.6+dfsg-1exp1.debian.tar.xz
 82779625f5ed24f542d5914a51d3a2cf 562998 net optional 
boinc-app-examples_7.6.6+dfsg-1exp1_amd64.deb
 7ed8d6278d6ff8ffa42e80f73d1a9f20 55866 libs extra 
boinc-cgi-stripchart_7.6.6+dfsg-1exp1_all.deb
 5418f80d51c6ee5c3a38d754cb13fe8f 45748 contrib/net extra 
boinc-client-fglrx_7.6.6+dfsg-1exp1_amd64.deb
 7848f6090f49a890d8a186bb75ff2214 45748 contrib/net extra 
boinc-client-nvidia-cuda_7.6.6+dfsg-1exp1_amd64.deb
 21ad485a048788044cbd24b536dbf3e2 45760 contrib/net extra 
boinc-client-opencl_7.6.6+dfsg-1exp1_amd64.deb
 f54d8b1c5a19da18178f5ebdb3b30add 513674 net optional 
boinc-client_7.6.6+dfsg-1exp1_amd64.deb
 15c4d7019ff3fd66765d239701063c71 18436384 debug extra 
boinc-dbg_7.6.6+dfsg-1exp1_amd64.deb
 9f9b553000e5ff194efbf4e376a271f5 45422 oldlibs extra 
boinc-dev_7.6.6+dfsg-1exp1_amd64.deb
 676b19d18a7956bee2d6bbbb368d30bc 1842696 x11 optional 
boinc-manager_7.6.6+dfsg-1exp1_amd64.deb
 3dee8033217e17a484da948284793853 54588 x11 optional 
boinc-screensaver_7.6.6+dfsg-1exp1_amd64.deb
 1cf95327bd1ed8ae10de4e93656268c5 7429236 debug extra 
boinc-server-dbg_7.6.6+dfsg-1exp1_amd64.deb
 c846e917bac139421f89f66f271f7570 3885834 net optional 
boinc-server-maker_7.6.6+dfsg-1exp1_amd64.deb
 5b4919bbfad389ddc6026161b3e04b8c 45754 net optional 
boinc_7.6.6+dfsg-1exp1_all.deb
 572a781952b8581febc331afb25b3383 127790 libdevel optional 
libboinc-app-dev_7.6.6+dfsg-1exp1_amd64.deb
 4c2c9bcf66286f63f7ddc2c0c40d7bb6 89126 libs optional 
libboinc-app7_7.6.6+dfsg-1exp1_amd64.deb
 b8e8edb47b09a5af3db6afa029de172a 416210 libs optional 
libboinc7_7.6.6+dfsg-1exp1_amd64.deb

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

iQIcBAEBCAAGBQJVuOKeAAoJEPNPCXROn13ZACAP/jphHJbCNXBtB58GJC8KN92z
VeFsmljd0kNESWcoHckyhV+wIcQYsgN9Tsvh4UY1OZ4oVXKUCl+HDBTwrykiOtuq
+rBsdCllPmBhiciU/1kY8OqORZN5gKrrgD9uO/iBV+wWldjPeuAzofqcsmMhDNSz
CrCrJ4RiKY5bl8Nn2KYI4/Nd48a0+Gk05YY2WMWV1ZSUcAdpNg+qMRJrPp+OYdMJ
c9gZABxznK88cXY0GoFhwhjTKvWYJNHNPp9Y10mZiwil5xpzXvepsjZLPJdZzBFZ
fOLG+C0Lym6M36oA9EhzVye1b1G9oJLDvNVxDISPw2y+8FniURoh1rkbGUyRV1jA
PRfcWCijn4k54BMbjItCdQFtYuA9cn5ql/Xt8KjxfY/AeXM96eFlimadrqJYO3yp
FV5fPI+UXO1xovMuzG16q1JTp7ayz4C5FVsrlB0//eIrq7S3Zhq3tZJZAXO1Q8kc
mIloDf/U3O7v8YMpTQrW+DXPF0g5v6XvnHZ/uF4zLlALsTPBamsOoAOfrwNyaezC
SVm8sb7mMHqCNuo2IQHEkZcY7p+ELb3clqEqlCUJjW+ltmOHUV9MoENd2aepS5lU
doFpLqS1qyq5dU3vRRlSyMfBVGv3l/4AmXHKpSxPkELiR0WvfkuAOGzBjiMqVErv
+2WFDNIomx3vBttzcN6V
=R1jR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to