Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2022 18:19:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 267765] multimedia/mpv: fails to build
Message-ID:  <bug-267765-12827-4OUW51I7Mo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267765-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267765-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267765

--- Comment #1 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
Error:

meson.build:979:0: ERROR: C header 'linux/input-event-codes.h' not usable

```
A full log can be found at
/usr/work/usr/ports/multimedia/mpv/work/mpv-0.35.0/_build/meson-logs/meson-=
log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson s=
etup
[options]` is ambiguous and deprecated.
```

meson-log.txt excerpt:

```
Running compile:
Working directory:=20
/usr/work/usr/ports/multimedia/mpv/work/mpv-0.35.0/_build/meson-private/tmp=
p0ixyf3v
Command line:  cc
/usr/work/usr/ports/multimedia/mpv/work/mpv-0.35.0/_build/meson-private/tmp=
p0ixyf3v/testfile.c
-o
/usr/work/usr/ports/multimedia/mpv/work/mpv-0.35.0/_build/meson-private/tmp=
p0ixyf3v/output.obj
-c -O2 -pipe -march=3Dskylake -fstack-protector-strong -fno-strict-aliasing
-DLIBICONV_PLUG -D_FILE_OFFSET_BITS=3D64 -O0
-Werror=3Dimplicit-function-declaration -Werror=3Dunknown-warning-option
-Werror=3Dunused-command-line-argument -Werror=3Dignored-optimization-argum=
ent
-std=3Dc11=20

Code:

        #include <linux/input-event-codes.h>
Compiler stdout:

Compiler stderr:

/usr/work/usr/ports/multimedia/mpv/work/mpv-0.35.0/_build/meson-private/tmp=
p0ixyf3v/testfile.c:2:18:
fatal error: 'linux/input-event-codes.h' file not found
        #include <linux/input-event-codes.h>
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.


meson.build:979:0: ERROR: C header 'linux/input-event-codes.h' not usable
```

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267765-12827-4OUW51I7Mo>