From nobody Sat Jul 10 11:14:53 2021 X-Original-To: desktop@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0CF4D1271652 for ; Sat, 10 Jul 2021 11:14:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GMS9S6vJVz4h5C for ; Sat, 10 Jul 2021 11:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D12C026CB7 for ; Sat, 10 Jul 2021 11:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16ABEqRr028663 for ; Sat, 10 Jul 2021 11:14:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16ABEqW6028662 for desktop@FreeBSD.org; Sat, 10 Jul 2021 11:14:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 257091] cairo-1.17.4 failed to build Date: Sat, 10 Jul 2021 11:14:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: evgeniy@khramtsov.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: desktop@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257091 Evgeniy Khramtsov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evgeniy@khramtsov.org --- Comment #4 from Evgeniy Khramtsov --- 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.=