Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Problem building pyrebox on Debian sid #114

@Te-k

Description

@Te-k

Hi,

I am trying to build pyrebox on Debian sid. When building qemu, I get the following error in the config.log file:

config-temp/qemu-conf.c: In function ‘main’:
config-temp/qemu-conf.c:2:25: error: null argument where non-null required (argument 1) [-Werror=nonnull]
    2 | int main(void) { return sem_timedwait(0, 0); }
      |                         ^~~~~~~~~~~~~
config-temp/qemu-conf.c:2:25: error: null argument where non-null required (argument 2) [-Werror=nonnull]
cc1: all warnings being treated as errors

It seems to be the issue mentioned here but config-temp is a temporary file, I am not sure what generates it in the compiling process, so not sure how to apply this patch. Any clue where that problem is coming from?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions