From owner-freebsd-stable@freebsd.org Mon Dec 17 03:01:27 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44B9B1349161 for ; Mon, 17 Dec 2018 03:01:27 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F79B77067; Mon, 17 Dec 2018 03:01:26 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id BE0E224952; Mon, 17 Dec 2018 03:01:25 +0000 (UTC) Date: Mon, 17 Dec 2018 03:01:24 +0000 From: Mark Linimon To: Justin Hibbits Cc: Matthew Macy , Alan Somers , crees@physics.org, freebsd-stable@freebsd.org, alex.mckeever@sbcglobal.net Subject: Re: Common Desktop Environment broken when compiling from ports tree on FreeBSD 12 RC3 (May also apply to the final build) Message-ID: <20181217030124.GE14204@lonesome.com> References: <8A726C0B-CF1F-4580-A76D-7D75CAB1CA49@sbcglobal.net> <20181217015422.GC14204@lonesome.com> <20181216202114.6fe4ea7c@ralga.knownspace> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181216202114.6fe4ea7c@ralga.knownspace> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 8F79B77067 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [1.07 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.42)[-0.416,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.86)[0.856,0]; IP_SCORE(-0.22)[ipnet: 18.220.0.0/14(0.13), asn: 16509(-1.16), country: US(-0.08)]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[6]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[11.6.222.18.list.dnswl.org : 127.0.5.2]; MX_GOOD(-0.01)[cached: mail.soaustin.net]; NEURAL_SPAM_LONG(0.16)[0.159,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 03:01:27 -0000 On Sun, Dec 16, 2018 at 08:21:14PM -0600, Justin Hibbits wrote: > You can try to build the broken ports either by deleting the BROKEN > line in the Makefile True, but see below ... > or through some poudriere trickery -T Try building BROKEN ports by defining TRYBROKEN for the build. (This is the equivalent of forcing an ignore of the BROKEN lines). Now, having said that ... over the past 2 weeks I've done a TRYBROKEN run over everything that is marked BROKEN on powerpc64. In the few cases where the port built, I deleted the line. So AFAIK all the ports marked BROKEN really don't build. I can provide logfiles to anyone who wants to do the debugging. Tangential to BROKEN is the makevar NOT_FOR/ONLY_FOR. This doesn't get overridden by TRYBROKEN. This setting is used to say "this port is not able to build on this architecture due to either missing code, lack of support for e.g. big-endian archs, and so forth." For those issues you may need to check with the port's upstream. mcl