Github messages for voidlinux
 help / color / mirror / Atom feed
From: Piraty <Piraty@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] FTBFS: vkd3d
Date: Sun, 16 Aug 2020 14:54:20 +0200	[thread overview]
Message-ID: <20200816125420.1CmGZnYPWv3-6_mx3VyRe-Ho6kS-1RxPSEOaJMaoG5M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24010@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 3854 bytes --]

Closed issue by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24010

Description:
### System

Fails on all systems.

* package:  
  vkd3d-1.1

### Expected behavior

Builds.

### Actual behavior

Fails with

```
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
make[1]: *** [Makefile:1084: libs/vkd3d/vkd3d_main.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from libs/vkd3d/resource.c:19:
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
ar: `u' modifier ignored since `D' is the default (see `U')
In file included from libs/vkd3d/state.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
make[1]: *** [Makefile:1084: libs/vkd3d/resource.lo] Error 1
make[1]: *** [Makefile:1084: libs/vkd3d/state.lo] Error 1
In file included from libs/vkd3d/device.c:19:
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
make[1]: *** [Makefile:1084: libs/vkd3d/device.lo] Error 1
In file included from libs/vkd3d/utils.c:19:
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
make[1]: *** [Makefile:1084: libs/vkd3d/utils.lo] Error 1
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
```

### Steps to reproduce the behavior

Build vkd3d.

---

I can't see any further developments on their repo, will have to try to search for / create some patches for new Vulkan headers, assuming that's the issue.

           reply	other threads:[~2020-08-16 12:54 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24010@inbox.vuxu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200816125420.1CmGZnYPWv3-6_mx3VyRe-Ho6kS-1RxPSEOaJMaoG5M@z \
    --to=piraty@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).