From owner-freebsd-ports@freebsd.org Fri Jul 12 05:52:51 2019 Return-Path: Delivered-To: freebsd-ports@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 9778715E720E for ; Fri, 12 Jul 2019 05:52:51 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-cmomta03.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A14948584A for ; Fri, 12 Jul 2019 05:52:50 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.161.151]) by cmsmtp with ESMTP id loRdhvolPWnTiloRghhTUd; Fri, 12 Jul 2019 05:50:12 +0000 Date: Fri, 12 Jul 2019 05:49:21 +0000 From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: coreutils missing one component: (g)stat References: <20190711134723.GE34918@home.opsec.eu> <5d27a969.1c69fb81.7dee6.b944SMTPIN_ADDED_MISSING@mx.google.com> X-CMAE-Envelope: MS4wfFw1BKDZlqjk5ng+07v/LIADgjo+NCcv0Ke5uYXyChX9aDu53ENj9ZamK168Kw2ms2HL65DqWCT99PKs6NuVCTBAoMm6pJS3vZo64vX5ouFWVCqxB8g5 phC40aXfkkerdmV+1A4Ps42tH29uVhVtK9EjWkJLm19wPXNgfTE1lxWJ X-Rspamd-Queue-Id: A14948584A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of mueller6722@twc.com designates 107.14.73.227 as permitted sender) smtp.mailfrom=mueller6722@twc.com X-Spamd-Result: default: False [-2.78 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.14.73.0/24]; FREEMAIL_FROM(0.00)[twc.com]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.995,0]; MISSING_MID(2.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[cached: dnvrco-cmedge02.email.rr.com]; NEURAL_HAM_SHORT(-0.44)[-0.441,0]; RCVD_IN_DNSWL_NONE(0.00)[227.73.14.107.list.dnswl.org : 127.0.5.0]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[twc.com]; FROM_EQ_ENVFROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[151.161.28.96.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ASN(0.00)[asn:7843, ipnet:107.14.73.0/24, country:US]; IP_SCORE(-2.54)[ip: (-7.32), ipnet: 107.14.73.0/24(-2.94), asn: 7843(-2.35), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2019 05:52:51 -0000 > > Now I see where GNU stat is, and it's not FreeBSD's fault that ptxdist configure script can't find things. I made a symbolic link in nonroot ~/fb64/bin: > > ln -s /usr/local/bin/gnustat gstat > I'm not clear whether you're trying to construct a port, or just > getting the software to build. > If you're building a port, you can achieve that with: > BINARY_ALIAS= gstat=gnustat # Adam - Adam Weinberger I was just trying to get the software to build, or should I say configure. Ptxdist (www.ptxdist.org) has a difficult time finding things: may be buggy. Can FreeBSD ports be updated on a system whose last update was in late July 2017 (11.1-STABLE)? I was able to build FreeBSD 12.0-STABLE and HEAD more recently (May 2019), but the installation was unstable and unable to connect to the internet. But I still get efibootmgr. Tom