Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 07:39:09 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        "freebsd-ports@FreeBSD.org" <freebsd-ports@freebsd.org>
Cc:        arrowd@FreeBSD.org
Subject:   multimedia/pipewire: 12.4-STABLE could not build pipewire-0.3.81
Message-ID:  <SI2PR01MB5036D2D3499507A9F72F96A5FACDA@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>

next in thread | raw e-mail | index | archive | help
Hello.

pipewire-0.3.81 build fails on 12.4-S.
Because byteswap.h does not exist in /usr/include.

../src/modules/module-netjack2/peer.c:2:10: fatal error: 'byteswap.h' file not found
#include <byteswap.h>
         ^~~~~~~~~~~~
1 error generated.

However, /usr/include/infiniband/byteswap.h exists and can be substituted by the file.
The following line can be added to /etc/make.conf to ensure a successful build :)

.if !empty(.CURDIR:tA:M/usr/ports/multimedia/pipewire)
CPPFLAGS+=      -isystem /usr/include/infiniband
.endif

Are there any plans for a fix on this?

Regards.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SI2PR01MB5036D2D3499507A9F72F96A5FACDA>