From owner-freebsd-current@freebsd.org Tue Jun 18 00:21:27 2019 Return-Path: Delivered-To: freebsd-current@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 6A26615C8528 for ; Tue, 18 Jun 2019 00:21:27 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BCD4888BE4 for ; Tue, 18 Jun 2019 00:21:26 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7857715C8527; Tue, 18 Jun 2019 00:21:26 +0000 (UTC) Delivered-To: current@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 3D73115C8525 for ; Tue, 18 Jun 2019 00:21:26 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 93C6588BDC; Tue, 18 Jun 2019 00:21:22 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p2E52C710.dip0.t-ipconnect.de [46.82.199.16]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id x5I0LFHo019059 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Jun 2019 02:21:20 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id x5I0LEe7062283; Tue, 18 Jun 2019 02:21:14 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id x5I0L2RK057837; Tue, 18 Jun 2019 02:21:14 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201906180021.x5I0L2RK057837@fire.js.berklix.net> cc: "Bjoern A. Zeeb" , current@freebsd.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found From: "Julian H. Stacey" Organization: http://berklix.com/jhs http://stolenvotes.uk User-agent: EXMH on FreeBSD http://berklix.com/free/ X-From: http://www.berklix.org/~jhs/ In-reply-to: Your message "Mon, 17 Jun 2019 13:12:30 +0200." <201906171112.x5HBCVvV000963@fire.js.berklix.net> Date: Tue, 18 Jun 2019 02:21:02 +0200 X-Rspamd-Queue-Id: 93C6588BDC X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.78 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.79)[0.794,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[berklix.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.99)[0.994,0]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(0.11)[ip: (0.39), ipnet: 94.185.88.0/22(0.20), asn: 33824(-0.05), country: DE(-0.01)]; MX_GOOD(-0.01)[cached: slim.berklix.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[68.90.185.94.list.dnswl.org : 127.0.10.0]; MISSING_TO(2.00)[]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[16.199.82.46.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(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: Tue, 18 Jun 2019 00:21:27 -0000 "Julian H. Stacey" wrote: > "Bjoern A. Zeeb" wrote: > > On 17 Jun 2019, at 10:37, Mark Linimon wrote: > > > > > On Mon, Jun 17, 2019 at 11:41:03AM +0200, Julian H. Stacey wrote: > > >> svn_revision 348842 > > > [ ...] > > >> /usr/src/sys/modules/sdio/../../dev/sdio/sdiob.c:68:10: fatal error: > > >> 'opt_cam.h' file not found > > >> #include "opt_cam.h" > > >> ^~~~~~~~~~~ > > >> 1 error generated. > > > > > > This is extremely unlikely to be r348842. I would investigate r349025 > > > instead. (Committer Cc:ed.) > > > > Almost, more likely me. I just had a look. I am not exactly sure how > > to reproduce this? > > > > /bz > > If I can help let me know. > My buildworld broke with 13.0-CURRENT > /usr/src .ctm_status src-cur 14077 .svn_revision 348842 > I'm now running make install, > & can then compare my root include & libs with with a set installed > using DESTDIR= I compiled, installed, compared. BTW cd /usr/src; make delete - only cleans libs & bins but does not clean other junk listed in ObsoleteFiles.inc not even with -DBATCH_DELETE_OLD_FILES or -DBATCH_DELETE_OLD_FILES=YES so manually purged, I believe I have a clean system built from .ctm_status src-cur 14077 .svn_revision 348842 but /usr/src/sys/modules/sdio still fails, so there was a commit of unbuildable code. cd /usr/src ; find . -name opt_cam.h # tools/tools/vhba/opt_cam.h cd /usr/include ; find . -name opt_cam.h # nothing > I have a 2nd slower current box also building to 14077, I will then > take that on up to latest .ctm_status src-cur 14087 .svn_revision > 349129 to see if problem clears. make buildworld blew on newer current, with a different bug: cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static -I/usr/src/usr.bin/mkesdb_static/../mkesdb -I/usr/src/usr.bin/mkesdb_static/../../lib/libc/iconv -g -MD -MF.depend.lex.o -MTlex.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/include -c lex.c -o lex.o /usr/src/usr.bin/mkesdb/lex.l:46:10: fatal error: 'yacc.h' file not found #include "yacc.h" ^~~~~~~~ 1 error generated. *** Error code 1 Stop. make[3]: stopped in /usr/src/usr.bin/mkesdb_static A double waste of CPU & human time & power in a hot office. Commit bits used to be suspended for un-buildable code. I'll boot stable. Cheers, Julian -- Julian Stacey, Consultant Systems Engineer, BSD Linux Unix, Munich Aachen Kent Brexit ref. stole votes from 700,000 Brits in EU; 1.9 M young, more remainers had no vote; 1.3 M old mostly leavers died. Advert lies paid by noses in the trough; some foreign funders fined. New referendum now! http://stolenvotes.uk