[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#963274: marked as done (vkd3d: FTBFS: libs/vkd3d/vkd3d_private.h:680:54: error: ‘VK_PIPELINE_BIND_POINT_RANGE_SIZE’ undeclared here (not in a function); did you mean ‘VK_PIPELINE_BIND_POINT_MAX_ENUM’?)



Your message dated Mon, 22 Jun 2020 03:18:39 +0000
with message-id <E1jnCyl-0005iB-9R@fasolo.debian.org>
and subject line Bug#963274: fixed in vkd3d 1.1-5
has caused the Debian Bug report #963274,
regarding vkd3d: FTBFS: libs/vkd3d/vkd3d_private.h:680:54: error: ‘VK_PIPELINE_BIND_POINT_RANGE_SIZE’ undeclared here (not in a function); did you mean ‘VK_PIPELINE_BIND_POINT_MAX_ENUM’?
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 owner@bugs.debian.org
immediately.)


-- 
963274: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963274
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: vkd3d
Version: 1.1-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include  -I./include -I./include/dummy -I./include/private -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -pipe -std=c99 -Wdeclaration-after-statement -Wmissing-prototypes -Wunused-but-set-parameter -Wvla -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libs/vkd3d/command.lo libs/vkd3d/command.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./include -I./include/dummy -I./include/private -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -pipe -std=c99 -Wdeclaration-after-statement -Wmissing-prototypes -Wunused-but-set-parameter -Wvla -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c libs/vkd3d/command.c  -fPIC -DPIC -o libs/vkd3d/.libs/command.o
> In file included from libs/vkd3d/command.c:20:
> libs/vkd3d/vkd3d_private.h:680:54: error: ‘VK_PIPELINE_BIND_POINT_RANGE_SIZE’ undeclared here (not in a function); did you mean ‘VK_PIPELINE_BIND_POINT_MAX_ENUM’?
>   680 |     struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE];
>       |                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                                      VK_PIPELINE_BIND_POINT_MAX_ENUM
> libs/vkd3d/command.c: In function ‘d3d12_command_list_prepare_descriptors’:
> libs/vkd3d/command.c:2092:29: warning: parameter ‘bind_point’ set but not used [-Wunused-but-set-parameter]
>  2092 |         VkPipelineBindPoint bind_point)
>       |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
> libs/vkd3d/command.c: In function ‘d3d12_command_list_set_root_signature’:
> libs/vkd3d/command.c:3228:29: warning: parameter ‘bind_point’ set but not used [-Wunused-but-set-parameter]
>  3228 |         VkPipelineBindPoint bind_point, const struct d3d12_root_signature *root_signature)
>       |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
> libs/vkd3d/command.c: In function ‘d3d12_command_list_set_descriptor_table’:
> libs/vkd3d/command.c:3262:29: warning: parameter ‘bind_point’ set but not used [-Wunused-but-set-parameter]
>  3262 |         VkPipelineBindPoint bind_point, unsigned int index, D3D12_GPU_DESCRIPTOR_HANDLE base_descriptor)
>       |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
> libs/vkd3d/command.c: In function ‘d3d12_command_list_set_root_constants’:
> libs/vkd3d/command.c:3299:29: warning: parameter ‘bind_point’ set but not used [-Wunused-but-set-parameter]
>  3299 |         VkPipelineBindPoint bind_point, unsigned int index, unsigned int offset,
>       |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include  -I./include -I./include/dummy -I./include/private -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -pipe -std=c99 -Wdeclaration-after-statement -Wmissing-prototypes -Wunused-but-set-parameter -Wvla -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libs/vkd3d/device.lo libs/vkd3d/device.c
> make[3]: *** [Makefile:1089: libs/vkd3d/command.lo] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/06/20/vkd3d_1.1-4_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 ---
Source: vkd3d
Source-Version: 1.1-5
Done: Michael Gilbert <mgilbert@debian.org>

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

Debian distribution maintenance software
pp.
Michael Gilbert <mgilbert@debian.org> (supplier of updated vkd3d 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 22 Jun 2020 02:00:46 +0000
Source: vkd3d
Architecture: source
Version: 1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Wine Party <debian-wine@lists.debian.org>
Changed-By: Michael Gilbert <mgilbert@debian.org>
Closes: 963274
Changes:
 vkd3d (1.1-5) unstable; urgency=medium
 .
   * Include upstream metadata information.
   * Add support for vulkan 1.2 (closes: #963274).
   * Indicate that debian/rules does not require root.
Checksums-Sha1:
 630f5424402763149e2662f3fea9cd8b00578204 2885 vkd3d_1.1-5.dsc
 54880e4e20cb2fbf493eac219e4880cd8113b04f 6664 vkd3d_1.1-5.debian.tar.xz
 b7402582c1c3745b83a974868721f5f309e8a648 7433 vkd3d_1.1-5_source.buildinfo
Checksums-Sha256:
 907974056e8344941bac3f5ed265395dfecab565cfa9f22778b47c462069adb5 2885 vkd3d_1.1-5.dsc
 5b40bc5c12e391aac6e9f43ab0e052ef91a2491b551fbf5e2c43332f2fd2e47b 6664 vkd3d_1.1-5.debian.tar.xz
 6753c26d980539d1939284b2aa7d1939fb469dca82a495ee0d7d345b1b9bd067 7433 vkd3d_1.1-5_source.buildinfo
Files:
 37dfee3d01993ac0b4d88d76706e0412 2885 libs optional vkd3d_1.1-5.dsc
 3aa0e5af32fa162e1e8efedf8802fe98 6664 libs optional vkd3d_1.1-5.debian.tar.xz
 deae9cc8c00f8b378b474e5e8f488764 7433 libs optional vkd3d_1.1-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQQzBAEBCgAdFiEEIwTlZiOEpzUxIyp4mD40ZYkUaygFAl7wHh4ACgkQmD40ZYkU
ayhvuSAAkhcKG4UgXvsUWI0V0ih1tn0vr+CpNEKpYYgGA1V6KDvtpkzIOp6IPCYF
kDMvH+JrkCct759OWxInWE/MT121bbs6Jqo4p/mpGC6U6Arxip2HE+pJy0zIVaAf
TKl1J47ycxS13ySEd23uDlvxL1Fsko0b1VWrIoFG3qX77HlZ8HmbWmICTenLx+wp
XE1AOcnY3peSu6adw6sXYc1s6wG/VenQVMxSXxMLOw32TsKiRtX8qc/w5a1NdevK
Lvvt/l66nJ+eXqtX5bFMlyaaaS/M5xWpbdD8E0D/dYmoKFJBfRgjWPAzYYs4f10y
WUqHbw1kKGbVndHDiU6mhz7XcnvRWIzMr7N49K4jUzwV/JdKFpL4ZJI1d+7j4+ox
tCWKz6WyVn9oNeMMBCG+gMFHBhmre2tY1c0tAILKbrnzD1CTCmojsk9PUqHK4BWi
QOKb4W7ISHonQ5/eA54mCMS2vuIxNM0Qg9OmSxAAwAKrUEmEGHrv8TBg/jp+ZM/o
qZHc6W0Qqy/7wvefWTJgpkZN4DvANDMQfh9Irm3n/8tg2qS0fveAuuTx2W50rNOL
/NDoUn/UTE1sxtaNKpIqC8xY6U38QEdY8cPXes41pbeXaPB90g3hrCy5/J+1LGP0
73cdnEPDfUB9iAzP9nlTdbgTigWvXU/Di1LF2/ZGmHCgCG2SySMrH346tQdAd5kx
vykNbfHWC2bFUNlxfVnIkABfDu+vV1ulwVzZ8YwIIYEKQy7swGz+G9ZVsRx4ndmq
5z37EHM09e6WDF2rLEcrJNij3ZAwFC7IQ22bsR8lSxceb0JvO92wiMfobrFA7ebR
0bf4J3EZs1Puc4WecKHQauYl1Wsjy1fJHs9kYIbuewk50Z+79agbDOd5ZG6k8hv+
k8+ZPtGz36t5oCrpPG1FEHs0YDa6oYGIHygEtNyfknm71R0imnaD//UsFzqbe87W
NwXV/ynAvRdEDDUQxl7PuMwhPQXBKdWTPAsXWgJe36sLvjDjBoCYKVvimPrkt0w7
WVO64YHbFlxfG1fidC02W53/H1bsRMv8DTHab5banX8uIlTwBifDePQ000FAoYRS
zOAy8YuEmAXCTef6y3qkPwFLcdZcTUcduS+y6dGrG9y2lPP5QXnhTNyXY8f+xjl5
8mP8vMX1yQooowUvD/oj4sWA7cXrlvHV2Rt8OVyjEPGM05XrKXB1MZQrydeODpfc
F6D/SG95CTpLbJbTEI92KV/uJo4qnc2zR0FMY8aEoKGJ2uY4m6OoYYxmqR4yNJM1
RnZfQMkV95K51AZeLLXOGxx2nTctkxrVvA5x0F+yW2/u6n5WCyX403FDk5OzPvvB
SKG9FtMLZYSK0LC8VwlFI4C8nV56Gw==
=mPu8
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: