From owner-freebsd-ports@freebsd.org Tue Dec 18 03:25:14 2018 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 0350D133D3FA for ; Tue, 18 Dec 2018 03:25:14 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D07974ABE for ; Tue, 18 Dec 2018 03:25:12 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id wBI3PAG5055102 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 17 Dec 2018 19:25:10 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id wBI3PAoi055101 for freebsd-ports@freebsd.org; Mon, 17 Dec 2018 19:25:10 -0800 (PST) (envelope-from sgk) Date: Mon, 17 Dec 2018 19:25:10 -0800 From: Steve Kargl To: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? Message-ID: <20181218032510.GA55056@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20181218014857.GA54077@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181218014857.GA54077@troutmask.apl.washington.edu> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 7D07974ABE X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.75 / 15.00]; HAS_REPLYTO(0.00)[sgk@troutmask.apl.washington.edu]; TO_DN_NONE(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCVD_IN_DNSWL_MED(-0.20)[21.76.95.128.list.dnswl.org : 127.0.11.2]; MX_GOOD(-0.01)[cached: troutmask.apl.washington.edu]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(0.22)[ip: (0.68), ipnet: 128.95.0.0/16(0.32), asn: 73(0.20), country: US(-0.08)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.99)[0.989,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; NEURAL_SPAM_MEDIUM(0.88)[0.876,0]; RCPT_COUNT_ONE(0.00)[1]; AUTH_NA(1.00)[]; MIME_TRACE(0.00)[0:+]; NEURAL_SPAM_LONG(0.97)[0.973,0]; DMARC_NA(0.00)[washington.edu]; R_SPF_NA(0.00)[] 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: Tue, 18 Dec 2018 03:25:14 -0000 On Mon, Dec 17, 2018 at 05:48:57PM -0800, Steve Kargl wrote: > I must be missing a change in how staging works. > > % cd /usr/ports/devel/jsoncpp > % make > > ===> Staging for jsoncpp-1.8.1_5 > ===> Generating temporary packing list > (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/) > chmod: json/allocator.h: No such file or directory > chmod: json/assertions.h: No such file or directory > chmod: json/autolink.h: No such file or directory > chmod: json/config.h: No such file or directory > chmod: json/features.h: No such file or directory > chmod: json/forwards.h: No such file or directory > chmod: json/json.h: No such file or directory > chmod: json/reader.h: No such file or directory > chmod: json/value.h: No such file or directory > chmod: json/version.h: No such file or directory > chmod: json/writer.h: No such file or directory > > % ls work/stage/usr/local/include/jsoncpp/json > > > Now, let's re-run make > > % make Same problem with news/xpn, except running make multiple times does not correct the missing files problem. So, is there away to use the ports collection with staging disabled? src.conf documents WITHOUT_STAGING, but the port collections seems to ignore this varible. -- Steve