From owner-freebsd-current@freebsd.org Sat Nov 2 21:54:16 2019 Return-Path: Delivered-To: freebsd-current@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 D6B001670A0 for ; Sat, 2 Nov 2019 21:54:16 +0000 (UTC) (envelope-from tsoome@me.com) Received: from pv50p00im-ztdg10021101.me.com (pv50p00im-ztdg10021101.me.com [17.58.6.44]) (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 475CWX3w10z4GQ3 for ; Sat, 2 Nov 2019 21:54:16 +0000 (UTC) (envelope-from tsoome@me.com) Received: from nazgul.lan (148-52-235-80.sta.estpak.ee [80.235.52.148]) by pv50p00im-ztdg10021101.me.com (Postfix) with ESMTPSA id 33B36180A2B; Sat, 2 Nov 2019 21:54:14 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3594.4.19\)) Subject: Re: SVN r354253 breaks buildworld From: Toomas Soome In-Reply-To: <186562b6-7ab6-2cda-f6b6-6d95f34909a8@protected-networks.net> Date: Sat, 2 Nov 2019 23:54:11 +0200 Cc: tsoome@freebsd.org, freebsd-current Content-Transfer-Encoding: quoted-printable Message-Id: References: <9d29bf56-e69b-4f78-fa58-9d1cf6eb5ca5@protected-networks.net> <05841DA7-D77E-45F4-92E0-66F79613005C@me.com> <186562b6-7ab6-2cda-f6b6-6d95f34909a8@protected-networks.net> To: Michael Butler X-Mailer: Apple Mail (2.3594.4.19) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-11-02_13:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1911020217 X-Rspamd-Queue-Id: 475CWX3w10z4GQ3 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.20 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:17.58.0.0/16:c]; FREEMAIL_FROM(0.00)[me.com]; MV_CASE(0.50)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; DKIM_TRACE(0.00)[me.com:+]; RCVD_IN_DNSWL_MED(-0.20)[44.6.58.17.list.dnswl.org : 127.0.5.2]; DMARC_POLICY_ALLOW(-0.50)[me.com,quarantine]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(0.00)[ip: (-5.07), ipnet: 17.58.0.0/20(-2.49), asn: 714(-2.56), country: US(-0.05)]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[me.com]; ASN(0.00)[asn:714, ipnet:17.58.0.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[me.com:s=1a1hai]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE_FREEMAIL(0.00)[]; DWL_DNSWL_LOW(-1.00)[me.com.dwl.dnswl.org : 127.0.5.1]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2019 21:54:16 -0000 > On 2. Nov 2019, at 23:30, Michael Butler = wrote: >=20 > On 11/2/19 5:15 PM, Toomas Soome wrote: >> Should be fixed by r354265. >=20 > The problem has moved .. now the kernel won't build .. >=20 > Building /usr/obj/usr/src/amd64.amd64/sys/VM01/avl.o > Building /usr/obj/usr/src/amd64.amd64/sys/VM01/lz4.o > --- lz4.o --- > cc: error: no such file or directory: > '/usr/src/sys/cddl/contrib/opensolaris/lz4/lz4.c' > cc: error: no input files > *** [lz4.o] Error code 1 >=20 > That's brought in by sys/conf/files as follows .. >=20 > imb@vm01:/sys/conf> grep lz4 * > files:cddl/contrib/opensolaris/lz4/lz4.c > optional zfs compile-with "${ZFS_C}" > kern.pre.mk:ZFS_CFLAGS+=3D = -I$S/cddl/contrib/opensolaris/common/lz4 >=20 > imb >=20 Right. Thanks and sorry for the mess=E2=80=A6 rgds, toomas=