From owner-freebsd-ports@freebsd.org Tue Dec 18 17:35:37 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 02B731338753 for ; Tue, 18 Dec 2018 17:35:37 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2878B77341 for ; Tue, 18 Dec 2018 17:35:34 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 6BF1478; Wed, 19 Dec 2018 02:35:24 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id CF63E548B; Wed, 19 Dec 2018 02:35:23 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id C6D93548A; Wed, 19 Dec 2018 02:35:21 +0900 (JST) Date: Wed, 19 Dec 2018 02:35:00 +0900 (JST) Message-Id: <20181219.023500.93659690612683504.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? From: Yasuhiro KIMURA In-Reply-To: <20181218162146.GA60499@troutmask.apl.washington.edu> References: <20181218032510.GA55056@troutmask.apl.washington.edu> <20181218075429.r6w4l2eiwuincxfo@atuin.in.mat.cc> <20181218162146.GA60499@troutmask.apl.washington.edu> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 2878B77341 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [2.70 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; NEURAL_SPAM_MEDIUM(0.04)[0.044,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[mx1.utahime.org,mx2.utahime.org]; NEURAL_SPAM_LONG(0.38)[0.381,0]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_SHORT(-0.16)[-0.157,0]; IP_SCORE(0.24)[ip: (0.59), ipnet: 183.180.0.0/16(0.30), asn: 2519(0.42), country: JP(-0.09)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; MIME_TRACE(0.00)[0:+] 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 17:35:37 -0000 From: Steve Kargl Subject: Re: devel/jsoncpp and staging? Date: Tue, 18 Dec 2018 08:21:46 -0800 >> I cannot reproduce the error you encounter, what version of FreeBSD are >> you running? > FreeBSD sleepdirt 13.0-CURRENT FreeBSD 13.0-CURRENT r341703 HPC amd64 > This corresponds to a /usr/src from Dec. 7, 2018. I experienced same problem with 13.0-CURRENT r341690. See thread starting with following message for more detail. https://lists.freebsd.org/pipermail/freebsd-current/2018-December/072355.html Regards. --- Yasuhiro KIMURA