Script configure failed unexpectedly

Jan Beich jbeich at FreeBSD.org
Mon May 31 11:17:56 UTC 2021


"Thomas D. Dean" <tomdean at 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".


More information about the freebsd-x11 mailing list