Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2021 11:14:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 257091] cairo-1.17.4 failed to build
Message-ID:  <bug-257091-39348-lTlCdb6w8K@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257091-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257091-39348@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=3D257091

Evgeniy Khramtsov <evgeniy@khramtsov.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evgeniy@khramtsov.org

--- Comment #4 from Evgeniy Khramtsov <evgeniy@khramtsov.org> ---
pkg cluster with the unmodified options cannot reproduce:
http://beefy16.nyi.freebsd.org/data/130amd64-default/6e40bf8661e0/logs/cair=
o-1.17.4,3.log
http://www.ipv6proxy.net/go.php?u=3Dhttp%3A%2F%2Fbeefy16.nyi.freebsd.org%2F=
data%2F130amd64-default%2F6e40bf8661e0%2Flogs%2Fcairo-1.17.4%2C3.log&b=3D0&=
f=3Dnorefer

In your case, the pkg-plist entry check
%%OPENGL%%%%X11%%libdata/pkgconfig/cairo-glx.pc
fails because you have X11 on for graphics/cairo, but cairo-glx.pc
does not build. In most cases, this is caused by a GL provider
(libglvnd and/or mesa-*) built without X11. Ports framework doesn't
check the required provider OPTIONS for consumers.

What are you trying to achieve, a headless server or a desktop?

OPTIONS_FILE_* seems to be obscure (an old/deprecated way of setting
OPTIONS?). Consider "OPTIONS_(UN)SET+=3D" for global and foo_bar_(UN)SET+=3D
(category/port -> category_port) for per port OPTIONS, e.g.:

OPTIONS_SET+=3D   FOO
OPTIONS_UNSET+=3D BAR
foo_bar_SET+=3D   BAZ
foo_bar_UNSET+=3D BZZ

Can you post your poudriere log file?

--=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-257091-39348-lTlCdb6w8K>