[Bug 257091] cairo-1.17.4 failed to build
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257091] cairo-1.17.4 failed to build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Jul 2021 11:14:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257091
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/cairo-1.17.4,3.log
http://www.ipv6proxy.net/go.php?u=http%3A%2F%2Fbeefy16.nyi.freebsd.org%2Fdata%2F130amd64-default%2F6e40bf8661e0%2Flogs%2Fcairo-1.17.4%2C3.log&b=0&f=norefer
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+=" for global and foo_bar_(UN)SET+=
(category/port -> category_port) for per port OPTIONS, e.g.:
OPTIONS_SET+= FOO
OPTIONS_UNSET+= BAR
foo_bar_SET+= BAZ
foo_bar_UNSET+= BZZ
Can you post your poudriere log file?
--
You are receiving this mail because:
You are the assignee for the bug.