From owner-freebsd-questions@freebsd.org Wed Oct 9 23:25:25 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD208132DBD for ; Wed, 9 Oct 2019 23:25:25 +0000 (UTC) (envelope-from freebsd@chthonixia.net) Received: from mail1.g14.pair.com (mail1.g14.pair.com [66.39.4.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46pVgm4TF2z49YX for ; Wed, 9 Oct 2019 23:25:24 +0000 (UTC) (envelope-from freebsd@chthonixia.net) Received: from mail1.g14.pair.com (localhost [127.0.0.1]) by mail1.g14.pair.com (Postfix) with ESMTP id 9B960A6DCE for ; Wed, 9 Oct 2019 19:25:22 -0400 (EDT) Received: from chthonixia.chthonixia.net (cpe-74-64-59-0.nyc.res.rr.com [74.64.59.0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail1.g14.pair.com (Postfix) with ESMTPSA id 67C55A6DBE for ; Wed, 9 Oct 2019 19:25:22 -0400 (EDT) Date: Wed, 9 Oct 2019 19:25:19 -0400 From: "J. Altman" To: freebsd-questions@freebsd.org Subject: Error message upgrading xlockmore Message-ID: <20191009232519.GA8434@chthonixia.chthonixia.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46pVgm4TF2z49YX X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@chthonixia.net has no SPF policy when checking 66.39.4.16) smtp.mailfrom=freebsd@chthonixia.net X-Spamd-Result: default: False [-1.33 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[0.59.64.74.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.994,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[chthonixia.net]; NEURAL_HAM_MEDIUM(-0.90)[-0.902,0]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[16.4.39.66.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:66.39.0.0/17, country:US]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-0.23)[asn: 7859(-1.11), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2019 23:25:25 -0000 Hello... Upgrading xlockmore via portmaster, the following occurs over the last three or four days: ==================================== --- ./text3d2.o --- In file included from ./text3d2.cc:79: /usr/local/include/FTGL/FTGLExtrdFont.h:29:5: warning: This header is deprecated. Please use from now. [-W#warnings] # warning This header is deprecated. Please use from now. ^ In file included from ./text3d2.cc:79: In file included from /usr/local/include/FTGL/FTGLExtrdFont.h:30: /usr/local/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found #include ^~~~~~~~~~~~ --- ./s1_1.o --- cc -Wnested-externs -Wno-format -c -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/local/lib/X11/app-defaults/%N%C%S: /usr/local/lib/X11/app-defaults/%N%S\" -I. -I.. -I../.. -I../../xlock/ -I../.. -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include/FTGL -fstack-protector-strong -fno-strict-aliasing -pthread ./s1_1.c --- ./text3d2.o --- 1 warning and 1 error generated. *** [./text3d2.o] Error code 1 make[3]: stopped in /usr/ports/x11/xlockmore/work/xlockmore-5.59/modes/glx 1 error make[3]: stopped in /usr/ports/x11/xlockmore/work/xlockmore-5.59/modes/glx *** [all] Error code 2 ======================================== I'm assuming a bug report should be opened; but X11 or just the general ports bugs list? In case it's relevant: FreeBSD chthonixia.chthonixia.net 12.0-RELEASE-p10 FreeBSD 12.0-RELEASE-p10 r351322 CHTHONIXIA amd64 And everything else builds or rebuilds fine. Thanks, Joe