Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2021 13:17:51 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        "Thomas D. Dean" <tomdean@wavecable.com>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Script configure failed unexpectedly
Message-ID:  <czt7-i23k-wny@FreeBSD.org>
In-Reply-To: <db691e73-f5bf-9fd4-c5a9-2b991ec31b29@wavecable.com> (Thomas D. Dean's message of "Sun, 30 May 2021 19:58:18 -0700")
References:  <db691e73-f5bf-9fd4-c5a9-2b991ec31b29@wavecable.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Thomas D. Dean" <tomdean@wavecable.com> writes:

> A new install.  In /usr/ports/x11/xorg.
>
>> make
> ...
> checking for APPRES... no
> configure: error: Package requirements (x11 xt xproto >= 7.0.17) were
> not met:
>
> Package 'ice', required by 'xt', not found
> Package 'sm', required by 'xt', not found

Looks like a pilot error and doesn't occur on the package cluster.
http://beefy2.nyi.freebsd.org/data/122amd64-quarterly/50477f68e31b/logs/appres-1.0.5.log

x11/appres doesn't use ice (libICE) and sm (libSM) directly but relies
on x11-toolkits/libXt which specifies ice and sm in its pkg-config file.

To fix reinstall x11-toolkits/libXt or run "pkg check -d". 

> libX11-1.6.12,1                X11 library
> libXt-1.2.0,1                  X Toolkit library
> xorgproto-2020.1               X Window System unified protocol definitions

Before trying to build anything make sure to upgrade dependencies first.
If you've installed some packages from /quarterly (default) set then
switch the ports/ tree from "main" to "2021Q2" branch.

Alternatively, "pkg install appres" or "pkg install xorg".



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