From owner-freebsd-current@freebsd.org Sun Jun 16 15:49:38 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 ED74B15C2820 for ; Sun, 16 Jun 2019 15:49:37 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (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 9B56E8601C for ; Sun, 16 Jun 2019 15:49:36 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-24.um.gwdg.de ([134.76.9.234] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.90_1) (envelope-from ) id 1hcXPN-0001DL-EN for freebsd-current@FreeBSD.org; Sun, 16 Jun 2019 17:49:29 +0200 Received: from krabat.raven.hur (79.201.117.152) by EXCMBX-24.um.gwdg.de (134.76.9.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.1713.5; Sun, 16 Jun 2019 17:49:28 +0200 To: From: Rainer Hurling Subject: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) Message-ID: Date: Sun, 16 Jun 2019 17:49:22 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Originating-IP: [79.201.117.152] X-ClientProxiedBy: EXCMBX-04.um.gwdg.de (134.76.9.219) To EXCMBX-24.um.gwdg.de (134.76.9.234) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 9B56E8601C X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.10.29 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de X-Spamd-Result: default: False [-4.12 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[gwdg.de]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[29.10.76.134.list.dnswl.org : 127.0.11.2]; MX_GOOD(-0.01)[c1233.mx.srv.dfn.de,b1233.mx.srv.dfn.de,a1233.mx.srv.dfn.de]; NEURAL_HAM_SHORT(-0.70)[-0.697,0]; IP_SCORE(-0.92)[ipnet: 134.76.0.0/16(-4.56), asn: 680(-0.01), country: DE(-0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:680, ipnet:134.76.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[152.117.201.79.zen.spamhaus.org : 127.0.0.10] 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: Sun, 16 Jun 2019 15:49:38 -0000 If I try to build world almost recent sources (r349100) on HEAD amd64 (r348775), it stops with the following error: [..snip..] (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.libkern_crc32 NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=libkern_crc32 ) echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.libkern_crc32 cc -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TESTING -MD -MF.depend.libkern_crc32.libkern_crc32.o -MTlibkern_crc32.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Qunused-arguments -c /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o cc -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TESTING -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Qunused-arguments -DUSERSPACE_TESTING -o libkern_crc32 libkern_crc32.o /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c ld: error: duplicate symbol: sse42_crc32c >>> defined at crc32_sse42.c >>> /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) >>> defined at crc32_sse42.c >>> /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [libkern_crc32] Error code 1 make[6]: stopped in /usr/src/tests/sys/kern 1 error make[6]: stopped in /usr/src/tests/sys/kern *** [libkern_crc32] Error code 2 This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom II X6 1090T). Am I the only one, who observes this breakage? Thanks for any hint. Regards, Rainer Hurling From owner-freebsd-current@freebsd.org Sun Jun 16 16:34:13 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 B41DF15C393C for ; Sun, 16 Jun 2019 16:34:13 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4F2287915 for ; Sun, 16 Jun 2019 16:34:12 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x736.google.com with SMTP id c11so4797646qkk.8 for ; Sun, 16 Jun 2019 09:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qH8jpa7sTXfHyN+94zfQsprEZVS6Ynkv0LzRPUlIrGY=; b=v+F4F1hd+xdSXRHJjEZdvTlj1sBY6M8+2BqLXNjEvF/nyN3HH0tr8zBm4cJ/WTJpfm p7sxRfO7T1b/gcjIEcm2nE5103JLp1l0Q+o4UOnyoiUXEtgxpl2TDvHA6vQ8yIIx0rS8 SoTHc9JEpbb8yW+ogPaVRQeGal7U8BCuYw0ZUMhD3tHndO8GoNQcUMFOkO1yNxkFgiwe Y1JyXf/EUejORqX++LsJL6MijSFZ8ts05js6hk7b6u8fLvIk01jbFPKQ/sqwTJJniEnb leTlhNUoXfmcyFB6fYOmhjWrw+eE+wMh0hNLhNQeONaD3h6dXa1Zg/koMLkmX3aB71Nw yjgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qH8jpa7sTXfHyN+94zfQsprEZVS6Ynkv0LzRPUlIrGY=; b=chdLlSYqto8AbE72daJbfoIca8FbWSOHbLp3j7SNrBmW2VSrbLX8fq/UPzif54Ff+t 6Ra9q2HPjhkqAw2pwmqFUehv7wPiejFWTqxtRNZlWBUMqHQ/Jowrmu3lJa1lzoRlOApo 34yB5m53aRv13dzdfiue71e8/X8u8lgHynk5HNCLHrlSY6I9f/VYfePAARE+w4fPnT0n u8RbmH3Ndc3NpcLCIGeuUcFrwqGNgl4kqzikI+Ge+FRm/8snUX90UcvOQZQsZAMrj637 8T7q4Ao1telt7VHOg5yVkrMxoHrVs8RbVEFl/a33nV3ne/JI4i+RhUCEOJEgz2LSn3Gn yFhA== X-Gm-Message-State: APjAAAX3Sp2MkEFuzULc92qitzgYLefWQS6FgW+5WZyuz2vctxU2mpOb ci7VWH5vmHdOGltfD+yyxuc5ZuJez11l0TORV59w8VdF X-Google-Smtp-Source: APXvYqyCIzuniDhUgKyFxcRp9HFbCnotGmU3T70gYCY4M9p+Ch2TgrKKBevZNbTeiZ5XssEVslmUAEMiHs0QUP3gkSw= X-Received: by 2002:a37:5942:: with SMTP id n63mr72241516qkb.69.1560702851872; Sun, 16 Jun 2019 09:34:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Sun, 16 Jun 2019 10:33:59 -0600 Message-ID: Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) To: Rainer Hurling Cc: FreeBSD Current X-Rspamd-Queue-Id: B4F2287915 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdimp-com.20150623.gappssmtp.com header.s=20150623 header.b=v+F4F1hd X-Spamd-Result: default: False [-5.97 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; MX_GOOD(-0.01)[cached: ALT1.aspmx.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[6.3.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; IP_SCORE(-3.00)[ip: (-9.45), ipnet: 2607:f8b0::/32(-3.17), asn: 15169(-2.31), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Sun, 16 Jun 2019 16:34:13 -0000 On Sun, Jun 16, 2019, 9:51 AM Rainer Hurling wrote: > If I try to build world almost recent sources (r349100) on HEAD amd64 > (r348775), it stops with the following error: > > > [..snip..] > (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.libkern_crc32 > NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t > PROG=libkern_crc32 ) > echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a > /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> > .depend.libkern_crc32 > cc -target x86_64-unknown-freebsd13.0 > --sysroot=/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe > -DUSERSPACE_TESTING -MD -MF.depend.libkern_crc32.libkern_crc32.o > -MTlibkern_crc32.o -std=gnu99 -fstack-protector-strong -Wsystem-headers > -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef > -Wno-address-of-packed-member -Qunused-arguments -c > /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o > cc -target x86_64-unknown-freebsd13.0 > --sysroot=/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TESTING > -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int > -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion > -Wno-unused-local-typedef -Wno-address-of-packed-member > -Qunused-arguments -DUSERSPACE_TESTING -o libkern_crc32 > libkern_crc32.o /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c > /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c > ld: error: duplicate symbol: sse42_crc32c > >>> defined at crc32_sse42.c > >>> /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) > >>> defined at crc32_sse42.c > >>> /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > *** [libkern_crc32] Error code 1 > make[6]: stopped in /usr/src/tests/sys/kern > 1 error > make[6]: stopped in /usr/src/tests/sys/kern > *** [libkern_crc32] Error code 2 > > > This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom > II X6 1090T). > > Am I the only one, who observes this breakage? Thanks for any hint. > Try adding -DWITHOUT_TESTS to buildworld... Warner Regards, > Rainer Hurling > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-current@freebsd.org Sun Jun 16 17:44:45 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 0AF1315C5675 for ; Sun, 16 Jun 2019 17:44:45 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (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 908398A06A for ; Sun, 16 Jun 2019 17:44:43 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-24.um.gwdg.de ([134.76.9.234] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.90_1) (envelope-from ) id 1hcZCr-0003Uy-CG; Sun, 16 Jun 2019 19:44:41 +0200 Received: from krabat.raven.hur (79.201.117.152) by EXCMBX-24.um.gwdg.de (134.76.9.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.1713.5; Sun, 16 Jun 2019 19:44:40 +0200 Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) To: Warner Losh CC: FreeBSD Current References: From: Rainer Hurling Message-ID: Date: Sun, 16 Jun 2019 19:44:39 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Originating-IP: [79.201.117.152] X-ClientProxiedBy: EXCMBX-12.um.gwdg.de (134.76.9.221) To EXCMBX-24.um.gwdg.de (134.76.9.234) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 908398A06A X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.10.29 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de X-Spamd-Result: default: False [-4.15 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[gwdg.de]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[29.10.76.134.list.dnswl.org : 127.0.11.2]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[cached: c1233.mx.srv.dfn.de]; IP_SCORE(-0.92)[ipnet: 134.76.0.0/16(-4.59), asn: 680(-0.02), country: DE(-0.01)]; NEURAL_HAM_SHORT(-0.72)[-0.721,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:680, ipnet:134.76.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[152.117.201.79.zen.spamhaus.org : 127.0.0.10] 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: Sun, 16 Jun 2019 17:44:45 -0000 Am 16.06.19 um 18:33 schrieb Warner Losh: > > > On Sun, Jun 16, 2019, 9:51 AM Rainer Hurling > wrote: > > If I try to build world almost recent sources (r349100) on HEAD amd64 > (r348775), it stops with the following error: > > > [..snip..] > (cd /usr/src/tests/sys/kern &&  DEPENDFILE=.depend.libkern_crc32 > NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t > PROG=libkern_crc32 ) > echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a > /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> > .depend.libkern_crc32 > cc -target x86_64-unknown-freebsd13.0 > --sysroot=/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe > -DUSERSPACE_TESTING -MD  -MF.depend.libkern_crc32.libkern_crc32.o > -MTlibkern_crc32.o -std=gnu99 -fstack-protector-strong -Wsystem-headers > -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef > -Wno-address-of-packed-member   -Qunused-arguments   -c > /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o > cc -target x86_64-unknown-freebsd13.0 > --sysroot=/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TESTING > -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int > -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion > -Wno-unused-local-typedef -Wno-address-of-packed-member > -Qunused-arguments -DUSERSPACE_TESTING    -o libkern_crc32 > libkern_crc32.o  /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c > /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c > ld: error: duplicate symbol: sse42_crc32c > >>> defined at crc32_sse42.c > >>>            /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) > >>> defined at crc32_sse42.c > >>>            /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > *** [libkern_crc32] Error code 1 > make[6]: stopped in /usr/src/tests/sys/kern > 1 error > make[6]: stopped in /usr/src/tests/sys/kern > *** [libkern_crc32] Error code 2 > > > This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom > II X6 1090T). > > Am I the only one, who observes this breakage? Thanks for any hint. > > > Try adding -DWITHOUT_TESTS to buildworld... > > Warner > > > Regards, > Rainer Hurling Many thanks Warner, With -DWITHOUT_TESTS buildworld was able to finish. Is it secure to also install it now? BTW, in Poudriere, the same breakage seems to happen. Regards, Rainer From owner-freebsd-current@freebsd.org Sun Jun 16 20:35:13 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 B1FE415C8C1B for ; Sun, 16 Jun 2019 20:35:13 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11F208EB66 for ; Sun, 16 Jun 2019 20:35:12 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x5GKZ42K001219 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sun, 16 Jun 2019 22:35:05 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1560717305; bh=0VpqO7mVvst8ZTAoIslPg3eZQnuUVd1PaEYvZQRXaKM=; h=Date:From:To:Subject:In-Reply-To:References; b=bAA+nxXg2aveoFroCQuz5eDOichDtSzFfH74nR4D3IpcF8WeAANwXpazKfNMOEHyn k+hVcHqXO+DbMR7/zdKBaVGVnIp6GefXMrMerFGH7tCUxCHhIGN5r3GJXzdhrexXm2 KcPWoa2f5MCHzTVhe618F1kADZCsTouqeuK6w8Gm/otrPgKueGroj4a0+eIFNun8w2 eS+i8HWknuht2IWC4y/gxFYbXgOp3zy/rrhFTs6xqlFTjGn4mCV/b5TuPEgl+nua2O mp0CK38k/r/AxIJr4OSIjkqb57eO2bxeQ5ekwbz/7RUoVlM/Al+wilcYrotiD5niJx wHz5qPykrM9nQ== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x5GKZ4Q3001214 for ; Sun, 16 Jun 2019 22:35:04 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Sun, 16 Jun 2019 22:35:04 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: freebsd-current@FreeBSD.org Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info 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: Sun, 16 Jun 2019 20:35:13 -0000 On Sun, 16 Jun 2019 17:49+0200, Rainer Hurling wrote: > This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom > II X6 1090T). > > Am I the only one, who observes this breakage? Thanks for any hint. No. This also happens on Intel Core i7 960. I will retry buildworld using -D WITHOUT_TESTS. -- Trond. From owner-freebsd-current@freebsd.org Mon Jun 17 05:32:55 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 D1AEA15D3FA1 for ; Mon, 17 Jun 2019 05:32:54 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DCB977CC1 for ; Mon, 17 Jun 2019 05:32:53 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [188.174.53.252] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1hckGA-000284-Ez for freebsd-current@freebsd.org; Mon, 17 Jun 2019 07:32:50 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id x5H5WmPU003987 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 17 Jun 2019 07:32:48 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id x5H5WhIi003986 for freebsd-current@freebsd.org; Mon, 17 Jun 2019 07:32:43 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 17 Jun 2019 07:32:42 +0200 From: Matthias Apitz To: freebsd-current@freebsd.org Subject: signal 11 for 'conftest' && poudriere jails Message-ID: <20190617053242.GA3576@c720-r342378> Reply-To: Matthias Apitz Mail-Followup-To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline X-Operating-System: FreeBSD 13.0-CURRENT r342378 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.11.1 (2018-12-01) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.53.252 X-Rspamd-Queue-Id: 7DCB977CC1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.64 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[guru@unixarea.de]; HAS_XOIP(0.00)[]; HAS_XAW(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mail.unixarea.de]; NEURAL_HAM_SHORT(-0.78)[-0.779,0]; SIGNED_PGP(-2.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[101.4.254.178.list.dnswl.org : 127.0.5.1]; RECEIVED_SPAMHAUS_PBL(0.00)[252.53.174.188.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; MIME_TRACE(0.00)[0:+,1:+]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; R_SPF_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; IP_SCORE(-3.05)[ip: (-8.86), ipnet: 178.254.0.0/19(-3.59), asn: 42730(-2.78), country: DE(-0.01)] 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: Mon, 17 Jun 2019 05:32:55 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable While running poudriere jails on a very recent CURRENT: FreeBSD jet 13.0-CURRENT FreeBSD 13.0-CURRENT #1 r349041: Sat Jun 15 07:45:= 13 CEST 2019 guru@jet:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 I see messages about signal 11 for 'conftest'. The uid 65534 (nobody) let me think in poudriere, because there is nothing else running on this box: Jun 16 19:31:46 jet kernel: pid 55572 (conftest), jid 23, uid 65534: exited= on signal 11 (core dumped) Jun 16 19:37:25 jet su[98388]: guru to root on /dev/pts/2 Jun 16 20:01:32 jet kernel: pid 26452 (conftest), jid 25, uid 65534: exited= on signal 11 (core dumped) Jun 16 20:02:26 jet kernel: pid 54189 (conftest), jid 25, uid 65534: exited= on signal 11 (core dumped) Jun 16 20:14:09 jet kernel: pid 86215 (conftest), jid 23, uid 65534: exited= on signal 11 (core dumped) Jun 16 20:31:06 jet ntpdate[79734]: step time server 130.149.17.21 offset 0= =2E309740 sec Jun 16 20:38:39 jet kernel: pid 61044 (conftest), jid 25, uid 65534: exited= on signal 11 (core dumped) Jun 16 20:45:29 jet kernel: pid 24274 (conftest), jid 31, uid 65534: exited= on signal 11 (core dumped) Jun 16 21:31:06 jet ntpdate[99262]: step time server 130.149.17.21 offset 0= =2E309141 sec Jun 16 22:31:06 jet ntpdate[27064]: step time server 130.149.17.21 offset 0= =2E309090 sec Jun 16 23:31:06 jet ntpdate[1088]: step time server 130.149.17.21 offset 0.= 309793 sec Jun 16 23:51:38 jet kernel: pid 10847 (java), jid 29, uid 65534, was killed= : out of swap space Jun 17 00:31:06 jet ntpdate[6936]: step time server 130.149.17.21 offset 0.= 308939 sec Jun 17 00:32:58 jet su[10397]: guru to root on /dev/pts/4 Jun 17 00:38:22 jet su[28548]: guru to root on /dev/pts/2 Jun 17 01:31:06 jet ntpdate[39553]: step time server 130.149.17.21 offset 0= =2E309018 sec Jun 17 01:41:23 jet kernel: pid 81104 (conftest), jid 26, uid 65534: exited= on signal 11 (core dumped) Jun 17 02:17:29 jet kernel: pid 9625 (conftest), jid 29, uid 65534: exited = on signal 11 (core dumped) Jun 17 02:21:56 jet kernel: pid 36351 (conftest), jid 29, uid 65534: exited= on signal 11 (core dumped) What does this mean? What is 'conftest' at all? matthias =2E.. --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ +49-176= -38902045 Public GnuPG key: http://www.unixarea.de/key.pub May, 9: =D0=A1=D0=BF=D0=B0=D1=81=D0=B8=CC=81=D0=B1=D0=BE =D0=BE=D1=81=D0=B2= =D0=BE=D0=B1=D0=BE=D0=B4=D0=B8=D1=82=D0=B5=D0=BB=D0=B8! Thank you very much= , Russian liberators! --17pEHd4RhPHOinZp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAl0HJfcACgkQR8z35Hb+ nREE/A/+PDpvQsINQh4R2Kkdpj8ABoCdiO4lGD/mbjRpqU+fNQ/8+Zd9zfTqXtEX VR2O/sIiF+upgcnmzGgcaswH1bLc9jLn/tnkyYw+3TfKiLgagVBWifNCMUfIFrPS IkhWN1QUnMdL/Eo2UygY/GCOzZQUlsz+WUnCBWQv8JEqOichuJS8yCXNpr590K+S e0NejTdE6N7MYugBZoKFH+VDX+BCYlI/PvlKVC+ZsDsxxBjayFSYGeuVJQDzuYGZ PPpz7IJaHeRiW5NLOiJj9FHdktg2B+/cQZzAKGMQ2YR+d7+rJAsMKEJfhUFfv2VH QtJ/P5cFXyru8zQSdBdGQPKL1STXVuVbld0F1LcIKwu5ITEZ9M4o7ctXPQLEJaLr WdO+34SlIYpDbHPIOgRLcpt4Fn3rHEC6cKF4o7q4SvqvAubHgeisaKvMxE/SZ0jr 0drVdzp0xotNJ9Yk6oP8RDDkDRhZiN4OnyL2OfVcDCkBkvMy2qqhEuAgav7Cbt/F yoWTA4mhK5om8DKte6wMEvQ0dU8vQQShSt/vjQBh26MHNGmgk4aqNcFonm4/V02W hhEDZgN2vxAJYMT4UIhUGbLHSptQAbMcP2gZj5kP3040Xd1/Z5HAKKBL+RUUx3U0 9EYEqy4cweBzdbWzcxfkep4Gl9V0VP/LYERmdvDnm/Jpla3wSX8= =Oc8d -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-freebsd-current@freebsd.org Mon Jun 17 05:49:46 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 2743715AC5F9 for ; Mon, 17 Jun 2019 05:49:46 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (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 8227C803EC for ; Mon, 17 Jun 2019 05:49:44 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 45S0fF5NYJz3kkc; Mon, 17 Jun 2019 05:49:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1560750580; bh=199VFGIIR2LPAr54wiZrPYrH foaLB6IbVAAFYHEvJgc=; b=KyIAf/G8Mapoj53uWxOyFdh6Tbavgz1N8F9sjj4m 8NjYAfjztm8N7LtKQVzW7IaX/hH6LEmkZf7oar7ATFH1gO9gS3AeNptmIDJtTOiz 9tFMdK3yKVa5dvNV8T6+CQv8H5dhqhWlzKzcVbKrjIfwD7q0g0Km37z9geUCDLmi mF0= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id PChv_-JdFV8N; Mon, 17 Jun 2019 05:49:40 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:7dd0:c4c4:5168:ccfc]) by mail.daemonic.se (Postfix) with ESMTPSA id 45S0fD0z8dz3c7W; Mon, 17 Jun 2019 05:49:40 +0000 (UTC) Subject: Re: signal 11 for 'conftest' && poudriere jails To: freebsd-current@freebsd.org, guru@unixarea.de References: <20190617053242.GA3576@c720-r342378> From: Niclas Zeising Message-ID: <421d39a1-ac58-430e-5526-6271d5ce88fc@daemonic.se> Date: Mon, 17 Jun 2019 07:49:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190617053242.GA3576@c720-r342378> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8227C803EC X-Spamd-Bar: ------- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=daemonic.se header.s=20151023 header.b=KyIAf/G8; dmarc=pass (policy=none) header.from=daemonic.se; spf=pass (mx1.freebsd.org: domain of zeising@daemonic.se designates 2607:f740:d:20::25 as permitted sender) smtp.mailfrom=zeising@daemonic.se X-Spamd-Result: default: False [-7.68 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[daemonic.se:s=20151023]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[daemonic.se:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[daemonic.se,none]; MX_GOOD(-0.01)[mail.daemonic.se]; IP_SCORE(-3.71)[ip: (-9.73), ipnet: 2607:f740:d::/48(-4.86), asn: 36236(-3.88), country: US(-0.06)]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(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: Mon, 17 Jun 2019 05:49:46 -0000 On 2019-06-17 07:32, Matthias Apitz wrote: > > While running poudriere jails on a very recent CURRENT: > > FreeBSD jet 13.0-CURRENT FreeBSD 13.0-CURRENT #1 r349041: Sat Jun 15 07:45:13 CEST 2019 guru@jet:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > > I see messages about signal 11 for 'conftest'. The uid 65534 (nobody) > let me think in poudriere, because there is nothing else running on this > box: > > Jun 16 19:31:46 jet kernel: pid 55572 (conftest), jid 23, uid 65534: exited on signal 11 (core dumped) > Jun 16 19:37:25 jet su[98388]: guru to root on /dev/pts/2 > Jun 16 20:01:32 jet kernel: pid 26452 (conftest), jid 25, uid 65534: exited on signal 11 (core dumped) > Jun 16 20:02:26 jet kernel: pid 54189 (conftest), jid 25, uid 65534: exited on signal 11 (core dumped) > Jun 16 20:14:09 jet kernel: pid 86215 (conftest), jid 23, uid 65534: exited on signal 11 (core dumped) > Jun 16 20:31:06 jet ntpdate[79734]: step time server 130.149.17.21 offset 0.309740 sec > Jun 16 20:38:39 jet kernel: pid 61044 (conftest), jid 25, uid 65534: exited on signal 11 (core dumped) > Jun 16 20:45:29 jet kernel: pid 24274 (conftest), jid 31, uid 65534: exited on signal 11 (core dumped) > Jun 16 21:31:06 jet ntpdate[99262]: step time server 130.149.17.21 offset 0.309141 sec > Jun 16 22:31:06 jet ntpdate[27064]: step time server 130.149.17.21 offset 0.309090 sec > Jun 16 23:31:06 jet ntpdate[1088]: step time server 130.149.17.21 offset 0.309793 sec > Jun 16 23:51:38 jet kernel: pid 10847 (java), jid 29, uid 65534, was killed: out of swap space > Jun 17 00:31:06 jet ntpdate[6936]: step time server 130.149.17.21 offset 0.308939 sec > Jun 17 00:32:58 jet su[10397]: guru to root on /dev/pts/4 > Jun 17 00:38:22 jet su[28548]: guru to root on /dev/pts/2 > Jun 17 01:31:06 jet ntpdate[39553]: step time server 130.149.17.21 offset 0.309018 sec > Jun 17 01:41:23 jet kernel: pid 81104 (conftest), jid 26, uid 65534: exited on signal 11 (core dumped) > Jun 17 02:17:29 jet kernel: pid 9625 (conftest), jid 29, uid 65534: exited on signal 11 (core dumped) > Jun 17 02:21:56 jet kernel: pid 36351 (conftest), jid 29, uid 65534: exited on signal 11 (core dumped) > I am not 100% sure, but I believe conftest is something from the build system, most likely autotools. Autotools (and possibly others) work by compiling, and I guess sometimes running, small code snippets to figure out things about the host system. This is just a guess, but looking at https://ftp.gnu.org/old-gnu/Manuals/autoconf-2.57/html_chapter/autoconf_6.html and https://lists.freebsd.org/pipermail/freebsd-questions/2007-July/154070.html seem to agree with me. Regards -- Niclas From owner-freebsd-current@freebsd.org Mon Jun 17 10:30:45 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 B606F15B401D for ; Mon, 17 Jun 2019 10:30:44 +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 30872894FB for ; Mon, 17 Jun 2019 10:30:44 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id E366315B401B; Mon, 17 Jun 2019 10:30:43 +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 BBF8815B4012 for ; Mon, 17 Jun 2019 10:30:43 +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 0F7DD894E8 for ; Mon, 17 Jun 2019 10:30:39 +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 x5H9fGDK000711 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 17 Jun 2019 11:41: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 x5H9fFth056971 for ; Mon, 17 Jun 2019 11:41:15 +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 x5H9f3XR083239 for ; Mon, 17 Jun 2019 11:41:15 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201906170941.x5H9f3XR083239@fire.js.berklix.net> To: current@freebsd.org Subject: 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://www.berklix.eu/free/ X-From: http://www.berklix.eu/~jhs/ Date: Mon, 17 Jun 2019 11:41:03 +0200 X-Rspamd-Queue-Id: 0F7DD894E8 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [1.01 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.18)[-0.178,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[berklix.com]; MX_GOOD(-0.01)[slim.berklix.com]; NEURAL_SPAM_LONG(0.32)[0.323,0]; RCVD_IN_DNSWL_NONE(0.00)[68.90.185.94.list.dnswl.org : 127.0.10.0]; NEURAL_HAM_SHORT(-0.14)[-0.137,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)[]; IP_SCORE(0.11)[ip: (0.42), ipnet: 94.185.88.0/22(0.21), asn: 33824(-0.05), country: DE(-0.01)]; 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: Mon, 17 Jun 2019 10:30:45 -0000 .ctm_status src-cur 14077 .svn_revision 348842 ===> sys/modules/sdio (all) machine -> /usr/src/sys/amd64/include x86 -> /usr/src/sys/x86/include awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/sdio/sdio_if.m -c awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/sdio/sdio_if.m -h cc -target x86_64-unknown-freebsd13.0 --sysroot=/1s4/release/13.0-CURRENT/usr/obj/usr/src/amd64.amd64/tmp -B/1s4/release/13.0-CURRENT/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -MD -MF.depend.sdiob.o -MTsdiob.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unus! ed-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-address-of-packed-member -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/sdio/../../dev/sdio/sdiob.c -o sdiob.o /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. *** Error code 1 Stop. bmake[5]: stopped in /usr/src/sys/modules/sdio *** Error code 1 I assume some commiters fail to detect breakages as they don't assert MODULES_WITH_WORLD="YES". I saw similar twice in 2018-07 See disparity in supposedly current boxes, with: ls -l /boot/modules; ls -l /boot/kernel/kernel 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 From owner-freebsd-current@freebsd.org Mon Jun 17 10:37:29 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 763C615B431A for ; Mon, 17 Jun 2019 10:37:29 +0000 (UTC) (envelope-from linimon@lonesome.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 EADFD89AFF for ; Mon, 17 Jun 2019 10:37:28 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id A7FE815B4319; Mon, 17 Jun 2019 10:37:28 +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 93D9015B4317 for ; Mon, 17 Jun 2019 10:37:28 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 012FB89AFC; Mon, 17 Jun 2019 10:37:27 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id C0F8017093; Mon, 17 Jun 2019 10:37:26 +0000 (UTC) Date: Mon, 17 Jun 2019 10:37:25 +0000 From: Mark Linimon To: "Julian H. Stacey" Cc: current@freebsd.org, imp@FreeBSD.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found Message-ID: <20190617103724.GA2246@lonesome.com> References: <201906170941.x5H9f3XR083239@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201906170941.x5H9f3XR083239@fire.js.berklix.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 012FB89AFC X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.935,0] 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: Mon, 17 Jun 2019 10:37:29 -0000 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.) mcl From owner-freebsd-current@freebsd.org Mon Jun 17 10:55:55 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 5FBE815B4989 for ; Mon, 17 Jun 2019 10:55:55 +0000 (UTC) (envelope-from bz@FreeBSD.org) 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 E6E868A5FA for ; Mon, 17 Jun 2019 10:55:54 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id A772E15B4988; Mon, 17 Jun 2019 10:55:54 +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 95CA015B4984 for ; Mon, 17 Jun 2019 10:55:54 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6188A5F9; Mon, 17 Jun 2019 10:55:54 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (cross.sbone.de [195.201.62.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) (Authenticated sender: bz/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id ECFE1227C; Mon, 17 Jun 2019 10:55:53 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 170758D4A426; Mon, 17 Jun 2019 10:55:51 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id F0E07E707D3; Mon, 17 Jun 2019 10:55:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id xrEcboNYskeu; Mon, 17 Jun 2019 10:55:49 +0000 (UTC) Received: from [192.168.2.110] (unknown [IPv6:fde9:577b:c1a9:31:2ef0:eeff:fe03:ee34]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 85F0CE707C0; Mon, 17 Jun 2019 10:55:46 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Julian H. Stacey" Cc: current@freebsd.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found Date: Mon, 17 Jun 2019 10:55:45 +0000 X-Mailer: MailMate (2.0BETAr6137) Message-ID: <6CA19B53-FD17-42E9-89A6-5AD77E423912@FreeBSD.org> In-Reply-To: <20190617103724.GA2246@lonesome.com> References: <201906170941.x5H9f3XR083239@fire.js.berklix.net> <20190617103724.GA2246@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 3C6188A5F9 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.964,0] 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: Mon, 17 Jun 2019 10:55:55 -0000 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 From owner-freebsd-current@freebsd.org Mon Jun 17 11:12:51 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 8230715B5206 for ; Mon, 17 Jun 2019 11:12:51 +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 C9EFB8AECC for ; Mon, 17 Jun 2019 11:12:50 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8888715B5204; Mon, 17 Jun 2019 11:12:50 +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 6457D15B5203 for ; Mon, 17 Jun 2019 11:12:50 +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 7989B8AEC5; Mon, 17 Jun 2019 11:12:49 +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 x5HBChbk001453 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Jun 2019 13:12:47 +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 x5HBChmE057580; Mon, 17 Jun 2019 13:12:43 +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 x5HBCVvV000963; Mon, 17 Jun 2019 13:12:43 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201906171112.x5HBCVvV000963@fire.js.berklix.net> To: "Bjoern A. Zeeb" cc: 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 10:55:45 -0000." <6CA19B53-FD17-42E9-89A6-5AD77E423912@FreeBSD.org> Date: Mon, 17 Jun 2019 13:12:30 +0200 X-Rspamd-Queue-Id: 7989B8AEC5 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [1.66 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.09)[-0.090,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.16)[0.160,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[berklix.com]; AUTH_NA(1.00)[]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(0.11)[ip: (0.41), 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]; NEURAL_SPAM_LONG(0.59)[0.593,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; 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)[]; RECEIVED_SPAMHAUS_PBL(0.00)[16.199.82.46.zen.spamhaus.org : 127.0.0.10] 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: Mon, 17 Jun 2019 11:12:51 -0000 Hi, Reference: > From: "Bjoern A. Zeeb" > Date: Mon, 17 Jun 2019 10:55:45 +0000 "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 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. 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 From owner-freebsd-current@freebsd.org Mon Jun 17 12:25:04 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 15A6415B85B7 for ; Mon, 17 Jun 2019 12:25:04 +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 88E128E1DB for ; Mon, 17 Jun 2019 12:25:03 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 447FD15B85B6; Mon, 17 Jun 2019 12:25:03 +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 3204A15B85B5 for ; Mon, 17 Jun 2019 12:25:03 +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 91C278E1D6; Mon, 17 Jun 2019 12:24:59 +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 x5HCOiwr002447 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Jun 2019 14:24:57 +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 x5HCOhN8058016; Mon, 17 Jun 2019 14:24:43 +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 x5HCOPi2079339; Mon, 17 Jun 2019 14:24:37 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201906171224.x5HCOPi2079339@fire.js.berklix.net> To: Mark Linimon cc: current@freebsd.org, imp@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 10:37:25 -0000." <20190617103724.GA2246@lonesome.com> Date: Mon, 17 Jun 2019 14:24:25 +0200 X-Rspamd-Queue-Id: 91C278E1D6 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.82 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.94)[0.941,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[berklix.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.13)[0.130,0]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: slim.berklix.com]; NEURAL_SPAM_LONG(0.75)[0.749,0]; RCVD_IN_DNSWL_NONE(0.00)[68.90.185.94.list.dnswl.org : 127.0.10.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)[]; IP_SCORE(0.11)[ip: (0.40), ipnet: 94.185.88.0/22(0.20), asn: 33824(-0.05), country: DE(-0.01)]; 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: Mon, 17 Jun 2019 12:25:04 -0000 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. Sorry, I just meant that's where my src/ was up to, not that I suspected r348842 > I would investigate r349025 > instead. (Committer Cc:ed.) Thanks for looking, I found: https://svnweb.freebsd.org/base?view=revision&revision=349025 Add opt_cam.h so we can build this outside of a kernel build. My broken system only at 348842 My other slower current (also rebuilding to 348842), once finished, I will take on & try with whatever is then latest, currently here that's .svn_revision 349129 delivered by CTM with .ctm_status src-cur 14087 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 From owner-freebsd-current@freebsd.org Mon Jun 17 14:32:11 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 B567F15BB53B for ; Mon, 17 Jun 2019 14:32:11 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (ns-b.lerctr.org [IPv6:2001:470:1f0f:3ad::53:2]) (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 "*.lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 023396BCE5 for ; Mon, 17 Jun 2019 14:32:11 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=ler2019; h=Message-ID:References:In-Reply-To:Subject:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ksYQHsUciTTPz3HI9k3pM/ii4x6GaQMYC0z5wGgr9mQ=; b=Iu1v5U0p/ORJndfN5v/k2IkIuK 7gsPy0xnAqjYHRqXAFB6ytqpiGT0A5PXsMocx4443K6n3OmDPNNxBmpzo1p5ZMrfc4VQswiyFcIue gH+69+5csNR+qcfoCSjkXRdawFdUKVtsC5pjgObebQkJcYeyNslriWLMRGVL7tYKpAHDkfUwIoLdz TBDcqrpW3vhVgx0WE42r0R4qOiF7eS80BqK19KSIMPWmoFfo/OE8MHpHSUnyhPvMhUQCfv9ec6qHi xUrzUBtpSpF8qHW14oon/ZSvH6tI5+jGJymyiUC/CEdiRExvgU/lWJO9fhHpMSPaHQf9c2wjxnm8r ZJWrcxeA==; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:bb:dcff:fe50:d900]:18534 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hcsg5-000IST-Aw for freebsd-current@freebsd.org; Mon, 17 Jun 2019 09:32:09 -0500 Received: from 2600:1700:210:b180:2d19:36a0:28fe:dbb2 by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 17 Jun 2019 09:32:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 17 Jun 2019 09:32:09 -0500 From: Larry Rosenman To: Freebsd current Subject: Fwd: ZFS Crash/Pool in unhealthy state In-Reply-To: References: Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.3.9 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: Mon, 17 Jun 2019 14:32:11 -0000 Forwarding to -Current as well, since it's a -current box -------- Original Message -------- Subject: ZFS Crash/Pool in unhealthy state Date: 06/17/2019 8:30 am From: Larry Rosenman To: Freebsd fs I had a power failure today and my big server no longer boots If I try to import the pool using the memstick image and -F -f I get a panic (see link). https://www.lerctr.org/~ler/ZFS_CRASH.png <--- Panic https://www.lerctr.org/~ler/ZFS_IMPORT.png <--- import tries. Ideas? Help? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 From owner-freebsd-current@freebsd.org Mon Jun 17 14:53:47 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 CEA3015BC007 for ; Mon, 17 Jun 2019 14:53:47 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 1DFAD6CAC2 for ; Mon, 17 Jun 2019 14:53:46 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hct11-000Ih4-3Q; Mon, 17 Jun 2019 16:53:47 +0200 Date: Mon, 17 Jun 2019 16:53:47 +0200 From: Kurt Jaeger To: Larry Rosenman Cc: Freebsd current Subject: Re: Fwd: ZFS Crash/Pool in unhealthy state Message-ID: <20190617145347.GJ5902@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Mon, 17 Jun 2019 14:53:48 -0000 Hi! > Forwarding to -Current as well, since it's a -current box What is the status of the drives ? zpool status ? There's a crash recovery tool, if all else fails: https://www.klennet.com/zfs-recovery/default.aspx -- pi@opsec.eu +49 171 3101372 One year to go ! From owner-freebsd-current@freebsd.org Mon Jun 17 15:04:16 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 5CDD915BC428; Mon, 17 Jun 2019 15:04:16 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (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 A87C06D236; Mon, 17 Jun 2019 15:04:15 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id ctB0hUrLmo7SQctB1h9hJZ; Mon, 17 Jun 2019 09:04:14 -0600 X-Authority-Analysis: v=2.3 cv=Go88BX9C c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=dq6fvYVFJ5YA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=BVfDX-loxTSdSXQnvy4A:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from android-9b917f0ce39da6e6.esitwifi.local (S0106788a207e2972.gv.shawcable.net [70.66.154.233]) by spqr.komquats.com (Postfix) with ESMTPSA id 04A59220; Mon, 17 Jun 2019 08:04:05 -0700 (PDT) Date: Mon, 17 Jun 2019 06:49:16 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <6CA19B53-FD17-42E9-89A6-5AD77E423912@FreeBSD.org> References: <201906170941.x5H9f3XR083239@fire.js.berklix.net> <20190617103724.GA2246@lonesome.com> <6CA19B53-FD17-42E9-89A6-5AD77E423912@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found To: freebsd-current@freebsd.org, "Bjoern A. Zeeb" , "Julian H. Stacey" CC: current@freebsd.org From: Cy Schubert Message-ID: <420F7EC2-F2AC-42ED-8F65-853E2870CAC7@cschubert.com> X-CMAE-Envelope: MS4wfIEFPgiHa++DoJHloaMypOhiscb9zXmKOy3Pk051GbdTxi7a7VLdYSURsptXbTebtlX1W4DBdvHdKEF+30qG/+1rKRJ5hc3cQqnhXK6B9z4giu6JmxLv vFCBM3nw2mgRdmZMa0bzAL+FDblEkdRbLw2CAPTE/+m4+9IX5CZkU+YKJKz3chkrtG0yHDcg7eLTe23M3mjn7zXBecUl7jLJczD4rTU+J8Q7BNKHDs9edMGz vAWJsXg+k1q6tYtEdDLA1zPblSpo/431r2hN4g9aJaY= X-Rspamd-Queue-Id: A87C06D236 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.983,0] 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: Mon, 17 Jun 2019 15:04:16 -0000 On June 17, 2019 3:55:45 AM PDT, "Bjoern A=2E Zeeb" wrot= e: >On 17 Jun 2019, at 10:37, Mark Linimon wrote: > >> On Mon, Jun 17, 2019 at 11:41:03AM +0200, Julian H=2E Stacey wrote: >>> svn_revision 348842 >> [ =2E=2E=2E] >>> /usr/src/sys/modules/sdio/=2E=2E/=2E=2E/dev/sdio/sdiob=2Ec:68:10: fata= l error: >>> 'opt_cam=2Eh' file not found >>> #include "opt_cam=2Eh" >>> ^~~~~~~~~~~ >>> 1 error generated=2E >> >> This is extremely unlikely to be r348842=2E I would investigate >r349025 >> instead=2E (Committer Cc:ed=2E) > >Almost, more likely me=2E I just had a look=2E I am not exactly sure ho= w=20 >to reproduce this? > >/bz >_______________________________________________ >freebsd-current@freebsd=2Eorg mailing list >https://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to >"freebsd-current-unsubscribe@freebsd=2Eorg" Could this be a possible race? I had an unrelated build failure on one of = my machines, all with the same src tree=2E Simply restarting the failed bui= ldworld resolved it=2E All my other machines had no such failure=2E=20 --=20 Pardon the typos and autocorrect, small keyboard in use=2E Cheers, Cy Schubert FreeBSD UNIX: Web: http://www=2EFreeBSD=2Eorg The need of the many outweighs the greed of the few=2E From owner-freebsd-current@freebsd.org Mon Jun 17 15:13:17 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 01F9B15BCA21; Mon, 17 Jun 2019 15:13:17 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (ns-b.lerctr.org [IPv6:2001:470:1f0f:3ad::53:2]) (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 "*.lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0CD06DD34; Mon, 17 Jun 2019 15:13:15 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=ler2019; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JcCgm9PZ1b1xHMaNvgmi5Defz5FVYn7TO9V75ty/9Ww=; b=WNNKjE/g7CKq24dKSd3KctAGRf Ceo87wzTxpFUFHIJhWGtTUWIH+9hXGtTDS7aFxkYAOePn833JJyafgYXlLnBNkerx9d248N1TwP6H 5xWHnoNtdnaDhNa/CqxuGv/gjcFOEeJuhiqeqpwVPW9R/bPBSu5aFQdXzPmDeZ+YHJdqTmj6kw9fj HpHXXoOotH/DKRQiW2rfQXzyCZ8nreW/52f0+CK3K3f08GMLe8aE3sr/HCNf7vaejzkhGsuInBZ5d 8y42Hin8ExxNpG2ML1awgf32FON8KSdlysfakLjPaNAaFs8tluVk8fF8krdnuLSeJMfnqmIPAAnlD bMhmAVWA==; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:bb:dcff:fe50:d900]:45332 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hctJr-000JDo-7G; Mon, 17 Jun 2019 10:13:15 -0500 Received: from 2600:1700:210:b180:2d19:36a0:28fe:dbb2 by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 17 Jun 2019 10:13:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 17 Jun 2019 10:13:15 -0500 From: Larry Rosenman To: Kurt Jaeger Cc: Freebsd current , owner-freebsd-current@freebsd.org Subject: Re: Fwd: ZFS Crash/Pool in unhealthy state In-Reply-To: <20190617145347.GJ5902@home.opsec.eu> References: <20190617145347.GJ5902@home.opsec.eu> Message-ID: <51f59a9a0240886883f7481e99378865@lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.3.9 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: Mon, 17 Jun 2019 15:13:17 -0000 On 06/17/2019 9:53 am, Kurt Jaeger wrote: > Hi! > >> Forwarding to -Current as well, since it's a -current box > > What is the status of the drives ? zpool status ? > > There's a crash recovery tool, if all else fails: > > https://www.klennet.com/zfs-recovery/default.aspx the drives are fine. If I import the pool readonly, zpool status is also fine. https://www.lerctr.org/~ler/ZFS_STATUS.png -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 From owner-freebsd-current@freebsd.org Mon Jun 17 15:31:51 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 05BAC15BD15C for ; Mon, 17 Jun 2019 15:31:51 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 849BF6E9C9 for ; Mon, 17 Jun 2019 15:31:50 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hctbt-000Ilr-W6; Mon, 17 Jun 2019 17:31:54 +0200 Date: Mon, 17 Jun 2019 17:31:53 +0200 From: Kurt Jaeger To: Larry Rosenman Cc: Freebsd current Subject: Re: Fwd: ZFS Crash/Pool in unhealthy state Message-ID: <20190617153153.GK5902@home.opsec.eu> References: <20190617145347.GJ5902@home.opsec.eu> <51f59a9a0240886883f7481e99378865@lerctr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51f59a9a0240886883f7481e99378865@lerctr.org> 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: Mon, 17 Jun 2019 15:31:51 -0000 Hi! > the drives are fine. > > If I import the pool readonly, zpool status is also fine. > > https://www.lerctr.org/~ler/ZFS_STATUS.png Interesting. Which version of FreeBSD is this box running ? -- pi@opsec.eu +49 171 3101372 One year to go ! From owner-freebsd-current@freebsd.org Mon Jun 17 15:34:00 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 5D1B815BD39C for ; Mon, 17 Jun 2019 15:34:00 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (ns-b.lerctr.org [IPv6:2001:470:1f0f:3ad::53:2]) (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 "*.lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6ACE66EB8B; Mon, 17 Jun 2019 15:33:59 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=ler2019; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CvFR/6xjgPlMJO4+PDIO6ok/ICyhvqFXmV7LVvneAvI=; b=FQYt9n87G/GVqwq9YEIT//2GcK uQIu3/0PI6U+EY48vfn/JY2miBd1T+UEeV8SPGFK9imFzte71uRMfBrv+ijGUGFmDIy/5zDfQpoeC eApIoeC+2CZMszbXu+mSxsf2iV3/uXuYHAermAWKbHQlFcEzZNHFjcoUXN655eE9v/EXrwOuW4Cmp 8qqTPYbDPKGfBOTe38HdqjgKYP9PVtIxKXJjF5wd/0RxQEeACfVAh4OKQt+lLJG0IRbxMAaKGoCp2 fmTNLDWabaltNZBQbXqLCH/ksGxZcBEyBQGUUQZZd3lHyMWg+5OXWtqqpHAXT2qjAGWfsWJz5dWno HhsVXuCQ==; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:bb:dcff:fe50:d900]:41413 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hctdt-000Jh3-LU; Mon, 17 Jun 2019 10:33:57 -0500 Received: from 2600:1700:210:b180:2d19:36a0:28fe:dbb2 by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 17 Jun 2019 10:33:57 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 17 Jun 2019 10:33:57 -0500 From: Larry Rosenman To: Kurt Jaeger Cc: Freebsd current Subject: Re: Fwd: ZFS Crash/Pool in unhealthy state In-Reply-To: <20190617153153.GK5902@home.opsec.eu> References: <20190617145347.GJ5902@home.opsec.eu> <51f59a9a0240886883f7481e99378865@lerctr.org> <20190617153153.GK5902@home.opsec.eu> Message-ID: <13d27cef087527f494667a1ccc4ca15a@lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.3.9 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: Mon, 17 Jun 2019 15:34:00 -0000 On 06/17/2019 10:31 am, Kurt Jaeger wrote: > Hi! > >> the drives are fine. >> >> If I import the pool readonly, zpool status is also fine. >> >> https://www.lerctr.org/~ler/ZFS_STATUS.png > > Interesting. Which version of FreeBSD is this box running ? -CURRENT. From Sunday. And the recovery is running from the 6/14 Snap Memstick image. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 From owner-freebsd-current@freebsd.org Mon Jun 17 15:34:53 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 3D28B15BD465 for ; Mon, 17 Jun 2019 15:34:53 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (ns-b.lerctr.org [IPv6:2001:470:1f0f:3ad::53:2]) (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 "*.lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B00E56ECBB; Mon, 17 Jun 2019 15:34:52 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=ler2019; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mfaWW6twF7iSOumL5bPFbB5fZakzsUyyzc+cA0CdRXw=; b=kiITch8lYNLcOWgtfUEKrMTfX6 GXXEbRsdB4EqMP8AFWcemIz/Udw8WwvTRYR/5E2BNYeVe5VXSWNz46idEdwrmM9GkAdc0RCTpnMq2 0o2PeG0DnhGeJRQr1V5/nWEJ122TqA785Yq/9IquWQ508fCVPM3BwDdpWgdZ6D9CNs/B4nzJtd0qX RsJ+63MiZA7DIXOAJw/DgeXpoiGuIp0m5m5aIRHM+/j+MDCvAniDB/bEvTRX1Xe0V9hyXkQ66J7TF 4c8k4l/UDYz2ToJsoBv7HhIUlA/L1mK/LNYyWY7CXgfaudcuf16y81G58cDeRMdDsiE3sDz+JC+oN VfOBE4SQ==; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:bb:dcff:fe50:d900]:41450 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hctel-000JiE-VD; Mon, 17 Jun 2019 10:34:52 -0500 Received: from 2600:1700:210:b180:2d19:36a0:28fe:dbb2 by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 17 Jun 2019 10:34:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 17 Jun 2019 10:34:51 -0500 From: Larry Rosenman To: Kurt Jaeger Cc: Freebsd current Subject: Re: Fwd: ZFS Crash/Pool in unhealthy state In-Reply-To: <13d27cef087527f494667a1ccc4ca15a@lerctr.org> References: <20190617145347.GJ5902@home.opsec.eu> <51f59a9a0240886883f7481e99378865@lerctr.org> <20190617153153.GK5902@home.opsec.eu> <13d27cef087527f494667a1ccc4ca15a@lerctr.org> Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.3.9 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: Mon, 17 Jun 2019 15:34:53 -0000 On 06/17/2019 10:33 am, Larry Rosenman wrote: > On 06/17/2019 10:31 am, Kurt Jaeger wrote: >> Hi! >> >>> the drives are fine. >>> >>> If I import the pool readonly, zpool status is also fine. >>> >>> https://www.lerctr.org/~ler/ZFS_STATUS.png >> >> Interesting. Which version of FreeBSD is this box running ? > -CURRENT. From Sunday. And the recovery is running from the 6/14 > Snap Memstick image. to be specific the system is at R349093 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 From owner-freebsd-current@freebsd.org Mon Jun 17 17:14:10 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 86B6615BFDD2 for ; Mon, 17 Jun 2019 17:14:10 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8ADA72A97 for ; Mon, 17 Jun 2019 17:14:09 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x82d.google.com with SMTP id x47so11583521qtk.11 for ; Mon, 17 Jun 2019 10:14:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BQjIyQ7YzM3KffULPFgt+TmlOggj9914zZS9K0OumX8=; b=H//BZBvJi5Qc9nYG25G0MeUdIlTNfwar7T5OKd1cQwGtJnE5SFb0ueBB2jBYLmdeVZ V7L8h8nJ6OR+US79dj34Wee8z8lbptbFYnqB9no90ALkfbcPWb+l7D/y+CRnyKB6iS+J z7LX2pQvDsl/EE0xaO5G1LNgoHyji8wB+/Ge8rENQFYGZYkgJ3qa/qgdOG5yf0wdOSUH 3fVp8CvSPPFF8fVXAdaUIV77lC5nJD629NLQ8tcwFpR75C4yeKDUF4rKyX0teDxAo3wj TFbjnx49kR1znK49OOgcAdujUNqTUaQqVj3rsDia9KtjdDyHFoiNbSYrO6QdJHjqBRQb ZzGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BQjIyQ7YzM3KffULPFgt+TmlOggj9914zZS9K0OumX8=; b=U099lsnvO4k2hhc3rISUmxjs0Og9j9zh6GCZYWTAdzo0KTgHhd6vPAiPE1TMGUrcsp tyAjjL9pSjw5rkAi1yHOLqHwbPcJ0LhkKW5//vuPu9ppDgegemiZNpS2NbuEvGd/7rEj cEiWRXIZzKo+6kg305u5hbS9qvZchzEJ5pYUD84bzDcVx4ZZJ7cXtxI5BaKlym+Din7Y b6kh1hbYpEySJGYUf3qyoFu1GFxPxC9ICGm/sJrO4Fha07QYfToL2YzdGcBUiWPP9l+h I52FrGouYIJmQ32R8TDDVwIznn2fmCcBeXlF8xzDFC3E9v/ylkg7T1rm63axow6kPtCU cIkw== X-Gm-Message-State: APjAAAULePOHUp0PtpMACZVQh4p92mb1wAL3VsRyheEe3XSUvd2DrNmY pcPDXfQ5cVCYYgFOw2kVo8ejvffZOECH4OyVAsXPlQ== X-Google-Smtp-Source: APXvYqxFnUYAxIJA0hJup8e1/WugGhesHDno+JtVcMbHLv9ex634596GzsW8yRu+gfED+gxSpuCOIjTfMrs6UfZ2brI= X-Received: by 2002:aed:3e1d:: with SMTP id l29mr81838018qtf.175.1560791647960; Mon, 17 Jun 2019 10:14:07 -0700 (PDT) MIME-Version: 1.0 References: <201906170941.x5H9f3XR083239@fire.js.berklix.net> <20190617103724.GA2246@lonesome.com> <6CA19B53-FD17-42E9-89A6-5AD77E423912@FreeBSD.org> <420F7EC2-F2AC-42ED-8F65-853E2870CAC7@cschubert.com> In-Reply-To: <420F7EC2-F2AC-42ED-8F65-853E2870CAC7@cschubert.com> From: Warner Losh Date: Mon, 17 Jun 2019 10:13:54 -0700 Message-ID: Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found To: Cy Schubert Cc: FreeBSD Current , "Bjoern A. Zeeb" , "Julian H. Stacey" , current@freebsd.org X-Rspamd-Queue-Id: D8ADA72A97 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.991,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Mon, 17 Jun 2019 17:14:10 -0000 On Mon, Jun 17, 2019, 8:06 AM Cy Schubert wrote: > On June 17, 2019 3:55:45 AM PDT, "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 > >_______________________________________________ > >freebsd-current@freebsd.org mailing list > >https://lists.freebsd.org/mailman/listinfo/freebsd-current > >To unsubscribe, send any mail to > >"freebsd-current-unsubscribe@freebsd.org" > > Could this be a possible race? I had an unrelated build failure on one of > my machines, all with the same src tree. Simply restarting the failed > buildworld resolved it. All my other machines had no such failure. > The thing I fixed wasn't a race per se, but just s missing dependency for the stand alone build case. I fixed exactly the bug reported, and the report came from a rev w/o my change. I think it is just that simple. Warner -- > Pardon the typos and autocorrect, small keyboard in use. > Cheers, > Cy Schubert > FreeBSD UNIX: Web: http://www.FreeBSD.org > > The need of the many outweighs the greed of the few. > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-current@freebsd.org Mon Jun 17 17:45:03 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 577D915C0B0C; Mon, 17 Jun 2019 17:45:03 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (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 248A6744FD; Mon, 17 Jun 2019 17:45:01 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id cvgbhWPrto7SQcvgchAPKY; Mon, 17 Jun 2019 11:44:59 -0600 X-Authority-Analysis: v=2.3 cv=Go88BX9C c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=dq6fvYVFJ5YA:10 a=xfDLHkLGAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=jekvO8PgJy0iMWdQXDIA:9 a=CjuIK1q_8ugA:10 a=IfaqVvZgccqrtc8gcwf2:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 15BC63FC; Mon, 17 Jun 2019 10:44:52 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5HHipih008277; Mon, 17 Jun 2019 10:44:51 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5HHipEx008274; Mon, 17 Jun 2019 10:44:51 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906171744.x5HHipEx008274@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Warner Losh cc: Cy Schubert , FreeBSD Current , "Bjoern A. Zeeb" , "Julian H. Stacey" , current@freebsd.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found In-Reply-To: Message from Warner Losh of "Mon, 17 Jun 2019 10:13:54 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Jun 2019 10:44:51 -0700 X-CMAE-Envelope: MS4wfHHgaUXHm8pjwEMQyv867xKmxUX1SwWAtCYTIYw9joVoGjwiXdaes4yW6dEByk6G1yTVfB7PCrawArQtWeyOPOzlzx6cWqdCrj2PvYZ7UnPYdsyygCzn Z0hQg3bT4t3lq+gXxLHV69yg01xInC3Ep01ug8bjrOVaACczpAhTUG/Hgzgj/wSu8U8UADcH683RyGGtXaSIL/1jzOcxLdMJXLRT4zVYwUUTbxejOTC03Kh/ y4V1e+yn8DUxMLcGmPIhsRO4B/RRDn4qAyTvDyWYEIs2m6AQq4hbqGleaBFF/my4 X-Rspamd-Queue-Id: 248A6744FD X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.12 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; IP_SCORE(-2.46)[ip: (-6.41), ipnet: 64.59.128.0/20(-3.27), asn: 6327(-2.53), country: CA(-0.09)]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_FIVE(0.00)[6]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_SPF_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[138.136.59.64.list.dnswl.org : 127.0.5.1] 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: Mon, 17 Jun 2019 17:45:03 -0000 In message , Warner Losh writes: > --000000000000c175e9058b881f98 > Content-Type: text/plain; charset="UTF-8" > > On Mon, Jun 17, 2019, 8:06 AM Cy Schubert wrote: > > > On June 17, 2019 3:55:45 AM PDT, "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 > > >_______________________________________________ > > >freebsd-current@freebsd.org mailing list > > >https://lists.freebsd.org/mailman/listinfo/freebsd-current > > >To unsubscribe, send any mail to > > >"freebsd-current-unsubscribe@freebsd.org" > > > > Could this be a possible race? I had an unrelated build failure on one of > > my machines, all with the same src tree. Simply restarting the failed > > buildworld resolved it. All my other machines had no such failure. > > > > The thing I fixed wasn't a race per se, but just s missing dependency for > the stand alone build case. I fixed exactly the bug reported, and the > report came from a rev w/o my change. I think it is just that simple. > > Warner I doubt your change had anything to do with the 1/4 builds of mine that failed. Lesson learned: time to slow down a little and at least save the output for possible subsequent discussion. And, slow down before hitting reply. This is becoming a pattern this week. Sorry for the SPAM. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. 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 From owner-freebsd-current@freebsd.org Tue Jun 18 00:34:58 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 56B5115C8C62; Tue, 18 Jun 2019 00:34:58 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (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 AD2E7894C1; Tue, 18 Jun 2019 00:34:57 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id d25Chd419Gusjd25DhHQKv; Mon, 17 Jun 2019 18:34:50 -0600 X-Authority-Analysis: v=2.3 cv=fOdHIqSe c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=xqWC_Br6kY4A:10 a=dq6fvYVFJ5YA:10 a=NRF7K_vUAAAA:8 a=SDcUNfBxAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=XKX2RAJr0wjDyznG50YA:9 a=QEXdDO2ut3YA:10 a=-TUkS2ffhQBfG7ohTqvO:22 a=6TACu86SrHAKiJ346t4t:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from [IPv6:2605:8d80:404:23b6:6402:1d22:1083:96d0] (unknown [72.143.218.26]) by spqr.komquats.com (Postfix) with ESMTPSA id E55F76BF; Mon, 17 Jun 2019 17:34:40 -0700 (PDT) Date: Mon, 17 Jun 2019 17:34:17 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <201906180021.x5I0L2RK057837@fire.js.berklix.net> References: <201906180021.x5I0L2RK057837@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found To: freebsd-current@freebsd.org,"Julian H. Stacey" CC: "Bjoern A. Zeeb" ,current@freebsd.org From: Cy Schubert Message-ID: <31BCD810-0B66-4927-B91D-412897F31E98@cschubert.com> X-CMAE-Envelope: MS4wfCE8w2f5pv1m/lRKT2RyAFy8UZg154+juW9HE8Mqd85EVYAsqSmetDqEHqzDibMlFU+j4Fnx3oCBHAbshgPYm8TvG1w2hrrzQh/FiFBEhBiI40IFc2me 40CP225Jp32sO8FLD5b/yEDG03QHCs5lahP9uWRnfuBZsEP6ntsQhMn8okZN4Hyw7SscjHHqZYwimB+mshjNhciHhHw6J2GgaZ9bSJw/TRvLFqoPI1+UjmNM PXX9CcbHlGe7tGzFXf8mi3lEYpshyhF4xvmbvFVFNUY= X-Rspamd-Queue-Id: AD2E7894C1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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:34:58 -0000 On June 17, 2019 5:21:02 PM PDT, "Julian H=2E Stacey" w= rote: >"Julian H=2E Stacey" wrote: >> "Bjoern A=2E Zeeb" wrote: >> > On 17 Jun 2019, at 10:37, Mark Linimon wrote: >> >=20 >> > > On Mon, Jun 17, 2019 at 11:41:03AM +0200, Julian H=2E Stacey wrote: >> > >> svn_revision 348842 >> > > [ =2E=2E=2E] >> > >> /usr/src/sys/modules/sdio/=2E=2E/=2E=2E/dev/sdio/sdiob=2Ec:68:10: = fatal >error: >> > >> 'opt_cam=2Eh' file not found >> > >> #include "opt_cam=2Eh" >> > >> ^~~~~~~~~~~ >> > >> 1 error generated=2E >> > > >> > > This is extremely unlikely to be r348842=2E I would investigate >r349025 >> > > instead=2E (Committer Cc:ed=2E) >> >=20 >> > Almost, more likely me=2E I just had a look=2E I am not exactly sur= e >how=20 >> > to reproduce this? >> >=20 >> > /bz >>=20 >> If I can help let me know=2E >> My buildworld broke with 13=2E0-CURRENT=20 >> /usr/src =2Ectm_status src-cur 14077 =2Esvn_revision 348842 >> I'm now running make install,=20 >> & can then compare my root include & libs with with a set installed=20 >> using DESTDIR=3D > >I compiled, installed, compared=2E =20 > BTW cd /usr/src; make delete - only cleans libs & bins but does not > clean other junk listed in ObsoleteFiles=2Einc not even with >-DBATCH_DELETE_OLD_FILES or -DBATCH_DELETE_OLD_FILES=3DYES so manually >purged, >I believe I have a clean system built from =2Ectm_status src-cur 14077 >=2Esvn_revision 348842 but /usr/src/sys/modules/sdio still fails, >so there was a commit of unbuildable code=2E > >cd /usr/src ; find =2E -name opt_cam=2Eh # tools/tools/vhba/opt_cam=2Eh >cd /usr/include ; find =2E -name opt_cam=2Eh # nothing > > >> I have a 2nd slower current box also building to 14077, I will then >> take that on up to latest =2Ectm_status src-cur 14087 =2Esvn_revision >> 349129 to see if problem clears=2E > >make buildworld blew on newer current, with a different bug: > >cc -O2 -pipe -I/usr/src/usr=2Ebin/mkesdb_static >-I/usr/src/usr=2Ebin/mkesdb_static/=2E=2E/mkesdb=20 >-I/usr/src/usr=2Ebin/mkesdb_static/=2E=2E/=2E=2E/lib/libc/iconv -g -MD= =20 >-MF=2Edepend=2Elex=2Eo -MTlex=2Eo -std=3Dgnu99 -Qunused-arguments =20 >-I/usr/obj/usr/src/amd64=2Eamd64/tmp/legacy/usr/include -c lex=2Ec -o lex= =2Eo >/usr/src/usr=2Ebin/mkesdb/lex=2El:46:10: fatal error: 'yacc=2Eh' file not >found >#include "yacc=2Eh" > ^~~~~~~~ >1 error generated=2E >*** Error code 1 > >Stop=2E >make[3]: stopped in /usr/src/usr=2Ebin/mkesdb_static > >A double waste of CPU & human time & power in a hot office=2E >Commit bits used to be suspended for un-buildable code=2E I'll boot >stable=2E > >Cheers, >Julian You're looking in the wrong place=2E Pardon the brevity, I'm doing this (s= sh, copy/paste, email) on a phone=2E Last login: Mon Jun 17 09:20:29 2019 from s0106788a207e2972=2Egv=2Eshawcab= le=2Enet FreeBSD 13=2E0-CURRENT (PROD2) #362 r349135M: Mon Jun 17 05:10:26 PDT 2019 Access to, or unauthorized use of data on this computer by any person othe= r than authorized person(s) or owner(s) of an account is strictly prohibited and may result in legal action against such person=2E cwfw$ find /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2 -name o= pt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/hptrr/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/isp/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/hptiop/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/hpt27xx/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/arcmsr/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mvs/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/aacraid/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/siis/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/sym/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/vpo/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mps/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mrsas/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/iir/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/trm/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/sdio/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mpt/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/hptmv/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mfi/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mfi/mfip/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/twa/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/iscsi/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/pms/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/ata/atacore/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/esp/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/cxgbe/cxgbei/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/isci/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/ocs_fc/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/ahci/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mly/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/aic7xxx/ahd/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/aic7xxx/ahc/ahc_isa/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/aic7xxx/ahc/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/aic7xxx/ahc/ahc_pci/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/usb/umass/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/smartpqi/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/amr/amr_cam/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/hyperv/storvsc/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/nvme/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/cam/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/sdhci/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/aac/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/ctl/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/ciss/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/iscsi_initiator/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/virtio/scsi/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/firewire/sbp_targ/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/firewire/sbp/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/tws/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/mpr/opt_cam=2Eh /export/obj/opt/src/svn-current/amd64=2Eamd64/sys/PROD2/modules/opt/src/sv= n-current/sys/modules/hptnr/opt_cam=2Eh cwfw$ --=20 Pardon the typos and autocorrect, small keyboard in use=2E Cheers, Cy Schubert FreeBSD UNIX: Web: http://www=2EFreeBSD=2Eorg The need of the many outweighs the greed of the few=2E From owner-freebsd-current@freebsd.org Tue Jun 18 01:12:54 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 71AE015C9D82 for ; Tue, 18 Jun 2019 01:12:54 +0000 (UTC) (envelope-from ian@freebsd.org) 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 ECDEA8AEFA for ; Tue, 18 Jun 2019 01:12:53 +0000 (UTC) (envelope-from ian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AB7A915C9D81; Tue, 18 Jun 2019 01:12:53 +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 6DA1815C9D80 for ; Tue, 18 Jun 2019 01:12:53 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1.eu.mailhop.org (outbound1.eu.mailhop.org [52.28.251.132]) (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 E1ED18AEF7 for ; Tue, 18 Jun 2019 01:12:52 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1560819401; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=wQlPBxhfKgU/6mQ1U1UNOSquWkBgqo/WbFlQyXVa4lGkPgeUIEL42CSCtZZU0mTerU4bti9VGEmyA 1yF54EWlJVSb7KYauiFwl2unG3YBJX0YVjlvd6ZVEggHwCrj8hR+ybFm2i7+OY0rRqVL1h/YaA6AOW o5Ju73LVa9Mi0gaf2bSjDxhHWvIOJdIPAziZGCnWwn2nz4AiPWoJ3ditJuO65YWH8aCFH+e7Tve3uv e8Y7zrctqubW98Ja21o6LOn/zR3LTbtuC9uSJ+NgOzqyPRY64AivX2O8E40L/jBVbmF6ursVF1SfyP eyopPa6YPtQE5TdI3EYud7Ty9AgYRKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=ve9Kcdi3BJM9/Npl8F8GpoI7gAhwi260Dfdx5Qmjq9I=; b=J0KGatmfrMJBfHDHvFUZmRUrpvdznCktBHM04X2gotgB8aQrAgZ7Y8bi9J4BteubhlK+1YN89ZYEG XqCRMyp9ENkdiNQPcfunEgrTCAVr0bLhfvruSWgTEYQCsLvq6/CygF1ZQYZuZwz2gfiVSV448UjH/X AInNOqOvw5gE9qIf0acemWx/KDLD6muJQuqkXjA6aKkuV9EXiqMXCB/BjW2o9Z5BAsUIAhRxokJAh1 CQ82gTU99G8jot2z6sQvy0IE3ViyicXAVh8M3ozjsW+4648ciyIxOXeItO4cYN6QnlxJeF5zPbtdln ymQCFYoYgN+lIOwLA0yU8al0eKiwSzQ== ARC-Authentication-Results: i=1; outbound3.eu.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=ve9Kcdi3BJM9/Npl8F8GpoI7gAhwi260Dfdx5Qmjq9I=; b=PLufoejvdWy90vHdjDtEaCrrW8ggfkvBEMQMX5D7Pj0gCkrFjNveqKnY5cYLqJPy2AbIuo18JkiqA H8Amqv4m1edpQgtntBH2hyHsr3cW4bJZPjbFsKguicjbNO1BhrSvj/7GWnHZIkZOweStvWex7n2097 rvE2xm2prs2XdqivbSqgxYxhaHwHVkM0fx+TOo7530wHBv0tN/lnFwHyk6mNkr6pMtafd3WonZ5g87 nC894oCkbE/31VcACa/ZFD6gRfgfOnfxIUFEEQNBMtof9i7fAqL2s06dh1qCjoj8KAMHo3YROZad+v VtGbHvKECSbjGz41CvqVPzuXK3uJY0g== X-MHO-RoutePath: aGlwcGll X-MHO-User: ec33fbbc-9163-11e9-84d4-773845ac4df3 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound3.eu.mailhop.org (Halon) with ESMTPSA id ec33fbbc-9163-11e9-84d4-773845ac4df3; Tue, 18 Jun 2019 00:56:38 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x5I0uZP9015134; Mon, 17 Jun 2019 18:56:35 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <911450150d242ec9adbc2d4f0973279509b36ecd.camel@freebsd.org> Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found From: Ian Lepore To: "Julian H. Stacey" Cc: "Bjoern A. Zeeb" , current@freebsd.org Date: Mon, 17 Jun 2019 18:56:35 -0600 In-Reply-To: <201906180021.x5I0L2RK057837@fire.js.berklix.net> References: <201906180021.x5I0L2RK057837@fire.js.berklix.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: E1ED18AEF7 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.986,0] 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 01:12:54 -0000 On Tue, 2019-06-18 at 02:21 +0200, Julian H. Stacey wrote: > "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. Since you seem to be so focused on mean-spirited criticism of others, I'm sure you'll understand when I ask... Have you *seriosly* been using and building freebsd this long and you don't know that an opt_*.h file is generated as part of the build and exists only in the object directory, so that searching for it under /usr/src or /usr/include would be... let's see, how did you put it?... Oh yeah: A double waste of CPU & human time. -- Ian From owner-freebsd-current@freebsd.org Tue Jun 18 01:26:32 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 C639815CA27D for ; Tue, 18 Jun 2019 01:26:31 +0000 (UTC) (envelope-from cy.schubert@cschubert.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 2C03B8B590 for ; Tue, 18 Jun 2019 01:26:31 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: by mailman.ysv.freebsd.org (Postfix) id E0A8B15CA27C; Tue, 18 Jun 2019 01:26:30 +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 BCA7615CA27B for ; Tue, 18 Jun 2019 01:26:30 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (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 412FA8B58E; Tue, 18 Jun 2019 01:26:29 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id d2tGhdUdeGusjd2tHhHY3z; Mon, 17 Jun 2019 19:26:27 -0600 X-Authority-Analysis: v=2.3 cv=fOdHIqSe c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=dq6fvYVFJ5YA:10 a=Ikt0M2cxAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=mn4xTis2rYiJHDJ5vMUA:9 a=CjuIK1q_8ugA:10 a=trcp-C1S3fIA:10 a=iYm7J9qDpiSF5xNCBZUT:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 2B6EA7A9; Mon, 17 Jun 2019 18:26:26 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5I1QPTE004824; Mon, 17 Jun 2019 18:26:25 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5I1QPsD004821; Mon, 17 Jun 2019 18:26:25 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906180126.x5I1QPsD004821@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Julian H. Stacey" cc: "Bjoern A. Zeeb" , current@freebsd.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found In-Reply-To: Message from "Julian H. Stacey" of "Tue, 18 Jun 2019 02:21:02 +0200." <201906180021.x5I0L2RK057837@fire.js.berklix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Jun 2019 18:26:25 -0700 X-CMAE-Envelope: MS4wfPFmr9JBJanNG6W6VyzJfEjtHNLWBwdshdh2b5AmcTljl1clN0oausvBH1V+iAtgjVy/hOFmSbHbSknzIew87b5iW/cY30timH17xv19GWS44euAUifc yDoHSJXxnk5ehXapXJdGsK5uw4+ytqCmrxzIva4nnQAT8pgdOj5YsoFg/SOF4N+6mGMEC7unvY6mcZcx+D4qvQNZFV09PzrHCMyU0f8S4ln33e+O8vAY+zHw X-Rspamd-Queue-Id: 412FA8B58E X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.04 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; IP_SCORE(-2.37)[ip: (-5.99), ipnet: 64.59.128.0/20(-3.26), asn: 6327(-2.53), country: CA(-0.09)]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_SPF_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[139.136.59.64.list.dnswl.org : 127.0.5.1] 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 01:26:32 -0000 Now that I'm back home, to reply inline re the yacc.h issue. In message <201906180021.x5I0L2RK057837@fire.js.berklix.net>, "Julian H. Stacey " writes: > "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_stat > ic/../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 slippy$ ls /export/obj/opt/src/svn-current/amd64.amd64/usr.bin/mkesdb lex.c mkesdb.1.gz mkesdb.full.meta yacc.o lex.c.meta mkesdb.1.gz.meta mkesdb.meta yacc.o.meta lex.o mkesdb.debug yacc.c lex.o.meta mkesdb.debug.meta yacc.c.meta mkesdb mkesdb.full yacc.h <---- here it is slippy$ > > 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. Calm down. This looks like a corrupted obj directory, corrupted src tree, or user error to me and it doesn't matter right now anyway. rm -rf /usr/obj or wherever you keep it and start afresh. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-current@freebsd.org Tue Jun 18 01:44:07 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 5DD0A15CA89C for ; Tue, 18 Jun 2019 01:44:07 +0000 (UTC) (envelope-from cy.schubert@cschubert.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 C89BB8BE0C for ; Tue, 18 Jun 2019 01:44:06 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8870A15CA89B; Tue, 18 Jun 2019 01:44:06 +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 4AD7015CA89A for ; Tue, 18 Jun 2019 01:44:06 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (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 42DB08BE08; Tue, 18 Jun 2019 01:44:05 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id d3AHhddmsGusjd3AIhHaWd; Mon, 17 Jun 2019 19:44:03 -0600 X-Authority-Analysis: v=2.3 cv=fOdHIqSe c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=dq6fvYVFJ5YA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=2TMiHxACHqn3ItVDH5gA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 7D0FF7DE; Mon, 17 Jun 2019 18:44:00 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5I1i0TM004927; Mon, 17 Jun 2019 18:44:00 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5I1i0Du004924; Mon, 17 Jun 2019 18:44:00 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906180144.x5I1i0Du004924@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Ian Lepore cc: "Julian H. Stacey" , "Bjoern A. Zeeb" , current@freebsd.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found In-Reply-To: Message from Ian Lepore of "Mon, 17 Jun 2019 18:56:35 -0600." <911450150d242ec9adbc2d4f0973279509b36ecd.camel@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Jun 2019 18:44:00 -0700 X-CMAE-Envelope: MS4wfGHIN0ieBf26DoxclK8l3m3n073dRLQSiwP+OSzt4SfRKtYvVGo657XDnAHAMSy1Bj0+JhrjCwun51A/IIfHdrKSYR2OtR60F4pvdQCeZ4S9Xn3SOds4 SfoDOly+NLHljDom4lCrtmOCw9I0GwGZK9Fw6KSQQcWbgKIB04Q7Cb1qUiT9/k3qUbzkOvclpgSXt0TdtDC4YokvGkFffsE+PWaF/qAhL/NVldEBBsTd3IQn fWRRf0n9XcuiRy8VcrxDOw== X-Rspamd-Queue-Id: 42DB08BE08 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.03 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_DN_SOME(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-2.37)[ip: (-5.96), ipnet: 64.59.128.0/20(-3.26), asn: 6327(-2.52), country: CA(-0.09)]; RCVD_IN_DNSWL_LOW(-0.10)[139.136.59.64.list.dnswl.org : 127.0.5.1] 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 01:44:07 -0000 In message <911450150d242ec9adbc2d4f0973279509b36ecd.camel@freebsd.org> , Ian Le pore writes: > On Tue, 2019-06-18 at 02:21 +0200, Julian H. Stacey wrote: > > "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. > > Since you seem to be so focused on mean-spirited criticism of others, > I'm sure you'll understand when I ask... > > Have you *seriosly* been using and building freebsd this long and you > don't know that an opt_*.h file is generated as part of the build and > exists only in the object directory, so that searching for it under > /usr/src or /usr/include would be... let's see, how did you put it?... > Oh yeah: A double waste of CPU & human time. And, have you used any kind of UNIX or UNIX-like system to know that yacc.h is output from yacc? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-current@freebsd.org Tue Jun 18 01:47:23 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 3976915CA9CA for ; Tue, 18 Jun 2019 01:47:23 +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 AA0E28BF61 for ; Tue, 18 Jun 2019 01:47:22 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 6571A15CA9C8; Tue, 18 Jun 2019 01:47:22 +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 40BAA15CA9C7 for ; Tue, 18 Jun 2019 01:47:22 +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 E78498BF5E for ; Tue, 18 Jun 2019 01:47:19 +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 x5I1l7I5021176 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Jun 2019 03:47:17 +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 x5I1l7XY063209 for ; Tue, 18 Jun 2019 03:47:07 +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 x5I1ksVi028507 for ; Tue, 18 Jun 2019 03:47:06 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201906180147.x5I1ksVi028507@fire.js.berklix.net> To: 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 18:56:35 -0600." <911450150d242ec9adbc2d4f0973279509b36ecd.camel@freebsd.org> Date: Tue, 18 Jun 2019 03:46:54 +0200 X-Rspamd-Queue-Id: E78498BF5E X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.22 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.64)[0.641,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[berklix.com]; MX_GOOD(-0.01)[cached: slim.berklix.com]; NEURAL_SPAM_LONG(0.43)[0.432,0]; RCVD_IN_DNSWL_NONE(0.00)[68.90.185.94.list.dnswl.org : 127.0.10.0]; NEURAL_SPAM_MEDIUM(0.15)[0.151,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; 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)[]; IP_SCORE(0.10)[ip: (0.38), ipnet: 94.185.88.0/22(0.19), asn: 33824(-0.05), country: DE(-0.01)]; RECEIVED_SPAMHAUS_PBL(0.00)[16.199.82.46.zen.spamhaus.org : 127.0.0.10] 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 01:47:23 -0000 Hi, Reference: > From: Ian Lepore > Date: Mon, 17 Jun 2019 18:56:35 -0600 Ian Lepore wrote: > On Tue, 2019-06-18 at 02:21 +0200, Julian H. Stacey wrote: > > "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. > > Since you seem to be so focused on mean-spirited criticism of others, > I'm sure you'll understand when I ask... > > Have you *seriosly* been using and building freebsd this long and you > don't know that an opt_*.h file is generated as part of the build and > exists only in the object directory, so that searching for it under > /usr/src or /usr/include would be... let's see, how did you put it?... > Oh yeah: A double waste of CPU & human time. Personal noise is irrelevant. Facts: Unchecked commits broken make buildworld twice, Time was wasted by bad commits. My time ran out. Current does not benefit from commits that break buildworld. I (like a friend before) must switch to stable to avoid breakage. Time was, ~25 years back, when FreeBSD commiters who screwed the build were awarded a conical hat & took a one week holiday. A mild rebuke for wasting people's time, & a short refreshing break to go smell fresh air. No not coffee, but fresh air. 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 From owner-freebsd-current@freebsd.org Tue Jun 18 02:05:30 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 BEBC515CAFFA for ; Tue, 18 Jun 2019 02:05:30 +0000 (UTC) (envelope-from cy.schubert@cschubert.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 0DF688CA77 for ; Tue, 18 Jun 2019 02:05:30 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: by mailman.ysv.freebsd.org (Postfix) id B830515CAFF9; Tue, 18 Jun 2019 02:05:29 +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 90D5F15CAFF8 for ; Tue, 18 Jun 2019 02:05:29 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (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 73BC08CA75 for ; Tue, 18 Jun 2019 02:05:28 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id d3UwhdqrcGusjd3UyhHdTv; Mon, 17 Jun 2019 20:05:27 -0600 X-Authority-Analysis: v=2.3 cv=fOdHIqSe c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=dq6fvYVFJ5YA:10 a=Ikt0M2cxAAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=9BApPkZfnxNSCXonijAA:9 a=CjuIK1q_8ugA:10 a=Dqizik7S3vsA:10 a=iYm7J9qDpiSF5xNCBZUT:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id EB2EA81B; Mon, 17 Jun 2019 19:05:21 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5I25LfJ005087; Mon, 17 Jun 2019 19:05:21 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5I25K8Z005084; Mon, 17 Jun 2019 19:05:21 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906180205.x5I25K8Z005084@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Julian H. Stacey" cc: current@freebsd.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found In-Reply-To: Message from "Julian H. Stacey" of "Tue, 18 Jun 2019 03:46:54 +0200." <201906180147.x5I1ksVi028507@fire.js.berklix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Jun 2019 19:05:20 -0700 X-CMAE-Envelope: MS4wfJ54dnZT15br430xKIs/mcR733XFwrmoc/LFL0zEMBRnPaIQNMhnJkFkX2gxh9EtsGwvMMRMRiH9eLA+grS3GHzmmFJmf+wlWO6YGGldgkly5mqeMT/g yeJKLQNaI7DKeJ5p0+/g3JxCizNXGQ9E8GdrNWAJVoLEAXhYZCs3aXxS1jGoIa7MHhPOyrSf7r7142RNIToNdwaqyxmp9XQIWbI= X-Rspamd-Queue-Id: 73BC08CA75 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.06 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-2.36)[ip: (-5.93), ipnet: 64.59.128.0/20(-3.26), asn: 6327(-2.52), country: CA(-0.09)]; RCVD_IN_DNSWL_LOW(-0.10)[139.136.59.64.list.dnswl.org : 127.0.5.1] 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 02:05:31 -0000 In message <201906180147.x5I1ksVi028507@fire.js.berklix.net>, "Julian H. Stacey " writes: > Hi, Reference: > > From: Ian Lepore > > Date: Mon, 17 Jun 2019 18:56:35 -0600 > > Ian Lepore wrote: > > On Tue, 2019-06-18 at 02:21 +0200, Julian H. Stacey wrote: > > > "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. > > > > Since you seem to be so focused on mean-spirited criticism of others, > > I'm sure you'll understand when I ask... > > > > Have you *seriosly* been using and building freebsd this long and you > > don't know that an opt_*.h file is generated as part of the build and > > exists only in the object directory, so that searching for it under > > /usr/src or /usr/include would be... let's see, how did you put it?... > > Oh yeah: A double waste of CPU & human time. > > Personal noise is irrelevant. > > Facts: > Unchecked commits broken make buildworld twice, > Time was wasted by bad commits. > My time ran out. > Current does not benefit from commits that break buildworld. > I (like a friend before) must switch to stable to avoid breakage. This my friend was not a bad commit. From what I can tell you are the only person having a problem. That, as my previous email suggests, is one of the following: a) Something amiss in your source tree (and no one else's). b) Something amiss in your object directory (and no one else's). c) User error. > > Time was, ~25 years back, when FreeBSD commiters who screwed > the build were awarded a conical hat & took a one week holiday. A > mild rebuke for wasting people's time, & a short refreshing > break to go smell fresh air. No not coffee, but fresh air. I don't recall that time. Pointy hats, yes. Kicked out for a week, I never heard of that before. Though this is a poor metaphor, it comes to mind. Not to be disrespectful toward anyone. Don't bite the hand that feeds you. Sewing ill will among those who are more than willing to help you out here will make it more difficult for you next time. Maybe even this time. Again, once bit, twice shy. People might be thinking, I don't want to help this guy out. Just sayin', mind your words. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-current@freebsd.org Tue Jun 18 02:10:45 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 BE20B15CB1E1 for ; Tue, 18 Jun 2019 02:10:44 +0000 (UTC) (envelope-from yaneurabeya@gmail.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 1F1E18CDDD for ; Tue, 18 Jun 2019 02:10:44 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id CE40D15CB1E0; Tue, 18 Jun 2019 02:10:43 +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 AA3C615CB1DF for ; Tue, 18 Jun 2019 02:10:43 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf1-x444.google.com (mail-pf1-x444.google.com [IPv6:2607:f8b0:4864:20::444]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 326218CCDB; Tue, 18 Jun 2019 02:10:43 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf1-x444.google.com with SMTP id 19so6688314pfa.4; Mon, 17 Jun 2019 19:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KFX6DCn6gDrMMp/xMrCTd6hLsteHJ6N9FabJHOspN7g=; b=n0i9oK76tj1q+RxNkKvJ/qRno46yhkO4TfVlfDt/3K/fpcZ4TACpy4eE2ZpalB+xp5 w0B2i6y7uTJlKuJDFglGLOBEYyUVnacHopgw5GN7O4TqquWR+ZffxJ90z+M/ybYWgajd jrSlY5AfxtR76L5ey6EWPsUdyX5nJGEhomBeqCW7hh+rlxkVtWNnQgiHmKU9Wl6zMAyM 5VSWuj5XJOCzj2AfLTJk0KPAiUhTp30e9LLZARHsQ8tPAqZB5Nw+l3DjXDNH81Lqvbik MjfGv1Pjld8TOpghLkzqdX57DQY2xHkTjTJbFf+qk8u7BATdMcWAghFtGyR3ljPW20Ii W9vg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KFX6DCn6gDrMMp/xMrCTd6hLsteHJ6N9FabJHOspN7g=; b=Gkzli3Y65129fMWzsf0JafS/IAKXmjst0fsyWdyw4bmM2MJfx3OPx7nkML+CtYWxU9 D/9ptsUNjy5iHCpuGCawHbs/BmSicUHaI/HUX7EYI4rnNyC8b9wciweJ7cL8RNJeMtOj uSvIiscVJ/wiC9IpvYQwqn49Lik9j/wy2atOUq5g+5buQf0DicaQA2W4oPxLMWOf7zEa 9FKhCikBv3y8iSK65wF5+SIf+s/k/6rfoWnGmtfGnuPx0RNYF9CywSbIS9BgdzbXLz6D s1W5tCMRnQvWy3GzDCbIIiKxsF69NH16bNmPGL89H+IvJEJb34kKhsnRKAiw8Mg+JH2H jTLA== X-Gm-Message-State: APjAAAVH0b2wCjF+Vsw4RQrkUylgPc4lKUhZGLs2QqogIAr2rz1Kbs5O WFyC4zQWRWbZe2l4z2Ow56s= X-Google-Smtp-Source: APXvYqwckIkEvHfn/27WAE8xekep0zsvKEOZkZxCeTJdwYVkVhRd4OPJqeSNJGFOS7b6z31fsncQRA== X-Received: by 2002:a63:7e43:: with SMTP id o3mr333544pgn.450.1560823841933; Mon, 17 Jun 2019 19:10:41 -0700 (PDT) Received: from ?IPv6:2607:fb90:f31:a4d:98e3:81f:d331:ba9a? ([2607:fb90:f31:a4d:98e3:81f:d331:ba9a]) by smtp.gmail.com with ESMTPSA id g5sm19691489pfm.54.2019.06.17.19.10.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Jun 2019 19:10:41 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found From: Enji Cooper X-Mailer: iPhone Mail (16F203) In-Reply-To: <201906180126.x5I1QPsD004821@slippy.cwsent.com> Date: Mon, 17 Jun 2019 19:10:40 -0700 Cc: "Julian H. Stacey" , "Bjoern A. Zeeb" , current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201906180126.x5I1QPsD004821@slippy.cwsent.com> To: Cy Schubert X-Rspamd-Queue-Id: 326218CCDB X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.965,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 02:10:45 -0000 > On Jun 17, 2019, at 18:26, Cy Schubert wrote: >=20 > Now that I'm back home, to reply inline re the yacc.h issue. >=20 > In message <201906180021.x5I0L2RK057837@fire.js.berklix.net>, "Julian=20 > H. Stacey > " writes: >> "Julian H. Stacey" wrote: >>> "Bjoern A. Zeeb" wrote: >>>>> On 17 Jun 2019, at 10:37, Mark Linimon wrote: >>>>>=20 >>>>>> 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. >>>>>=20 >>>>> This is extremely unlikely to be r348842. I would investigate r349025= >>>>> instead. (Committer Cc:ed.) >>>>=20 >>>> Almost, more likely me. I just had a look. I am not exactly sure how=20= >>>> to reproduce this? >>>>=20 >>>> /bz >>>=20 >>> If I can help let me know. >>> My buildworld broke with 13.0-CURRENT=20 >>> /usr/src .ctm_status src-cur 14077 .svn_revision 348842 >>> I'm now running make install,=20 >>> & can then compare my root include & libs with with a set installed=20 >>> using DESTDIR=3D >>=20 >> I compiled, installed, compared. =20 >> 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=3DYES so manually p= urged >> , >> 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. >>=20 >> cd /usr/src ; find . -name opt_cam.h # tools/tools/vhba/opt_cam.h >> cd /usr/include ; find . -name opt_cam.h # nothing opt_*.h are headers which tune the kernel build based on user-specified opti= ons. They should never be shipped as part of the base OS. >>> 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. >>=20 >> make buildworld blew on newer current, with a different bug: >>=20 >> cc -O2 -pipe -I/usr/src/usr.bin/mkesdb_static -I/usr/src/usr.bin/mkesdb_= stat >> ic/../mkesdb -I/usr/src/usr.bin/mkesdb_static/../../lib/libc/iconv -g -= MD =20 >> -MF.depend.lex.o -MTlex.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/u= sr/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 >>=20 >> Stop. >> make[3]: stopped in /usr/src/usr.bin/mkesdb_static >=20 > slippy$ ls /export/obj/opt/src/svn-current/amd64.amd64/usr.bin/mkesdb > lex.c mkesdb.1.gz mkesdb.full.meta yacc.o > lex.c.meta mkesdb.1.gz.meta mkesdb.meta yacc.o.meta > lex.o mkesdb.debug yacc.c > lex.o.meta mkesdb.debug.meta yacc.c.meta > mkesdb mkesdb.full yacc.h <---- here it is > slippy$=20 >=20 >>=20 >> 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.= >=20 > Calm down. This looks like a corrupted obj directory, corrupted src=20 > tree, or user error to me and it doesn't matter right now anyway. rm=20 > -rf /usr/obj or wherever you keep it and start afresh. I=E2=80=99d have to look further, and we=E2=80=99d need to know more details= about your build environment (ccache? bmake with meta mode? -DNO_CLEAN? Obj= ects built on tmpfs? Compiler/toolchain/world version?), but I=E2=80=99m def= initely biased towards the approach that Cy mentions if the issue is determi= nistically failing with the same issue by just repeating the build process. I side with Cy because there=E2=80=99s also a nonzero chance that one of the= intermediary files generated by byacc got corrupted and got picked up in th= e next run. However that directory=E2=80=99s enough of a special snowflake t= hat I don=E2=80=99t feel comfortable betting all my money on that possibilit= y. Cheers, -Enji= From owner-freebsd-current@freebsd.org Tue Jun 18 02:11:04 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 4D63A15CB20D for ; Tue, 18 Jun 2019 02:11:04 +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 BC11E8CE6A for ; Tue, 18 Jun 2019 02:11:03 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7FE9B15CB20C; Tue, 18 Jun 2019 02:11:03 +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 5C00215CB20B for ; Tue, 18 Jun 2019 02:11:03 +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 022D78CE5A; Tue, 18 Jun 2019 02:11:01 +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 x5I2Ajji021433 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Jun 2019 04:10:54 +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 x5I2Aivx063354; Tue, 18 Jun 2019 04:10:44 +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 x5I2AQaY028830; Tue, 18 Jun 2019 04:10:38 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201906180210.x5I2AQaY028830@fire.js.berklix.net> To: Cy Schubert 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 18:26:25 -0700." <201906180126.x5I1QPsD004821@slippy.cwsent.com> Date: Tue, 18 Jun 2019 04:10:26 +0200 X-Rspamd-Queue-Id: 022D78CE5A X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.09 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.22)[0.217,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[berklix.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.24)[0.239,0]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: slim.berklix.com]; NEURAL_SPAM_LONG(0.64)[0.642,0]; RCVD_IN_DNSWL_NONE(0.00)[68.90.185.94.list.dnswl.org : 127.0.10.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)[]; IP_SCORE(0.10)[ip: (0.38), ipnet: 94.185.88.0/22(0.19), asn: 33824(-0.05), country: DE(-0.01)]; 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 02:11:04 -0000 Hi, Reference: > From: Cy Schubert > Reply-to: Cy Schubert > Date: Mon, 17 Jun 2019 18:26:25 -0700 Cy Schubert wrote: > Now that I'm back home, to reply inline re the yacc.h issue. > > In message <201906180021.x5I0L2RK057837@fire.js.berklix.net>, "Julian > H. Stacey > " writes: > > "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_stat > > ic/../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 > > slippy$ ls /export/obj/opt/src/svn-current/amd64.amd64/usr.bin/mkesdb > lex.c mkesdb.1.gz mkesdb.full.meta yacc.o > lex.c.meta mkesdb.1.gz.meta mkesdb.meta yacc.o.meta > lex.o mkesdb.debug yacc.c > lex.o.meta mkesdb.debug.meta yacc.c.meta > mkesdb mkesdb.full yacc.h <---- here it is > slippy$ > > > > > 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. > > Calm down. I am actually calm, thanks. I just have no more time to waste looking at current other people break. > This looks like a corrupted obj directory, I started with buildworld which should zap obj/ > corrupted src > tree, Nope. Clean export, not customised. Customised with own hacks is what I've wanted to do for weeks, System wont build generic, hence not customised. Still generic > or user error Always possible. Even likely at times :-) > to me and it doesn't matter right now anyway. rm > -rf /usr/obj or wherever you keep it and start afresh. Well I will, but not yet, as said Im sick of breaking current. so slower host has been booted with stable, upgraded to latest src/ & a buildworld started. The faster host is left generic current at my original reported svn & ctm numbers, now with generic bins libs includes, in case anyone wants to look at that sdio modules problem. As before mentioned, I upgraded src/ to newr on another host to see if sdio problem had been fixed, & hot another flakety current problem. > And, have you used any kind of UNIX or UNIX-like system to know that > yacc.h is output from yacc? Yes, but I forget chaff I shouldn't need to remember ;-). Not actually needed to deal with YACC since about 1985 or so. Oh & once or twice since. I have other own code I want to build on top of a stable FreeBSD, & don't want to spend forever chasing & fixing broken iterations of FreeBSD. I've been doing Unix since about 1977, but tired of other people commiting bad code that wastes time having to figure what someone broke. Hence belief: If some with lack of discipline commits bad code that breaks buildworld: they should take a week off, after revoking the breaking commit. 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 From owner-freebsd-current@freebsd.org Tue Jun 18 02:53:28 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 62B2315CC678 for ; Tue, 18 Jun 2019 02:53:28 +0000 (UTC) (envelope-from cy.schubert@cschubert.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 C75618E6C1 for ; Tue, 18 Jun 2019 02:53:27 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8401915CC677; Tue, 18 Jun 2019 02:53:27 +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 443EF15CC676 for ; Tue, 18 Jun 2019 02:53:27 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (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 B75378E6BF; Tue, 18 Jun 2019 02:53:25 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id d4FNheFdOGusjd4FOhHk4z; Mon, 17 Jun 2019 20:53:23 -0600 X-Authority-Analysis: v=2.3 cv=fOdHIqSe c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=8nJEP1OIZ-IA:10 a=dq6fvYVFJ5YA:10 a=pGLkceISAAAA:8 a=YxBL1-UpAAAA:8 a=Ikt0M2cxAAAA:8 a=6I5d2MoRAAAA:8 a=bZ6pEpDQa2lGXZwkr14A:9 a=wPNLvfGTeEIA:10 a=trcp-C1S3fIA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=iYm7J9qDpiSF5xNCBZUT:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 9FDC690A; Mon, 17 Jun 2019 19:53:19 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5I2rJPp005430; Mon, 17 Jun 2019 19:53:19 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5I2rIBE005427; Mon, 17 Jun 2019 19:53:19 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906180253.x5I2rIBE005427@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Enji Cooper cc: Cy Schubert , "Julian H. Stacey" , "Bjoern A. Zeeb" , current@freebsd.org Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found In-Reply-To: Message from Enji Cooper of "Mon, 17 Jun 2019 19:10:40 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Mon, 17 Jun 2019 19:53:18 -0700 X-CMAE-Envelope: MS4wfKrVBerUWWgLbsJZa8Bl8T5R2CqTFZRyDpYQPLwUKa0Q4ouS9p/yyPN4Rm5CHv1yzIbykOfjG37/nUYvjcLug+sOy/+iEAZn0lwQOFsjltf7TBnt8bmW +zlK3FI1HUXUrR5VdlPBbbSIf+BgTj0E4EA1Ugp/nEH12nclmOjkwuEtItQuji4pX/SIFrQSyeagAWp81VtqkJzkIrcZnhmjOEs5s0R6wCyu8tMMBDbiuOY3 fUpczxHWCS8fkQKCMHBG6/q7TyK+yvUZXpMonuYEwiY= X-Rspamd-Queue-Id: B75378E6BF X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-4.99 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; HAS_XAW(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.93)[-0.929,0]; FREEMAIL_TO(0.00)[gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; RCVD_IN_DNSWL_LOW(-0.10)[139.136.59.64.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_FIVE(0.00)[5]; REPLYTO_EQ_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-2.35)[ip: (-5.90), ipnet: 64.59.128.0/20(-3.26), asn: 6327(-2.52), country: CA(-0.09)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(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 02:53:28 -0000 In message , Enji Cooper writes : > > > > On Jun 17, 2019, at 18:26, Cy Schubert wrote: > > > > Now that I'm back home, to reply inline re the yacc.h issue. > > > > In message <201906180021.x5I0L2RK057837@fire.js.berklix.net>, "Julian > > H. Stacey > > " writes: > >> "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 purg > ed > >> , > >> 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 > > opt_*.h are headers which tune the kernel build based on user-specified optio > ns. They should never be shipped as part of the base OS. > > >>> 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_s > tat > >> ic/../mkesdb -I/usr/src/usr.bin/mkesdb_static/../../lib/libc/iconv -g -M > D > >> -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 > > > > slippy$ ls /export/obj/opt/src/svn-current/amd64.amd64/usr.bin/mkesdb > > lex.c mkesdb.1.gz mkesdb.full.meta yacc.o > > lex.c.meta mkesdb.1.gz.meta mkesdb.meta yacc.o.meta > > lex.o mkesdb.debug yacc.c > > lex.o.meta mkesdb.debug.meta yacc.c.meta > > mkesdb mkesdb.full yacc.h <---- here it is > > slippy$ > > > >> > >> 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. > > > > Calm down. This looks like a corrupted obj directory, corrupted src > > tree, or user error to me and it doesn't matter right now anyway. rm > > -rf /usr/obj or wherever you keep it and start afresh. > > I’d have to look further, and we’d need to know more details about your b > uild environment (ccache? bmake with meta mode? -DNO_CLEAN? Objects built on > tmpfs? Compiler/toolchain/world version?), but I’m definitely biased toward > s the approach that Cy mentions if the issue is deterministically failing wit > h the same issue by just repeating the build process. If a person knows what they're doing they can rm -r the subdirectory causing the problem. Even deleting the individual file that is the cause. Having said that, there libraries that are depended on that should be deleted. Don't forget that sysroot might be where the failure might be, so people end up looking for the unloved file in the wrong place. If a person doesn't know what they're doing they're best off removing the entire object tree and starting over. BTW, IMO a person saves a bit of time by rm -r /usr/obj/* and building with -DNO_CLEAN. It doesn't need to go through make clean phase first. I mv /usr/obj/opt /usr/obj/foobar; rm -rf foobar & make -DNO_CLEAN buildworld when I start afresh. > > I side with Cy because there’s also a nonzero chance that one of the interm > ediary files generated by byacc got corrupted and got picked up in the next r > un. However that directory’s enough of a special snowflake that I don’t f > eel comfortable betting all my money on that possibility. Our build system has many moving parts and is not for the faint of heart. And, very easy to get something wrong. Even make tinderbox doesn't catch absolutely everything. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-current@freebsd.org Tue Jun 18 07:42:35 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 3FB2C15D21A3 for ; Tue, 18 Jun 2019 07:42:35 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFD38962EE for ; Tue, 18 Jun 2019 07:42:34 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [IPv6:2a02:c6a0:4015:12:44e7:5b4:67be:3298] (unknown [IPv6:2a02:c6a0:4015:12:44e7:5b4:67be:3298]) (Authenticated sender: macmic) by drew.franken.de (Postfix) with ESMTPSA id 7F058721E2829 for ; Tue, 18 Jun 2019 09:42:30 +0200 (CEST) From: Michael Tuexen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: error: yacc.h: No such file or directory Message-Id: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> Date: Tue, 18 Jun 2019 09:42:30 +0200 To: FreeBSD Current X-Mailer: Apple Mail (2.3445.104.11) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de 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 07:42:35 -0000 Dear all, I'm trying to run sudo make buildworld in a directory with r349168. The result is: cc -O2 -pipe -I/usr/home/tuexen/head/usr.bin/mkesdb_static = -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../mkesdb = -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../../lib/libc/iconv -g = -MD -MF.depend.lex.o -MTlex.o -std=3Dgnu99 = -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc64/tmp/legacy/usr/include = -c lex.c -o lex.o /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:46:18: error: yacc.h: No such = file or directory /usr/home/tuexen/head/usr.bin/mkesdb/lex.l: In function 'yylex': /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: 'R_LN' undeclared = (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: (Each undeclared = identifier is reported only once /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: for each function = it appears in.) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:72: error: 'yylval' = undeclared (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:73: error: 'L_IMM' undeclared = (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:76: error: 'R_NAME' = undeclared (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:77: error: 'R_ENCODING' = undeclared (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:78: error: 'R_VARIABLE' = undeclared (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:79: error: 'R_DEFCSID' = undeclared (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:80: error: 'R_INVALID' = undeclared (first use in this function) /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:88: error: 'L_STRING' = undeclared (first use in this function) *** Error code 1 Stop. make[3]: stopped in /usr/home/tuexen/head/usr.bin/mkesdb_static *** Error code 1 Stop. make[2]: stopped in /usr/home/tuexen/head *** Error code 1 Stop. make[1]: stopped in /usr/home/tuexen/head *** Error code 1 Stop. make: stopped in /usr/home/tuexen/head This is on a 64 bit PPC system. Doing sudo rm -rf /usr/obj does not = resolve the issue. Any idea what is going wrong? Best regards Michael= From owner-freebsd-current@freebsd.org Tue Jun 18 09:02:34 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 09ECE15B21C5 for ; Tue, 18 Jun 2019 09:02:34 +0000 (UTC) (envelope-from agapon@gmail.com) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 602556AFA7 for ; Tue, 18 Jun 2019 09:02:33 +0000 (UTC) (envelope-from agapon@gmail.com) Received: by mail-lf1-f45.google.com with SMTP id a9so8649898lff.7 for ; Tue, 18 Jun 2019 02:02:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:openpgp:autocrypt :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=0j5/O3XePFsG7nFGncdx8jxX6FiDDuaXCcoRMzVQSVM=; b=F0vWzZg6FtyT+ZEgfRfTYnKPCDcvJs/FBWEn61ajcm8+/M6WIoqla80sgFVvzNj5vw uhYF5yOtkuNGrlkci3i+msOC6KzXHEn2oXcx95tHdw0PrPWhszFxxdegGwuqWZuvI4El OtM/VympriY7CxOR2fjtRNKMN7aigKejbnrxtiZ368XXFYmUn8wf+ySUbRu0ArFeEo5g vtw1mRrvZjwYNCBiUXXDm7RWun+tYjgnhYDx3oru7xNTzlhNQrTAQ/dc6ixul5cIRxKA tN+SCoTxcfTsk7L1Ino0iqjgmU+wck7Qa/W1bQKEMOH5YwtxscqDc7Q0T5qnX05dHgtm FPbw== X-Gm-Message-State: APjAAAW6mSu7lV47xgykyV1qIIN1D7GBmf/xmSPTl1SOcEL5skkW5B7C YHYRdXX/WCnGPbbUqN66C+qPrcOL X-Google-Smtp-Source: APXvYqyjVoIk8TaX0Kk0zYbmTpMdm4vD8EGnVVfA2J6V8HWDtTYppJnmjcuYsW44H4MKmVUYWsJ4FQ== X-Received: by 2002:ac2:51ab:: with SMTP id f11mr14023410lfk.55.1560847113130; Tue, 18 Jun 2019 01:38:33 -0700 (PDT) Received: from [192.168.0.88] (east.meadow.volia.net. [93.72.151.96]) by smtp.googlemail.com with ESMTPSA id e14sm2047013lfd.84.2019.06.18.01.38.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Jun 2019 01:38:32 -0700 (PDT) Subject: Re: Fwd: ZFS Crash/Pool in unhealthy state To: Larry Rosenman , Freebsd current References: From: Andriy Gapon Openpgp: preference=signencrypt Autocrypt: addr=avg@FreeBSD.org; prefer-encrypt=mutual; keydata= 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 Message-ID: <813b400c-5a95-b209-6852-5fecc37a43a5@FreeBSD.org> Date: Tue, 18 Jun 2019 11:38:31 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 602556AFA7 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.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 09:02:34 -0000 On 17/06/2019 17:32, Larry Rosenman wrote: > Forwarding to -Current as well, since it's a -current box > > -------- Original Message -------- > Subject: ZFS Crash/Pool in unhealthy state > Date: 06/17/2019 8:30 am > From: Larry Rosenman > To: Freebsd fs > > I had a power failure today and my big server no longer boots > > If I try to import the pool using the memstick image and -F -f I get a panic > (see  link). > > https://www.lerctr.org/~ler/ZFS_CRASH.png <--- Panic > > https://www.lerctr.org/~ler/ZFS_IMPORT.png <--- import tries. > > Ideas?  Help? My reading of it is that somehow you got a situation where a block that ZFS considers as free is also queued for deferred freeing, which makes no sense. So, as soon as ZFS starts processing the deferred frees it sees the inconsistency and panics. Usually, I tend to suspect the software first, but in this case I see that the data has got other inconsistencies in the last TXG(s) before the crash. That's why import -F is required. So, I suspect that either the storage controller is misconfigured with respect to caches (its own and disks) or it otherwise misbehaves in that respect. As to the recovery. The proper way would be to import the pool read-only and transfer the data to a new pool. The more risky way would be to import the pool on a system where that consistency check is simply disabled. One way to do that is to clear bit 6 (mask 0x40) from ZFS debug flags. Or to use a STABLE FreeBSD image for an import. -- Andriy Gapon From owner-freebsd-current@freebsd.org Tue Jun 18 09:44:19 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 BC9C415B3A1E for ; Tue, 18 Jun 2019 09:44:19 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57C296C850 for ; Tue, 18 Jun 2019 09:44:18 +0000 (UTC) (envelope-from ohartmann@walstatt.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1560851046; bh=A75L8u1NsbIWun2moMNIboqUNX5XVnaTjimqwD3TDbU=; h=X-UI-Sender-Class:Date:From:To:Subject; b=aG6tuXKCFIpo5SV/IjP04L1Xao/gLYPdkz/4bfUJmVp3ddd037F13AqHz1XcMHx7P EdTh3ykefr4AaEmuKwY7nHx1IsFV3Bhg7xfZe3ygcxLtc+iiOxqYcmS88MpvtDruRK 8FviZEBDJfuajNMVdSkirO+3GMmdKVDL5A+wklRM= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from freyja ([46.88.83.112]) by mail.gmx.com (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1M4JmT-1hdR800LRZ-000L7u for ; Tue, 18 Jun 2019 11:02:45 +0200 Date: Tue, 18 Jun 2019 11:02:33 +0200 From: "O. Hartmann" To: freebsd-current Subject: CURRENT >r349150: boot failure in rc.conf.local Message-ID: <20190618110226.7a9dbb81@freyja> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:8mCddrVB1TW5m+tyvxsQ15iNFvf7MklFZsARao2wdD+AFt6ZCvv chPHhrRcUqcAOcSFRPt3K+622dbC/D4CPOqx5sfAKipr0blBd9CR3q9Sb5yPwHV8pF9NiCy b55xZF5jcy2/WCPhwjg1RyNeLWHShIoO3O8JMaRlGRBcRnhGBWvyh/4jtDsqJTVU4oN+tTx xWyCH/bRIFgPcMWd9wS0g== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:slo07QoB2rA=:B3araH2GVJa+CIdlHs8ziG ZfLBFc2osnKArCPYW9QzcrrxJYyk+zm3dhLGlPYcP51GZsa3szSwNJUFbCTjjFmzdL6ZS/9Ms 5OaGMDPlkJMVvLiyyu74UDb/5MeheVggYKWsn2+rilq0UruWgGIRpKZhCUSY1rJO3Q+YY1Qwp B2otjesXZ54q72QljgJ8OZ0Y47mIUND4iemOgEH5IrAGZySqZZ92NyXKgtrSMCtHe8DKWiIUu cIz4LbfUPVe00LYh0Ko9LgNXJXcvG/1+vmp8NKAbMgbQ3vhWq0ZvDBMNw/Lc+gAWVv8akBZDN BEMoXpW0m2xnPsA7+ptP5DKghB2NaMCR/YYkfGBoOju2HFlMQxg41T07WS/N2eQlOeboDPCjL ftYRc0K2in5bnlyTwgHLjQikxtTRc7vThBBy++OLhdMkX4xbjj8YsezyOmH9F+ZMdJ/rDMSAi IQozuCeYGmLyijhW6ODUm4lWSWIsZYtWinZ4GF7hm6OWN/a8HY9pStxNW7Idi3u+7qz0GwplA BRGLwDBNHuWMkV0Z+A4oJObHJouJjA4TMi3TrFk24FdJvDY9wILeWhpskhahjCuwuLmJbOCsJ /u3XTUJSiM9A/lyMcThGNK/eZkAupayfWHxGNAfQWdb+pdxiRKJK71htIEU2HTLiAea/WeLrR GX5KPlmCcZHJDYyiX96oVupohwkNkwHY1bUy/ptcc+Y+Y8AqUj6TmjzYqt4O8tPbIV8PGmwQu lCYxml2btHftMpxnC9LPfFkGMfNcBxikciiJRw256aJ20xtSQUyP2CERAvIzwSkZ4yDwQsNLY RY66TGdgOkGIAsb4nf/UDBBjr49YHvhpP0R+EOxNmutu3nC0Xt16jMxPfXhHlTtrCxr9ZYoD3 NXF91kLzdpjFvGL8vnE/4b2uX1oQNiqPH2GMlVE80Mq2dYUh3L9WYR/gGpIkbmDoecXwR6bpp CCK8/9wgk/zE/cR2ZSRR8Sf66oPuC8v7Z+mQ+adHzRkKh24XZQH4A X-Rspamd-Queue-Id: 57C296C850 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmx.net header.s=badeba3b8450 header.b=aG6tuXKC X-Spamd-Result: default: False [-3.98 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[walstatt.org]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-1.21)[ip: (-7.13), ipnet: 212.227.0.0/16(-1.42), asn: 8560(2.51), country: DE(-0.01)]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmx.net:+]; MX_GOOD(-0.01)[mx01.gmx.net,mx00.gmx.net]; NEURAL_HAM_SHORT(-0.87)[-0.866,0]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[21.17.227.212.list.dnswl.org : 127.0.3.1]; RECEIVED_SPAMHAUS_PBL(0.00)[112.83.88.46.zen.spamhaus.org : 127.0.0.10]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(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 09:44:20 -0000 On all CURRENT boxes running CURRENT > r349150 we face the very same boot failure, if /etc/rc.conf.local is present (i.e. on CURRENT, 13.0-CURRENT #7 r349169: Tue Jun 18 10:34:13 CEST 2019 amd64): The box boots and thentries to start services denominated in /etc/rc.conf.local, like net/openldap-server (slapd). The box is then stuck at "startingt slapd", hitting Ctrl-T shows state "running", but Ctrl-C does not show any effect, except Ctrl-Alt-Del (if enabled) is effectively rebooting the box. First I thought it might by a out-of-sync binary, but this phenomenon spreads even over recently via make installed systems. Disabling OpenLDAP's slapd at boot time gives my like rolling a dice the next service, named (dns/bind914) or net/samba48 (samba_server) - you name it. The box gets stuck forever and doesn't even start sshd to provide access. All boxes have IPv6 enabled as well as IPFW. Another server running CURRENT (r349169, also amd64) without utilizing /etc/rc.conf.local but with a bunch of jails is booting as usual! What happened here? Does anyone do have a hint or might know the cause? Thanks in advance, Oliver From owner-freebsd-current@freebsd.org Tue Jun 18 10:56:26 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 4833915B5AE1 for ; Tue, 18 Jun 2019 10:56:26 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8DC36F1BA; Tue, 18 Jun 2019 10:56:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf1-x432.google.com with SMTP id x15so7458800pfq.0; Tue, 18 Jun 2019 03:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=3vPnhzAHQNP9rLaQq9tt/WeHYnjibe2G+drRc/5+MSA=; b=CTqJh2wEU95t6Mjg8l851UZf8ZOCuVR1jOtvgdmCtuiBhVZEd/U38ZKfZUtZXV8aO0 XgXxguvejmHkSEiAKV2RWBxVZTp7Xn0ecCnsxZ9Wlzzjeu5dYdPPeVtaSt/QpWxkSg3t mF3bMYCDkLCEgdTmaPt7otjFWwY29WC90+DUCsIutVL20fC35j4AUiM96kV81e62ETTs 0sQfE+2ir1vbgIP+Phx2dQQcdZwWMa2kJUeom5IXe8gc6El1ktM398rfqK6a+9GsnpXs GUAEsF7WSx9Zg0+YsRUoM1FnbTGu8xRmgmd+yH025wMm8t61/ItNvkPfxHEMHmxKMx5j V+Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=3vPnhzAHQNP9rLaQq9tt/WeHYnjibe2G+drRc/5+MSA=; b=lJkFqyn8OYMpe+JuXoaJsco61/J5bO6YC284aNZDadMAs3q1awVxQ2Go3Qa9fxByP6 5COj/Tk2+T9xnrKPr9ZfZh2RqaguDlitNUmLciytz52qUqVjcnqWkbpsX/4eEaysBzyG p2h+xYDfXqJqo3QX0t5wJ/6AdXV6BVAPEcm42rvcC9Ar/MSIkxsnvQjCJBiH+q270CmS 3PKPB6wAvj8VhzCbln1emOqFR9LUBPM74rxwBBgnLzVTLR3/EdQQ0CATGqKR4+G81vU4 MwxCU8tunS9qHacCedITZOc6HNRG4XGDb5RJ4ZAICfowTcdICWRuXzpYbsKLrrfXWGZV csNQ== X-Gm-Message-State: APjAAAXDrLqF3QE1RlW8w+nwGpJMCFO8GAbuhERdTQ4Efts9ZC69tnXm SkJ7eQaM4iP4EeTNjaQvBEGGUe5S X-Google-Smtp-Source: APXvYqwoMFB9ryXyNhXSXdOzRNOYOlKo+Tz9E1H3DCPm56MVRV6QDa80aX7RrqBzifaMXidj7zAOxg== X-Received: by 2002:a63:f349:: with SMTP id t9mr2043255pgj.296.1560855384173; Tue, 18 Jun 2019 03:56:24 -0700 (PDT) Received: from [192.168.1.100] (180-150-68-130.b49644.syd.nbn.aussiebb.net. [180.150.68.130]) by smtp.gmail.com with ESMTPSA id k22sm14031864pfg.77.2019.06.18.03.56.22 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Tue, 18 Jun 2019 03:56:23 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: error: yacc.h: No such file or directory To: Michael Tuexen , FreeBSD Current References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> From: Kubilay Kocak Message-ID: <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> Date: Tue, 18 Jun 2019 20:56:20 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 In-Reply-To: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: B8DC36F1BA X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 10:56:26 -0000 On 18/06/2019 5:42 pm, Michael Tuexen wrote: > Dear all, > > I'm trying to run > sudo make buildworld > in a directory with r349168. > > The result is: > cc -O2 -pipe -I/usr/home/tuexen/head/usr.bin/mkesdb_static -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../mkesdb -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../../lib/libc/iconv -g -MD -MF.depend.lex.o -MTlex.o -std=gnu99 -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc64/tmp/legacy/usr/include -c lex.c -o lex.o > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:46:18: error: yacc.h: No such file or directory > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l: In function 'yylex': > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: 'R_LN' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: (Each undeclared identifier is reported only once > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: for each function it appears in.) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:72: error: 'yylval' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:73: error: 'L_IMM' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:76: error: 'R_NAME' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:77: error: 'R_ENCODING' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:78: error: 'R_VARIABLE' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:79: error: 'R_DEFCSID' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:80: error: 'R_INVALID' undeclared (first use in this function) > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:88: error: 'L_STRING' undeclared (first use in this function) > *** Error code 1 > > Stop. > make[3]: stopped in /usr/home/tuexen/head/usr.bin/mkesdb_static > *** Error code 1 > > Stop. > make[2]: stopped in /usr/home/tuexen/head > *** Error code 1 > > Stop. > make[1]: stopped in /usr/home/tuexen/head > *** Error code 1 > > Stop. > make: stopped in /usr/home/tuexen/head > > This is on a 64 bit PPC system. Doing sudo rm -rf /usr/obj does not resolve the issue. > > Any idea what is going wrong? > > Best regards > Michael Have seen another report on Twitter yesterday. Didn't see a full build log, but theirs was had apparently without -j, apparently on June 14 sources: Error: /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not found Have not heard back from them whether it continued after trying -j2 but I did ask them to hit up freebsd-current if it continued to be an issue From owner-freebsd-current@freebsd.org Tue Jun 18 11:46:57 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 4A41115B6986 for ; Tue, 18 Jun 2019 11:46:57 +0000 (UTC) (envelope-from rb@gid.co.uk) Received: from mx0.gid.co.uk (mx0.gid.co.uk [194.32.164.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B91C70564; Tue, 18 Jun 2019 11:46:46 +0000 (UTC) (envelope-from rb@gid.co.uk) Received: from [194.32.164.27] ([194.32.164.27]) by mx0.gid.co.uk (8.14.2/8.14.2) with ESMTP id x5IBfClI091452; Tue, 18 Jun 2019 12:41:12 +0100 (BST) (envelope-from rb@gid.co.uk) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: error: yacc.h: No such file or directory From: Bob Bishop In-Reply-To: <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> Date: Tue, 18 Jun 2019 12:41:12 +0100 Cc: Michael Tuexen , FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <479805B2-6FA2-4C5D-ABE3-632503DC71E2@gid.co.uk> References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> To: koobs@freebsd.org X-Mailer: Apple Mail (2.3273) X-Rspamd-Queue-Id: 5B91C70564 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of rb@gid.co.uk designates 194.32.164.250 as permitted sender) smtp.mailfrom=rb@gid.co.uk X-Spamd-Result: default: False [-2.78 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.96)[-0.957,0]; MX_INVALID(0.50)[greylisted]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[gid.co.uk]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_SHORT(-0.70)[-0.700,0]; RCVD_IN_DNSWL_NONE(0.00)[250.164.32.194.list.dnswl.org : 127.0.10.0]; IP_SCORE(-0.83)[ip: (-2.65), ipnet: 194.32.164.0/24(-1.33), asn: 42831(-0.08), country: GB(-0.09)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42831, ipnet:194.32.164.0/24, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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 11:46:57 -0000 Hi, > On 18 Jun 2019, at 11:56, Kubilay Kocak wrote: >=20 > On 18/06/2019 5:42 pm, Michael Tuexen wrote: >> Dear all, >> I'm trying to run >> sudo make buildworld >> in a directory with r349168. FWIW I have a successful build with r349167 >> The result is: >> cc -O2 -pipe -I/usr/home/tuexen/head/usr.bin/mkesdb_static = -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../mkesdb = -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../../lib/libc/iconv -g = -MD -MF.depend.lex.o -MTlex.o -std=3Dgnu99 = -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc64/tmp/legacy/usr/include = -c lex.c -o lex.o >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:46:18: error: yacc.h: No = such file or directory >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l: In function 'yylex': >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: 'R_LN' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: (Each = undeclared identifier is reported only once >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: for each = function it appears in.) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:72: error: 'yylval' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:73: error: 'L_IMM' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:76: error: 'R_NAME' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:77: error: 'R_ENCODING' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:78: error: 'R_VARIABLE' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:79: error: 'R_DEFCSID' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:80: error: 'R_INVALID' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:88: error: 'L_STRING' = undeclared (first use in this function) >> *** Error code 1 >> Stop. >> make[3]: stopped in /usr/home/tuexen/head/usr.bin/mkesdb_static >> *** Error code 1 >> Stop. >> make[2]: stopped in /usr/home/tuexen/head >> *** Error code 1 >> Stop. >> make[1]: stopped in /usr/home/tuexen/head >> *** Error code 1 >> Stop. >> make: stopped in /usr/home/tuexen/head >> This is on a 64 bit PPC system. Doing sudo rm -rf /usr/obj does not = resolve the issue. >> Any idea what is going wrong? >> Best regards >> Michael >=20 > Have seen another report on Twitter yesterday. Didn't see a full build = log, but theirs was had apparently without -j, apparently on June 14 = sources: >=20 > Error: > /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not = found >=20 > Have not heard back from them whether it continued after trying -j2 = but I did ask them to hit up freebsd-current if it continued to be an = issue -- Bob Bishop rb@gid.co.uk From owner-freebsd-current@freebsd.org Tue Jun 18 13:03:19 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 2660315BB154 for ; Tue, 18 Jun 2019 13:03:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE2A273A05; Tue, 18 Jun 2019 13:03:18 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (static-71-168-218-4.cmdnnj.fios.verizon.net [71.168.218.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jkim/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 7C381DD98; Tue, 18 Jun 2019 13:03:18 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: CURRENT >r349150: boot failure in rc.conf.local To: "O. Hartmann" , freebsd-current , "Conrad E. Meyer" References: <20190618110226.7a9dbb81@freyja> From: Jung-uk Kim Openpgp: preference=signencrypt Autocrypt: addr=jkim@FreeBSD.org; prefer-encrypt=mutual; keydata= mQENBFJBztUBCAChqNyGqmFuNo0U7MBzsD+q/G6Cv0l7LGVrOAsgh34M8wIWhD+tztDWMVfn AhxNDd0ceCj2bYOe67sTQxAScEcbt2FfvPOLp9MEXb9qohZj172Gwkk7dnhOhZZKhVGVZKM4 NcsuBDUzgf4f3Vdzj4wg6WlqplnTZo8lPE4hZWvZHoFIyunPTJWenybeV1xnxK7JkUdSvQR0 fA59RfTTECMwTrSEfYGUnxIDBraxJ7Ecs/0hGQ7sljIj8WBvlRDU5fU1xfF35aw56T8POQRq F4E6RVJW3YGuTpSwgtGZOTfygcLRhAiq3dFC3JNLaTVTpM8PjOinJyt9AU6RoITGOKwDABEB AAG0Hkp1bmctdWsgS2ltIDxqa2ltQEZyZWVCU0Qub3JnPokBPQQTAQoAJwUCUkHO1QIbAwUJ E0/POwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRB8n5Ym/NvxRqyzB/wL7QtsIpeGfGIA ZPMtgXMucM3NWzomyQMln2j2efUkDKthzh9jBxgF53TjOr7imwIt0PT2k1bqctPrq5IRqnu9 mGroqaCLE3LG2/E3jEaao4k9PO6efwlioyivUo5NrqIQOQ4k3EAXw7d2y0Dk1VpTgdMrnUAB hj7lGlLqS4ydcrf24DdbCRGdEQwqd9DBeBgbWynxAJMgbZBhYVEyIHuQKkJ8qY0ibIPXXuF0 KYDeH0qUHtWV2K3srNyPtymUkBQD84Pl1GWRYx05XdUHDmnX0JV3lg0BfYJZgZv0ehPQrMfY Fd9abTkf9FHQYz1JtsC8wUuRgqElRd6+YAGf8Tt9uQENBFJBztUBCADLtSrP44El2VoJmH14 OFrlOgxzZnbn+Y/Gf1k12mJBiR+A+pBeRLD50p7AiTrjHRxO3cHcl9Dh0uf1VSbXgp8Or0ye iP/86fZPd4k5HXNmDTLL0HecPE08SCqGZ0W8vllQrokB1QxxRUB+fFMPJyMCjDAZ7P9fFTOS dTw1bJSTtOD8Sx8MpZUa9ti06bXFlVYDlaqSdgk181SSx+ZbSKkQR8CIMARlHwiLsa3Z9q9O EJr20HPyxe0AlTvwvFndH61hg7ds63eRvglwRnNON28VXO/lvKXq7Br/CiiyhFdKfINIx2Z5 htYq22tgGTW7mBURbIKoECFBTX9Lv6BXz6w9ABEBAAGJASUEGAEKAA8FAlJBztUCGwwFCRNP zzsACgkQfJ+WJvzb8UZcJQf+IsTCxUEqY7W/pT84sMg5/QD3s6ufTRncvq14fEOxCNq1Rf4Q 9P+tOFa8GZfKDGB2BFGIrW7uT5mlmKdK1vO6ZIA930y5kUsnCmBUEBJkE2ciSQk01aB/1o62 Q3Gk/F6BwtNY9OXiqF7AcAo+K/BMIaqb26QKeh+IIgK1NN9dQiq3ByTbl4zpGZa6MmsnnRTu mzGKt2nkz7vBzH6+hZp1OzGZikgjjhYWVFoJo1dvf/rv4obs0ZJEqFPQs/1Qa1dbkKBv6odB XJpPH0ssOluTY24d1XxTiKTwmWvHeQkOKRAIfD7VTtF4TesoZYkf7hsh3e3VwXhptSLFnEOi WwYofg== Message-ID: <5baa0c45-6c3c-0156-283e-fce0439b2cfe@FreeBSD.org> Date: Tue, 18 Jun 2019 09:03:17 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: <20190618110226.7a9dbb81@freyja> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BE2A273A05 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 13:03:19 -0000 On 19. 6. 18., O. Hartmann wrote: > On all CURRENT boxes running CURRENT > r349150 we face the very same boot > failure, if /etc/rc.conf.local is present (i.e. on CURRENT, 13.0-CURRENT #7 > r349169: Tue Jun 18 10:34:13 CEST 2019 amd64): > > The box boots and thentries to start services denominated > in /etc/rc.conf.local, like net/openldap-server (slapd). The box is then stuck > at "startingt slapd", hitting Ctrl-T shows state "running", but Ctrl-C does not > show any effect, except Ctrl-Alt-Del (if enabled) is effectively rebooting the > box. First I thought it might by a out-of-sync binary, but this phenomenon > spreads even over recently via make installed systems. Disabling OpenLDAP's > slapd at boot time gives my like rolling a dice the next service, named > (dns/bind914) or net/samba48 (samba_server) - you name it. The box gets stuck > forever and doesn't even start sshd to provide access. All boxes have IPv6 > enabled as well as IPFW. > > Another server running CURRENT (r349169, also amd64) without > utilizing /etc/rc.conf.local but with a bunch of jails is booting as usual! > > What happened here? Does anyone do have a hint or might know the cause? I had the same problem and reverting r349154 fixed the problem for me. https://svnweb.freebsd.org/changeset/base/349154 FYI... Jung-uk Kim From owner-freebsd-current@freebsd.org Tue Jun 18 13:24:46 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 7E90615BBFA3 for ; Tue, 18 Jun 2019 13:24:46 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF12574EC6; Tue, 18 Jun 2019 13:24:45 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [IPv6:2003:cd:6f26:600:adb6:b12f:d707:b261] (p200300CD6F260600ADB6B12FD707B261.dip0.t-ipconnect.de [IPv6:2003:cd:6f26:600:adb6:b12f:d707:b261]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 5D8C771E3F939; Tue, 18 Jun 2019 15:24:37 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: error: yacc.h: No such file or directory From: Michael Tuexen In-Reply-To: <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> Date: Tue, 18 Jun 2019 15:24:36 +0200 Cc: FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> To: "koobs@freebsd.org" X-Mailer: Apple Mail (2.3445.104.11) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-Rspamd-Queue-Id: AF12574EC6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:680, ipnet:193.174.0.0/15, country:DE] 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 13:24:46 -0000 > On 18. Jun 2019, at 12:56, Kubilay Kocak wrote: >=20 > On 18/06/2019 5:42 pm, Michael Tuexen wrote: >> Dear all, >> I'm trying to run >> sudo make buildworld >> in a directory with r349168. >> The result is: >> cc -O2 -pipe -I/usr/home/tuexen/head/usr.bin/mkesdb_static = -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../mkesdb = -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../../lib/libc/iconv -g = -MD -MF.depend.lex.o -MTlex.o -std=3Dgnu99 = -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc64/tmp/legacy/usr/include = -c lex.c -o lex.o >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:46:18: error: yacc.h: No = such file or directory >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l: In function 'yylex': >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: 'R_LN' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: (Each = undeclared identifier is reported only once >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: for each = function it appears in.) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:72: error: 'yylval' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:73: error: 'L_IMM' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:76: error: 'R_NAME' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:77: error: 'R_ENCODING' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:78: error: 'R_VARIABLE' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:79: error: 'R_DEFCSID' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:80: error: 'R_INVALID' = undeclared (first use in this function) >> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:88: error: 'L_STRING' = undeclared (first use in this function) >> *** Error code 1 >> Stop. >> make[3]: stopped in /usr/home/tuexen/head/usr.bin/mkesdb_static >> *** Error code 1 >> Stop. >> make[2]: stopped in /usr/home/tuexen/head >> *** Error code 1 >> Stop. >> make[1]: stopped in /usr/home/tuexen/head >> *** Error code 1 >> Stop. >> make: stopped in /usr/home/tuexen/head >> This is on a 64 bit PPC system. Doing sudo rm -rf /usr/obj does not = resolve the issue. >> Any idea what is going wrong? >> Best regards >> Michael >=20 > Have seen another report on Twitter yesterday. Didn't see a full build = log, but theirs was had apparently without -j, apparently on June 14 = sources: >=20 > Error: > /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not = found >=20 > Have not heard back from them whether it continued after trying -j2 = but I did ask them to hit up freebsd-current if it continued to be an = issue OK, I started the build again with -j 2 and it seems that the problem = does not occur. Since I have been using make buildworld without -j n in the past on that = machine, the problem seems to be introduced recently. Any idea what is the cause of = the problem? Best regards Michael >=20 From owner-freebsd-current@freebsd.org Tue Jun 18 13:45:49 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 C7CB515BC7B4 for ; Tue, 18 Jun 2019 13:45:49 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (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 6779F75872; Tue, 18 Jun 2019 13:45:48 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id dEQchLNECsAGkdEQehPgxi; Tue, 18 Jun 2019 07:45:41 -0600 X-Authority-Analysis: v=2.3 cv=WeVylHpX c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=xqWC_Br6kY4A:10 a=dq6fvYVFJ5YA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=ji0CiWrxS7U8Bpd-z3IA:9 a=vR0eu1w_76oA9zI8:21 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from [IPv6:2605:8d80:404:23b6:6402:1d22:1083:96d0] (unknown [72.143.218.131]) by spqr.komquats.com (Postfix) with ESMTPSA id E6E821416; Tue, 18 Jun 2019 06:45:36 -0700 (PDT) Date: Tue, 18 Jun 2019 06:45:10 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: error: yacc.h: No such file or directory To: freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" CC: FreeBSD Current From: Cy Schubert Message-ID: X-CMAE-Envelope: MS4wfBaohij85TGOVoRfNeEhlpyV9aCu+HwqBf+XLicq0QshIlTJZ5FL5yXzNpC3IZ5qs/F6nOSMwx97Lw9yDYJn+dcz5bluqx2woXfKKst/qOxCsysLIIrN f5tLBiz8sVrhlxlAZRxSKIn5H4YBXZ3wLl9HL9Vrt2dwmAv6WwOVRqeSun3n7946p787+KTG6Pr1qDDonoZa/dLGbMmevUmadm+qeYG3DtHkkji2st5Bn5/3 mrCjlEaP6BEnO0yyDwbEBg== X-Rspamd-Queue-Id: 6779F75872 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.74 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-2.56)[ip: (-6.90), ipnet: 64.59.128.0/20(-3.26), asn: 6327(-2.52), country: CA(-0.09)]; MX_GOOD(-0.01)[spqr.komquats.com]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[12.134.59.64.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; MID_RHS_MATCH_FROM(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 13:45:50 -0000 On June 18, 2019 6:24:36 AM PDT, Michael Tuexen wrot= e: >> On 18=2E Jun 2019, at 12:56, Kubilay Kocak wrote: >>=20 >> On 18/06/2019 5:42 pm, Michael Tuexen wrote: >>> Dear all, >>> I'm trying to run >>> sudo make buildworld >>> in a directory with r349168=2E >>> The result is: >>> cc -O2 -pipe -I/usr/home/tuexen/head/usr=2Ebin/mkesdb_static >-I/usr/home/tuexen/head/usr=2Ebin/mkesdb_static/=2E=2E/mkesdb=20 >-I/usr/home/tuexen/head/usr=2Ebin/mkesdb_static/=2E=2E/=2E=2E/lib/libc/ic= onv -g >-MD -MF=2Edepend=2Elex=2Eo -MTlex=2Eo -std=3Dgnu99 =20 >-I/usr/obj/usr/home/tuexen/head/powerpc=2Epowerpc64/tmp/legacy/usr/includ= e >-c lex=2Ec -o lex=2Eo >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:46:18: error: yacc=2Eh:= No >such file or directory >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El: In function 'yylex': >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:60: error: 'R_LN' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:60: error: (Each >undeclared identifier is reported only once >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:60: error: for each >function it appears in=2E) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:72: error: 'yylval' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:73: error: 'L_IMM' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:76: error: 'R_NAME' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:77: error: 'R_ENCODING' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:78: error: 'R_VARIABLE' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:79: error: 'R_DEFCSID' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:80: error: 'R_INVALID' >undeclared (first use in this function) >>> /usr/home/tuexen/head/usr=2Ebin/mkesdb/lex=2El:88: error: 'L_STRING' >undeclared (first use in this function) >>> *** Error code 1 >>> Stop=2E >>> make[3]: stopped in /usr/home/tuexen/head/usr=2Ebin/mkesdb_static >>> *** Error code 1 >>> Stop=2E >>> make[2]: stopped in /usr/home/tuexen/head >>> *** Error code 1 >>> Stop=2E >>> make[1]: stopped in /usr/home/tuexen/head >>> *** Error code 1 >>> Stop=2E >>> make: stopped in /usr/home/tuexen/head >>> This is on a 64 bit PPC system=2E Doing sudo rm -rf /usr/obj does not >resolve the issue=2E >>> Any idea what is going wrong? >>> Best regards >>> Michael >>=20 >> Have seen another report on Twitter yesterday=2E Didn't see a full >build log, but theirs was had apparently without -j, apparently on June >14 sources: >>=20 >> Error: >> /usr/src/usr=2Ebin/mkesdb/lex=2E1:46:10: fatal error: 'yacc=2Eh' file n= ot >found >>=20 >> Have not heard back from them whether it continued after trying -j2 >but I did ask them to hit up freebsd-current if it continued to be an >issue >OK, I started the build again with -j 2 and it seems that the problem >does not occur=2E > >Since I have been using make buildworld without -j n in the past on >that machine, the >problem seems to be introduced recently=2E Any idea what is the cause of >the problem? > >Best regards >Michael >>=20 > >_______________________________________________ >freebsd-current@freebsd=2Eorg mailing list >https://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to >"freebsd-current-unsubscribe@freebsd=2Eorg" This is a generated file=2E It would appear the make target to build yacc= =2Eh hadn't run yet by the time the target that consumed the file ran=2E I had a similar problem on Sunday=2E It wasn't yacc=2Eh but some other fil= e, I cannot remember which=2E It occurred during one of four buildworlds=2E= Simply restarting the failed buildworld was enough to resolve it=2E My hypothesis is a buildworld race=2E I wonder if some of the recent (over= the last week or two) makefile changes exacerbated this issue=2E --=20 Pardon the typos and autocorrect, small keyboard in use=2E Cheers, Cy Schubert FreeBSD UNIX: Web: http://www=2EFreeBSD=2Eorg The need of the many outweighs the greed of the few=2E From owner-freebsd-current@freebsd.org Tue Jun 18 13:53:21 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 06D1015BCD04 for ; Tue, 18 Jun 2019 13:53:21 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound3d.ore.mailhop.org (outbound3d.ore.mailhop.org [54.186.57.195]) (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 3463375EE3 for ; Tue, 18 Jun 2019 13:53:20 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1560865993; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=mOQkfaHvvtCO7rpmG4TVxD/9Qe33eq1g14qHSvpZXvJAbo+45K93J0gg69uReC54vJpu9YMaVjGP8 CCCS6vk00NmwMykZdlHOfkrohEbFN4Lmh/VOUaBfe27t67cHQQwpqZllZB0YJsusdRR0AP+HuPxuLX 4mCXDmZCBMeKSmf6M4mjrkm44ZoN/I+iBMwSxyQFrl0N73Oj9ui9mCuDaXPVjlHJR/E3WszLh9JZCG P59pW2KGm7xnx2AGjP6iSKd34rOQvmyHbECcSLk0xCMhry/7Epvmcw1pCsx8p4EK4wZuk7pRtycWHi fPoGz5PmiB87hJFZZUfFry2N6jFYBhA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=yEahdZrp1/0wLOlwPGr910NQJfLEIcL1SO+MOJDkhq4=; b=dSblZL8yEmz/KKZ6AyifHswv61cRjXE8H4qG9kmy7pj4Araj12patHgcou4T6uBjurFAWqSVaPmrT xnK1Ho1TiSllUPj/RxCxvQo3/HSQQatFywTQ1714kK/qpLcmfw+eTQHv8sSEKbSUB2qYuQb7T7ylvS nz08XZEBDrm7tp1G95OTdNDOGEWX8u8NROP/0yVhb2cl41LyFnOYtQTrUISq/+l5ae4OTVWTcRAKF8 yr+FtWw1CnWk8D9412eRkRFz7zssHzxwUP97NEkI6qguCn6rhllX1Um+Np3YjODkpXCilZgLB8p/g2 GryVOAS1gHMa7aJrzT8xWWgSZqRAkow== ARC-Authentication-Results: i=1; outbound3.ore.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=yEahdZrp1/0wLOlwPGr910NQJfLEIcL1SO+MOJDkhq4=; b=E+7G7Xd66bD7Q49QYmcmzUJ53h+0b8LYiWoBB8kx58hEaocy4SO8bOUkDuX4K4Gn1ZLu23zs+SiJe YYSGLVBrC/0WFSER8kh9VGNlmPDcOU1WkhalQ5xievMoLxtEhGxQgCqstHl8+IWS/MngMa9pvLOjdZ /26bHeioKZ9pWRzIHuvMPji1OkwmqfMtvBeRfcxUa8awfTFGG8Sv1mFrDQLzTXXu7CVDVN0ef/VKBf C6ErDzDBZokyil1TvmyH/1ZlN928r/kVo0YHtHGepVpJuJoX5QYandqQwP59sDvtdLC6JFbE9494Ha h6X9HnF6CkpxSGAn58GBBB+ebpn3j8Q== X-MHO-RoutePath: aGlwcGll X-MHO-User: 6869d1f1-91d0-11e9-bab0-b3d44a174089 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound3.ore.mailhop.org (Halon) with ESMTPSA id 6869d1f1-91d0-11e9-bab0-b3d44a174089; Tue, 18 Jun 2019 13:53:11 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x5IDrArV017346; Tue, 18 Jun 2019 07:53:10 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: Subject: Re: error: yacc.h: No such file or directory From: Ian Lepore To: Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" Cc: Bryan Drewery Date: Tue, 18 Jun 2019 07:53:09 -0600 In-Reply-To: References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 3463375EE3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:16509, ipnet:54.186.0.0/15, country:US] 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 13:53:21 -0000 On Tue, 2019-06-18 at 06:45 -0700, Cy Schubert wrote: > On June 18, 2019 6:24:36 AM PDT, Michael Tuexen > wrote: > > > On 18. Jun 2019, at 12:56, Kubilay Kocak > > > wrote: > > > > > > On 18/06/2019 5:42 pm, Michael Tuexen wrote: > > > > Dear all, > > > > I'm trying to run > > > > sudo make buildworld > > > > in a directory with r349168. > > > > The result is: > > > > cc -O2 -pipe -I/usr/home/tuexen/head/usr.bin/mkesdb_static > > > > -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../mkesdb > > -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../../lib/libc/iconv > > -g > > -MD -MF.depend.lex.o -MTlex.o -std=gnu99 > > -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc64/tmp/legacy/usr/in > > clude > > -c lex.c -o lex.o > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:46:18: error: > > > > yacc.h: No > > > > such file or directory > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l: In function > > > > 'yylex': > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: 'R_LN' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: (Each > > > > undeclared identifier is reported only once > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: for each > > > > function it appears in.) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:72: error: 'yylval' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:73: error: 'L_IMM' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:76: error: 'R_NAME' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:77: error: > > > > 'R_ENCODING' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:78: error: > > > > 'R_VARIABLE' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:79: error: > > > > 'R_DEFCSID' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:80: error: > > > > 'R_INVALID' > > > > undeclared (first use in this function) > > > > /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:88: error: > > > > 'L_STRING' > > > > undeclared (first use in this function) > > > > *** Error code 1 > > > > Stop. > > > > make[3]: stopped in /usr/home/tuexen/head/usr.bin/mkesdb_static > > > > *** Error code 1 > > > > Stop. > > > > make[2]: stopped in /usr/home/tuexen/head > > > > *** Error code 1 > > > > Stop. > > > > make[1]: stopped in /usr/home/tuexen/head > > > > *** Error code 1 > > > > Stop. > > > > make: stopped in /usr/home/tuexen/head > > > > This is on a 64 bit PPC system. Doing sudo rm -rf /usr/obj does > > > > not > > > > resolve the issue. > > > > Any idea what is going wrong? > > > > Best regards > > > > Michael > > > > > > Have seen another report on Twitter yesterday. Didn't see a full > > > > build log, but theirs was had apparently without -j, apparently on > > June > > 14 sources: > > > > > > Error: > > > /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file > > > not > > > > found > > > > > > Have not heard back from them whether it continued after trying > > > -j2 > > > > but I did ask them to hit up freebsd-current if it continued to be > > an > > issue > > OK, I started the build again with -j 2 and it seems that the > > problem > > does not occur. > > > > Since I have been using make buildworld without -j n in the past on > > that machine, the > > problem seems to be introduced recently. Any idea what is the cause > > of > > the problem? > > > > Best regards > > Michael > > > > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe@freebsd.org" > > This is a generated file. It would appear the make target to build > yacc.h hadn't run yet by the time the target that consumed the file > ran. > > I had a similar problem on Sunday. It wasn't yacc.h but some other > file, I cannot remember which. It occurred during one of four > buildworlds. Simply restarting the failed buildworld was enough to > resolve it. > > My hypothesis is a buildworld race. I wonder if some of the recent > (over the last week or two) makefile changes exacerbated this issue. > > Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) that were all somehow related to dependency processing in the build. I don't know the details, just remember seeing some commits about that. -- Ian From owner-freebsd-current@freebsd.org Tue Jun 18 13:59:51 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 D52A115BCF5A for ; Tue, 18 Jun 2019 13:59:50 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pg1-x52c.google.com (mail-pg1-x52c.google.com [IPv6:2607:f8b0:4864:20::52c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECE6276167; Tue, 18 Jun 2019 13:59:49 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pg1-x52c.google.com with SMTP id v9so7727499pgr.13; Tue, 18 Jun 2019 06:59:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=D3IZuEC8o8KOK58UriRRqVi4YpiVOZ/BSHg82Y97ogE=; b=eSzf6g4Rsee9Q/2lDj4JGrYzljb0Vstb7r7FPWs+aITen7jSTXiGrZLs3iKcwAOwT0 dyL+zaZ/j8rst3Ow8xW3pQYTuPLbSnciJZ5BW+a1YntCH+Pxs3PH71dpEaUvB+lkJ2CC Z5XNGPhfS+KocEKhAecOZjDHv2dK5qOTz8wqgJ6G3b5fYDGjl0SMt+0GI0wjiKYkzI0s 8sE67rgbKpUpVAbrb8Dk4U4UKovDw2i/Wmolo140pbynZGrEQqBBym7QDtO+/pSOZoKe G4+q9Q2Wgbm5g3gH6JbW2bjBurjs411vevS08aq3+YEbNeroj0bVSE1+BHElajKzCco7 Kf2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=D3IZuEC8o8KOK58UriRRqVi4YpiVOZ/BSHg82Y97ogE=; b=c6V9QOluiiyI0VoytC0TF2vFeZSwaFXdTw2wQJG33kyWvCVzqcYIvnisNb0A//rrY3 OqurRGZSuic0X175ZcNaTvBtmnlWRimdvUXNA9gnwzbJYaGhs+Tyk2PO6KglhX5qNhw1 DeJfkM2e3mHKUccqYwezzxuGaFPTG3klpR6sfKY+VmRAwSK6jhTAUioHQYUMbuc7nm8u mlcvHjcmhyhbi3WP7Nqs+vBjtKOj+Vrc9LDwoBNFEkur2tvPtt2A5X0fYtJ2zZt/YBkX YvCRqojqeNhoE1+wlp5ONAhtRaDZLJS/Edek5EmhJsLT2ZC8zp7nOmvhJS1d7HVzbNm0 y4Ow== X-Gm-Message-State: APjAAAXj2MbJEbi3UVtL6BoLOilAfuZvQL+00rk4LnZr91NqAvpw03eF 9BtnAI7mqEniQl3fzlU2mP/AvlYVv4k= X-Google-Smtp-Source: APXvYqyicoCKwAvu+kSTHkXtYMnVU4CZlgZ6BWFXYE+G2pqqpAZDqV0b4WSg4Mkj71FUuJxLV6ynzA== X-Received: by 2002:a17:90a:2641:: with SMTP id l59mr5008491pje.55.1560866388689; Tue, 18 Jun 2019 06:59:48 -0700 (PDT) Received: from [192.168.20.22] (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id z14sm16409849pgs.79.2019.06.18.06.59.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Jun 2019 06:59:48 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: error: yacc.h: No such file or directory From: Enji Cooper X-Mailer: iPhone Mail (16F203) In-Reply-To: Date: Tue, 18 Jun 2019 06:59:47 -0700 Cc: Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery Content-Transfer-Encoding: quoted-printable Message-Id: References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> To: Ian Lepore X-Rspamd-Queue-Id: ECE6276167 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=eSzf6g4R; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of yaneurabeya@gmail.com designates 2607:f8b0:4864:20::52c as permitted sender) smtp.mailfrom=yaneurabeya@gmail.com X-Spamd-Result: default: False [-6.44 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[gmail.com]; RCPT_COUNT_FIVE(0.00)[6]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-2.95)[ip: (-9.19), ipnet: 2607:f8b0::/32(-3.17), asn: 15169(-2.32), country: US(-0.06)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[c.2.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0] 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 13:59:51 -0000 > On Jun 18, 2019, at 06:53, Ian Lepore wrote: ... > Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) that > were all somehow related to dependency processing in the build. I > don't know the details, just remember seeing some commits about that. I remember that as well. This might have changed the dependency order subtly= , introducing a race. The headers might not be built in all cases in time now. Thanks, -Enji PS This is one of the reasons why I wasn=E2=80=99t quick to discount Peter J= eremy=E2=80=99s reported build issue.= From owner-freebsd-current@freebsd.org Tue Jun 18 14:01:35 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 5447C15BD051 for ; Tue, 18 Jun 2019 14:01:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pg1-x52a.google.com (mail-pg1-x52a.google.com [IPv6:2607:f8b0:4864:20::52a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6109A764A3; Tue, 18 Jun 2019 14:01:34 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pg1-x52a.google.com with SMTP id s21so7731412pga.12; Tue, 18 Jun 2019 07:01:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=vs+EcTBS0wGusT0Z5419x9vElDjm+jornJ+ykKcn/sQ=; b=uQ2c6kx4w1exwbEeYXz0/hSkNiMpXgKMZysIEEb/fI185D54gMdcH7t9AK9eDToLM8 i+V6mKtIyXKCZM/LKBPRiebI9f2CVHo5qYDdP5OFmKMW10OOIfdx9cZru1hJXZyMc7be BAR6NUhFRHlL/EeLlRMSn91g/GJVTtvyg+898XzDbE8CJbCOWg7LXipYktrBhaQ34hWs kub9QjExH1SFA3t5A96qvK5xM8Stwy7sqis6HJ58qQ2PoJW3xHKz4LlECITLttSC5rx2 RvjEuTCy7ehOKfHG0xpP4ulAQ3+jdFf2+Rbo3YmtygtGFMP/HWujTxp0dS3BYexjqx3Z gUZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=vs+EcTBS0wGusT0Z5419x9vElDjm+jornJ+ykKcn/sQ=; b=fbWoX2rZAiQUbE0hi59iJFTIbYxIjSgOtksSElEfYdwyKQNOKnQYuHtQz5+y+DqqXz ZFPkefWVUlQAs6mz7EM6pvz0PLueBxxkJXEv0gIFGAgJUpozbw4nLNOxOeegK4bULL+Q EdLXfC1rbC4gsjd5Ua6xk9n+wcAoiV2+8f8Hp9NygyaO5NO/x5cknT3v4ba0Y4JNVjci /PlDsFi/kIV5dhRmqP2asTh6Y57Edwn9JJSNfg08qeOXFDpwUmA+DUHLt1GSqX0K4UTp Oue++po1S27PPdieFzvGnxKfuQIKbGFtyBbks/7GH1XYHg/VNOtYVLBFMTFrKo7vgJKH +xoQ== X-Gm-Message-State: APjAAAUL/na6Zo4wrB1/JERmgieV6Z/u5odF696DmLA6xIrUZWlMJrBN /6ro41cKwD4IVVaCwNRqg2s= X-Google-Smtp-Source: APXvYqxTc1TGeVUKf8IV4Fp+QtNsSntkEnAKocTwTSP5bxZ/2ekaZQMA5wO9klFqNGcSE0afjbsh0A== X-Received: by 2002:a17:90b:8d8:: with SMTP id ds24mr5236266pjb.135.1560866493265; Tue, 18 Jun 2019 07:01:33 -0700 (PDT) Received: from [192.168.20.22] (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id p68sm14758869pfb.80.2019.06.18.07.01.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Jun 2019 07:01:32 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: error: yacc.h: No such file or directory From: Enji Cooper X-Mailer: iPhone Mail (16F203) In-Reply-To: Date: Tue, 18 Jun 2019 07:01:31 -0700 Cc: Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery Content-Transfer-Encoding: quoted-printable Message-Id: <02F99EF6-3A8E-42A2-8B35-6524FD4E1755@gmail.com> References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> To: Ian Lepore X-Rspamd-Queue-Id: 6109A764A3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=uQ2c6kx4; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of yaneurabeya@gmail.com designates 2607:f8b0:4864:20::52a as permitted sender) smtp.mailfrom=yaneurabeya@gmail.com X-Spamd-Result: default: False [-6.37 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MV_CASE(0.50)[]; RCPT_COUNT_FIVE(0.00)[6]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.99)[-0.988,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-2.87)[ip: (-8.83), ipnet: 2607:f8b0::/32(-3.17), asn: 15169(-2.32), country: US(-0.06)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[a.2.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0] 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 14:01:35 -0000 > On Jun 18, 2019, at 06:59, Enji Cooper wrote: >=20 >=20 >> On Jun 18, 2019, at 06:53, Ian Lepore wrote: >=20 > ... >=20 >> Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) that >> were all somehow related to dependency processing in the build. I >> don't know the details, just remember seeing some commits about that. >=20 > I remember that as well. This might have changed the dependency order subt= ly, introducing a race. >=20 > The headers might not be built in all cases in time now. >=20 > Thanks, > -Enji >=20 > PS This is one of the reasons why I wasn=E2=80=99t quick to discount Peter= Jeremy=E2=80=99s reported build issue. Correction: I meant Julian Stacey.= From owner-freebsd-current@freebsd.org Tue Jun 18 14:13:52 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 2578E15BD999 for ; Tue, 18 Jun 2019 14:13:52 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (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 124EB76CD8; Tue, 18 Jun 2019 14:13:50 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id dErshLYdusAGkdErthPmox; Tue, 18 Jun 2019 08:13:49 -0600 X-Authority-Analysis: v=2.3 cv=WeVylHpX c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=8nJEP1OIZ-IA:10 a=dq6fvYVFJ5YA:10 a=pGLkceISAAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=_l_8suU2FhFumytrDl4A:9 a=wPNLvfGTeEIA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id A119F1497; Tue, 18 Jun 2019 07:13:47 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5IEDlUI004142; Tue, 18 Jun 2019 07:13:47 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5IEDkuG004139; Tue, 18 Jun 2019 07:13:46 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906181413.x5IEDkuG004139@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Enji Cooper cc: Ian Lepore , Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery Subject: Re: error: yacc.h: No such file or directory In-Reply-To: Message from Enji Cooper of "Tue, 18 Jun 2019 06:59:47 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Tue, 18 Jun 2019 07:13:46 -0700 X-CMAE-Envelope: MS4wfKA8N+eGXJHB12KxEWOQj8DyXOV86xwor0cpBKdHTOcfCcU3esG4Lwqax4/9Vuh0K7jUGApeaI+tO8VAjUzDEfTIBNRfVvj8M3X9ikJ/unhwyNmRkI2K JGJoFDGcBCaTmhYG2aITHo16UUSjUf724Sy143zviMP1x5bauepUYEGqTpNfHbHvZMSVpJOzVlpdLRu7FanUCEAJn8HUpPJXKzqwrT7RA15pv7ioc/TSGWAs 8vU5D9WsBmLLVCJJQSZOmD0HnkJVX6mfYUC7UK5Y/IN6qeDZKpKGNFvcZDaZ1XzEEXN6Q2zjr1pP/XAiU3oezZbP4lxypGr59Zuvs5TcQz0= X-Rspamd-Queue-Id: 124EB76CD8 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.25 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; HAS_XAW(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; RCPT_COUNT_SEVEN(0.00)[7]; FREEMAIL_TO(0.00)[gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; MIME_TRACE(0.00)[0:+]; RCVD_IN_DNSWL_LOW(-0.10)[12.134.59.64.list.dnswl.org : 127.0.5.1]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_FIVE(0.00)[5]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; IP_SCORE(-2.55)[ip: (-6.87), ipnet: 64.59.128.0/20(-3.26), asn: 6327(-2.52), country: CA(-0.09)] 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 14:13:52 -0000 In message , Enji Cooper writes : > > > > On Jun 18, 2019, at 06:53, Ian Lepore wrote: > > ... > > > Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) that > > were all somehow related to dependency processing in the build. I > > don't know the details, just remember seeing some commits about that. > > I remember that as well. This might have changed the dependency order subtly, > introducing a race. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. > > The headers might not be built in all cases in time now. > > Thanks, > -Enji > > PS This is one of the reasons why I wasn’t quick to discount Peter Jeremy†> ™s reported build issue. From owner-freebsd-current@freebsd.org Tue Jun 18 14:22:07 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 9857F15BE02A for ; Tue, 18 Jun 2019 14:22:07 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (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 622C9775D1; Tue, 18 Jun 2019 14:22:06 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id dEzrhLc6SsAGkdEzshPoYE; Tue, 18 Jun 2019 08:22:04 -0600 X-Authority-Analysis: v=2.3 cv=WeVylHpX c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=8nJEP1OIZ-IA:10 a=dq6fvYVFJ5YA:10 a=pGLkceISAAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=9swtqBlneu_QafLxcrkA:9 a=wPNLvfGTeEIA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 2103A14CB; Tue, 18 Jun 2019 07:22:03 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5IEM2LJ004219; Tue, 18 Jun 2019 07:22:02 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5IEM2aI004216; Tue, 18 Jun 2019 07:22:02 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906181422.x5IEM2aI004216@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Enji Cooper cc: Ian Lepore , Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery Subject: Re: error: yacc.h: No such file or directory In-Reply-To: Message from Enji Cooper of "Tue, 18 Jun 2019 07:01:31 -0700." <02F99EF6-3A8E-42A2-8B35-6524FD4E1755@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Tue, 18 Jun 2019 07:22:02 -0700 X-CMAE-Envelope: MS4wfPILLPOYK7GS4DxAkVnmjl77oGEFTz655cfPLhaVuPF4eQpH4/ZhytWrtKDgvi3Iq/jwGOdHq/eSI792tIVuW9dQtJnzuIo8EhxMAZaS4xQHGTc05hD9 VHCI/r4swEbuorUM2eYUql/4tTMeU5tMuHdLVvIw2S4hNo6yv3ILXy0HqCYnG4/ucQurcGDXZlcujnp1gZIFgMH3P2+A8cFxSfCJV7vkFY7o4L8ihFpSw/2r 42C3F8rvUqzkqnNgvQtNALzc4+taBYCkBmAMp3IkJNqTmFZgn2hoQTfjghp0BffvJYSXdQkka6/kdhcMFevIkFXCaNzrR662L2GzTJGvMTY= X-Rspamd-Queue-Id: 622C9775D1 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.24 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; HAS_XAW(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; RCPT_COUNT_SEVEN(0.00)[7]; FREEMAIL_TO(0.00)[gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; MIME_TRACE(0.00)[0:+]; RCVD_IN_DNSWL_LOW(-0.10)[12.134.59.64.list.dnswl.org : 127.0.5.1]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_FIVE(0.00)[5]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; IP_SCORE(-2.54)[ip: (-6.84), ipnet: 64.59.128.0/20(-3.26), asn: 6327(-2.52), country: CA(-0.09)] 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 14:22:07 -0000 In message <02F99EF6-3A8E-42A2-8B35-6524FD4E1755@gmail.com>, Enji Cooper writes : > > > > On Jun 18, 2019, at 06:59, Enji Cooper wrote: > > > > > >> On Jun 18, 2019, at 06:53, Ian Lepore wrote: > > > > ... > > > >> Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) that > >> were all somehow related to dependency processing in the build. I > >> don't know the details, just remember seeing some commits about that. > > > > I remember that as well. This might have changed the dependency order subtl > y, introducing a race. > > > > The headers might not be built in all cases in time now. > > > > Thanks, > > -Enji > > > > PS This is one of the reasons why I wasn’t quick to discount Peter Jeremy > ’s reported build issue. This is why I raised the issue of build race in that thread. My experience was a different file but it smelled similar. What led me to believe it was a race was that one of four buildworlds failed for no logical reason. The other three built fine. And, the failed buildworld built fine after simply restarting it. I've experienced these oddities before Bryan's series of commits though I thought it was a strange coincidence one of four would fail a day after the makefile changes. Hence my choice of words: exacerbated. > > Correction: I meant Julian Stacey. My issue with Julian was his attack. You can't help people who are on the warpath. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-current@freebsd.org Tue Jun 18 14:23:28 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 849F615BE17C for ; Tue, 18 Jun 2019 14:23:28 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (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 3D62377762; Tue, 18 Jun 2019 14:23:27 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id dF13hiQgVGusjdF14hIgzL; Tue, 18 Jun 2019 08:23:19 -0600 X-Authority-Analysis: v=2.3 cv=fOdHIqSe c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=8nJEP1OIZ-IA:10 a=dq6fvYVFJ5YA:10 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=YxBL1-UpAAAA:8 a=_pFT99-mPquQSTcYynQA:9 a=wPNLvfGTeEIA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id E5A2914DC; Tue, 18 Jun 2019 07:23:16 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x5IENG9k004248; Tue, 18 Jun 2019 07:23:16 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x5IENGDv004245; Tue, 18 Jun 2019 07:23:16 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201906181423.x5IENGDv004245@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Ian Lepore cc: Enji Cooper , Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery Subject: Re: error: yacc.h: No such file or directory In-Reply-To: Message from Ian Lepore of "Tue, 18 Jun 2019 08:15:38 -0600." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Tue, 18 Jun 2019 07:23:16 -0700 X-CMAE-Envelope: MS4wfAXtLb49zClVDia+327tWqDvn/eXwuykep4QGIphe3Q88lyk5W72+njgB+KMHolUbxigUJZ+Az16jscEalezGaWDTc1a1L9Z7M9wR0X9uyJXb8D+uVWI nu7IR+8WeDY8Myg45LhYDyrA/8Xs1NDNM0sXu1ebYicOYNpCaguzf6JrxcLd3pYwiLCAaSfxBWcI/T+o8TWVN96hE9EJ4RWd1AUJKOtTSfjYFPdpEMeVVT89 1N3U10HPHS1Kt2HZ32WS/W9Jk1vJL3yQvCTZusf64pZF/eibaBQIRBfgWHFLzJQh1anlJPVf4yofHWATWecYFhzTeVrikivKBQ/23YZm1n8= X-Rspamd-Queue-Id: 3D62377762 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.05 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; HAS_XAW(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.99)[-0.992,0]; RCPT_COUNT_SEVEN(0.00)[7]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11]; IP_SCORE(-2.35)[ip: (-5.87), ipnet: 64.59.128.0/20(-3.25), asn: 6327(-2.52), country: CA(-0.09)]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_FIVE(0.00)[5]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[139.136.59.64.list.dnswl.org : 127.0.5.1]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; FREEMAIL_CC(0.00)[gmail.com] 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 14:23:28 -0000 In message , Ian Le pore writes: > On Tue, 2019-06-18 at 07:01 -0700, Enji Cooper wrote: > > > On Jun 18, 2019, at 06:59, Enji Cooper > > > wrote: > > > > > > > > > > On Jun 18, 2019, at 06:53, Ian Lepore wrote: > > > > > > ... > > > > > > > Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) > > > > that > > > > were all somehow related to dependency processing in the > > > > build. I > > > > don't know the details, just remember seeing some commits about > > > > that. > > > > > > I remember that as well. This might have changed the dependency > > > order subtly, introducing a race. > > > > > > The headers might not be built in all cases in time now. > > > > > > Thanks, > > > -Enji > > > > > > PS This is one of the reasons why I wasn’t quick to discount Peter > > > Jeremy’s reported build issue. > > > > Correction: I meant Julian Stacey. > > Julian Stacey has 3 problems: > > 1. Missing opt_cam.h > 2. Missing yacc.h > 3. A years-long inability to report a problem without hurling personal > insults at the project and everyone associated with it. > > Because of #3, I don't much care about 1 and 2. Bingo! My point exactly! -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-current@freebsd.org Tue Jun 18 14:31:58 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 5BF8415BE8FA for ; Tue, 18 Jun 2019 14:31:58 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (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 9D68F77E3D for ; Tue, 18 Jun 2019 14:31:57 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1560867345; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=lYtRv5n3YR5zp63dGrjDMctiESC6YDn+AvSsHrFHQDXqthc491YXE/ZETetfTlXW9nxr+TwkR8KDX Dk5k105a+YegxC4iioB57+w/oXL4dZuI2GdXGHK11oAVu7Ea3USBl2vY/GvZiinbQ+c75sdQSEKuED 6/HcM55GnhGdEy/EtAe2TW+Yjkbrlc60mlRkcI/pQl118oem1TXLwbeVboD+SjfUDhd3dEuIiZj+fu MwG/qHrQDNNTzrmfa/wATB3TGOilWo+1/4iFM/PWRs57ncht4UCJRPMoT/37u5eNC+5pGevYWTYD+M LU0cCQo77FfwzDy7FZwBDkyq2qWzf9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=MvTwqFzRV68RhA9PQ9Qxryyhm3huJ+M+OhoIixYjPHU=; b=GOwVpo9+8TSdZ0uZqeKjN81K20WThthZKCoEdrsGGzYZizellPZS3ft2YHpL22JQRanWEovGCFtvT /YPpjkBSlvO6CvYtdqMA5I2y2kV/5r0zYfTlRbd/Sk66slfHR2Hb7eomDznAiiWURLm/nCUuF7VD3W wRRnacFPAEPzvEspKNodilbl9RoY34ft8weK1BfZeppSCs5z4hRgQ52n6fQm7wXxCaeheHpYHAV982 hUwEh6IQObCnaXOCy9Ydhh45eaVHfV4uUHMFhlUjfnV5V++Qa1HTo9RMCVrtBURkH6sWMQdtXNGpLH vdO94PDSA8edAMCeyrm68+aypAfQFuw== ARC-Authentication-Results: i=1; outbound2.eu.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=MvTwqFzRV68RhA9PQ9Qxryyhm3huJ+M+OhoIixYjPHU=; b=I9PMQ/+pM4yRBVA6VOLkvT9GzZyrsRhQnMShK+5CE3HO3l9R9aRq/dbTbj7bnepkmsWLa0TA0iS4O ZxIQM+w5yhkjNuJhMT6vUeELr3XEDg/GMwoqPaT6SxqR7NEAk0/gyORw533PAkze/bZPrxmKMewQVe 03mRPGPazT2QtCyvghH7WEJtPk9r2Yb4qtpFAspYvAhKj5LhBQF7tLKgjC0CSq6p5W75RD+/ZLZ0rX LDhQyRknnuQk9Zs8yuJkx6jzlcnl7fMT91hOtpX/aD8E1wlIsMr2yBg0qwn+bPNcfthu0NiZugGKst BU5dv3Rr5TM5N7hvzicb7aNrSOEs2Rw== X-MHO-RoutePath: aGlwcGll X-MHO-User: 8c1448bf-91d3-11e9-b103-9d44562f9f30 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.eu.mailhop.org (Halon) with ESMTPSA id 8c1448bf-91d3-11e9-b103-9d44562f9f30; Tue, 18 Jun 2019 14:15:40 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x5IEFcu2017430; Tue, 18 Jun 2019 08:15:38 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: Subject: Re: error: yacc.h: No such file or directory From: Ian Lepore To: Enji Cooper Cc: Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery Date: Tue, 18 Jun 2019 08:15:38 -0600 In-Reply-To: <02F99EF6-3A8E-42A2-8B35-6524FD4E1755@gmail.com> References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> <02F99EF6-3A8E-42A2-8B35-6524FD4E1755@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9D68F77E3D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; ASN(0.00)[asn:16509, ipnet:52.58.0.0/15, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 14:31:58 -0000 On Tue, 2019-06-18 at 07:01 -0700, Enji Cooper wrote: > > On Jun 18, 2019, at 06:59, Enji Cooper > > wrote: > > > > > > > On Jun 18, 2019, at 06:53, Ian Lepore wrote: > > > > ... > > > > > Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) > > > that > > > were all somehow related to dependency processing in the > > > build. I > > > don't know the details, just remember seeing some commits about > > > that. > > > > I remember that as well. This might have changed the dependency > > order subtly, introducing a race. > > > > The headers might not be built in all cases in time now. > > > > Thanks, > > -Enji > > > > PS This is one of the reasons why I wasn’t quick to discount Peter > > Jeremy’s reported build issue. > > Correction: I meant Julian Stacey. Julian Stacey has 3 problems: 1. Missing opt_cam.h 2. Missing yacc.h 3. A years-long inability to report a problem without hurling personal insults at the project and everyone associated with it. Because of #3, I don't much care about 1 and 2. -- Ian From owner-freebsd-current@freebsd.org Tue Jun 18 16:06:13 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 00F7315C1CCE for ; Tue, 18 Jun 2019 16:06:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93AF783BCE; Tue, 18 Jun 2019 16:06:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 5EE921DD6D; Tue, 18 Jun 2019 16:06:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 49A0A773E; Tue, 18 Jun 2019 16:06:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 616MTJINLYnq; Tue, 18 Jun 2019 16:06:08 +0000 (UTC) Subject: Re: error: yacc.h: No such file or directory DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com A406B7731 To: Ian Lepore , Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=https://zx.xk42.net/bryan.asc Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= mQENBFJphmsBCADiFgmS4bIzwZijrS31SjEMzg+n5zNellgM+HkShwehpqCiyhXdWrvH6dTZ a6u50pbUIX7doTR7W7PQHCjCTqtpwvcj0eulZva+iHFp+XrbgSFHn+VVXgkYP2MFySyZRFab D2qqzJBEJofhpv4HvY6uQI5K99pMqKr1Z/lHqsijYYu4RH2OfwB5PinId7xeldzWEonVoCr+ rfxzO/UrgA6v/3layGZcKNHFjmc3NqoN1DXtdaEHqtjIozzbndVkH6lkFvIpIrI6i5ox8pwp VxsxLCr/4Musd5CWgHiet5kSw2SzNeA8FbxdLYCpXNVu+uBACEbCUP+CSNy3NVfEUxsBABEB AAG0JEJyeWFuIERyZXdlcnkgPGJkcmV3ZXJ5QEZyZWVCU0Qub3JnPokBVwQTAQoAQQIbAwUL CQgHAwUVCgkICwUWAwIBAAIeAQIXgAIZARYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hLu BQkNPvODAAoJEDXXcbtuRpfP9rMH/3f7cfX5rzyEV5QNfV/wS4jFukLoPZ4+nCM/TKxH3pEX 2bLbeQbkk6La8cueQ5Lpoht5XFZ18Y5TbMittngltrlNzoDD0h9are24OkDFGim3afJU7tkj IGQa1if+re+vI5BhzYwRhj0oKXzBi39M5oePd3L1dXfx83rg2FPyZBdIejsz6fR74T3JVkbd 6k2l5/3Zk2uiNMy+eBfDRgYE1E6CP28kV0nCeGKZgSVso0kGUUHud7voKqGVpMvbd0mE4pp4 PE5YJaFPjrll9miaDAvdU8LGIq5n6+aXPLKoQ/QNl6mg6ifgI6FfKILOkTizLW8E5PBSNnCm NapQ55yjm125AQ0EUmmGawEIAKJUU9+Q19oW1RK5jTf3m56j+szIc8Y9DaLC8REUKl4UZJBK BqCl6c0cukVApOD92XoU6hJPm2rLEyp/IcYcPPNTnVu8D8h9oag2L8EiFN7+2hk0xG+lwjc8 uOIZycme7AIJsBU4AZ1v63lxm2k104hwpiatgbe71GIGl7p1MX6ousP/wGzXCOF25Dx9w02C eRe7zEMfhnFjSUhzdCC9han2+KaVB7qIqNR3b8NfbwRNlwPmHqlhXffUow9OsQjSnTK8WKNR lx7xzVccXIvWP2wECFrmqmzMmXpSrmIuiWEpFwZ9x2a0Pva8dCNRiCVTK51IlRXKjaAxiN1u IUrMm6UAEQEAAYkBPAQYAQoAJgIbDBYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hL4BQkN PvONAAoJEDXXcbtuRpfPCjcH/ivBsOpdpebpgLizSNU5/X4yWN5Aixsc9VBnQhGKAKnMINJQ VMpA55sD2JSPwloXYM/B3qyPJRS/9cwIuX5LDNKKOZU3Qp+TzleynM15/xea14orWYRGRict YHBM3Cnqp7OD8K6Q1uhs0fTxyJP7PZ/G0+7Corlf1DlHhDt6C2HldRPFvAvAgl6sR9Wzgcb7 rzub2HVtbJgl6YHbgyAG7x9NpXFqzx1JLAMdpt2DIYwoi+oMdRQlBIwNuKjQjCGzuXHandd3 kGvBAsyJpQ+coEep9UzwANaV28cXrFr2R4FSOcR50rBA2Nh/vqUYfpsvBvJlwuKAoV1djVHa ihNeL5E= Organization: FreeBSD Message-ID: Date: Tue, 18 Jun 2019 09:06:05 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CiXZOgDqIE31gCRDmjli5ggIsrZ8ojezM" X-Rspamd-Queue-Id: 93AF783BCE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 16:06:13 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --CiXZOgDqIE31gCRDmjli5ggIsrZ8ojezM Content-Type: multipart/mixed; boundary="2HmMU8eYQAp2P2JR6qwZFL6WJV51hbHFK"; protected-headers="v1" From: Bryan Drewery To: Ian Lepore , Cy Schubert , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" Message-ID: Subject: Re: error: yacc.h: No such file or directory References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> In-Reply-To: --2HmMU8eYQAp2P2JR6qwZFL6WJV51hbHFK Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Yes this is likely due to my changes as I removed headers from one of the forced dependency lists. I'll look at it in a bit. (I ran several clean and incremental builds without fault but yeah it could be a race.) Note my breakage likely only affected world and not kernel so any opt_*.h isn't new. Bryan On 6/18/2019 6:53 AM, Ian Lepore wrote: > On Tue, 2019-06-18 at 06:45 -0700, Cy Schubert wrote: >> On June 18, 2019 6:24:36 AM PDT, Michael Tuexen >> wrote: >>>> On 18. Jun 2019, at 12:56, Kubilay Kocak >>>> wrote: >>>> >>>> On 18/06/2019 5:42 pm, Michael Tuexen wrote: >>>>> Dear all, >>>>> I'm trying to run >>>>> sudo make buildworld >>>>> in a directory with r349168. >>>>> The result is: >>>>> cc -O2 -pipe -I/usr/home/tuexen/head/usr.bin/mkesdb_static >>> >>> -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../mkesdb=20 >>> -I/usr/home/tuexen/head/usr.bin/mkesdb_static/../../lib/libc/iconv=20 >>> -g >>> -MD -MF.depend.lex.o -MTlex.o -std=3Dgnu99 =20 >>> -I/usr/obj/usr/home/tuexen/head/powerpc.powerpc64/tmp/legacy/usr/in >>> clude >>> -c lex.c -o lex.o >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:46:18: error: >>>>> yacc.h: No >>> >>> such file or directory >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l: In function >>>>> 'yylex': >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: 'R_LN' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: (Each >>> >>> undeclared identifier is reported only once >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:60: error: for each >>> >>> function it appears in.) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:72: error: 'yylval' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:73: error: 'L_IMM' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:76: error: 'R_NAME' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:77: error: >>>>> 'R_ENCODING' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:78: error: >>>>> 'R_VARIABLE' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:79: error: >>>>> 'R_DEFCSID' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:80: error: >>>>> 'R_INVALID' >>> >>> undeclared (first use in this function) >>>>> /usr/home/tuexen/head/usr.bin/mkesdb/lex.l:88: error: >>>>> 'L_STRING' >>> >>> undeclared (first use in this function) >>>>> *** Error code 1 >>>>> Stop. >>>>> make[3]: stopped in /usr/home/tuexen/head/usr.bin/mkesdb_static >>>>> *** Error code 1 >>>>> Stop. >>>>> make[2]: stopped in /usr/home/tuexen/head >>>>> *** Error code 1 >>>>> Stop. >>>>> make[1]: stopped in /usr/home/tuexen/head >>>>> *** Error code 1 >>>>> Stop. >>>>> make: stopped in /usr/home/tuexen/head >>>>> This is on a 64 bit PPC system. Doing sudo rm -rf /usr/obj does >>>>> not >>> >>> resolve the issue. >>>>> Any idea what is going wrong? >>>>> Best regards >>>>> Michael >>>> >>>> Have seen another report on Twitter yesterday. Didn't see a full >>> >>> build log, but theirs was had apparently without -j, apparently on >>> June >>> 14 sources: >>>> >>>> Error: >>>> /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file >>>> not >>> >>> found >>>> >>>> Have not heard back from them whether it continued after trying >>>> -j2 >>> >>> but I did ask them to hit up freebsd-current if it continued to be >>> an >>> issue >>> OK, I started the build again with -j 2 and it seems that the >>> problem >>> does not occur. >>> >>> Since I have been using make buildworld without -j n in the past on >>> that machine, the >>> problem seems to be introduced recently. Any idea what is the cause >>> of >>> the problem? >>> >>> Best regards >>> Michael >>>> >>> >>> _______________________________________________ >>> freebsd-current@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-current >>> To unsubscribe, send any mail to >>> "freebsd-current-unsubscribe@freebsd.org" >> >> This is a generated file. It would appear the make target to build >> yacc.h hadn't run yet by the time the target that consumed the file >> ran. >> >> I had a similar problem on Sunday. It wasn't yacc.h but some other >> file, I cannot remember which. It occurred during one of four >> buildworlds. Simply restarting the failed buildworld was enough to >> resolve it. >> >> My hypothesis is a buildworld race. I wonder if some of the recent >> (over the last week or two) makefile changes exacerbated this issue. >> >> >=20 > Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) that > were all somehow related to dependency processing in the build. I > don't know the details, just remember seeing some commits about that. >=20 > -- Ian >=20 --=20 Regards, Bryan Drewery --2HmMU8eYQAp2P2JR6qwZFL6WJV51hbHFK-- --CiXZOgDqIE31gCRDmjli5ggIsrZ8ojezM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0JC+1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 MTczQ0IyQzNBQUVBN0E1QzhBMUYwOTM1RDc3MUJCNkU0Njk3Q0YACgkQNddxu25G l88Hywf/c+cUzt6WajX9rpYEgxlqmPwSPdZgCd0GtPVfxiU0PGTnWD7WC5AtocXy c1JlLeHXTOX9fda3IX/isodiVoufRwERp0D/zjjUJ8JjaKXUBvCiQZKTwxQSIt6P 8cjonOkCo6GUvzHKFx87LNA7DZBjHbH1cH5ufjuZQlXthmKc+bEzZH/Xd2HFo3CZ PTQkEQuDK1z8L6J2yAx5f2Zcz14UAgFTNLE/1nNRbw75ahFR22UknOGLqfIDM6ZI r9JiQSHhVXpyWD/1tNvJmRqiw17GcM96OlbaAqF3utUu7xUvkRvtfdAMRoRAbfRo EnBvrBw1X9b5u786s588haWgqqFYHQ== =ExTd -----END PGP SIGNATURE----- --CiXZOgDqIE31gCRDmjli5ggIsrZ8ojezM-- From owner-freebsd-current@freebsd.org Tue Jun 18 16:06:53 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 0C46515C1D19 for ; Tue, 18 Jun 2019 16:06:53 +0000 (UTC) (envelope-from takawata@sana.init-main.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 69FD783C49 for ; Tue, 18 Jun 2019 16:06:52 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: by mailman.ysv.freebsd.org (Postfix) id 2967D15C1D0B; Tue, 18 Jun 2019 16:06:52 +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 16B7815C1D09 for ; Tue, 18 Jun 2019 16:06:52 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (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 "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 328F183C41 for ; Tue, 18 Jun 2019 16:06:50 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.15.2/8.15.2) with ESMTPS id x5IFdYGG003008 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Wed, 19 Jun 2019 00:39:45 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.15.2/8.15.2/Submit) id x5IFdYV0003007 for current@freebsd.org; Wed, 19 Jun 2019 00:39:34 +0900 (JST) (envelope-from takawata) Date: Wed, 19 Jun 2019 00:39:34 +0900 From: Takanori Watanabe To: current@freebsd.org Subject: Re: CURRENT >r349150: boot failure in rc.conf.local Message-ID: <20190618153934.GA2996@sana.init-main.com> References: <20190618110226.7a9dbb81@freyja> <5baa0c45-6c3c-0156-283e-fce0439b2cfe@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5baa0c45-6c3c-0156-283e-fce0439b2cfe@FreeBSD.org> User-Agent: Mutt/1.11.3 (2019-02-01) X-Rspamd-Queue-Id: 328F183C41 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [1.02 / 15.00]; ARC_NA(0.00)[]; MX_INVALID(0.50)[cached]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.63)[-0.633,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_SHORT(0.28)[0.284,0]; NEURAL_SPAM_MEDIUM(0.12)[0.116,0]; DMARC_NA(0.00)[init-main.com]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[takawata@init-main.com,takawata@sana.init-main.com]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2497, ipnet:210.138.0.0/16, country:JP]; FROM_NEQ_ENVFROM(0.00)[takawata@init-main.com,takawata@sana.init-main.com]; IP_SCORE(-0.45)[ipnet: 210.138.0.0/16(-4.33), asn: 2497(2.12), country: JP(-0.05)] 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 16:06:53 -0000 On Tue, Jun 18, 2019 at 09:03:17AM -0400, Jung-uk Kim wrote: > On 19. 6. 18., O. Hartmann wrote: > > On all CURRENT boxes running CURRENT > r349150 we face the very same boot > > failure, if /etc/rc.conf.local is present (i.e. on CURRENT, 13.0-CURRENT #7 > > r349169: Tue Jun 18 10:34:13 CEST 2019 amd64): > > > > The box boots and thentries to start services denominated > > in /etc/rc.conf.local, like net/openldap-server (slapd). The box is then stuck > > at "startingt slapd", hitting Ctrl-T shows state "running", but Ctrl-C does not > > show any effect, except Ctrl-Alt-Del (if enabled) is effectively rebooting the > > box. First I thought it might by a out-of-sync binary, but this phenomenon > > spreads even over recently via make installed systems. Disabling OpenLDAP's > > slapd at boot time gives my like rolling a dice the next service, named > > (dns/bind914) or net/samba48 (samba_server) - you name it. The box gets stuck > > forever and doesn't even start sshd to provide access. All boxes have IPv6 > > enabled as well as IPFW. > > > > Another server running CURRENT (r349169, also amd64) without > > utilizing /etc/rc.conf.local but with a bunch of jails is booting as usual! > > > > What happened here? Does anyone do have a hint or might know the cause? > > I had the same problem and reverting r349154 fixed the problem for me. > > https://svnweb.freebsd.org/changeset/base/349154 > > FYI... > > Jung-uk Kim In my machine, some executable, such as chromium, perl will hang like you. It is also fixed by reverting r349154. Thanks. From owner-freebsd-current@freebsd.org Tue Jun 18 16:51:17 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 0D5A615C2AC1 for ; Tue, 18 Jun 2019 16:51:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 982E7852D1; Tue, 18 Jun 2019 16:51:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 6A3A81E75F; Tue, 18 Jun 2019 16:51:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 81E157841; Tue, 18 Jun 2019 16:51:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id HQE92EyiFOeY; Tue, 18 Jun 2019 16:51:08 +0000 (UTC) Subject: Re: error: yacc.h: No such file or directory DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 3DC537836 To: koobs@FreeBSD.org, Michael Tuexen , FreeBSD Current References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=https://zx.xk42.net/bryan.asc Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= mQENBFJphmsBCADiFgmS4bIzwZijrS31SjEMzg+n5zNellgM+HkShwehpqCiyhXdWrvH6dTZ a6u50pbUIX7doTR7W7PQHCjCTqtpwvcj0eulZva+iHFp+XrbgSFHn+VVXgkYP2MFySyZRFab D2qqzJBEJofhpv4HvY6uQI5K99pMqKr1Z/lHqsijYYu4RH2OfwB5PinId7xeldzWEonVoCr+ rfxzO/UrgA6v/3layGZcKNHFjmc3NqoN1DXtdaEHqtjIozzbndVkH6lkFvIpIrI6i5ox8pwp VxsxLCr/4Musd5CWgHiet5kSw2SzNeA8FbxdLYCpXNVu+uBACEbCUP+CSNy3NVfEUxsBABEB AAG0JEJyeWFuIERyZXdlcnkgPGJkcmV3ZXJ5QEZyZWVCU0Qub3JnPokBVwQTAQoAQQIbAwUL CQgHAwUVCgkICwUWAwIBAAIeAQIXgAIZARYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hLu BQkNPvODAAoJEDXXcbtuRpfP9rMH/3f7cfX5rzyEV5QNfV/wS4jFukLoPZ4+nCM/TKxH3pEX 2bLbeQbkk6La8cueQ5Lpoht5XFZ18Y5TbMittngltrlNzoDD0h9are24OkDFGim3afJU7tkj IGQa1if+re+vI5BhzYwRhj0oKXzBi39M5oePd3L1dXfx83rg2FPyZBdIejsz6fR74T3JVkbd 6k2l5/3Zk2uiNMy+eBfDRgYE1E6CP28kV0nCeGKZgSVso0kGUUHud7voKqGVpMvbd0mE4pp4 PE5YJaFPjrll9miaDAvdU8LGIq5n6+aXPLKoQ/QNl6mg6ifgI6FfKILOkTizLW8E5PBSNnCm NapQ55yjm125AQ0EUmmGawEIAKJUU9+Q19oW1RK5jTf3m56j+szIc8Y9DaLC8REUKl4UZJBK BqCl6c0cukVApOD92XoU6hJPm2rLEyp/IcYcPPNTnVu8D8h9oag2L8EiFN7+2hk0xG+lwjc8 uOIZycme7AIJsBU4AZ1v63lxm2k104hwpiatgbe71GIGl7p1MX6ousP/wGzXCOF25Dx9w02C eRe7zEMfhnFjSUhzdCC9han2+KaVB7qIqNR3b8NfbwRNlwPmHqlhXffUow9OsQjSnTK8WKNR lx7xzVccXIvWP2wECFrmqmzMmXpSrmIuiWEpFwZ9x2a0Pva8dCNRiCVTK51IlRXKjaAxiN1u IUrMm6UAEQEAAYkBPAQYAQoAJgIbDBYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hL4BQkN PvONAAoJEDXXcbtuRpfPCjcH/ivBsOpdpebpgLizSNU5/X4yWN5Aixsc9VBnQhGKAKnMINJQ VMpA55sD2JSPwloXYM/B3qyPJRS/9cwIuX5LDNKKOZU3Qp+TzleynM15/xea14orWYRGRict YHBM3Cnqp7OD8K6Q1uhs0fTxyJP7PZ/G0+7Corlf1DlHhDt6C2HldRPFvAvAgl6sR9Wzgcb7 rzub2HVtbJgl6YHbgyAG7x9NpXFqzx1JLAMdpt2DIYwoi+oMdRQlBIwNuKjQjCGzuXHandd3 kGvBAsyJpQ+coEep9UzwANaV28cXrFr2R4FSOcR50rBA2Nh/vqUYfpsvBvJlwuKAoV1djVHa ihNeL5E= Organization: FreeBSD Message-ID: Date: Tue, 18 Jun 2019 09:51:07 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QO0OCoADsViY0sfXZxStq9VhhuQdR2V1N" X-Rspamd-Queue-Id: 982E7852D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 16:51:17 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QO0OCoADsViY0sfXZxStq9VhhuQdR2V1N Content-Type: multipart/mixed; boundary="0ymR7GRqbHN1wpMJpp6JPMyqSdTlF3UFe"; protected-headers="v1" From: Bryan Drewery To: koobs@FreeBSD.org, Michael Tuexen , FreeBSD Current Message-ID: Subject: Re: error: yacc.h: No such file or directory References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> In-Reply-To: <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> --0ymR7GRqbHN1wpMJpp6JPMyqSdTlF3UFe Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/18/2019 3:56 AM, Kubilay Kocak wrote: > Have seen another report on Twitter yesterday. Didn't see a full build > log, but theirs was had apparently without -j, apparently on June 14 > sources: >=20 > Error: > /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not fou= nd >=20 > Have not heard back from them whether it continued after trying -j2 but= > I did ask them to hit up freebsd-current if it continued to be an issue= Even -j1 should avoid it. For some reason I am only seeing it without any -j flag at all. I should have a fix in soon. --=20 Regards, Bryan Drewery --0ymR7GRqbHN1wpMJpp6JPMyqSdTlF3UFe-- --QO0OCoADsViY0sfXZxStq9VhhuQdR2V1N Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0JFntfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 MTczQ0IyQzNBQUVBN0E1QzhBMUYwOTM1RDc3MUJCNkU0Njk3Q0YACgkQNddxu25G l8/9igf9Htq6EeesTSN+rHgMUqhuoUERfZrC/x+aVp7BlG3PWoUGfxaGH95kskWQ Y4erxIvINXpMe3/bboBp1nPhuvXYQtu2syA4+XvLxH3xEEn3ZLk7qMopBWMfNwhr s5/qyhL7t4BnBwKJmZ5WuUcPO3a3uTKjp95KmgUNFm/EW+RT20+Cb8p6tQe6gDas o7WiM5C77pxE8FI0cvvGsDkUqdLSBzS0ccE7zN3urYeDJ9e661R6E+3gb36aw30S Ve7G8KbPMd880Hb7ymP41lWX6joKl4xs4UKYNYwSUwPPpbfzRQbEO2WoKbX+6Ub4 aIzFYeOJWb5HbV1Nn4AS1Xn4+91hoQ== =NCAc -----END PGP SIGNATURE----- --QO0OCoADsViY0sfXZxStq9VhhuQdR2V1N-- From owner-freebsd-current@freebsd.org Tue Jun 18 17:02:41 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 91D5915C32C1 for ; Tue, 18 Jun 2019 17:02:41 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1.eu.mailhop.org (outbound1.eu.mailhop.org [52.28.251.132]) (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 D105785BEE for ; Tue, 18 Jun 2019 17:02:40 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1560877357; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=YZBk1c84ugGGv2lGpVvZfUfYQKY+3/JwsY71p7OWHOG+QLvzH02nMk8q9fITdBEkvVZU9zztII6x5 ViPL44ksl4DlretIC6mJXiWmaAJRXYmvm4w3Zmv81RO4RJj3CrrQLCx8IdnwI300xz7x6Y06nb1dRQ kI8r+mfkCWqlcPN0109RrKfxsuqsHF+veWkfCa/fsqApWgyEaZsE3eJY8BvN1gW44sMAfdJ70JTI0q flCHB77HPSwqht42szioeLY+cMKRyUqo3moP07m9YZ6NyqQ8oobGecYIzlsN0HWsuBkvo6GzK17YCH +6fNOsWco0LX8Geardcm/Nq13U3UJ1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:to:from:subject:message-id:dkim-signature:from; bh=gqqxzcct0fAYhJWrKzTGTobQIZbl09hbOzghuZLHKMM=; b=Jy7mdG1xFHLZ/kjAAGNdYgUa2tnPbZaRsi8+pN59SztBt56DsS0B5Gzcr8GKlxBkvYOaw++xFNWVj iuhoS5qwFYLMTDTky8zK5ujvFVFJSx0evAByQDdcPTSZWVEW9zijWterLiGotIHHwfvz40bLKlnHoP K3n9odojVR5PsXi6y/vdgCtppFqV0V4hpPtEbRd5TuJiiIAJ31GK5noTGl0+Z7+AMZE3LELgOE+H9F xC8KR9VowMdiu5OL2Vc0qoQNZaWQZorwQeZTPgelHsmxla7165sdW/shWGdZFQgsxEv7tzCdmSEmeO w9Tmr3yte3Yi2st7kH9XahxmEsgsryw== ARC-Authentication-Results: i=1; outbound3.eu.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:to:from:subject:message-id:from; bh=gqqxzcct0fAYhJWrKzTGTobQIZbl09hbOzghuZLHKMM=; b=oFJPRHkwPGyESUFT+Uymq2lvaXBlLO7ajZgjEHLS07VYzGx9Agi87V2JTOcvwWpW7Tp2YfISNxDni Ic+60KLc2nmBn+f6du7FuwwvGgNC64GVYW8WVlD9lP2A4AbOrmQaIZVgNUWk9vgCU6cpP1zzs7P6S+ h3kMoE3X67qZOV/IE2YUX71Hi4b+q5AjfBXZtTWAkhUb/oiof7yXrhs617Zq/SbZiBy/WMkx+SCcoK G0AZAL5xNdGPYSkgVxYYcmk5dqgbaIW/07Ogu0H6M/2xNgJbHYKLUFBrpmX2WRdF2udgb75qLCZ0WX EbUinKixqXUErCsFJhKpO5JYtLbYKpQ== X-MHO-RoutePath: aGlwcGll X-MHO-User: ddb15c22-91ea-11e9-84d4-773845ac4df3 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound3.eu.mailhop.org (Halon) with ESMTPSA id ddb15c22-91ea-11e9-84d4-773845ac4df3; Tue, 18 Jun 2019 17:02:35 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x5IH2XId017957; Tue, 18 Jun 2019 11:02:33 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <919c8e9795e842a8fff77941664a087a9c9aa152.camel@freebsd.org> Subject: Re: error: yacc.h: No such file or directory From: Ian Lepore To: Bryan Drewery , koobs@FreeBSD.org, Michael Tuexen , FreeBSD Current Date: Tue, 18 Jun 2019 11:02:33 -0600 In-Reply-To: References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: D105785BEE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.988,0]; ASN(0.00)[asn:16509, ipnet:52.28.0.0/16, country:US] 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 17:02:41 -0000 On Tue, 2019-06-18 at 09:51 -0700, Bryan Drewery wrote: > On 6/18/2019 3:56 AM, Kubilay Kocak wrote: > > Have seen another report on Twitter yesterday. Didn't see a full > > build > > log, but theirs was had apparently without -j, apparently on June > > 14 > > sources: > > > > Error: > > /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not > > found > > > > Have not heard back from them whether it continued after trying -j2 > > but > > I did ask them to hit up freebsd-current if it continued to be an > > issue > > Even -j1 should avoid it. For some reason I am only seeing it without > any -j flag at all. > > I should have a fix in soon. > There's a subtle difference between -j1 and no -j at all, having to do with running in "compatibility mode". I forget the details, but I remember being burned by the difference once. :) -- Ian From owner-freebsd-current@freebsd.org Tue Jun 18 17:44:52 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 3C8FD15C3D82 for ; Tue, 18 Jun 2019 17:44:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF88E86ED9; Tue, 18 Jun 2019 17:44:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 850EA1F092; Tue, 18 Jun 2019 17:44:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 78F35793A; Tue, 18 Jun 2019 17:44:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id j88JKg70_QpW; Tue, 18 Jun 2019 17:44:47 +0000 (UTC) To: Ian Lepore , koobs@FreeBSD.org, Michael Tuexen , FreeBSD Current DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 04A357929 References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <919c8e9795e842a8fff77941664a087a9c9aa152.camel@freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=https://zx.xk42.net/bryan.asc Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= mQENBFJphmsBCADiFgmS4bIzwZijrS31SjEMzg+n5zNellgM+HkShwehpqCiyhXdWrvH6dTZ a6u50pbUIX7doTR7W7PQHCjCTqtpwvcj0eulZva+iHFp+XrbgSFHn+VVXgkYP2MFySyZRFab D2qqzJBEJofhpv4HvY6uQI5K99pMqKr1Z/lHqsijYYu4RH2OfwB5PinId7xeldzWEonVoCr+ rfxzO/UrgA6v/3layGZcKNHFjmc3NqoN1DXtdaEHqtjIozzbndVkH6lkFvIpIrI6i5ox8pwp VxsxLCr/4Musd5CWgHiet5kSw2SzNeA8FbxdLYCpXNVu+uBACEbCUP+CSNy3NVfEUxsBABEB AAG0JEJyeWFuIERyZXdlcnkgPGJkcmV3ZXJ5QEZyZWVCU0Qub3JnPokBVwQTAQoAQQIbAwUL CQgHAwUVCgkICwUWAwIBAAIeAQIXgAIZARYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hLu BQkNPvODAAoJEDXXcbtuRpfP9rMH/3f7cfX5rzyEV5QNfV/wS4jFukLoPZ4+nCM/TKxH3pEX 2bLbeQbkk6La8cueQ5Lpoht5XFZ18Y5TbMittngltrlNzoDD0h9are24OkDFGim3afJU7tkj IGQa1if+re+vI5BhzYwRhj0oKXzBi39M5oePd3L1dXfx83rg2FPyZBdIejsz6fR74T3JVkbd 6k2l5/3Zk2uiNMy+eBfDRgYE1E6CP28kV0nCeGKZgSVso0kGUUHud7voKqGVpMvbd0mE4pp4 PE5YJaFPjrll9miaDAvdU8LGIq5n6+aXPLKoQ/QNl6mg6ifgI6FfKILOkTizLW8E5PBSNnCm NapQ55yjm125AQ0EUmmGawEIAKJUU9+Q19oW1RK5jTf3m56j+szIc8Y9DaLC8REUKl4UZJBK BqCl6c0cukVApOD92XoU6hJPm2rLEyp/IcYcPPNTnVu8D8h9oag2L8EiFN7+2hk0xG+lwjc8 uOIZycme7AIJsBU4AZ1v63lxm2k104hwpiatgbe71GIGl7p1MX6ousP/wGzXCOF25Dx9w02C eRe7zEMfhnFjSUhzdCC9han2+KaVB7qIqNR3b8NfbwRNlwPmHqlhXffUow9OsQjSnTK8WKNR lx7xzVccXIvWP2wECFrmqmzMmXpSrmIuiWEpFwZ9x2a0Pva8dCNRiCVTK51IlRXKjaAxiN1u IUrMm6UAEQEAAYkBPAQYAQoAJgIbDBYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hL4BQkN PvONAAoJEDXXcbtuRpfPCjcH/ivBsOpdpebpgLizSNU5/X4yWN5Aixsc9VBnQhGKAKnMINJQ VMpA55sD2JSPwloXYM/B3qyPJRS/9cwIuX5LDNKKOZU3Qp+TzleynM15/xea14orWYRGRict YHBM3Cnqp7OD8K6Q1uhs0fTxyJP7PZ/G0+7Corlf1DlHhDt6C2HldRPFvAvAgl6sR9Wzgcb7 rzub2HVtbJgl6YHbgyAG7x9NpXFqzx1JLAMdpt2DIYwoi+oMdRQlBIwNuKjQjCGzuXHandd3 kGvBAsyJpQ+coEep9UzwANaV28cXrFr2R4FSOcR50rBA2Nh/vqUYfpsvBvJlwuKAoV1djVHa ihNeL5E= Organization: FreeBSD Subject: Re: error: yacc.h: No such file or directory [patch/workaround] Message-ID: Date: Tue, 18 Jun 2019 10:44:44 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: <919c8e9795e842a8fff77941664a087a9c9aa152.camel@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qSvbgwsPKgcMGpIWKoRzsKlJKWpzi52px" X-Rspamd-Queue-Id: BF88E86ED9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 17:44:52 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --qSvbgwsPKgcMGpIWKoRzsKlJKWpzi52px Content-Type: multipart/mixed; boundary="kllavGn5zwpbGxGraRVl6rdnNbE38DZza"; protected-headers="v1" From: Bryan Drewery To: Ian Lepore , koobs@FreeBSD.org, Michael Tuexen , FreeBSD Current Message-ID: Subject: Re: error: yacc.h: No such file or directory [patch/workaround] References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <919c8e9795e842a8fff77941664a087a9c9aa152.camel@freebsd.org> In-Reply-To: <919c8e9795e842a8fff77941664a087a9c9aa152.camel@freebsd.org> --kllavGn5zwpbGxGraRVl6rdnNbE38DZza Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/18/2019 10:02 AM, Ian Lepore wrote: > On Tue, 2019-06-18 at 09:51 -0700, Bryan Drewery wrote: >> On 6/18/2019 3:56 AM, Kubilay Kocak wrote: >>> Have seen another report on Twitter yesterday. Didn't see a full >>> build >>> log, but theirs was had apparently without -j, apparently on June >>> 14 >>> sources: >>> >>> Error: >>> /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not >>> found >>> >>> Have not heard back from them whether it continued after trying -j2 >>> but >>> I did ask them to hit up freebsd-current if it continued to be an >>> issue >> >> Even -j1 should avoid it. For some reason I am only seeing it without >> any -j flag at all. >> >> I should have a fix in soon. This patch fixes it and allows bin/sh to still build right. I need to test further before committing though. http://people.freebsd.org/~bdrewery/patches/dep-headers.diff That or -j1 is a simple workaround. >> >=20 > There's a subtle difference between -j1 and no -j at all, having to do > with running in "compatibility mode". I forget the details, but I > remember being burned by the difference once. :) >=20 > -- Ian >=20 Yeah fundamentally this makes sense. There's no dependency defined to get yacc.h built before lex.o. So the oddness is actually that -j/job mode gets the order right by accident and that it has a different order than -B. Shrug. In bsd.prog.mk historically was this: =2Eif defined(PROG) && !exists(${.OBJDIR}/${DEPENDFILE}) ${OBJS}: ${SRCS:M*.h} =2Eendif I changed this mechanism to use OBJS_DEPEND_GUESS which allows a list of dependencies to apply by checking for the existence of the .depend.foo file in 1 place. I ended up removing the addition of the headers in r349061 though while targeting bin/sh build-tools cyclic dependency probl= em. --=20 Regards, Bryan Drewery --kllavGn5zwpbGxGraRVl6rdnNbE38DZza-- --qSvbgwsPKgcMGpIWKoRzsKlJKWpzi52px Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0JIw1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 MTczQ0IyQzNBQUVBN0E1QzhBMUYwOTM1RDc3MUJCNkU0Njk3Q0YACgkQNddxu25G l89/mAf/Sy4vA39ZiFdKRKyYDBFeFpvx7OAeHlDSgNYl8e5fqCvWERdhu/YUKWoY EMuOXXj/sUnZcN7mF4AVsCY2bybCrWab4tsE82WY6W8WAUwPUzPvaxe1bc+4PfVW 3r543Nk/GLvhOWRMdHJwr/TIwiXp3i0EeE/Zk5kdiDpmdXD/Yktq1rG2HTB/VRWK PzRSvYcq4gBoICazgjauknB4SOsd/YavLVMnudEkTeEmat09NxWluklWEVByKxU/ cwqscoQtUVgkYEBlLH81wpjk492yZcurX5t5Pi0gjUUVTBFTP4JdY50gufIcgfZr SqTfAiWrmZcX04JqtGMnfzT43rnMuw== =Bvf0 -----END PGP SIGNATURE----- --qSvbgwsPKgcMGpIWKoRzsKlJKWpzi52px-- From owner-freebsd-current@freebsd.org Tue Jun 18 18:03:38 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 8AF3D15C46FE; Tue, 18 Jun 2019 18:03:38 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (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 DFA7787FC4; Tue, 18 Jun 2019 18:03:37 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id dIS4hNgN5sAGkdIS5hQlSg; Tue, 18 Jun 2019 12:03:29 -0600 X-Authority-Analysis: v=2.3 cv=WeVylHpX c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=dq6fvYVFJ5YA:10 a=DiZ76wm4AAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=vFU5JXMdqBzmiKZ7hzoA:9 a=LDhh2iUgrOfWggYU:21 a=OjKYe5B69GP4CLyr:21 a=QEXdDO2ut3YA:10 a=0whktuNdHLy-4C1dM65V:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from android-9b917f0ce39da6e6.esitwifi.local (S0106788a207e2972.gv.shawcable.net [70.66.154.233]) by spqr.komquats.com (Postfix) with ESMTPSA id 61BA81782; Tue, 18 Jun 2019 11:03:23 -0700 (PDT) Date: Tue, 18 Jun 2019 11:03:00 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <20190618153934.GA2996@sana.init-main.com> References: <20190618110226.7a9dbb81@freyja> <5baa0c45-6c3c-0156-283e-fce0439b2cfe@FreeBSD.org> <20190618153934.GA2996@sana.init-main.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: CURRENT >r349150: boot failure in rc.conf.local To: freebsd-current@freebsd.org, Takanori Watanabe , current@freebsd.org, cem@freebsd.org From: Cy Schubert Message-ID: <1D5F4331-B8F5-48D5-83C6-22803C5A0E12@cschubert.com> X-CMAE-Envelope: MS4wfLczyMlYJDvls1Nu8WtkhZ+rSQCfMZmEMjpb0CCaBnZQ8Lfz/NN2feTpTch/ktYP9hfU4oIbJbJ/IlcBz+IoAUOnqyR5OtZ1/xnG9Mz+qqjymKkEyko0 9aZoE1MqS7MKwiwcCNiTeqynTXiHK1C8ng6RH45E/MEVyWDHZg6SnZABb8gOyshhtJvlSQu0p+0IVf/m7fRQppdH13wDQ9K81lXeqiuFJIcK+0S7MRTpht5b x3niA00/DBIqKksxSH0dLPORsR0craUkidC2jGRFicB6FIsyLqArVN8jv2eMC8EY X-Rspamd-Queue-Id: DFA7787FC4 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.936,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 18:03:38 -0000 Looping in the committer of r349154=2E On June 18, 2019 8:39:34 AM PDT, Takanori Watanabe wrote: >On Tue, Jun 18, 2019 at 09:03:17AM -0400, Jung-uk Kim wrote: >> On 19=2E 6=2E 18=2E, O=2E Hartmann wrote: >> > On all CURRENT boxes running CURRENT > r349150 we face the very >same boot >> > failure, if /etc/rc=2Econf=2Elocal is present (i=2Ee=2E on CURRENT, >13=2E0-CURRENT #7 >> > r349169: Tue Jun 18 10:34:13 CEST 2019 amd64): >> >=20 >> > The box boots and thentries to start services denominated >> > in /etc/rc=2Econf=2Elocal, like net/openldap-server (slapd)=2E The bo= x is >then stuck >> > at "startingt slapd", hitting Ctrl-T shows state "running", but >Ctrl-C does not >> > show any effect, except Ctrl-Alt-Del (if enabled) is effectively >rebooting the >> > box=2E First I thought it might by a out-of-sync binary, but this >phenomenon >> > spreads even over recently via make installed systems=2E Disabling >OpenLDAP's >> > slapd at boot time gives my like rolling a dice the next service, >named >> > (dns/bind914) or net/samba48 (samba_server) - you name it=2E The box >gets stuck >> > forever and doesn't even start sshd to provide access=2E All boxes >have IPv6 >> > enabled as well as IPFW=2E >> >=20 >> > Another server running CURRENT (r349169, also amd64) without >> > utilizing /etc/rc=2Econf=2Elocal but with a bunch of jails is booting >as usual! >> >=20 >> > What happened here? Does anyone do have a hint or might know the >cause? >>=20 >> I had the same problem and reverting r349154 fixed the problem for >me=2E >>=20 >> https://svnweb=2Efreebsd=2Eorg/changeset/base/349154 >>=20 >> FYI=2E=2E=2E >>=20 >> Jung-uk Kim > >In my machine, some executable, such as chromium, perl will hang like >you=2E >It is also fixed by reverting r349154=2E Thanks=2E >_______________________________________________ >freebsd-current@freebsd=2Eorg mailing list >https://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to >"freebsd-current-unsubscribe@freebsd=2Eorg" --=20 Pardon the typos and autocorrect, small keyboard in use=2E Cheers, Cy Schubert FreeBSD UNIX: Web: http://www=2EFreeBSD=2Eorg The need of the many outweighs the greed of the few=2E From owner-freebsd-current@freebsd.org Tue Jun 18 18:50:17 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 E80D015C5388 for ; Tue, 18 Jun 2019 18:50:16 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6956089446 for ; Tue, 18 Jun 2019 18:50:16 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io1-f67.google.com with SMTP id w25so32194496ioc.8 for ; Tue, 18 Jun 2019 11:50:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=5N2BWZlf2y8WkF6mFN6TmvXrfC3WGAkdqjqlncHtLH0=; b=ghgEmKXw65ZaBpSERT8K598bPR1eijwAlc28G8Tjhw3FDbL6YyNB7XaWmrhVl2MFAU l9uGb5x7IgEV8BxjIbhvL0ZLEgrkG8ljxzgo2GRRRCHanqzixOG6w5wfXULyGsSfaVKK zHRL4zVzUwxAMxejp/Cg8JP7XDd+s++eVjI+cKM/1Hr8zBIj34vfRBUhzliv3LqC21JV lod1ZYgGeAZrLLQh9/7c+Gz4A6rmIqQ+oUsX0L6EA9DNinMJIIDjsspfy8lj5S95ND3m E5geUbodu4pKn4vn2DxZHoSdW72YSd4D3XJi5EloGpZ84Kuj3fwYTA0locqpGaQ3DpIU hXWg== X-Gm-Message-State: APjAAAXjJ8Fmu7jzN5tVBfL/hH51ZA+i2+R9xnHoOEKO8eCQbVzQd8yr 6tXh0jVpQRllDZk/zrGa3oCeXyFJ X-Google-Smtp-Source: APXvYqyQ9j+Ig2xBo1Cphjh6Mu4XjOe5RjUx3w9VYQYTl8cyEZnhE2n6oT3GnpWPlcz5fJNg6NYPsQ== X-Received: by 2002:a02:b395:: with SMTP id p21mr2699830jan.31.1560883809866; Tue, 18 Jun 2019 11:50:09 -0700 (PDT) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com. [209.85.166.50]) by smtp.gmail.com with ESMTPSA id l11sm21941789ioj.32.2019.06.18.11.50.09 for (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Tue, 18 Jun 2019 11:50:09 -0700 (PDT) Received: by mail-io1-f50.google.com with SMTP id h6so32324547ioh.3 for ; Tue, 18 Jun 2019 11:50:09 -0700 (PDT) X-Received: by 2002:a05:6638:38a:: with SMTP id y10mr4871175jap.104.1560883809425; Tue, 18 Jun 2019 11:50:09 -0700 (PDT) MIME-Version: 1.0 References: <20190618110226.7a9dbb81@freyja> <5baa0c45-6c3c-0156-283e-fce0439b2cfe@FreeBSD.org> <20190618153934.GA2996@sana.init-main.com> <1D5F4331-B8F5-48D5-83C6-22803C5A0E12@cschubert.com> In-Reply-To: <1D5F4331-B8F5-48D5-83C6-22803C5A0E12@cschubert.com> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Tue, 18 Jun 2019 11:49:58 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: CURRENT >r349150: boot failure in rc.conf.local To: Cy Schubert Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 6956089446 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; TAGGED_FROM(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 18:50:17 -0000 Hi everyone, Please find a proposed fix in https://reviews.freebsd.org/D20686 . I didn't notice this thread because I'm already subscribed to current and CC's don't display any differently in my mail reader. (I don't read every thread on current.) Take care, Conrad On Tue, Jun 18, 2019 at 11:03 AM Cy Schubert wrote: > > Looping in the committer of r349154. > On June 18, 2019 8:39:34 AM PDT, Takanori Watanabe wrote: > >On Tue, Jun 18, 2019 at 09:03:17AM -0400, Jung-uk Kim wrote: > ... > >> I had the same problem and reverting r349154 fixed the problem for > >me. > ... > >In my machine, some executable, such as chromium, perl will hang like > >you. > >It is also fixed by reverting r349154. Thanks. From owner-freebsd-current@freebsd.org Tue Jun 18 22:01:16 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 A63A515CA345 for ; Tue, 18 Jun 2019 22:01:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46CF28FDD0; Tue, 18 Jun 2019 22:01:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id D3E932741; Tue, 18 Jun 2019 22:01:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id A4DF37FF3; Tue, 18 Jun 2019 22:01:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 5WyCHeVsLJDP; Tue, 18 Jun 2019 22:01:12 +0000 (UTC) Subject: Re: error: yacc.h: No such file or directory [patch/workaround] DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com E47397FE9 From: Bryan Drewery To: Ian Lepore , koobs@FreeBSD.org, Michael Tuexen , FreeBSD Current References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <919c8e9795e842a8fff77941664a087a9c9aa152.camel@freebsd.org> Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=https://zx.xk42.net/bryan.asc Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= mQENBFJphmsBCADiFgmS4bIzwZijrS31SjEMzg+n5zNellgM+HkShwehpqCiyhXdWrvH6dTZ a6u50pbUIX7doTR7W7PQHCjCTqtpwvcj0eulZva+iHFp+XrbgSFHn+VVXgkYP2MFySyZRFab D2qqzJBEJofhpv4HvY6uQI5K99pMqKr1Z/lHqsijYYu4RH2OfwB5PinId7xeldzWEonVoCr+ rfxzO/UrgA6v/3layGZcKNHFjmc3NqoN1DXtdaEHqtjIozzbndVkH6lkFvIpIrI6i5ox8pwp VxsxLCr/4Musd5CWgHiet5kSw2SzNeA8FbxdLYCpXNVu+uBACEbCUP+CSNy3NVfEUxsBABEB AAG0JEJyeWFuIERyZXdlcnkgPGJkcmV3ZXJ5QEZyZWVCU0Qub3JnPokBVwQTAQoAQQIbAwUL CQgHAwUVCgkICwUWAwIBAAIeAQIXgAIZARYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hLu BQkNPvODAAoJEDXXcbtuRpfP9rMH/3f7cfX5rzyEV5QNfV/wS4jFukLoPZ4+nCM/TKxH3pEX 2bLbeQbkk6La8cueQ5Lpoht5XFZ18Y5TbMittngltrlNzoDD0h9are24OkDFGim3afJU7tkj IGQa1if+re+vI5BhzYwRhj0oKXzBi39M5oePd3L1dXfx83rg2FPyZBdIejsz6fR74T3JVkbd 6k2l5/3Zk2uiNMy+eBfDRgYE1E6CP28kV0nCeGKZgSVso0kGUUHud7voKqGVpMvbd0mE4pp4 PE5YJaFPjrll9miaDAvdU8LGIq5n6+aXPLKoQ/QNl6mg6ifgI6FfKILOkTizLW8E5PBSNnCm NapQ55yjm125AQ0EUmmGawEIAKJUU9+Q19oW1RK5jTf3m56j+szIc8Y9DaLC8REUKl4UZJBK BqCl6c0cukVApOD92XoU6hJPm2rLEyp/IcYcPPNTnVu8D8h9oag2L8EiFN7+2hk0xG+lwjc8 uOIZycme7AIJsBU4AZ1v63lxm2k104hwpiatgbe71GIGl7p1MX6ousP/wGzXCOF25Dx9w02C eRe7zEMfhnFjSUhzdCC9han2+KaVB7qIqNR3b8NfbwRNlwPmHqlhXffUow9OsQjSnTK8WKNR lx7xzVccXIvWP2wECFrmqmzMmXpSrmIuiWEpFwZ9x2a0Pva8dCNRiCVTK51IlRXKjaAxiN1u IUrMm6UAEQEAAYkBPAQYAQoAJgIbDBYhBPkXPLLDqup6XIofCTXXcbtuRpfPBQJb5hL4BQkN PvONAAoJEDXXcbtuRpfPCjcH/ivBsOpdpebpgLizSNU5/X4yWN5Aixsc9VBnQhGKAKnMINJQ VMpA55sD2JSPwloXYM/B3qyPJRS/9cwIuX5LDNKKOZU3Qp+TzleynM15/xea14orWYRGRict YHBM3Cnqp7OD8K6Q1uhs0fTxyJP7PZ/G0+7Corlf1DlHhDt6C2HldRPFvAvAgl6sR9Wzgcb7 rzub2HVtbJgl6YHbgyAG7x9NpXFqzx1JLAMdpt2DIYwoi+oMdRQlBIwNuKjQjCGzuXHandd3 kGvBAsyJpQ+coEep9UzwANaV28cXrFr2R4FSOcR50rBA2Nh/vqUYfpsvBvJlwuKAoV1djVHa ihNeL5E= Organization: FreeBSD Message-ID: <5cbce012-5b94-3e66-00f6-3f9819c3282a@FreeBSD.org> Date: Tue, 18 Jun 2019 15:01:10 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l07edlENbZkaFjdEwT0A80zvrp04TgEOn" X-Rspamd-Queue-Id: 46CF28FDD0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 22:01:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --l07edlENbZkaFjdEwT0A80zvrp04TgEOn Content-Type: multipart/mixed; boundary="lTF2G3CSGMtELqOC0anPpyKPHowl8b3Tq"; protected-headers="v1" From: Bryan Drewery To: Ian Lepore , koobs@FreeBSD.org, Michael Tuexen , FreeBSD Current Message-ID: <5cbce012-5b94-3e66-00f6-3f9819c3282a@FreeBSD.org> Subject: Re: error: yacc.h: No such file or directory [patch/workaround] References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <919c8e9795e842a8fff77941664a087a9c9aa152.camel@freebsd.org> In-Reply-To: --lTF2G3CSGMtELqOC0anPpyKPHowl8b3Tq Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/18/2019 10:44 AM, Bryan Drewery wrote: > On 6/18/2019 10:02 AM, Ian Lepore wrote: >> On Tue, 2019-06-18 at 09:51 -0700, Bryan Drewery wrote: >>> On 6/18/2019 3:56 AM, Kubilay Kocak wrote: >>>> Have seen another report on Twitter yesterday. Didn't see a full >>>> build >>>> log, but theirs was had apparently without -j, apparently on June >>>> 14 >>>> sources: >>>> >>>> Error: >>>> /usr/src/usr.bin/mkesdb/lex.1:46:10: fatal error: 'yacc.h' file not >>>> found Fix committed in r349179 (different than my earlier patch). Sorry about that. --=20 Regards, Bryan Drewery --lTF2G3CSGMtELqOC0anPpyKPHowl8b3Tq-- --l07edlENbZkaFjdEwT0A80zvrp04TgEOn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0JXyZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 MTczQ0IyQzNBQUVBN0E1QzhBMUYwOTM1RDc3MUJCNkU0Njk3Q0YACgkQNddxu25G l8+CXwgAm+dd8TLZrao0fFfO3xP0SD7y3gJRKy01wvvYbMwr91oRks3IsC+cgbQ8 mIAr5CD55GiFm5heS2OFP+9VtxJKks0dHoV8CsYdzHskDX2dYbpaUkdofJpEsEYn rwOltPMZLp9u3lO0TzCI960AAIS2gITEUv/fLIFKPsXBphD8ka6KKIaAZpb1T0m3 b7JFaCQikur392GAbuXAjolCp6M6CPv1OVPx2CZu833pigNjEayN9HahXKKbC0iM xPTQsHLQLf86+nHIMZCGl2b8LkvdOrSMFUahlG1T+SBNl0u9lcVXkeP14z5pdYpd wJmh1pwfXn0HoukenKnRkz7BgdvDrA== =+y7e -----END PGP SIGNATURE----- --l07edlENbZkaFjdEwT0A80zvrp04TgEOn-- From owner-freebsd-current@freebsd.org Tue Jun 18 21:57:06 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 AC96515CA139 for ; Tue, 18 Jun 2019 21:57:06 +0000 (UTC) (envelope-from aaronfarias@att.net) 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 21E208FBF1 for ; Tue, 18 Jun 2019 21:57:06 +0000 (UTC) (envelope-from aaronfarias@att.net) Received: by mailman.ysv.freebsd.org (Postfix) id D8C9A15CA138; Tue, 18 Jun 2019 21:57:05 +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 A504D15CA137 for ; Tue, 18 Jun 2019 21:57:05 +0000 (UTC) (envelope-from aaronfarias@att.net) Received: from sonic317-24.consmr.mail.gq1.yahoo.com (sonic317-24.consmr.mail.gq1.yahoo.com [98.137.66.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23FCD8FBF0 for ; Tue, 18 Jun 2019 21:57:02 +0000 (UTC) (envelope-from aaronfarias@att.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1560895020; bh=MFnzy+KLMV+ykJX486APJoi8yryBqYf8J8VTkJPGZY8=; h=Date:From:To:Subject:References:From:Subject; b=EGfaucob1LuPIF78YV2FUO6yAJTXtPr8Bg1hG6zjS0/jcVQqvWycYwQs0AbBrcz7yTDECjXRZ5oFyWJZDAdOSrL0fk36UMYWsxzL0PPv7UAgQJQtTyJd1f8kTPrEMCUYnLRT2nIDVjS0vTN6pN2XfCF4TfMF44wEEnLoXjPtSsQ= X-YMail-OSG: VLCLlRoVM1lNeTZRFVi8qwnqLCmoCHOMiLA8tTZvlr7YjBe3zdDyl3DfsTIr8OJ CFuznrs63qbK0dYSAiRZuNnLs.3AZ50pqvIdZVkcYoITYdgSR62j8XGvyNrcgXboF7a.MfKcBdzB LcXfcRiGRiPPruHygOitZO.KdS.3uUNVuyH6Vdue1iRT6F11Fi0ZOgFy8pR8FPea4LJlAbrmAaxd fn2P1PbhSfuqg9nOHAg6NlW_Na19HIBTFwXgb_SX1OjOLnP89I_wN.Od8Y_9tLx9KtYXTtQrZ6O0 WTbqyoQQlJL0XNsQ0twsWj0Fwbjb5lMMsF7h58dfp2CZ2zqNqcBx0iEnzTh_127RPY3Wu65yLf1b fqBDDII0q93FAu4qqdC7GjlS3EuOsLZqgjt.nJoflMOHm_lODe_NgDFOjkoCHoko4N10b.yOj1yU j4rdpiXt5.t.CCijm0EkHA7.M7XvUnphea5DlwEjSnb_FjKQfkuQKgxC2dBu.UMtzBJuLm_9tpjp Nt.tUI_dG.5HVLHbaWARAzu1SgpzQKZFRh79GsdV5p9HUV5.TCrXr4ZmcyqMAwt7cINGbrVDI0JU VHR9PvzqtfLHDw33dKPm_78gq9St8MrqqPzku2JBteN7VV3CZcHYOJlKJitsQ_NIS8fGDyicPMAL hk6bzXuHUNHabMi4NwVlcMPLN_YHp2gSdqeA4PxbcpeMDr40AC668TXCOaCJAOSkg8P0DRKrxzU0 cgW4HyzDbsXQolehsHEsW6SzsDd5vRfm3V8Rx8.sdX7EX9U86d7kHoBLwEnl3xdcpAQrcXOFqk8l Av3VOyj12fDV5q06rkvIEaef3sqp.7PxT6t.ZbD.9.M4Z9L7TXUOVxSAL04NvKlVL0C5GSVQP5rV FokrrZYr32ONMcvc7.0xjDEXUtFafCv09XM99kkMrB9JSpveMOWBtoduUU204MRSbTTvrsMvWRl_ cEMiC55RviSjsW33YYOr18iE8nAq58XWC7FhBswoErII7FkjuN61XP_5rxe_ybKd31hQxHIZeZfb sPB.v.UauL_QDwG9yvQn57nSnkHQDbJHzzxPeUSHHPKm8HB1rAnImzZCuzDnQ847miHYzhN.1G2x 1s9Hvd34SM6WoxoHbjHRsmrLi9QQG56ytxTyeK3BCiTI6ffVQ6duFV822FXPDxqEuq2hqqiEo3_f ww4v6Et6UQXSW0ycbmsjeT9ISzbliTvkj6FZ5 Received: from sonic.gate.mail.ne1.yahoo.com by sonic317.consmr.mail.gq1.yahoo.com with HTTP; Tue, 18 Jun 2019 21:57:00 +0000 Date: Tue, 18 Jun 2019 21:26:33 +0000 (UTC) From: Aaron Farias To: "current@freebsd.org" Message-ID: <1170690929.3061726.1560893193243@mail.yahoo.com> Subject: Compiling issues MIME-Version: 1.0 References: <1170690929.3061726.1560893193243.ref@mail.yahoo.com> X-Mailer: WebService/1.1.13837 YMailNorrin Mozilla/5.0 (X11; FreeBSD amd64; rv:67.0) Gecko/20100101 Firefox/67.0 X-Rspamd-Queue-Id: 23FCD8FBF0 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=pass header.d=att.net header.s=s1024 header.b=EGfaucob X-Spamd-Result: default: False [1.71 / 15.00]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[att.net:s=s1024]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[att.net]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[att.net]; NEURAL_SPAM_MEDIUM(0.33)[0.326,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(0.33)[ipnet: 98.137.64.0/21(0.94), asn: 36647(0.75), country: US(-0.06)]; NEURAL_SPAM_SHORT(0.88)[0.880,0]; DKIM_TRACE(0.00)[att.net:+]; MX_GOOD(-0.01)[ff-ip4-mx-vip2.prodigy.net,al-ip4-mx-vip1.prodigy.net,al-ip4-mx-vip2.prodigy.net,ff-ip4-mx-vip1.prodigy.net]; RCVD_IN_DNSWL_NONE(0.00)[150.66.137.98.list.dnswl.org : 127.0.5.0]; TO_DN_EQ_ADDR_ALL(0.00)[]; R_SPF_NA(0.00)[]; NEURAL_SPAM_LONG(0.49)[0.491,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[att.net]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; DWL_DNSWL_NONE(0.00)[att.net.dwl.dnswl.org : 127.0.5.0] X-Mailman-Approved-At: Tue, 18 Jun 2019 23:46:54 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 21:57:07 -0000 Hello good evening can someone help me out with this issue [=C2=A0 7%] Building CXX object src/CMakeFiles/services.dir/access.o In file included from /home/Dark/Downloads/anope-2.0.6/src/access.cpp:12: In file included from /home/Dark/Downloads/anope-2.0.6/include/service.h:15= : In file included from /home/Dark/Downloads/anope-2.0.6/include/services.h:2= 2: In file included from /usr/include/c++/v1/stdexcept:46: In file included from /usr/include/c++/v1/exception:81: In file included from /usr/include/c++/v1/cstddef:38: /home/Dark/Downloads/anope-2.0.6/include/version:1:1: error: expected =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 unqualified-id ELF ... ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:208: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...Y... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:216: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...Y... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:241: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... = ... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:249: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... ... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:257: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... ... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:264: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:272: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... ... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:297: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...0 ... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:305: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... 0 ... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:313: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...0 ... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:320: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:328: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:345: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...td... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:353: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... = ... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:361: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... ... =C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:369: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ... ... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:376: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ /home/Dark/Downloads/anope-2.0.6/include/version:2:401: error: source file = is =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 not valid UTF-8 =C2=A0 ...td<... =C2=A0=C2=A0=C2=A0=C2=A0 ^ fatal error: too many errors emitted, stopping now [-ferror-limit=3D] 20 errors generated. *** Error code 1 Stop. make[2]: stopped in /usr/home/Dark/Downloads/anope-2.0.6 *** Error code 1 Stop. make[1]: stopped in /usr/home/Dark/Downloads/anope-2.0.6 *** Error code 1 Stop. make: stopped in /usr/home/Dark/Downloads/anope-2.0.6 From owner-freebsd-current@freebsd.org Wed Jun 19 03:05:32 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 850CE15CFE3D for ; Wed, 19 Jun 2019 03:05:32 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (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 "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AE40B7197D; Wed, 19 Jun 2019 03:05:31 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.15.2/8.15.2) with ESMTPS id x5J2uMJL035662 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 19 Jun 2019 11:56:33 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.15.2/8.15.2/Submit) id x5J2uMKH035661; Wed, 19 Jun 2019 11:56:22 +0900 (JST) (envelope-from takawata) Date: Wed, 19 Jun 2019 11:56:22 +0900 From: Takanori Watanabe To: Conrad Meyer , freebsd-current@freebsd.org Subject: Re: CURRENT >r349150: boot failure in rc.conf.local Message-ID: <20190619025622.GA35630@sana.init-main.com> References: <20190618110226.7a9dbb81@freyja> <5baa0c45-6c3c-0156-283e-fce0439b2cfe@FreeBSD.org> <20190618153934.GA2996@sana.init-main.com> <1D5F4331-B8F5-48D5-83C6-22803C5A0E12@cschubert.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Rspamd-Queue-Id: AE40B7197D X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.28 / 15.00]; ARC_NA(0.00)[]; MX_INVALID(0.50)[cached]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[init-main.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.29)[0.293,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.44)[ipnet: 210.138.0.0/16(-4.27), asn: 2497(2.12), country: JP(-0.05)]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.24)[0.245,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[takawata@init-main.com,takawata@sana.init-main.com]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2497, ipnet:210.138.0.0/16, country:JP]; FROM_NEQ_ENVFROM(0.00)[takawata@init-main.com,takawata@sana.init-main.com] 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: Wed, 19 Jun 2019 03:05:32 -0000 On Tue, Jun 18, 2019 at 11:49:58AM -0700, Conrad Meyer wrote: > Hi everyone, > > Please find a proposed fix in https://reviews.freebsd.org/D20686 . > > I didn't notice this thread because I'm already subscribed to current > and CC's don't display any differently in my mail reader. (I don't > read every thread on current.) > I confirmed the fix has been committed and now works again, thanks! From owner-freebsd-current@freebsd.org Wed Jun 19 16:30:26 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 EC85115BE13C for ; Wed, 19 Jun 2019 16:30:25 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 475FA6D7DF; Wed, 19 Jun 2019 16:30:25 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x5JGUKIf018955; Wed, 19 Jun 2019 09:30:20 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x5JGUJ3H018954; Wed, 19 Jun 2019 09:30:19 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> Subject: Re: error: yacc.h: No such file or directory In-Reply-To: <201906181423.x5IENGDv004245@slippy.cwsent.com> To: Cy Schubert Date: Wed, 19 Jun 2019 09:30:19 -0700 (PDT) CC: Ian Lepore , Enji Cooper , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 475FA6D7DF X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.95 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.48)[0.483,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.61)[0.606,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: gndrsh.dnsmgr.net]; NEURAL_SPAM_LONG(0.93)[0.932,0]; RCPT_COUNT_SEVEN(0.00)[7]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.04)[ip: (0.14), ipnet: 69.59.192.0/19(0.07), asn: 13868(0.05), country: US(-0.06)] 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: Wed, 19 Jun 2019 16:30:26 -0000 > In message > , Ian Le > pore writes: > > On Tue, 2019-06-18 at 07:01 -0700, Enji Cooper wrote: > > > > On Jun 18, 2019, at 06:59, Enji Cooper > > > > wrote: > > > > > > > > > > > > > On Jun 18, 2019, at 06:53, Ian Lepore wrote: > > > > > > > > ... > > > > > > > > > Last Saturday, Bryan (cc'd) made a series of commits (r349061-69) > > > > > that > > > > > were all somehow related to dependency processing in the > > > > > build. I > > > > > don't know the details, just remember seeing some commits about > > > > > that. > > > > > > > > I remember that as well. This might have changed the dependency > > > > order subtly, introducing a race. > > > > > > > > The headers might not be built in all cases in time now. > > > > > > > > Thanks, > > > > -Enji > > > > > > > > PS This is one of the reasons why I wasn???t quick to discount Peter > > > > Jeremy???s reported build issue. > > > > > > Correction: I meant Julian Stacey. > > > > Julian Stacey has 3 problems: > > > > 1. Missing opt_cam.h > > 2. Missing yacc.h > > 3. A years-long inability to report a problem without hurling personal > > insults at the project and everyone associated with it. > > > > Because of #3, I don't much care about 1 and 2. > > Bingo! My point exactly! You can't understand the frustration of 25 years of having system build breakage on a pretty regular basis as a trigger point for anger? -- Rod Grimes rgrimes@freebsd.org From owner-freebsd-current@freebsd.org Wed Jun 19 16:49:29 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 C429F15BEAC5 for ; Wed, 19 Jun 2019 16:49:29 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DD946E541 for ; Wed, 19 Jun 2019 16:49:28 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x742.google.com with SMTP id a27so11342727qkk.5 for ; Wed, 19 Jun 2019 09:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=JCRMmMl5UhbYG/BpAMmQ7oAbTKUO/yRPXP8+RwfarJ4=; b=P2+Un9apkhc6VtwQtOtSNE2FA/pHjcFDhcWUyocLAdDLu6uj6vBPXxtT0t4SV+zDaN XJryINElxVUDCVrv6F2cBWPSA06Qb5TEDyvQ6SgLp8yFc+0qLhgQjBnfBAeEWGXb0nPF Mpa6YWKWDCWB4G9JewCYi9AbIZ+x5AGnSW4X277Fcuju6dXAMNFLSE9Ohhn12CaFTpKF /fHBoT5eTFZrXr5HAuiCLO+ePJ0Rxa6r38opziOGjej3fV1LDAUJbMc9Wpf/VyYd8MY8 7Osf6wLlP6yHb2VWxjVO3FE/kpr+YAYUNNZelDeg+G2fBNXg5K98t08nx0OxJ9UAa60Q Z7Tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JCRMmMl5UhbYG/BpAMmQ7oAbTKUO/yRPXP8+RwfarJ4=; b=UocjTcie6RZqVOBHMPQxg0rqz7PViI4Vyvo8C2kL4Yif44KEo1kGTq4jby/nBMdJGJ kjlg1GR3sXDOHD/65kTMQ1abI12fa1TMLnDSY9qObfaeQ5X5TUkuaoa4S0QwN5pQ9eX1 nqq2KC3kSosfg0qI5fuqtEMzuisRSd+oKy5/vp07Fdk/76lXvt1fHCHkbEA9U2GV9wx0 947Ss33IpW8AmcpHq1xBX0sBfYV/17YBN5BV+HDruMH9ICcufaVAw5vACsdHM2+q9Bm+ 2d1lyL66vSEkrZHi21lrnvdTwe++8clvYBgtOJKXEj0kF7aoNNlNHRo4162GU8I1fvCb NK8w== X-Gm-Message-State: APjAAAV029VSa8amJM8P4QndU4Us4UIYb91HJiYOPsn6/wkSy/wfhvXN lEgzktQqQS6QdJi1GqtfBrcxPIhy6pFo9KJ7bdlG5w== X-Google-Smtp-Source: APXvYqzHJRxEHpO4g2p4n+7B1IhbXs6Bn4pprjgFHELD7A9hVIIjAowrvjHAQKrztv8qoLRkOiZ/Udy7fzXCZ0gXT5I= X-Received: by 2002:a37:b843:: with SMTP id i64mr7597550qkf.77.1560962967482; Wed, 19 Jun 2019 09:49:27 -0700 (PDT) MIME-Version: 1.0 References: <201906181423.x5IENGDv004245@slippy.cwsent.com> <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> In-Reply-To: <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> From: Warner Losh Date: Wed, 19 Jun 2019 09:49:16 -0700 Message-ID: Subject: Re: error: yacc.h: No such file or directory To: "Rodney W. Grimes" Cc: Cy Schubert , Ian Lepore , Enji Cooper , FreeBSD Current , Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery X-Rspamd-Queue-Id: 8DD946E541 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdimp-com.20150623.gappssmtp.com header.s=20150623 header.b=P2+Un9ap X-Spamd-Result: default: False [-3.43 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.92)[-0.919,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; MX_GOOD(-0.01)[ALT1.aspmx.l.google.com,aspmx.l.google.com,ALT2.aspmx.l.google.com]; RCPT_COUNT_SEVEN(0.00)[8]; RCVD_IN_DNSWL_NONE(0.00)[2.4.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; IP_SCORE(-0.51)[ip: (2.94), ipnet: 2607:f8b0::/32(-3.13), asn: 15169(-2.30), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Wed, 19 Jun 2019 16:49:30 -0000 On Wed, Jun 19, 2019 at 9:31 AM Rodney W. Grimes < freebsd-rwg@gndrsh.dnsmgr.net> wrote: > > In message > > , Ian Le > > pore writes: > > > On Tue, 2019-06-18 at 07:01 -0700, Enji Cooper wrote: > > > > > On Jun 18, 2019, at 06:59, Enji Cooper > > > > > wrote: > > > > > > > > > > > > > > > > On Jun 18, 2019, at 06:53, Ian Lepore wrote: > > > > > > > > > > ... > > > > > > > > > > > Last Saturday, Bryan (cc'd) made a series of commits > (r349061-69) > > > > > > that > > > > > > were all somehow related to dependency processing in the > > > > > > build. I > > > > > > don't know the details, just remember seeing some commits about > > > > > > that. > > > > > > > > > > I remember that as well. This might have changed the dependency > > > > > order subtly, introducing a race. > > > > > > > > > > The headers might not be built in all cases in time now. > > > > > > > > > > Thanks, > > > > > -Enji > > > > > > > > > > PS This is one of the reasons why I wasn???t quick to discount > Peter > > > > > Jeremy???s reported build issue. > > > > > > > > Correction: I meant Julian Stacey. > > > > > > Julian Stacey has 3 problems: > > > > > > 1. Missing opt_cam.h > > > 2. Missing yacc.h > > > 3. A years-long inability to report a problem without hurling personal > > > insults at the project and everyone associated with it. > > > > > > Because of #3, I don't much care about 1 and 2. > > > > Bingo! My point exactly! > > You can't understand the frustration of 25 years of > having system build breakage on a pretty regular basis > as a trigger point for anger? > If there really were 25 years of constant build breakages, then maybe. But this overstates the number of times it happens. In the past 10 years the number of tree breakages is 10x or more fewer than in the early days of the project when it was all the time. In the interim, we've grown a bunch of new ways to build, and the combinatorics make it impossible to exhaustively test. No matter what we do, things will break, despite people's best efforts. Getting table flipping mad is an over-reaction and frankly not actionable. If you look at the breakage lately, in general it's been in weird edge cases that not too many people do on a regular basis. Missing opt_cam.h was only for the not-with-the-kernel build path. It's supposed to work, but it breaks more often than other paths because it's significantly less used. This specific issue was actually fixed before Julian complained as well, so we caught it fairly quickly (I fixed it 5 days after it went in). We should take this as a signal that this feature isn't used much used, not as an opportunity to vent one's spleen. It's not even in the CI path today. Had it been, we'd have caught it faster. We hit this from time to time, so having it be in CI likely makes some sense. The yacc.h was an unforeseen side effect of improvements in other dependency parsing that sped up the build. And it was only for the non -j X / -B case. Since clang takes forever to build, nobody builds w/o -j #, so it went unnoticed for a few days. Since it takes a fairly beefy machine to build FreeBSD, this is an understandable oops. This one I'm not sure we should put into CI very often since it's a tricky bug to catch and it's quite rare that we have ordering issues that get tripped up by -j vs no -j. There's only so many CI resources, and given the problems in the area, I think it's a poor ROI. Warner From owner-freebsd-current@freebsd.org Wed Jun 19 16:53:34 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 151E615BEFA3 for ; Wed, 19 Jun 2019 16:53:34 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (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 7BC756EE50 for ; Wed, 19 Jun 2019 16:53:33 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1560963200; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=L0XEV7hvdWm4tW59rVyd6vJz5HKgsGKe3HBNNWwAQahauBzY4udywE+UgLHJlbYPIyTjJb2hws7GX jZ3NDWWJWyyGWCFYbOEoHwcDsJZN428zYMcpNjUO/ph1mAvQ0esfUuKaoZlvnLMcsvv4eCni2TVC3V SXgyVUrpQpbeoZiW7R3juBN3VfHaBQQtY2ZRExY8E8Q9RM+NuomCItR2ceGgnR8EjeoR/4Edpym4NC J8cyDBqWOTw0tdWIcGpujjbrOBKYL23249lESdcDSI9Gns9yWKFIPchoGQdnsmBa3d530bf7Lgg1QN sq3LDHMn4vbZnMEmGXkIZqDzknfqtXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=3cMRxYPXgRKKuGKjUYRI/yeuPcsCRaZFFsFzQVARuQw=; b=F78cp+Yuzb+9PvXJyWdKq0W+bBtHJ+Oaph1E70LZ5Lv06EA3i58wNkfnBy+JIiDIROJlMF0Wr8ckc G+1GbLb/WCvhnce0DhUbKMjiwJLzBGJ7fFFdCp+/w4CVy6HcFn5/ZLPLINRVrfxzlDDwlERh24R+Bl 8JALjOUsR37XstgAQIX7DtmpoRjUY6M8nBr8pYkTGIVFA8USrYeGa1jTIw/N6DPyBXLFQfNJlcXs7Q xLL2gRsLjXlHoEapXPbN2oQ7/aN7TyaMH3kqP0E+LTxHwYYBRD1g/DFRvXKmxJHw8Dx8OsDTJUBs+8 M4T6nGLjtfXlOaHf/Lq5+NOlFUonGhw== ARC-Authentication-Results: i=1; outbound2.eu.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=3cMRxYPXgRKKuGKjUYRI/yeuPcsCRaZFFsFzQVARuQw=; b=h17bHp+7zXL34lusDC+YnwtAXPPeA6Y83T+EIH9038kfLh8J0vFBTSmBs5Wwgq13ZE7asMehRBhVR BKSeepXOVh49DVCHFgwy5sR6NG4aUS0jNh4gfnrB1LoenxRT0V2vf88JnRA17SAUGVXAkkVX4YS4IC MCvEo0v44zoIHvq8YvZVYE5EA1QM/oRzI6G7DVdEsxWOSNkZupE9wLXxm72VhJTTm2WY2SnBA7Exki ZCgvlq9bWKSo63iuqU40oAaf2xHa34Rp8BN5wyEfzXkJHXUR8I0yKVyEPXOSJbc1ImmTwFKnMHBEO3 1E8UsbQVb8uavf9RX8Oz93mWiyuHvkQ== X-MHO-RoutePath: aGlwcGll X-MHO-User: b96bc6d8-92b2-11e9-b103-9d44562f9f30 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.eu.mailhop.org (Halon) with ESMTPSA id b96bc6d8-92b2-11e9-b103-9d44562f9f30; Wed, 19 Jun 2019 16:53:15 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x5JGrCYe022174; Wed, 19 Jun 2019 10:53:12 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <9a0398e387b34b0f12a9c107a440477153ba147d.camel@freebsd.org> Subject: Re: error: yacc.h: No such file or directory From: Ian Lepore To: "Rodney W. Grimes" , Cy Schubert Cc: Enji Cooper , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery Date: Wed, 19 Jun 2019 10:53:12 -0600 In-Reply-To: <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> References: <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 7BC756EE50 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; ASN(0.00)[asn:16509, ipnet:52.58.0.0/15, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Wed, 19 Jun 2019 16:53:34 -0000 On Wed, 2019-06-19 at 09:30 -0700, Rodney W. Grimes wrote: > > In message < > > fffbe5d47e3515c960429ab416bf2ba234f9671d.camel@freebsd.org> > > , Ian Le > > pore writes: > > > On Tue, 2019-06-18 at 07:01 -0700, Enji Cooper wrote: > > > > > On Jun 18, 2019, at 06:59, Enji Cooper > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > On Jun 18, 2019, at 06:53, Ian Lepore > > > > > > wrote: > > > > > > > > > > ... > > > > > > > > > > > Last Saturday, Bryan (cc'd) made a series of commits > > > > > > (r349061-69) > > > > > > that > > > > > > were all somehow related to dependency processing in the > > > > > > build. I > > > > > > don't know the details, just remember seeing some commits > > > > > > about > > > > > > that. > > > > > > > > > > I remember that as well. This might have changed the > > > > > dependency > > > > > order subtly, introducing a race. > > > > > > > > > > The headers might not be built in all cases in time now. > > > > > > > > > > Thanks, > > > > > -Enji > > > > > > > > > > PS This is one of the reasons why I wasn???t quick to > > > > > discount Peter > > > > > Jeremy???s reported build issue. > > > > > > > > Correction: I meant Julian Stacey. > > > > > > Julian Stacey has 3 problems: > > > > > > 1. Missing opt_cam.h > > > 2. Missing yacc.h > > > 3. A years-long inability to report a problem without hurling > > > personal > > > insults at the project and everyone associated with it. > > > > > > Because of #3, I don't much care about 1 and 2. > > > > Bingo! My point exactly! > > You can't understand the frustration of 25 years of > having system build breakage on a pretty regular basis > as a trigger point for anger? > I understand how inappropriate it is for a project member to condone or excuse the verbal abuse of other project members. Somone with anger management problems likely shouldn't be running current, where a certain amount of short-term breakage is normal and expected. -- Ian From owner-freebsd-current@freebsd.org Wed Jun 19 17:06:11 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 8C67A15BFD8B for ; Wed, 19 Jun 2019 17:06:11 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (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 89610703AF; Wed, 19 Jun 2019 17:06:09 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id de23hpVDqo7SQde24hILEn; Wed, 19 Jun 2019 11:06:01 -0600 X-Authority-Analysis: v=2.3 cv=Go88BX9C c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=dq6fvYVFJ5YA:10 a=iKhvJSA4AAAA:8 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=YxBL1-UpAAAA:8 a=Uoz3NOxUFZX7yh5E8dgA:9 a=QEXdDO2ut3YA:10 a=odh9cflL3HIXMm4fY7Wr:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from android-9b917f0ce39da6e6.esitwifi.local (S0106788a207e2972.gv.shawcable.net [70.66.154.233]) by spqr.komquats.com (Postfix) with ESMTPSA id 86710B79; Wed, 19 Jun 2019 10:05:58 -0700 (PDT) Date: Wed, 19 Jun 2019 10:05:35 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> References: <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: error: yacc.h: No such file or directory To: "Rodney W. Grimes" CC: Ian Lepore , Enji Cooper , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery From: Cy Schubert Message-ID: <413C51BC-1514-43B7-84B8-A1BD765F5704@cschubert.com> X-CMAE-Envelope: MS4wfHXB2ciCZ6HEBdE8WKGZyzccm4YJdNZFFo1WKY1UcGxk+NpQeZ097rZZx/EAyFOl4m7cjbPR0b7oBdFFM8x1BDdr4wzajDDoyD3kd9f4CeIJqNgb3rg/ V6a4qL+TcmY2AR5eWQJq17BE04p+u0WNIKkoxMa94lihUPrCxkcKget5wl0GVQ7ptGjJgFqdm3tiCTcZ2yZ/1uHCJSrcC64GnBeC8BWLymToc+L4mZGkMHg4 a51tgqU5ZCgVimjdEKdu8GKNUGEi8jOBBXad06RJbFjqQALPSECGkzyi7QL9isWW2BZAU+ybVrhb4D6m4pt4FdEzeX408LGhmiyID/rdVeKFlW1rokmKLCVL WTAOar+xc6yWy8hJgsb5GhtCtvezXA== X-Rspamd-Queue-Id: 89610703AF X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.64 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; IP_SCORE(-2.45)[ip: (-6.41), ipnet: 64.59.128.0/20(-3.25), asn: 6327(-2.52), country: CA(-0.09)]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; RCPT_COUNT_SEVEN(0.00)[7]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[138.136.59.64.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RECEIVED_SPAMHAUS_PBL(0.00)[233.154.66.70.zen.spamhaus.org : 127.0.0.11,17.125.67.70.zen.spamhaus.org : 127.0.0.11]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; MID_RHS_MATCH_FROM(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: Wed, 19 Jun 2019 17:06:11 -0000 On June 19, 2019 9:30:19 AM PDT, "Rodney W=2E Grimes" wrote: >> In message > >> , Ian Le >> pore writes: >> > On Tue, 2019-06-18 at 07:01 -0700, Enji Cooper wrote: >> > > > On Jun 18, 2019, at 06:59, Enji Cooper >> > > > wrote: >> > > >=20 >> > > >=20 >> > > > > On Jun 18, 2019, at 06:53, Ian Lepore >wrote: >> > > >=20 >> > > > =2E=2E=2E >> > > >=20 >> > > > > Last Saturday, Bryan (cc'd) made a series of commits >(r349061-69)=20 >> > > > > that >> > > > > were all somehow related to dependency processing in the >> > > > > build=2E I >> > > > > don't know the details, just remember seeing some commits >about >> > > > > that=2E >> > > >=20 >> > > > I remember that as well=2E This might have changed the dependency >> > > > order subtly, introducing a race=2E >> > > >=20 >> > > > The headers might not be built in all cases in time now=2E >> > > >=20 >> > > > Thanks, >> > > > -Enji >> > > >=20 >> > > > PS This is one of the reasons why I wasn???t quick to discount >Peter >> > > > Jeremy???s reported build issue=2E >> > >=20 >> > > Correction: I meant Julian Stacey=2E >> > >> > Julian Stacey has 3 problems: >> > >> > 1=2E Missing opt_cam=2Eh >> > 2=2E Missing yacc=2Eh >> > 3=2E A years-long inability to report a problem without hurling >personal >> > insults at the project and everyone associated with it=2E >> > >> > Because of #3, I don't much care about 1 and 2=2E >>=20 >> Bingo! My point exactly! > >You can't understand the frustration of 25 years of >having system build breakage on a pretty regular basis >as a trigger point for anger? But it doesn't break on a regular basis=2E Sure, people occasionally do boneheaded things but that doesn't give anyon= e the right to go on the attack=2E Calling for the revocation of commit bit= s is going over the line=2E We all get frustrated but frustration doesn't g= ive anyone the right to go postal in a virtual way=2E The fact is a person = can attract more good will by objectively addressing the problem rather tha= n subjectively attacking the person, or in this case attacking the group of= people=2E It's like being bitten by a dog=2E You want nothing to do with t= he animal=2E I see Ian's point and feel the same, and wouldn't be surprised= if others did too=2E I can think of many other real life examples which result in, "well then d= o it yourself=2E" People can't consistently treat others in a certain manne= r and expect different results time and time again=2E=20 --=20 Pardon the typos and autocorrect, small keyboard in use=2E Cheers, Cy Schubert FreeBSD UNIX: Web: http://www=2EFreeBSD=2Eorg The need of the many outweighs the greed of the few=2E From owner-freebsd-current@freebsd.org Wed Jun 19 17:25:29 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 5B50615C0E72 for ; Wed, 19 Jun 2019 17:25:29 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (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 C7B097142F; Wed, 19 Jun 2019 17:25:27 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id deKlhYImxldkPdeKnhOF8b; Wed, 19 Jun 2019 11:25:22 -0600 X-Authority-Analysis: v=2.3 cv=Ko4zJleN c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=dq6fvYVFJ5YA:10 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=YxBL1-UpAAAA:8 a=1R50-_coNVu8XDNBQYQA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from android-9b917f0ce39da6e6.esitwifi.local (S0106788a207e2972.gv.shawcable.net [70.66.154.233]) by spqr.komquats.com (Postfix) with ESMTPSA id 4C377BD4; Wed, 19 Jun 2019 10:25:19 -0700 (PDT) Date: Wed, 19 Jun 2019 10:24:56 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <9a0398e387b34b0f12a9c107a440477153ba147d.camel@freebsd.org> References: <201906191630.x5JGUJ3H018954@gndrsh.dnsmgr.net> <9a0398e387b34b0f12a9c107a440477153ba147d.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: error: yacc.h: No such file or directory To: Ian Lepore , "Rodney W. Grimes" CC: Enji Cooper , freebsd-current@freebsd.org, Michael Tuexen , "koobs@freebsd.org" , Bryan Drewery From: Cy Schubert Message-ID: <7FBAA185-655B-41D4-A92D-2E7FAE2A63CE@cschubert.com> X-CMAE-Envelope: MS4wfDxgw9QHRcunSlcCz9erFxkm7C01XPLI4sLZweVvXgvviu7lZBIDPPTLMF0RuAVxu5qBarJ0aYw+En6/UVu4tgYHkYqyNhBR7Iy+F6qYfFNEHgzdKaXV IbQDmArhPD2oFA4kRKEKAbu+wZSlBaemZwkvhTWmejBgoxunuHB7YrtWnGebAUXvHcQMKSxCuPXFNCbiqPmhobj/X3RIE1SGT6KNtRs2hTadQihy+jPkdtF+ 5QWLPdcFCzMHA4hN58GR0b9vgHGcQoAXfr9rvi7cAm2G6YGIUOAa3lwHnu4uGmcxrSxyNuJvugbgGsCHYSOiKr6XPsjyApqIDOe6rztKgNZiSKciB/DQ4H9s 0jcjiuvRJxnt8tMEVPUOoJnpX8hhyg== X-Rspamd-Queue-Id: C7B097142F X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.68 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; IP_SCORE(-2.53)[ip: (-6.80), ipnet: 64.59.128.0/20(-3.25), asn: 6327(-2.52), country: CA(-0.09)]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: spqr.komquats.com]; NEURAL_HAM_SHORT(-0.94)[-0.944,0]; RCPT_COUNT_SEVEN(0.00)[7]; RECEIVED_SPAMHAUS_PBL(0.00)[17.125.67.70.zen.spamhaus.org : 127.0.0.11,233.154.66.70.zen.spamhaus.org : 127.0.0.11]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; FREEMAIL_CC(0.00)[gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[9.134.59.64.list.dnswl.org : 127.0.5.1] 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: Wed, 19 Jun 2019 17:25:29 -0000 On June 19, 2019 9:53:12 AM PDT, Ian Lepore wrote: >On Wed, 2019-06-19 at 09:30 -0700, Rodney W=2E Grimes wrote: >> > In message < >> > fffbe5d47e3515c960429ab416bf2ba234f9671d=2Ecamel@freebsd=2Eorg> >> > , Ian Le >> > pore writes: >> > > On Tue, 2019-06-18 at 07:01 -0700, Enji Cooper wrote: >> > > > > On Jun 18, 2019, at 06:59, Enji Cooper > > > > > > >> > > > > wrote: >> > > > >=20 >> > > > >=20 >> > > > > > On Jun 18, 2019, at 06:53, Ian Lepore >> > > > > > wrote: >> > > > >=20 >> > > > > =2E=2E=2E >> > > > >=20 >> > > > > > Last Saturday, Bryan (cc'd) made a series of commits >> > > > > > (r349061-69)=20 >> > > > > > that >> > > > > > were all somehow related to dependency processing in the >> > > > > > build=2E I >> > > > > > don't know the details, just remember seeing some commits >> > > > > > about >> > > > > > that=2E >> > > > >=20 >> > > > > I remember that as well=2E This might have changed the >> > > > > dependency >> > > > > order subtly, introducing a race=2E >> > > > >=20 >> > > > > The headers might not be built in all cases in time now=2E >> > > > >=20 >> > > > > Thanks, >> > > > > -Enji >> > > > >=20 >> > > > > PS This is one of the reasons why I wasn???t quick to >> > > > > discount Peter >> > > > > Jeremy???s reported build issue=2E >> > > >=20 >> > > > Correction: I meant Julian Stacey=2E >> > >=20 >> > > Julian Stacey has 3 problems: >> > >=20 >> > > 1=2E Missing opt_cam=2Eh >> > > 2=2E Missing yacc=2Eh >> > > 3=2E A years-long inability to report a problem without hurling >> > > personal >> > > insults at the project and everyone associated with it=2E >> > >=20 >> > > Because of #3, I don't much care about 1 and 2=2E >> >=20 >> > Bingo! My point exactly! >>=20 >> You can't understand the frustration of 25 years of >> having system build breakage on a pretty regular basis >> as a trigger point for anger? >>=20 > >I understand how inappropriate it is for a project member to condone or >excuse the verbal abuse of other project members=2E > >Somone with anger management problems likely shouldn't be running >current, where a certain amount of short-term breakage is normal and >expected=2E > >-- Ian I do not think what you said was abusive=2E As a matter of fact you said w= hat I had said in a previous email, just more directly than I chose to say = it=2E Having to deal with a difficult person or two in real life personally, som= etimes the only answer is "do it yourself=2E" A little respect goes a long way=2E --=20 Pardon the typos and autocorrect, small keyboard in use=2E Cheers, Cy Schubert FreeBSD UNIX: Web: http://www=2EFreeBSD=2Eorg The need of the many outweighs the greed of the few=2E From owner-freebsd-current@freebsd.org Wed Jun 19 18:00:29 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 3865415C54F0 for ; Wed, 19 Jun 2019 18:00:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB72773C55; Wed, 19 Jun 2019 18:00:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 4F02C115C5; Wed, 19 Jun 2019 18:00:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 40CEB18E8; Wed, 19 Jun 2019 18:00:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id nzXUQueRRV57; Wed, 19 Jun 2019 18:00:24 +0000 (UTC) Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com D120F18DC To: Rainer Hurling , freebsd-current@FreeBSD.org References: From: Bryan Drewery Openpgp: preference=signencrypt Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= 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 Xi+R Organization: FreeBSD Message-ID: Date: Wed, 19 Jun 2019 11:00:22 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xw3SMI1307ZKXen0oSi7c7vhY8k6Qrs0k" X-Rspamd-Queue-Id: CB72773C55 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] 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: Wed, 19 Jun 2019 18:00:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xw3SMI1307ZKXen0oSi7c7vhY8k6Qrs0k Content-Type: multipart/mixed; boundary="U1sp2BI4PJ5LUOJ3e65rzlxkuJ3dCugD8"; protected-headers="v1" From: Bryan Drewery To: Rainer Hurling , freebsd-current@FreeBSD.org Message-ID: Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) References: In-Reply-To: --U1sp2BI4PJ5LUOJ3e65rzlxkuJ3dCugD8 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/16/19 8:49 AM, Rainer Hurling wrote: > If I try to build world almost recent sources (r349100) on HEAD amd64 > (r348775), it stops with the following error: >=20 >=20 > [..snip..] > (cd /usr/src/tests/sys/kern && DEPENDFILE=3D.depend.libkern_crc32 > NO_SUBDIR=3D1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS= =3Dt > PROG=3Dlibkern_crc32 ) > echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a > /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> > .depend.libkern_crc32 > cc -target x86_64-unknown-freebsd13.0 > --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe > -DUSERSPACE_TESTING -MD -MF.depend.libkern_crc32.libkern_crc32.o > -MTlibkern_crc32.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-heade= rs > -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef > -Wno-address-of-packed-member -Qunused-arguments -c > /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o > cc -target x86_64-unknown-freebsd13.0 > --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TESTIN= G > -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int > -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion > -Wno-unused-local-typedef -Wno-address-of-packed-member > -Qunused-arguments -DUSERSPACE_TESTING -o libkern_crc32 > libkern_crc32.o /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c > /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c Hmm /usr/src/sys/libkern/x86/crc32_sse42.c is listed twice unless I'm reading it wrong. It's from an LDADD. I'm looking into it a bit more... > ld: error: duplicate symbol: sse42_crc32c >>>> defined at crc32_sse42.c >>>> /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) >>>> defined at crc32_sse42.c >>>> /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) > cc: error: linker command failed with exit code 1 (use -v to see invoca= tion) > *** [libkern_crc32] Error code 1 > make[6]: stopped in /usr/src/tests/sys/kern > 1 error > make[6]: stopped in /usr/src/tests/sys/kern > *** [libkern_crc32] Error code 2 >=20 >=20 > This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom > II X6 1090T). >=20 > Am I the only one, who observes this breakage? Thanks for any hint. >=20 > Regards, > Rainer Hurling > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.o= rg" >=20 --=20 Regards, Bryan Drewery --U1sp2BI4PJ5LUOJ3e65rzlxkuJ3dCugD8-- --xw3SMI1307ZKXen0oSi7c7vhY8k6Qrs0k Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0KeDYACgkQNddxu25G l8+lxQf+KhGYMvhvupKYjtpLZ/VG74uFY1DTf+VMsItZebkoaX5igfzyX4qMSXnr FautmiHKVmWE4PHd4Spi3VlEh9TOq5HdGWz0lGgbiiHO9mo0vjORyGJjR386wt4y tYKTmMjxhbHxTtv3uiBnT5B8ISKf9fI+tkDMEObn5V3LMRzLvXGnyyfDgFLxcDfL N/uaJMhmSPJigWbDyHgj1OExA45GEQZ31T6tov2WO8RbvZvqVeHn92Ux2wfmuh2z zroaNXN15GyKodkpoCgsIjmANA0XflclAEy4kj3/xhVWxfKdianhjTZRaSbkkV2j Z3hBCLgb63u8aEV07wgRkh52Vu2MjA== =7dpZ -----END PGP SIGNATURE----- --xw3SMI1307ZKXen0oSi7c7vhY8k6Qrs0k-- From owner-freebsd-current@freebsd.org Wed Jun 19 18:02:52 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 8B8AF15C5784 for ; Wed, 19 Jun 2019 18:02:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24C22744AF; Wed, 19 Jun 2019 18:02:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id B08E3116C5; Wed, 19 Jun 2019 18:02:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id EB45F190C; Wed, 19 Jun 2019 18:02:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 2dmIBhDz-x1d; Wed, 19 Jun 2019 18:02:47 +0000 (UTC) Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 1181B18F3 To: Warner Losh , Rainer Hurling Cc: FreeBSD Current References: From: Bryan Drewery Openpgp: preference=signencrypt Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= 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 Xi+R Organization: FreeBSD Message-ID: Date: Wed, 19 Jun 2019 11:02:47 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Q9JXYeYLV00C38eVrVNFdaZBJFaffmACw" X-Rspamd-Queue-Id: 24C22744AF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.938,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Wed, 19 Jun 2019 18:02:52 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Q9JXYeYLV00C38eVrVNFdaZBJFaffmACw Content-Type: multipart/mixed; boundary="iIVEesAnphULOzQBCNtWsCDmCloZz3NNy"; protected-headers="v1" From: Bryan Drewery To: Warner Losh , Rainer Hurling Cc: FreeBSD Current Message-ID: Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) References: In-Reply-To: --iIVEesAnphULOzQBCNtWsCDmCloZz3NNy Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/16/19 9:33 AM, Warner Losh wrote: > On Sun, Jun 16, 2019, 9:51 AM Rainer Hurling wrote: >=20 >> If I try to build world almost recent sources (r349100) on HEAD amd64 >> (r348775), it stops with the following error: >> >> >> [..snip..] >> (cd /usr/src/tests/sys/kern && DEPENDFILE=3D.depend.libkern_crc32 >> NO_SUBDIR=3D1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROG= S=3Dt >> PROG=3Dlibkern_crc32 ) >> echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a >> /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> >> .depend.libkern_crc32 >> cc -target x86_64-unknown-freebsd13.0 >> --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp >> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe >> -DUSERSPACE_TESTING -MD -MF.depend.libkern_crc32.libkern_crc32.o >> -MTlibkern_crc32.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers >> -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter >> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >> -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body >> -Wno-string-plus-int -Wno-unused-const-variable >> -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality >> -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef >> -Wno-address-of-packed-member -Qunused-arguments -c >> /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o >> cc -target x86_64-unknown-freebsd13.0 >> --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp >> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TESTI= NG >> -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall >> -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes >> -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized >> -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int >> -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value= >> -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion >> -Wno-unused-local-typedef -Wno-address-of-packed-member >> -Qunused-arguments -DUSERSPACE_TESTING -o libkern_crc32 >> libkern_crc32.o /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c= >> /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c >> ld: error: duplicate symbol: sse42_crc32c >>>>> defined at crc32_sse42.c >>>>> /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) >>>>> defined at crc32_sse42.c >>>>> /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) >> cc: error: linker command failed with exit code 1 (use -v to see >> invocation) >> *** [libkern_crc32] Error code 1 >> make[6]: stopped in /usr/src/tests/sys/kern >> 1 error >> make[6]: stopped in /usr/src/tests/sys/kern >> *** [libkern_crc32] Error code 2 >> >> >> This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom= >> II X6 1090T). >> >> Am I the only one, who observes this breakage? Thanks for any hint. >> >=20 > Try adding -DWITHOUT_TESTS to buildworld... >=20 > Warner >=20 ~/git/freebsd2/tests/sys/kern # env|grep TEST MK_TESTS=3Dno Doh. Turns out I've had TESTS disabled in some of my recent build tests / commits. This is likely my fault. --=20 Regards, Bryan Drewery --iIVEesAnphULOzQBCNtWsCDmCloZz3NNy-- --Q9JXYeYLV00C38eVrVNFdaZBJFaffmACw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0KeMcACgkQNddxu25G l8/PpwgAt1JzM4KRQH4gXDUXaihjAZIoTZlKcDlq+p2xLELSuNeMxCB4zE6Yit7I xamCoEefM4v/PUrzOzq1KCbebUALI7Ntl6BFHHLUBVTS+F3z377dv23eCNKoinbN QEOlsvBS8d0CZmXscG4vZJxWRqQobmAPEvYwl51yvkQzeHBMU9HEJCHamK3FB1r/ j8QX9lAWyLTnSz2B1ffPCXFPBz5z1eI1p+BuAW6liSa4jFgA1RxPquGOAef9jIX3 BT1anbS3zBq+6RgctCQF5d8+MuRxn8aK8qUn7S6R6hGZhB3dSimQ9kRZQ4GIcAGu +P1/ZqeyxyEF98DsMyliucU8OZbt/A== =JSZV -----END PGP SIGNATURE----- --Q9JXYeYLV00C38eVrVNFdaZBJFaffmACw-- From owner-freebsd-current@freebsd.org Wed Jun 19 18:05:45 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 659A915C5961 for ; Wed, 19 Jun 2019 18:05:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00AAE74699; Wed, 19 Jun 2019 18:05:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id A8B03117B2; Wed, 19 Jun 2019 18:05:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id DAD0A193D; Wed, 19 Jun 2019 18:05:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id wDXaX3tHo3i3; Wed, 19 Jun 2019 18:05:40 +0000 (UTC) Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com EA5621930 From: Bryan Drewery To: Warner Losh , Rainer Hurling Cc: FreeBSD Current References: Openpgp: preference=signencrypt Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= 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 Xi+R Organization: FreeBSD Message-ID: <35afacf4-a52b-2b82-144c-4d40cbe58d74@FreeBSD.org> Date: Wed, 19 Jun 2019 11:05:40 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="8xAQm8HxuH8IooQXVOAbjia1SLOhsXzsL" X-Rspamd-Queue-Id: 00AAE74699 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.938,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] 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: Wed, 19 Jun 2019 18:05:45 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --8xAQm8HxuH8IooQXVOAbjia1SLOhsXzsL Content-Type: multipart/mixed; boundary="Fy3YfTt7O55K8pTbmGFEUCwc4N2ONvA2p"; protected-headers="v1" From: Bryan Drewery To: Warner Losh , Rainer Hurling Cc: FreeBSD Current Message-ID: <35afacf4-a52b-2b82-144c-4d40cbe58d74@FreeBSD.org> Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) References: In-Reply-To: --Fy3YfTt7O55K8pTbmGFEUCwc4N2ONvA2p Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/19/19 11:02 AM, Bryan Drewery wrote: > On 6/16/19 9:33 AM, Warner Losh wrote: >> On Sun, Jun 16, 2019, 9:51 AM Rainer Hurling wrote: >> >>> If I try to build world almost recent sources (r349100) on HEAD amd64= >>> (r348775), it stops with the following error: >>> >>> >>> [..snip..] >>> (cd /usr/src/tests/sys/kern && DEPENDFILE=3D.depend.libkern_crc32 >>> NO_SUBDIR=3D1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PRO= GS=3Dt >>> PROG=3Dlibkern_crc32 ) >>> echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a >>> /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> >>> .depend.libkern_crc32 >>> cc -target x86_64-unknown-freebsd13.0 >>> --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp >>> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe >>> -DUSERSPACE_TESTING -MD -MF.depend.libkern_crc32.libkern_crc32.o >>> -MTlibkern_crc32.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-hea= ders >>> -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter >>> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >>> -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body >>> -Wno-string-plus-int -Wno-unused-const-variable >>> -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality= >>> -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef >>> -Wno-address-of-packed-member -Qunused-arguments -c >>> /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o >>> cc -target x86_64-unknown-freebsd13.0 >>> --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp >>> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TEST= ING >>> -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall >>> -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes >>> -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized >>> -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int >>> -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-valu= e >>> -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion >>> -Wno-unused-local-typedef -Wno-address-of-packed-member >>> -Qunused-arguments -DUSERSPACE_TESTING -o libkern_crc32 >>> libkern_crc32.o /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-= c >>> /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c >>> ld: error: duplicate symbol: sse42_crc32c >>>>>> defined at crc32_sse42.c >>>>>> /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) >>>>>> defined at crc32_sse42.c >>>>>> /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) >>> cc: error: linker command failed with exit code 1 (use -v to see >>> invocation) >>> *** [libkern_crc32] Error code 1 >>> make[6]: stopped in /usr/src/tests/sys/kern >>> 1 error >>> make[6]: stopped in /usr/src/tests/sys/kern >>> *** [libkern_crc32] Error code 2 >>> >>> >>> This happens with two older cpus, Intel (Core 17-4770) and AMD (Pheno= m >>> II X6 1090T). >>> >>> Am I the only one, who observes this breakage? Thanks for any hint. >>> >> >> Try adding -DWITHOUT_TESTS to buildworld... >> >> Warner >> >=20 > ~/git/freebsd2/tests/sys/kern # env|grep TEST > MK_TESTS=3Dno >=20 >=20 > Doh. Turns out I've had TESTS disabled in some of my recent build tests= > / commits. This is likely my fault. >=20 Yup it is from my r349065. It's an ambiguity between LDADD. and my newly added LDADD.. LDADD.libkern_crc32+=3D ${SRCTOP}/sys/libkern/x86/crc32_sse42.c So it's added in twice. --=20 Regards, Bryan Drewery --Fy3YfTt7O55K8pTbmGFEUCwc4N2ONvA2p-- --8xAQm8HxuH8IooQXVOAbjia1SLOhsXzsL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0KeXQACgkQNddxu25G l89oKwgAw4MPE9+TBjL5vC4THi3hPDf3491uwxrwgLfvoNSoRicAzoSWta2DyRUj /OWnXiaeIRO7DUX5VP/EZAWUv5aIN3akpT3f4NC2rvNvI3+RXhOyp9xQjHNN6lEb LR+GRspNMLrbkqcwPFw38RsdQfKHzoiZj9CMqrtNQaJ7495jdw8Un1gxyEGSY/Z7 MeUPJYCHIc6Y9y6eKKOfr5iMw2PWoAd7mnKM6bgfsPW/Nh0ZoS77LQVYL1LhVziq 3TuE9vnf3JhpG3NTlLGWET4NbRUz32RXwDtQUz5aSyCERATFutuvfqYk/00tCpRY pSv6g/y7TYUTquqNnvtcZSZnb2MuQQ== =DJ2G -----END PGP SIGNATURE----- --8xAQm8HxuH8IooQXVOAbjia1SLOhsXzsL-- From owner-freebsd-current@freebsd.org Wed Jun 19 19:20:07 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 1C4F715C73A4 for ; Wed, 19 Jun 2019 19:20:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC7F17683F; Wed, 19 Jun 2019 19:20:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 3D4C912346; Wed, 19 Jun 2019 19:20:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 3D1A31A13; Wed, 19 Jun 2019 19:20:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id E6C-i_zzlUFG; Wed, 19 Jun 2019 19:20:01 +0000 (UTC) Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 053811A0A From: Bryan Drewery To: Rainer Hurling Cc: FreeBSD Current References: <35afacf4-a52b-2b82-144c-4d40cbe58d74@FreeBSD.org> Openpgp: preference=signencrypt Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= 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 Xi+R Organization: FreeBSD Message-ID: <6a5f0886-3ee8-df4d-0cb4-65a3e89bc4a0@FreeBSD.org> Date: Wed, 19 Jun 2019 12:20:00 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <35afacf4-a52b-2b82-144c-4d40cbe58d74@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vbKdDPlhdI0VQuJzZeZQje0zuv624BTto" X-Rspamd-Queue-Id: AC7F17683F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] 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: Wed, 19 Jun 2019 19:20:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vbKdDPlhdI0VQuJzZeZQje0zuv624BTto Content-Type: multipart/mixed; boundary="GCqtYhtI7uyqlo8pa7Pnps0wwrkjtOHAj"; protected-headers="v1" From: Bryan Drewery To: Rainer Hurling Cc: FreeBSD Current Message-ID: <6a5f0886-3ee8-df4d-0cb4-65a3e89bc4a0@FreeBSD.org> Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) References: <35afacf4-a52b-2b82-144c-4d40cbe58d74@FreeBSD.org> In-Reply-To: <35afacf4-a52b-2b82-144c-4d40cbe58d74@FreeBSD.org> --GCqtYhtI7uyqlo8pa7Pnps0wwrkjtOHAj Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/19/19 11:05 AM, Bryan Drewery wrote: > On 6/19/19 11:02 AM, Bryan Drewery wrote: >> On 6/16/19 9:33 AM, Warner Losh wrote: >>> On Sun, Jun 16, 2019, 9:51 AM Rainer Hurling wrote:= >>> >>>> If I try to build world almost recent sources (r349100) on HEAD amd6= 4 >>>> (r348775), it stops with the following error: >>>> >>>> >>>> [..snip..] >>>> (cd /usr/src/tests/sys/kern && DEPENDFILE=3D.depend.libkern_crc32 >>>> NO_SUBDIR=3D1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PR= OGS=3Dt >>>> PROG=3Dlibkern_crc32 ) >>>> echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a >>>> /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> >>>> .depend.libkern_crc32 >>>> cc -target x86_64-unknown-freebsd13.0 >>>> --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp >>>> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe >>>> -DUSERSPACE_TESTING -MD -MF.depend.libkern_crc32.libkern_crc32.o >>>> -MTlibkern_crc32.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-he= aders >>>> -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter >>>> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >>>> -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body >>>> -Wno-string-plus-int -Wno-unused-const-variable >>>> -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equalit= y >>>> -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef >>>> -Wno-address-of-packed-member -Qunused-arguments -c >>>> /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o >>>> cc -target x86_64-unknown-freebsd13.0 >>>> --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp >>>> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TES= TING >>>> -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall= >>>> -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes >>>> -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized >>>> -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int >>>> -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-val= ue >>>> -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion >>>> -Wno-unused-local-typedef -Wno-address-of-packed-member >>>> -Qunused-arguments -DUSERSPACE_TESTING -o libkern_crc32 >>>> libkern_crc32.o /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf= -c >>>> /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c >>>> ld: error: duplicate symbol: sse42_crc32c >>>>>>> defined at crc32_sse42.c >>>>>>> /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) >>>>>>> defined at crc32_sse42.c >>>>>>> /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) >>>> cc: error: linker command failed with exit code 1 (use -v to see >>>> invocation) >>>> *** [libkern_crc32] Error code 1 >>>> make[6]: stopped in /usr/src/tests/sys/kern >>>> 1 error >>>> make[6]: stopped in /usr/src/tests/sys/kern >>>> *** [libkern_crc32] Error code 2 >>>> >>>> >>>> This happens with two older cpus, Intel (Core 17-4770) and AMD (Phen= om >>>> II X6 1090T). >>>> >>>> Am I the only one, who observes this breakage? Thanks for any hint. >>>> >>> >>> Try adding -DWITHOUT_TESTS to buildworld... >>> >>> Warner >>> >> >> ~/git/freebsd2/tests/sys/kern # env|grep TEST >> MK_TESTS=3Dno >> >> >> Doh. Turns out I've had TESTS disabled in some of my recent build test= s >> / commits. This is likely my fault. >> >=20 > Yup it is from my r349065. >=20 > It's an ambiguity between LDADD. and my newly added > LDADD.. >=20 > LDADD.libkern_crc32+=3D ${SRCTOP}/sys/libkern/x86/crc32_sse42.c >=20 > So it's added in twice. >=20 >=20 This should be fixed in r349202. Sorry for the trouble. --=20 Regards, Bryan Drewery --GCqtYhtI7uyqlo8pa7Pnps0wwrkjtOHAj-- --vbKdDPlhdI0VQuJzZeZQje0zuv624BTto Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0KiuAACgkQNddxu25G l8/yswf+Jo6C+utjGlpSdJVRceL1TugnsogvpKhjhN/vzZijZEU7uUP5x3n3qm7p 0uiNFhoWTpov1eirBKzw36Fy+XGmELm3sLNQrQmREtkbGl4DVhyUMFfc042XoFMj bN3iItMvGFftzOwSJriqF9SCs+RPwcPF+hnJFkKW3ttUHuVWwW1mapvZ4BtmyqyK 37jWCwZrmEFIknErQqMebF/mVOQt1pa3PD7kDToY32smpiqufHAB/LlpjnP8zPNR l+Sth2eh4IZgMXC2SUo3hCan7zeumlqpkJz9jF1PargB2QSPKbZ1bA5qcqrpK2eS gnI8ed9xiQoBgW436as9/wY6vOTYnw== =B03z -----END PGP SIGNATURE----- --vbKdDPlhdI0VQuJzZeZQje0zuv624BTto-- From owner-freebsd-current@freebsd.org Wed Jun 19 19:46:19 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 81A4215C7EC9 for ; Wed, 19 Jun 2019 19:46:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) 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 01C4A776BE for ; Wed, 19 Jun 2019 19:46:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id B50D515C7EC8; Wed, 19 Jun 2019 19:46:18 +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 76D9315C7EC7 for ; Wed, 19 Jun 2019 19:46:18 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C746776BD; Wed, 19 Jun 2019 19:46:18 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id D1BEA1BB5B; Wed, 19 Jun 2019 19:46:17 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [10.10.153.209] (unknown [185.93.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 624274983F; Wed, 19 Jun 2019 21:46:16 +0200 (CEST) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_3AC941AF-A369-4389-9F46-6BC30AA70748"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Compiling issues Date: Wed, 19 Jun 2019 21:46:14 +0200 In-Reply-To: <1170690929.3061726.1560893193243@mail.yahoo.com> Cc: "current@freebsd.org" To: Aaron Farias References: <1170690929.3061726.1560893193243.ref@mail.yahoo.com> <1170690929.3061726.1560893193243@mail.yahoo.com> X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 1C746776BD X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.987,0] 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: Wed, 19 Jun 2019 19:46:19 -0000 --Apple-Mail=_3AC941AF-A369-4389-9F46-6BC30AA70748 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 18 Jun 2019, at 23:26, Aaron Farias wrote: >=20 > Hello good evening can someone help me out with this issue > [ 7%] Building CXX object src/CMakeFiles/services.dir/access.o > In file included from = /home/Dark/Downloads/anope-2.0.6/src/access.cpp:12: > In file included from = /home/Dark/Downloads/anope-2.0.6/include/service.h:15: > In file included from = /home/Dark/Downloads/anope-2.0.6/include/services.h:22: > In file included from /usr/include/c++/v1/stdexcept:46: > In file included from /usr/include/c++/v1/exception:81: > In file included from /usr/include/c++/v1/cstddef:38: > /home/Dark/Downloads/anope-2.0.6/include/version:1:1: error: expected > unqualified-id > ELF = ... > ^ > /home/Dark/Downloads/anope-2.0.6/include/version:2:208: error: source = file is > not valid UTF-8 Yes, you seem to have a file called "version" in your include path, and you need to either rename it, or remove the directory containing the file from your include path. Unfortunately recent versions of libc++ include the standards-mandated header [1], which will now by default conflict with any file named as such in your project. See also https://bugs.freebsd.org/236192. -Dimitry [1] https://en.cppreference.com/w/cpp/header/version --Apple-Mail=_3AC941AF-A369-4389-9F46-6BC30AA70748 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXQqRBgAKCRCwXqMKLiCW o3VQAKCTd94oQQQa6duuc4ai1iORcEYj9ACeOOwbLsgS+so4LTX0lvRyAKVLuqA= =Ye8y -----END PGP SIGNATURE----- --Apple-Mail=_3AC941AF-A369-4389-9F46-6BC30AA70748-- From owner-freebsd-current@freebsd.org Wed Jun 19 19:54:06 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 11E8515C829E for ; Wed, 19 Jun 2019 19:54:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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 8D74177B58 for ; Wed, 19 Jun 2019 19:54:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4D46215C829D; Wed, 19 Jun 2019 19:54:05 +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 2AA1D15C829C for ; Wed, 19 Jun 2019 19:54:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDF5177B57; Wed, 19 Jun 2019 19:54:04 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 4AD77128A7; Wed, 19 Jun 2019 19:54:04 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 6538C1BB9; Wed, 19 Jun 2019 19:54:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id xODAs09_i-yy; Wed, 19 Jun 2019 19:53:57 +0000 (UTC) Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com BD3FF1BA6 To: "Julian H. Stacey" , current@freebsd.org References: <201906180147.x5I1ksVi028507@fire.js.berklix.net> From: Bryan Drewery Openpgp: preference=signencrypt Autocrypt: addr=bdrewery@FreeBSD.org; prefer-encrypt=mutual; keydata= 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 Xi+R Organization: FreeBSD Message-ID: Date: Wed, 19 Jun 2019 12:53:56 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <201906180147.x5I1ksVi028507@fire.js.berklix.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mL69AvO5irWNxdQRD16AEV1FxTwf3cNbm" X-Rspamd-Queue-Id: BDF5177B57 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Wed, 19 Jun 2019 19:54:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mL69AvO5irWNxdQRD16AEV1FxTwf3cNbm Content-Type: multipart/mixed; boundary="QoTOd9y7Qmnl3CHXIVnCVHCHF6mLpispQ"; protected-headers="v1" From: Bryan Drewery To: "Julian H. Stacey" , current@freebsd.org Message-ID: Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found References: <201906180147.x5I1ksVi028507@fire.js.berklix.net> In-Reply-To: <201906180147.x5I1ksVi028507@fire.js.berklix.net> --QoTOd9y7Qmnl3CHXIVnCVHCHF6mLpispQ Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/17/19 6:46 PM, Julian H. Stacey wrote: > Hi, Reference: >> From: Ian Lepore >> Date: Mon, 17 Jun 2019 18:56:35 -0600 >=20 > Ian Lepore wrote: >> On Tue, 2019-06-18 at 02:21 +0200, Julian H. Stacey wrote: >>> "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=20 >>>>> to reproduce this? >>>>> >>>>> /bz >>>> >>>> If I can help let me know. >>>> My buildworld broke with 13.0-CURRENT=20 >>>> /usr/src .ctm_status src-cur 14077 .svn_revision 348842 >>>> I'm now running make install,=20 >>>> & can then compare my root include & libs with with a set >>>> installed=20 >>>> using DESTDIR=3D >>> >>> I compiled, installed, compared. =20 >>> 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=3DYES 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=3Dgnu99 -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. >> >> Since you seem to be so focused on mean-spirited criticism of others, >> I'm sure you'll understand when I ask... >> >> Have you *seriosly* been using and building freebsd this long and you >> don't know that an opt_*.h file is generated as part of the build and >> exists only in the object directory, so that searching for it under >> /usr/src or /usr/include would be... let's see, how did you put it?...= >> Oh yeah: A double waste of CPU & human time. >=20 > Personal noise is irrelevant. >=20 > Facts:=20 > Unchecked commits broken make buildworld twice,=20 > Time was wasted by bad commits. =20 > My time ran out.=20 > Current does not benefit from commits that break buildworld. > I (like a friend before) must switch to stable to avoid breakage.=20 >=20 > Time was, ~25 years back, when FreeBSD commiters who screwed > the build were awarded a conical hat & took a one week holiday. A > mild rebuke for wasting people's time, & a short refreshing > break to go smell fresh air. No not coffee, but fresh air. >=20 > Cheers, > Julian >=20 As the committer who broke yacc.h I'm sorry. I understand the frustration. I too get frustrated by build breakage from others and even myself. I appreciate the cc's here. I did test this particular change with 1. clean build 2. -DNO_CLEAN 3. CLEANDIR=3Dclean + -DNO_CLEAN (to really rebuild everything but reuse the .depend files). And similar pattern with META_MODE. And a cross-build of powerpc.powerpc64 to capture some gcc deps and ensure cross-build was running the right binaries. I missed not using -j though, that's a really odd case I'll never test frankly. Worse my build environment had MK_TESTS=3Dno in it so I missed some other= bugs. What I didn't test: buildkernel, install*, universe, ports (the last 2 will likely bite me still). It's pretty common for all of us to forget to test installworld and ports= =2E Again this brings up the need for a real build test suite that can be used pre-commit. --=20 Regards, Bryan Drewery --QoTOd9y7Qmnl3CHXIVnCVHCHF6mLpispQ-- --mL69AvO5irWNxdQRD16AEV1FxTwf3cNbm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAl0KktQACgkQNddxu25G l8+eTggAiiP9B+6PrBxod5b5PJcso4aqVuZIZoFCeWA4MZbHUcdQRaPa53okwe0v j3l2/4suZ4GSaMXHL6B5Eq6JUsGL8f8hIUB4bsVvIRPgc1nyruMdsit6U4c277m9 S0c8T+weeRr6sASFCGtdwPDIyx86VWi39K1sCIDZnyI9cwbePL0sltkCVL6srPh5 VYsN5jADqZw5N1CAsKP1yu2fEY65hpzIfV4tCs9FNCXmUYNgIiniwSdNfNeCI8M8 ztmO38/jS5PS6rpYxIq4GuBiM5hB4C2bXZRoSJs+DyY5K948sNUulyDyhxhsoXk0 X+joAS1NKlq/2fUDgVnQ+DNJy6RyXA== =p6JU -----END PGP SIGNATURE----- --mL69AvO5irWNxdQRD16AEV1FxTwf3cNbm-- From owner-freebsd-current@freebsd.org Wed Jun 19 20:12:41 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 72F0015C8CB9 for ; Wed, 19 Jun 2019 20:12:41 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53AAE80B6F for ; Wed, 19 Jun 2019 20:12:40 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf1-f50.google.com with SMTP id y198so631597lfa.1 for ; Wed, 19 Jun 2019 13:12:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KET4gHvonkvBShL6POUTMYJRqOselRcGyDEmOfBMpf0=; b=Q+ac7KNMa4AOrnFFqg7LjWYTomxufy4DBf6zZQExcUFjlDPU7nZP9nCYhGSPEuJzTN 4nwfMFMEMZuqEZiF+HV3aCevMxdItafRY7dBNwXMBgHd3TyBtbXkHosr3kCXPwSMj+bE FSUbrnDCsgedI7tkJzMIf7O0Ad34iXIE7zuAWHBh7zRKw2eo3FYy7E/hpchq2FBk2Z03 m+KjwPZNbfD4/loIy6ibV8QCDLdnHTfwpGqfc6xsoF+Q8g5lLf+9XjqxFptPit7Y2e6V 8TwxF3oFug1c2F060R4qGpfo6bmOv+GgtllKgq6bDL1J2Kxvs01jdayjh2kGQOVRiKrm EBcw== X-Gm-Message-State: APjAAAVrFw8zcIeZwT9py1Old1LoEcVAVyci/Yc22uEc4TLZwwbwXDHU AdNjEd2XhQLbdGcCA93J9FWdoLTp8ORxkFQ5sCydQFww X-Google-Smtp-Source: APXvYqy35PbZIYO5dSIF7PYEJeV572jue0pOUquXS+V3sa5UFSpN8tey2+K5bF65TOeYZYIWu9ldUr+Xwi5RB9+M7i8= X-Received: by 2002:ac2:4202:: with SMTP id y2mr2218686lfh.178.1560975152764; Wed, 19 Jun 2019 13:12:32 -0700 (PDT) MIME-Version: 1.0 From: Alan Somers Date: Wed, 19 Jun 2019 14:12:21 -0600 Message-ID: Subject: Checking out the CSRG repository? To: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 53AAE80B6F X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.167.50 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.17 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.88)[-0.876,0]; RCVD_IN_DNSWL_NONE(0.00)[50.167.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-1.29)[ip: (-0.66), ipnet: 209.85.128.0/17(-3.43), asn: 15169(-2.31), country: US(-0.06)]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; SUBJECT_ENDS_QUESTION(1.00)[]; TO_DOM_EQ_FROM_DOM(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: Wed, 19 Jun 2019 20:12:41 -0000 Does anybody know how to check out a local copy of the CSRG repository? I can view it with ViewVC, but I would really like local access. It doesn't seem to be available on the usual repo.FreeBSD.org or svn.FreeBSD.org. $ svn checkout https://svn.FreeBSD.org/csrg csrg svn: E170013: Unable to connect to a repository at URL 'https://svn.freebsd.org/csrg' svn: E175009: The XML response contains invalid XML svn: E130003: Malformed XML: no element found at line 1 $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg svn: E170013: Unable to connect to a repository at URL 'svn+ssh://asomers@repo.freebsd.org/csrg' svn: E210005: No repository found in 'svn+ssh://asomers@repo.freebsd.org/csrg' -Alan From owner-freebsd-current@freebsd.org Wed Jun 19 23:38:32 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 7FEC215CD743 for ; Wed, 19 Jun 2019 23:38:32 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A759885AD for ; Wed, 19 Jun 2019 23:38:31 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x734.google.com with SMTP id x18so684393qkn.13 for ; Wed, 19 Jun 2019 16:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Hq5FB3t4xuvZkxT42cTLRp9MSnOA/8Lku1zTAhbj56A=; b=kPXRvNbFQrgOtKrtXMTUBChDgIrd4CQnd9rtuGrhJw8chBfiu5BZNIEh/PCJZafheH KWx3N17DVNKBEifTFmoID3cCLAQiu/lcksSPhC0YMAAjKvPnzXnALaI5v/4ftHav9VDm XQTzXFhNJuvNha5n4MArZT6IXf1GEryLB/g9WjRzIFfbi6F1K0jfY++tpv9udzNECDY0 NLfeY4NFEKw1W3Wkzwf5ppo6TNP8L4WGEZu0skqd1axndbvrIghyjWoVaNvb/AXGohT8 84IUdUvoJe2gsL3OUi9CKEvyfiNondvMFrpMeQp2ZjDZ+BhkB/hOpdzIAXXoCarDZYEi rrSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Hq5FB3t4xuvZkxT42cTLRp9MSnOA/8Lku1zTAhbj56A=; b=ji2OpL8OjtyUoCGwRDF7YPOFpTWrRSl9Re208yTISmRJC4EPwFcxrbrlfFTXAGSIDs 6ejtUA9kObJh0CwjW8k8UkgIhdjeng002GH2m3YbKbbaZzAk7uAh7Bg+QeLg97jivQIQ uDeEDpVeGF9bMrFRUgGRZmNPg5jIjQ7IalN+VdOOWmHC+fLlVWnee6y4teC1+a7nDZQV aglxmRsqZHwJrfCZI8G7FiYL7o1S/DEZduFCMsGh64dz9yjWqF5ZPmCBto8cLez9qWjF ym+VGP2wrW1KDxPA3+8+fKYAIXTrzNJMcvucg1wa1PxTMrpCUiNL/uulJObz1HipU/sx JLHQ== X-Gm-Message-State: APjAAAVEqKiae9tphUpEneOH3V8acbtqYYeEuIHKcQqMjJYoo6N4XSHE +9NveAz6LyjCsSUPHujuMafFBO/dxmjXRH2webesqg== X-Google-Smtp-Source: APXvYqydNmbJKPeTG9rQ9RKfE0/2u3EmuNVP6gXuLRiW+wKlDc8pU/0CKPiZ1C7qr5JGXDYd4MgfKxs/yNUvAdQsb08= X-Received: by 2002:a05:620a:125b:: with SMTP id a27mr6289414qkl.112.1560987510558; Wed, 19 Jun 2019 16:38:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Wed, 19 Jun 2019 16:38:19 -0700 Message-ID: Subject: Re: Checking out the CSRG repository? To: Alan Somers Cc: FreeBSD CURRENT X-Rspamd-Queue-Id: 5A759885AD X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdimp-com.20150623.gappssmtp.com header.s=20150623 header.b=kPXRvNbF X-Spamd-Result: default: False [-4.94 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.929,0]; IP_SCORE(-3.00)[ip: (-9.50), ipnet: 2607:f8b0::/32(-3.14), asn: 15169(-2.31), country: US(-0.06)]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[4.3.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; MX_GOOD(-0.01)[cached: ALT1.aspmx.l.google.com]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Wed, 19 Jun 2019 23:38:32 -0000 On Wed, Jun 19, 2019 at 1:14 PM Alan Somers wrote: > Does anybody know how to check out a local copy of the CSRG > repository? I can view it with ViewVC, but I would really like local > access. It doesn't seem to be available on the usual repo.FreeBSD.org > or svn.FreeBSD.org. > > $ svn checkout https://svn.FreeBSD.org/csrg csrg > svn: E170013: Unable to connect to a repository at URL > 'https://svn.freebsd.org/csrg' > svn: E175009: The XML response contains invalid XML > svn: E130003: Malformed XML: no element found at line 1 > > $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > svn: E170013: Unable to connect to a repository at URL > 'svn+ssh://asomers@repo.freebsd.org/csrg' > svn: E210005: No repository found in 'svn+ssh:// > asomers@repo.freebsd.org/csrg' > Can't answer this question directly about svn But I have been using https://github.com/dspinellis/unix-history-repo.git to look at historical sources. https://github.com/csrg has a number of additional repos of historical interest, though they are all forks from somewhere else. Warner From owner-freebsd-current@freebsd.org Wed Jun 19 23:11:54 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 0C92915CCBE0 for ; Wed, 19 Jun 2019 23:11:54 +0000 (UTC) (envelope-from mckusick@mckusick.com) Received: from chez.mckusick.com (chez.mckusick.com [70.36.157.235]) (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 B7B2B8749F; Wed, 19 Jun 2019 23:11:52 +0000 (UTC) (envelope-from mckusick@mckusick.com) Received: from chez.mckusick.com (localhost [IPv6:::1]) by chez.mckusick.com (8.15.2/8.15.2) with ESMTP id x5JNKgDe071102; Wed, 19 Jun 2019 16:20:42 -0700 (PDT) (envelope-from mckusick@mckusick.com) Message-Id: <201906192320.x5JNKgDe071102@chez.mckusick.com> From: Kirk McKusick To: Alan Somers Subject: Re: Checking out the CSRG repository? cc: FreeBSD CURRENT X-URL: http://WWW.McKusick.COM/ Reply-To: Kirk McKusick In-reply-to: Comments: In-reply-to Alan Somers message dated "Wed, 19 Jun 2019 14:12:21 -0600." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <71100.1560986442.1@chez.mckusick.com> Content-Transfer-Encoding: quoted-printable Date: Wed, 19 Jun 2019 16:20:42 -0700 X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,MISSING_MID, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on chez.mckusick.com X-Rspamd-Queue-Id: B7B2B8749F X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.46 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[mckusick@mckusick.com]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.92)[0.922,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[mckusick.com]; AUTH_NA(1.00)[]; IP_SCORE(-0.16)[ip: (-0.01), ipnet: 70.36.128.0/19(-0.01), asn: 46375(-0.71), country: US(-0.06)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: chez.mckusick.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.99)[0.992,0]; NEURAL_HAM_MEDIUM(-0.19)[-0.190,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:46375, ipnet:70.36.128.0/19, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2] X-Mailman-Approved-At: Thu, 20 Jun 2019 01:20:06 +0000 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: Wed, 19 Jun 2019 23:11:54 -0000 > From: Alan Somers > Date: Wed, 19 Jun 2019 14:12:21 -0600 > Subject: Checking out the CSRG repository? > To: FreeBSD CURRENT > = > Does anybody know how to check out a local copy of the CSRG > repository? I can view it with ViewVC, but I would really like local > access. It doesn't seem to be available on the usual repo.FreeBSD.org > or svn.FreeBSD.org. > = > $ svn checkout https://svn.FreeBSD.org/csrg csrg > svn: E170013: Unable to connect to a repository at URL > 'https://svn.freebsd.org/csrg' > svn: E175009: The XML response contains invalid XML > svn: E130003: Malformed XML: no element found at line 1 > = > $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > svn: E170013: Unable to connect to a repository at URL > 'svn+ssh://asomers@repo.freebsd.org/csrg' > svn: E210005: No repository found in 'svn+ssh://asomers@repo.freebsd.org= /csrg' > = > -Alan > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" You can browse the history at http://svnweb.freebsd.org/csrg/ The repository is also available via FTP: ftp://ftp.freebsd.org/pub/FreeBSD/development/CSRG/csrg_svn.tbz Hope this helps, Kirk McKusick From owner-freebsd-current@freebsd.org Thu Jun 20 02:01:46 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 DD26D15D0825 for ; Thu, 20 Jun 2019 02:01:46 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8C7D8C5A5; Thu, 20 Jun 2019 02:01:45 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x5K21hG4021065; Wed, 19 Jun 2019 19:01:43 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x5K21gcD021064; Wed, 19 Jun 2019 19:01:42 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201906200201.x5K21gcD021064@gndrsh.dnsmgr.net> Subject: Re: Checking out the CSRG repository? In-Reply-To: <201906192320.x5JNKgDe071102@chez.mckusick.com> To: Kirk McKusick Date: Wed, 19 Jun 2019 19:01:42 -0700 (PDT) CC: Alan Somers , FreeBSD CURRENT X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: B8C7D8C5A5 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.22 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.25)[-0.252,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.55)[0.546,0]; IP_SCORE(0.04)[ip: (0.14), ipnet: 69.59.192.0/19(0.07), asn: 13868(0.05), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: gndrsh.dnsmgr.net]; NEURAL_SPAM_LONG(0.99)[0.995,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(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: Thu, 20 Jun 2019 02:01:47 -0000 > > From: Alan Somers > > Date: Wed, 19 Jun 2019 14:12:21 -0600 > > Subject: Checking out the CSRG repository? > > To: FreeBSD CURRENT > > > > Does anybody know how to check out a local copy of the CSRG > > repository? I can view it with ViewVC, but I would really like local > > access. It doesn't seem to be available on the usual repo.FreeBSD.org > > or svn.FreeBSD.org. > > > > $ svn checkout https://svn.FreeBSD.org/csrg csrg > > svn: E170013: Unable to connect to a repository at URL > > 'https://svn.freebsd.org/csrg' > > svn: E175009: The XML response contains invalid XML > > svn: E130003: Malformed XML: no element found at line 1 > > > > $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > > svn: E170013: Unable to connect to a repository at URL > > 'svn+ssh://asomers@repo.freebsd.org/csrg' > > svn: E210005: No repository found in 'svn+ssh://asomers@repo.freebsd.org/csrg' > > > > -Alan > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > You can browse the history at http://svnweb.freebsd.org/csrg/ Since svnweb seems to be able to get to it there should be a near 0 cost of making this work with a straight svn checkout as Alan originally asked for. It is probably something missing, or not configured so that the checkout "can just work". > The repository is also available via FTP: > > ftp://ftp.freebsd.org/pub/FreeBSD/development/CSRG/csrg_svn.tbz > > Hope this helps, Thank you, mirroring locally to my repo server so I can infact use svn directly on it. > Kirk McKusick -- Rod Grimes rgrimes@freebsd.org From owner-freebsd-current@freebsd.org Thu Jun 20 02:09:51 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 4864C15D0AC6 for ; Thu, 20 Jun 2019 02:09:51 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50FF18CBB0 for ; Thu, 20 Jun 2019 02:09:50 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf1-f65.google.com with SMTP id u10so1131946lfm.12 for ; Wed, 19 Jun 2019 19:09:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rvNX0r3Y0cLzhAoU5JihD2YGiuFF5We/IsrG4rMu3HE=; b=W3P3mlONAlrb+lW5EiU3xWm2N2aRMtn+YbFuo8yIuQXjXOaNvcF2MJM2PQBiAQusVD 3Kk0Asc4y/jSJYzAZRCzukndoTSJWAZnprEx1th0BN3tuWyaQdGLGJa9CRUXQFfVmv+j 7RYESUzcxay+EUPeI2sJsLf4imsC8B46fA/ZMRnrzMpHbuNOfCH0949rfSxHK6fgRKz6 8TDr7jkzEgnUcwm1NEuNGUNEi6vOFCcLd95AikKXEfyEsP+6AxsP54o+wKowRlcWk423 JmD85rCcbNKkyg3LOdmBMrv5NV1H9Rk3phwkV93CxPHXxIxWTmKBgyTKiHphHCZKk6Iy 2NgQ== X-Gm-Message-State: APjAAAU2gzb+xG2BnrQFmnnhTcnN0K8ReFBnmxiB5YDfXI5O9+vO1C+o 7/e8TgCrLpmUzrqPiV5V1IdU0UEU9Uk/EjimAxyftFZHJko= X-Google-Smtp-Source: APXvYqwD+wjVQCdBqFZtyG/39zRQT8mG1+qwKU73DhsWf999kX5B4IIEFfeEekShJZj034NBBCokVx+JlDluE8gBA5U= X-Received: by 2002:ac2:5609:: with SMTP id v9mr7119306lfd.27.1560996588337; Wed, 19 Jun 2019 19:09:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Wed, 19 Jun 2019 20:09:36 -0600 Message-ID: Subject: Re: Checking out the CSRG repository? To: Warner Losh Cc: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 50FF18CBB0 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.167.65 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.10 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; IP_SCORE(-1.25)[ip: (-0.45), ipnet: 209.85.128.0/17(-3.43), asn: 15169(-2.31), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[65.167.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.84)[-0.842,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[65.167.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Thu, 20 Jun 2019 02:09:51 -0000 On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: > > > > On Wed, Jun 19, 2019 at 1:14 PM Alan Somers wrote: >> >> Does anybody know how to check out a local copy of the CSRG >> repository? I can view it with ViewVC, but I would really like local >> access. It doesn't seem to be available on the usual repo.FreeBSD.org >> or svn.FreeBSD.org. >> >> $ svn checkout https://svn.FreeBSD.org/csrg csrg >> svn: E170013: Unable to connect to a repository at URL >> 'https://svn.freebsd.org/csrg' >> svn: E175009: The XML response contains invalid XML >> svn: E130003: Malformed XML: no element found at line 1 >> >> $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg >> svn: E170013: Unable to connect to a repository at URL >> 'svn+ssh://asomers@repo.freebsd.org/csrg' >> svn: E210005: No repository found in 'svn+ssh://asomers@repo.freebsd.org/csrg' > > > Can't answer this question directly about svn > > But I have been using https://github.com/dspinellis/unix-history-repo.git to look at historical sources. https://github.com/csrg has a number of additional repos of historical interest, though they are all forks from somewhere else. > > Warner Thanks for that Github link; it's pretty useful. Also, I found this site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just wish I had a better understanding of the relationship between CSRG and the various releases. It seems like some stuff got committed to CSRG yet didn't make it into an official release for years, if ever. -Alan From owner-freebsd-current@freebsd.org Thu Jun 20 02:41:57 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 EC59115D1703 for ; Thu, 20 Jun 2019 02:41:56 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33BA48DB7B for ; Thu, 20 Jun 2019 02:41:55 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x72f.google.com with SMTP id b18so925224qkc.9 for ; Wed, 19 Jun 2019 19:41:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Ehzuwj1HBmgjDRjr0GPeiO1jJU+s6TF5ewxuINRU3hk=; b=k0F0Cww9E0LgkKZMsQhDb3TfsMYfX8SObcs9PELQQcx4n+YpZ5C9HU33LYRaU8tuT/ o1GwylY158QL2GKgHEScrte+X0CsQKp6p5//9sDSgcZbesWU9SfdF+us6663tXT+Q4yO JlVIMEL1EHqJ44624QBwQekb4zPAbulN8trvHAoZ3RGTmRr27OcpjTYULSpy8PkZmKL+ XI6kj90QfJNnSwNlmTL0go9D6KUqu+llEunbLOlnHTs2HXdbIrFhp6bZB+J7/ghz3aYx UOh5XfEkRLs1E9vW+mgOEEdqI3tj4rbLjpals8w2h72RxgaFwCLK/krVmD/yFpaQNQHN Aiqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ehzuwj1HBmgjDRjr0GPeiO1jJU+s6TF5ewxuINRU3hk=; b=U3JR+++fGGnZuYBRIvOfY95CI3xt/d+OykHo+tZHNvUDQ+1/QYTomdo/GTEg74cFsE QTVF+BDBd8dCzxcEkXYhFSc6T9hPuXOCVhc+qTFknoi53IjBDX7Q0wAy4KfAAOrcjFB2 HCCLTjXY4QJ5Ece0BNY5dTQTrw63MOgBaVbTy4xPTz2vYSCrzl/Ocj6PmUEN7B3cJw9u Z1t8F1f/18L8kxMF3Qa0oBUpWkXAAvjdnAKZvBW17r/nBjgqNhP45MSt9xtuBFlO+Qaz aCHYmkFhw4hWuVm4K6x0WTFPTdj5Ps54zJNT+kS+7sXvZanjyFUT/zjcRre+v9zwjKzG 0zfA== X-Gm-Message-State: APjAAAW03cWcmypt+32VO+YUi1IC9jriklVazD3q4AykViy37ovO2CvT HLLJ4kf12AI1Fg0oZBAwqn4zI45Nda9sq0Uj25uMFg== X-Google-Smtp-Source: APXvYqz8Q7vTdytT7gLZFauoI/4WogYVF+hRRZoSxd0lf6xI04pERxG8bZHIPoQHhDElHNooEcJEpAhl1CvZ3WjtHwo= X-Received: by 2002:a05:620a:125b:: with SMTP id a27mr6925541qkl.112.1560998514329; Wed, 19 Jun 2019 19:41:54 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Wed, 19 Jun 2019 19:40:54 -0700 Message-ID: Subject: Re: Checking out the CSRG repository? To: Alan Somers Cc: FreeBSD Current X-Rspamd-Queue-Id: 33BA48DB7B X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdimp-com.20150623.gappssmtp.com header.s=20150623 header.b=k0F0Cww9 X-Spamd-Result: default: False [-4.97 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; IP_SCORE(-3.01)[ip: (-9.54), ipnet: 2607:f8b0::/32(-3.14), asn: 15169(-2.31), country: US(-0.06)]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[f.2.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; MX_GOOD(-0.01)[cached: ALT1.aspmx.l.google.com]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Thu, 20 Jun 2019 02:41:57 -0000 On Wed, Jun 19, 2019, 7:09 PM Alan Somers wrote: > On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: > > > > > > > > On Wed, Jun 19, 2019 at 1:14 PM Alan Somers wrote: > >> > >> Does anybody know how to check out a local copy of the CSRG > >> repository? I can view it with ViewVC, but I would really like local > >> access. It doesn't seem to be available on the usual repo.FreeBSD.org > >> or svn.FreeBSD.org. > >> > >> $ svn checkout https://svn.FreeBSD.org/csrg csrg > >> svn: E170013: Unable to connect to a repository at URL > >> 'https://svn.freebsd.org/csrg' > >> svn: E175009: The XML response contains invalid XML > >> svn: E130003: Malformed XML: no element found at line 1 > >> > >> $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > >> svn: E170013: Unable to connect to a repository at URL > >> 'svn+ssh://asomers@repo.freebsd.org/csrg' > >> svn: E210005: No repository found in 'svn+ssh:// > asomers@repo.freebsd.org/csrg' > > > > > > Can't answer this question directly about svn > > > > But I have been using > https://github.com/dspinellis/unix-history-repo.git to look at historical > sources. https://github.com/csrg has a number of additional repos of > historical interest, though they are all forks from somewhere else. > > > > Warner > > Thanks for that Github link; it's pretty useful. Also, I found this > site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just > wish I had a better understanding of the relationship between CSRG and > the various releases. It seems like some stuff got committed to CSRG > yet didn't make it into an official release for years, if ever. > TUHS is awesome. I use it too, bit the historical github tree is more convenient. CSRG's 4.x series was pretty linear. What didn't make it? Warner > From owner-freebsd-current@freebsd.org Thu Jun 20 02:55:24 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 9768A15D1AF3 for ; Thu, 20 Jun 2019 02:55:24 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 850C28E274 for ; Thu, 20 Jun 2019 02:55:23 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lj1-f177.google.com with SMTP id m23so1150285lje.12 for ; Wed, 19 Jun 2019 19:55:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rfJcIOtk6J0qFNVfO6qVxXGs+1RFJUQO+1qhzmBGcvw=; b=hASkt1zPMDSxjcfCoaEO0keQ9UvZj7GXzcL4FF3nEMvfLUgyiHfmjs0luiwXepOsPp kBHMiPlsihkRT3oaz3PSU87y4Gu8PzPhjv9DBv/Sp/kD49sFxF3LR7GVNxQRP9jdAgga BTPhlymkYvoS8GrGsIDm8PJLUBPEHF/9jd0WxYr6EWkTw/u1lEpgJFr4ewqLpM0VBFH0 mN0uJZ1kE7kmgQVFCL4AdLeeiYezktMy6A3cp7D0y0kkbJcLNKZAKj8MQwb9Mmrs6Jza UK10HI05YoSMk9YYVkBp7bcaGoU56DI7/2IJ03O+nfZw2AJd+d9qTc7z+PhG/dejAzpt j6Kg== X-Gm-Message-State: APjAAAXDd5VlA8b1H/jScmFq7Ive0f58a0s+sIG2UeoKmx8norIHFoxY RebVyLvKA+mUF9r3+EScYJBVtxy8LlwSqLlcehs= X-Google-Smtp-Source: APXvYqwfuzHQz8rgj8YhG/48X7GxTpZKt31Ei2RTMpsBgEvpaQ1bGK6D5X5Fp/ELM5akYH/aRR8d0JRNGuLCjIqEMwQ= X-Received: by 2002:a2e:6e0c:: with SMTP id j12mr45192898ljc.123.1560999316308; Wed, 19 Jun 2019 19:55:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Wed, 19 Jun 2019 20:55:02 -0600 Message-ID: Subject: Re: Checking out the CSRG repository? To: Warner Losh Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 850C28E274 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.208.177 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.21 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; IP_SCORE(-1.28)[ip: (-0.60), ipnet: 209.85.128.0/17(-3.43), asn: 15169(-2.31), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[177.208.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.92)[-0.925,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Thu, 20 Jun 2019 02:55:24 -0000 On Wed, Jun 19, 2019 at 8:41 PM Warner Losh wrote: > > > > On Wed, Jun 19, 2019, 7:09 PM Alan Somers wrote: >> >> On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: >> > >> > >> > >> > On Wed, Jun 19, 2019 at 1:14 PM Alan Somers wrote: >> >> >> >> Does anybody know how to check out a local copy of the CSRG >> >> repository? I can view it with ViewVC, but I would really like local >> >> access. It doesn't seem to be available on the usual repo.FreeBSD.org >> >> or svn.FreeBSD.org. >> >> >> >> $ svn checkout https://svn.FreeBSD.org/csrg csrg >> >> svn: E170013: Unable to connect to a repository at URL >> >> 'https://svn.freebsd.org/csrg' >> >> svn: E175009: The XML response contains invalid XML >> >> svn: E130003: Malformed XML: no element found at line 1 >> >> >> >> $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg >> >> svn: E170013: Unable to connect to a repository at URL >> >> 'svn+ssh://asomers@repo.freebsd.org/csrg' >> >> svn: E210005: No repository found in 'svn+ssh://asomers@repo.freebsd.org/csrg' >> > >> > >> > Can't answer this question directly about svn >> > >> > But I have been using https://github.com/dspinellis/unix-history-repo.git to look at historical sources. https://github.com/csrg has a number of additional repos of historical interest, though they are all forks from somewhere else. >> > >> > Warner >> >> Thanks for that Github link; it's pretty useful. Also, I found this >> site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just >> wish I had a better understanding of the relationship between CSRG and >> the various releases. It seems like some stuff got committed to CSRG >> yet didn't make it into an official release for years, if ever. > > > TUHS is awesome. I use it too, bit the historical github tree is more convenient. > > CSRG's 4.x series was pretty linear. What didn't make it? > > Warner I'm looking at bmap. When I wrote that email, the earliest released reference I could find was in 4.3-Reno. However, I just spotted it in 4.2, which is a much more reasonable time frame (it moved to a different file which is why I missed it before). However, the files in question don't even exist in the git branches from dspinellis's repository. I had to find them on tuhs.org. Am I doing something wrong, or are dspinellis's release branches not fully populated? Compare https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys . -Alan From owner-freebsd-current@freebsd.org Thu Jun 20 03:59:54 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 459CD15D2DE8 for ; Thu, 20 Jun 2019 03:59:54 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5501368297 for ; Thu, 20 Jun 2019 03:59:52 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x836.google.com with SMTP id j19so1724945qtr.12 for ; Wed, 19 Jun 2019 20:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UlN7NeDjbnirGGEyhLhZG1wbiSXRwDYop463MC7F/n0=; b=Hk4NU0vFgfWealg2jMiys3rKKIDsWlV/cIi5DrQ8xuH6GGxhvvVJuuTYyBVPjQU9Z4 2lzGXawtOjdDrX5i2J2/D7H21xcX5zYpiJM+eEPcCtlTXNH0rcwPNHccjQ1RXXO8j2iw BfDTEVaM2gX4UsvGmqqxod+5RUO2HV0m+syx1ixcXUZ9rgValx5UI7h2dhuOx2kKX65f TmNDPMANpvOSIegNCD2trFb0QbECFq7oycLQkYQtF5jM0h6bUkLRcMwy0YpNQi3RysJF Lx83XImEzs8uorVNpMNjEEGfTI4I/+vqchGLKjZOMmmrxBixxGPuE2zLDhf5dvQvKjZJ TiOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UlN7NeDjbnirGGEyhLhZG1wbiSXRwDYop463MC7F/n0=; b=gKum8xL6VEwRpH28xRZfzC1CCb5kr4lFWf/eTUedmfP8ww2jbeAz6EE7M0KnJf+fsA XeySxo6ypbbVxdBIOtKTs4YbRKTJBdH13+Qn06JiLmxUUBteDrSqkB1jR9YPYlSCHvu3 kwdE0YxaSW/Kw1keQBc3oqZHbCwEn3OddNfgojTZSltBEvGQRVNkgA3ZopGPcxnZcS32 LalCODtJvUeC+p7DkWLURvRyJgEuIP/EWLum56OIvLNk2a25JDszKFO7Z7WFsA7s+7iV uVeutlLH9tsVDN0V7gXwZIZfE9VfAz4MZO5CLOgx6Xxx+3wNV1JPdAqLPvYhJxzPcVgt 80dw== X-Gm-Message-State: APjAAAVSC9VCUxMU3Rbm2AMFE7Ty4o7DLuP+ybyG1GAzVvEnBfDtx5Mn 1anTgWZkHA1BVjw6+ob6Hr7b7OJVnXO5v0gdZgRXioROS48= X-Google-Smtp-Source: APXvYqz0h2AASfYdNFGyB6Bx/87huA3jm0fAKZin6nwHLE5ZNlJbYPUaNY5RUrYcuX6FeWodexzbAYWeDWi6CE/X0Sc= X-Received: by 2002:a0c:9230:: with SMTP id a45mr36785141qva.188.1561003190777; Wed, 19 Jun 2019 20:59:50 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Wed, 19 Jun 2019 20:59:39 -0700 Message-ID: Subject: Re: Checking out the CSRG repository? To: Alan Somers Cc: FreeBSD Current X-Rspamd-Queue-Id: 5501368297 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdimp-com.20150623.gappssmtp.com header.s=20150623 header.b=Hk4NU0vF X-Spamd-Result: default: False [-3.88 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_SHORT(-0.91)[-0.910,0]; IP_SCORE(-2.96)[ip: (-9.30), ipnet: 2607:f8b0::/32(-3.14), asn: 15169(-2.31), country: US(-0.06)]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; URI_COUNT_ODD(1.00)[25]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[6.3.8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; MX_GOOD(-0.01)[cached: ALT1.aspmx.l.google.com]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Thu, 20 Jun 2019 03:59:54 -0000 On Wed, Jun 19, 2019 at 7:55 PM Alan Somers wrote: > On Wed, Jun 19, 2019 at 8:41 PM Warner Losh wrote: > > > > > > > > On Wed, Jun 19, 2019, 7:09 PM Alan Somers wrote: > >> > >> On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: > >> > > >> > > >> > > >> > On Wed, Jun 19, 2019 at 1:14 PM Alan Somers > wrote: > >> >> > >> >> Does anybody know how to check out a local copy of the CSRG > >> >> repository? I can view it with ViewVC, but I would really like local > >> >> access. It doesn't seem to be available on the usual > repo.FreeBSD.org > >> >> or svn.FreeBSD.org. > >> >> > >> >> $ svn checkout https://svn.FreeBSD.org/csrg csrg > >> >> svn: E170013: Unable to connect to a repository at URL > >> >> 'https://svn.freebsd.org/csrg' > >> >> svn: E175009: The XML response contains invalid XML > >> >> svn: E130003: Malformed XML: no element found at line 1 > >> >> > >> >> $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > >> >> svn: E170013: Unable to connect to a repository at URL > >> >> 'svn+ssh://asomers@repo.freebsd.org/csrg' > >> >> svn: E210005: No repository found in 'svn+ssh:// > asomers@repo.freebsd.org/csrg' > >> > > >> > > >> > Can't answer this question directly about svn > >> > > >> > But I have been using > https://github.com/dspinellis/unix-history-repo.git to look at historical > sources. https://github.com/csrg has a number of additional repos of > historical interest, though they are all forks from somewhere else. > >> > > >> > Warner > >> > >> Thanks for that Github link; it's pretty useful. Also, I found this > >> site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just > >> wish I had a better understanding of the relationship between CSRG and > >> the various releases. It seems like some stuff got committed to CSRG > >> yet didn't make it into an official release for years, if ever. > > > > > > TUHS is awesome. I use it too, bit the historical github tree is more > convenient. > > > > CSRG's 4.x series was pretty linear. What didn't make it? > > > > Warner > > I'm looking at bmap. When I wrote that email, the earliest released > reference I could find was in 4.3-Reno. However, I just spotted it in > 4.2, which is a much more reasonable time frame (it moved to a > different file which is why I missed it before). However, the files > in question don't even exist in the git branches from dspinellis's > repository. I had to find them on tuhs.org. Am I doing something > wrong, or are dspinellis's release branches not fully populated? > Compare > https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys > to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys I'm guessing the SCCS -> SVN -> Git process broke files that were renamed or copied... I've not dug deeper though... This tells me that we need to send dspinellis some corrections :) Warner From owner-freebsd-current@freebsd.org Thu Jun 20 04:57:24 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 0925615D3EFC for ; Thu, 20 Jun 2019 04:57:24 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from gmailer.gwdg.de (gmailer.gwdg.de [134.76.11.17]) (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 A4AC76B00C; Thu, 20 Jun 2019 04:57:22 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-24.um.gwdg.de ([134.76.9.234] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.90_1) (envelope-from ) id 1hdp8M-0001oC-LL; Thu, 20 Jun 2019 06:57:14 +0200 Received: from krabat.raven.hur (79.201.117.152) by EXCMBX-24.um.gwdg.de (134.76.9.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.1713.5; Thu, 20 Jun 2019 06:57:14 +0200 Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) To: Bryan Drewery CC: FreeBSD Current References: <35afacf4-a52b-2b82-144c-4d40cbe58d74@FreeBSD.org> <6a5f0886-3ee8-df4d-0cb4-65a3e89bc4a0@FreeBSD.org> From: Rainer Hurling Message-ID: Date: Thu, 20 Jun 2019 06:56:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: <6a5f0886-3ee8-df4d-0cb4-65a3e89bc4a0@FreeBSD.org> Content-Type: text/plain; charset="utf-8" Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Originating-IP: [79.201.117.152] X-ClientProxiedBy: EXCMBX-02.um.gwdg.de (134.76.9.217) To EXCMBX-24.um.gwdg.de (134.76.9.234) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: A4AC76B00C X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.11.17 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de X-Spamd-Result: default: False [-3.98 / 15.00]; HAS_XOIP(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[17.11.76.134.list.dnswl.org : 127.0.11.2]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[c1233.mx.srv.dfn.de,b1233.mx.srv.dfn.de,a1233.mx.srv.dfn.de]; NEURAL_HAM_SHORT(-0.54)[-0.541,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:680, ipnet:134.76.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[152.117.201.79.zen.spamhaus.org : 127.0.0.10]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[gwdg.de]; IP_SCORE(-0.93)[ipnet: 134.76.0.0/16(-4.62), asn: 680(-0.02), country: DE(-0.01)] 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: Thu, 20 Jun 2019 04:57:24 -0000 Am 19.06.19 um 21:20 schrieb Bryan Drewery: > On 6/19/19 11:05 AM, Bryan Drewery wrote: >> On 6/19/19 11:02 AM, Bryan Drewery wrote: >>> On 6/16/19 9:33 AM, Warner Losh wrote: >>>> On Sun, Jun 16, 2019, 9:51 AM Rainer Hurling wrote: >>>> >>>>> If I try to build world almost recent sources (r349100) on HEAD amd64 >>>>> (r348775), it stops with the following error: >>>>> >>>>> >>>>> [..snip..] >>>>> (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.libkern_crc32 >>>>> NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t >>>>> PROG=libkern_crc32 ) >>>>> echo libkern_crc32: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a >>>>> /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> >>>>> .depend.libkern_crc32 >>>>> cc -target x86_64-unknown-freebsd13.0 >>>>> --sysroot=/usr/obj/usr/src/amd64.amd64/tmp >>>>> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe >>>>> -DUSERSPACE_TESTING -MD -MF.depend.libkern_crc32.libkern_crc32.o >>>>> -MTlibkern_crc32.o -std=gnu99 -fstack-protector-strong -Wsystem-headers >>>>> -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter >>>>> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >>>>> -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body >>>>> -Wno-string-plus-int -Wno-unused-const-variable >>>>> -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality >>>>> -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef >>>>> -Wno-address-of-packed-member -Qunused-arguments -c >>>>> /usr/src/tests/sys/kern/libkern_crc32.c -o libkern_crc32.o >>>>> cc -target x86_64-unknown-freebsd13.0 >>>>> --sysroot=/usr/obj/usr/src/amd64.amd64/tmp >>>>> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -DUSERSPACE_TESTING >>>>> -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall >>>>> -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes >>>>> -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized >>>>> -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int >>>>> -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value >>>>> -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion >>>>> -Wno-unused-local-typedef -Wno-address-of-packed-member >>>>> -Qunused-arguments -DUSERSPACE_TESTING -o libkern_crc32 >>>>> libkern_crc32.o /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c >>>>> /usr/src/sys/libkern/x86/crc32_sse42.c -lprivateatf-c >>>>> ld: error: duplicate symbol: sse42_crc32c >>>>>>>> defined at crc32_sse42.c >>>>>>>> /tmp/crc32_sse42-2988bd.o:(sse42_crc32c) >>>>>>>> defined at crc32_sse42.c >>>>>>>> /tmp/crc32_sse42-bcf3d2.o:(.text+0x3C0) >>>>> cc: error: linker command failed with exit code 1 (use -v to see >>>>> invocation) >>>>> *** [libkern_crc32] Error code 1 >>>>> make[6]: stopped in /usr/src/tests/sys/kern >>>>> 1 error >>>>> make[6]: stopped in /usr/src/tests/sys/kern >>>>> *** [libkern_crc32] Error code 2 >>>>> >>>>> >>>>> This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom >>>>> II X6 1090T). >>>>> >>>>> Am I the only one, who observes this breakage? Thanks for any hint. >>>>> >>>> >>>> Try adding -DWITHOUT_TESTS to buildworld... >>>> >>>> Warner >>>> >>> >>> ~/git/freebsd2/tests/sys/kern # env|grep TEST >>> MK_TESTS=no >>> >>> >>> Doh. Turns out I've had TESTS disabled in some of my recent build tests >>> / commits. This is likely my fault. >>> >> >> Yup it is from my r349065. >> >> It's an ambiguity between LDADD. and my newly added >> LDADD.. >> >> LDADD.libkern_crc32+= ${SRCTOP}/sys/libkern/x86/crc32_sse42.c >> >> So it's added in twice. >> >> > > This should be fixed in r349202. Sorry for the trouble. > Many thanks for this fix. It works fine for me on the box with Intel Core 17-4770, but it fails on AMD Phenom II X6 1090T (both systems mentioned in the initial mail): [..snip..] c++ -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -I/usr/src/contrib/llvm/tools/lldb/include -I/usr/src/contrib/llvm/tools/lldb/source -I/usr/src/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD -I/usr/src/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX -I/usr/src/contrib/llvm/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/usr/src/amd64.amd64/lib/clang/libllvm -I/usr/obj/usr/src/amd64.amd64/lib/clang/libclang -DLLDB_DISABLE_PYTHON -I/usr/src/contrib/llvm/tools/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_BUILD_GLOBAL_ISEL -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd13.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd13.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -MD -MF.depend.Plugins_SymbolFile_DWARF_DWARFDebugRanges.o -MTPlugins/SymbolFile/DWARF/DWARFDebugRanges.o -fstack-protector-strong -Qunused-arguments -fno-exceptions -fno-rtti -std=c++11 -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp -o Plugins/SymbolFile/DWARF/DWARFDebugRanges.o Value still in symbol table! Type = 'c++: error: unable to execute command: Segmentation fault (core dumped) c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 8.0.1 (branches/release_80 363030) (based on LLVM 8.0.1) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/DWARFDebugRanges-baf338.cpp c++: note: diagnostic msg: /tmp/DWARFDebugRanges-baf338.sh c++: note: diagnostic msg: ******************** *** [Plugins/SymbolFile/DWARF/DWARFDebugRanges.o] Error code 254 make[6]: stopped in /usr/src/lib/clang/liblldb 1 error make[6]: stopped in /usr/src/lib/clang/liblldb *** [all_subdir_lib/clang/liblldb] Error code 2 This seems to be not a problem with the test builds, but more likely something with lldb? If someone is interested, I also could send the /tmp/DWARFDebugRanges-baf338.* files. From owner-freebsd-current@freebsd.org Thu Jun 20 09:12:50 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 300EC15B3675 for ; Thu, 20 Jun 2019 09:12:50 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp06.smtpout.orange.fr [80.12.242.128]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 227B17208C for ; Thu, 20 Jun 2019 09:12:45 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from localhost ([90.55.69.95]) by mwinf5d11 with ME id SxCd2000j23Ks7u03xCeNm; Thu, 20 Jun 2019 11:12:38 +0200 X-ME-Helo: localhost X-ME-Auth: Y2xidWlzc29uQHdhbmFkb28uZnI= X-ME-Date: Thu, 20 Jun 2019 11:12:38 +0200 X-ME-IP: 90.55.69.95 Subject: Re: Checking out the CSRG repository? To: Alan Somers Cc: FreeBSD Current References: From: Claude Buisson Message-ID: <73481f37-d1e4-d4de-24b7-9baa366bb82a@orange.fr> Date: Thu, 20 Jun 2019 11:12:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 227B17208C X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.51 / 15.00]; FREEMAIL_FROM(0.00)[orange.fr]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[smtp-in.orange.fr,smtp-in.orange.fr]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[orange.fr]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:3215, ipnet:80.12.240.0/20, country:FR]; ARC_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[95.69.55.90.zen.spamhaus.org : 127.0.0.11]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.89)[0.895,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[orange.fr]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.96)[0.962,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(1.00)[1.000,0]; RCVD_IN_DNSWL_NONE(0.00)[128.242.12.80.list.dnswl.org : 127.0.5.0]; IP_SCORE(0.77)[ip: (1.02), ipnet: 80.12.240.0/20(1.54), asn: 3215(1.28), country: FR(-0.01)]; R_SPF_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Thu, 20 Jun 2019 09:12:50 -0000 On 19-06-20 05 h 59, Warner Losh wrote: > On Wed, Jun 19, 2019 at 7:55 PM Alan Somers wrote: > >> On Wed, Jun 19, 2019 at 8:41 PM Warner Losh wrote: >>> >>> >>> >>> On Wed, Jun 19, 2019, 7:09 PM Alan Somers wrote: >>>> >>>> On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: >>>>> >>>>> >>>>> >>>>> On Wed, Jun 19, 2019 at 1:14 PM Alan Somers >> wrote: >>>>>> >>>>>> Does anybody know how to check out a local copy of the CSRG >>>>>> repository? I can view it with ViewVC, but I would really like local >>>>>> access. It doesn't seem to be available on the usual >> repo.FreeBSD.org >>>>>> or svn.FreeBSD.org. >>>>>> >>>>>> $ svn checkout https://svn.FreeBSD.org/csrg csrg >>>>>> svn: E170013: Unable to connect to a repository at URL >>>>>> 'https://svn.freebsd.org/csrg' >>>>>> svn: E175009: The XML response contains invalid XML >>>>>> svn: E130003: Malformed XML: no element found at line 1 >>>>>> >>>>>> $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg >>>>>> svn: E170013: Unable to connect to a repository at URL >>>>>> 'svn+ssh://asomers@repo.freebsd.org/csrg' >>>>>> svn: E210005: No repository found in 'svn+ssh:// >> asomers@repo.freebsd.org/csrg' >>>>> >>>>> >>>>> Can't answer this question directly about svn >>>>> >>>>> But I have been using >> https://github.com/dspinellis/unix-history-repo.git to look at historical >> sources. https://github.com/csrg has a number of additional repos of >> historical interest, though they are all forks from somewhere else. >>>>> >>>>> Warner >>>> >>>> Thanks for that Github link; it's pretty useful. Also, I found this >>>> site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just >>>> wish I had a better understanding of the relationship between CSRG and >>>> the various releases. It seems like some stuff got committed to CSRG >>>> yet didn't make it into an official release for years, if ever. >>> >>> >>> TUHS is awesome. I use it too, bit the historical github tree is more >> convenient. >>> >>> CSRG's 4.x series was pretty linear. What didn't make it? >>> >>> Warner >> >> I'm looking at bmap. When I wrote that email, the earliest released >> reference I could find was in 4.3-Reno. However, I just spotted it in >> 4.2, which is a much more reasonable time frame (it moved to a >> different file which is why I missed it before). However, the files >> in question don't even exist in the git branches from dspinellis's >> repository. I had to find them on tuhs.org. Am I doing something >> wrong, or are dspinellis's release branches not fully populated? >> Compare >> https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys >> to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys > > > I'm guessing the SCCS -> SVN -> Git process broke files that were renamed > or copied... I've not dug deeper though... This tells me that we need to > send dspinellis some corrections :) > > Warner > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Replying to an arbitrary message.. Using svnweb it so EASY to see that the correct invocation is svn co https://svn.freebsd.org/base/vendor/CSRG as I just done.. CBu From owner-freebsd-current@freebsd.org Thu Jun 20 13:40:14 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 4F6AB15BBFF1 for ; Thu, 20 Jun 2019 13:40:14 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC34981B97; Thu, 20 Jun 2019 13:40:12 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x5KDe7L8023263; Thu, 20 Jun 2019 06:40:07 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x5KDe7ko023262; Thu, 20 Jun 2019 06:40:07 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201906201340.x5KDe7ko023262@gndrsh.dnsmgr.net> Subject: Re: Checking out the CSRG repository? In-Reply-To: <73481f37-d1e4-d4de-24b7-9baa366bb82a@orange.fr> To: Claude Buisson Date: Thu, 20 Jun 2019 06:40:07 -0700 (PDT) CC: Alan Somers , FreeBSD Current X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: CC34981B97 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.94 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.79)[0.788,0]; IP_SCORE(0.04)[ip: (0.14), ipnet: 69.59.192.0/19(0.07), asn: 13868(0.05), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.23)[0.231,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: gndrsh.dnsmgr.net]; NEURAL_SPAM_LONG(0.99)[0.990,0]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[orange.fr]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(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: Thu, 20 Jun 2019 13:40:14 -0000 > On 19-06-20 05 h 59, Warner Losh wrote: > > On Wed, Jun 19, 2019 at 7:55 PM Alan Somers wrote: > > > >> On Wed, Jun 19, 2019 at 8:41 PM Warner Losh wrote: > >>> > >>> > >>> > >>> On Wed, Jun 19, 2019, 7:09 PM Alan Somers wrote: > >>>> > >>>> On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: > >>>>> > >>>>> > >>>>> > >>>>> On Wed, Jun 19, 2019 at 1:14 PM Alan Somers > >> wrote: > >>>>>> > >>>>>> Does anybody know how to check out a local copy of the CSRG > >>>>>> repository? I can view it with ViewVC, but I would really like local > >>>>>> access. It doesn't seem to be available on the usual > >> repo.FreeBSD.org > >>>>>> or svn.FreeBSD.org. > >>>>>> > >>>>>> $ svn checkout https://svn.FreeBSD.org/csrg csrg > >>>>>> svn: E170013: Unable to connect to a repository at URL > >>>>>> 'https://svn.freebsd.org/csrg' > >>>>>> svn: E175009: The XML response contains invalid XML > >>>>>> svn: E130003: Malformed XML: no element found at line 1 > >>>>>> > >>>>>> $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > >>>>>> svn: E170013: Unable to connect to a repository at URL > >>>>>> 'svn+ssh://asomers@repo.freebsd.org/csrg' > >>>>>> svn: E210005: No repository found in 'svn+ssh:// > >> asomers@repo.freebsd.org/csrg' > >>>>> > >>>>> > >>>>> Can't answer this question directly about svn > >>>>> > >>>>> But I have been using > >> https://github.com/dspinellis/unix-history-repo.git to look at historical > >> sources. https://github.com/csrg has a number of additional repos of > >> historical interest, though they are all forks from somewhere else. > >>>>> > >>>>> Warner > >>>> > >>>> Thanks for that Github link; it's pretty useful. Also, I found this > >>>> site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just > >>>> wish I had a better understanding of the relationship between CSRG and > >>>> the various releases. It seems like some stuff got committed to CSRG > >>>> yet didn't make it into an official release for years, if ever. > >>> > >>> > >>> TUHS is awesome. I use it too, bit the historical github tree is more > >> convenient. > >>> > >>> CSRG's 4.x series was pretty linear. What didn't make it? > >>> > >>> Warner > >> > >> I'm looking at bmap. When I wrote that email, the earliest released > >> reference I could find was in 4.3-Reno. However, I just spotted it in > >> 4.2, which is a much more reasonable time frame (it moved to a > >> different file which is why I missed it before). However, the files > >> in question don't even exist in the git branches from dspinellis's > >> repository. I had to find them on tuhs.org. Am I doing something > >> wrong, or are dspinellis's release branches not fully populated? > >> Compare > >> https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys > >> to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys > > > > > > I'm guessing the SCCS -> SVN -> Git process broke files that were renamed > > or copied... I've not dug deeper though... This tells me that we need to > > send dspinellis some corrections :) > > > > Warner > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > > Replying to an arbitrary message.. > > Using svnweb it so EASY to see that the correct invocation is > > svn co https://svn.freebsd.org/base/vendor/CSRG > > as I just done.. Well once you know that it is obvious, I think is what is happening is that people go to https://svn.freebsd.org/ and there is csrg listed there and the paths you get once you follow that is wrong from then on. Maybe obliterarate that top level miss leading link would be the right thing to do? Or put a roadmap file at that level in place and then delete that csrg link. Thank you for pointing us all to where the "real data" is at. -- Rod Grimes rgrimes@freebsd.org From owner-freebsd-current@freebsd.org Thu Jun 20 13:58:41 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 4304215BC792 for ; Thu, 20 Jun 2019 13:58:41 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06FEC8265E for ; Thu, 20 Jun 2019 13:58:39 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf1-f50.google.com with SMTP id p24so2521584lfo.6 for ; Thu, 20 Jun 2019 06:58:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=u9Z4uNqjmbdmJ/1PKOfX5ZHvk5aKD1o6CMHoawFIeiU=; b=G8HhGBiz1Q4cwRol6oCw2bCFFr7MrtQYY8ETv14pXgpf4Kx3ENIKtoBSIpWKfiFFUD +j2KNXCyxVQO4K/ygozt8SvWuoFusWxq36xEA8HjmMYJSyg96GzbdtoWrmmAu+ty6W+6 LyBkkdSB8Mb0q6fchkw3/vg1s7TZNS4DUleMJaJpkZKU29+oEqWyfj0V5Gp/ZxZYH8j7 9rzfkaYrVN6sKX5vTb4ZkHH8wDAm5R4TD2fLLGA2WtZZPKnh+c9z7kp3Sr93bfw7LS/q Ebr6eKoQ0+S50pDdS4WwjUbVuJQH1DSc2tAzjbtJeOzXOtu7anaV4NWMnynw3Hkl0GpW gUhQ== X-Gm-Message-State: APjAAAVgUibJxaTyfi/nAXmFPsRoUUj17fylnnZmjsa1JbSnxTXMD4d3 1LLbpEQpGosonj2MxMP5oi6m80mNI4rkwPhq6rA= X-Google-Smtp-Source: APXvYqweT0y3G5fc4enhx0ySAo8K5FBUwdx6OnPjtRzWR9sNfDI/6mtjJJuk7oN+TSbHXBdE2LxyWXHPFUoPowOsAG0= X-Received: by 2002:a19:671c:: with SMTP id b28mr13337408lfc.164.1561038780484; Thu, 20 Jun 2019 06:53:00 -0700 (PDT) MIME-Version: 1.0 References: <73481f37-d1e4-d4de-24b7-9baa366bb82a@orange.fr> <201906201340.x5KDe7ko023262@gndrsh.dnsmgr.net> In-Reply-To: <201906201340.x5KDe7ko023262@gndrsh.dnsmgr.net> From: Alan Somers Date: Thu, 20 Jun 2019 07:52:48 -0600 Message-ID: Subject: Re: Checking out the CSRG repository? To: "Rodney W. Grimes" Cc: Claude Buisson , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 06FEC8265E X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.167.50 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.08 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; IP_SCORE(-1.29)[ip: (-0.63), ipnet: 209.85.128.0/17(-3.43), asn: 15169(-2.31), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[50.167.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.78)[-0.781,0]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; SUBJECT_ENDS_QUESTION(1.00)[]; FREEMAIL_CC(0.00)[orange.fr] 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: Thu, 20 Jun 2019 13:58:41 -0000 On Thu, Jun 20, 2019 at 7:40 AM Rodney W. Grimes wrote: > > > On 19-06-20 05 h 59, Warner Losh wrote: > > > On Wed, Jun 19, 2019 at 7:55 PM Alan Somers wrote: > > > > > >> On Wed, Jun 19, 2019 at 8:41 PM Warner Losh wrote: > > >>> > > >>> > > >>> > > >>> On Wed, Jun 19, 2019, 7:09 PM Alan Somers wrote: > > >>>> > > >>>> On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: > > >>>>> > > >>>>> > > >>>>> > > >>>>> On Wed, Jun 19, 2019 at 1:14 PM Alan Somers > > >> wrote: > > >>>>>> > > >>>>>> Does anybody know how to check out a local copy of the CSRG > > >>>>>> repository? I can view it with ViewVC, but I would really like local > > >>>>>> access. It doesn't seem to be available on the usual > > >> repo.FreeBSD.org > > >>>>>> or svn.FreeBSD.org. > > >>>>>> > > >>>>>> $ svn checkout https://svn.FreeBSD.org/csrg csrg > > >>>>>> svn: E170013: Unable to connect to a repository at URL > > >>>>>> 'https://svn.freebsd.org/csrg' > > >>>>>> svn: E175009: The XML response contains invalid XML > > >>>>>> svn: E130003: Malformed XML: no element found at line 1 > > >>>>>> > > >>>>>> $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > > >>>>>> svn: E170013: Unable to connect to a repository at URL > > >>>>>> 'svn+ssh://asomers@repo.freebsd.org/csrg' > > >>>>>> svn: E210005: No repository found in 'svn+ssh:// > > >> asomers@repo.freebsd.org/csrg' > > >>>>> > > >>>>> > > >>>>> Can't answer this question directly about svn > > >>>>> > > >>>>> But I have been using > > >> https://github.com/dspinellis/unix-history-repo.git to look at historical > > >> sources. https://github.com/csrg has a number of additional repos of > > >> historical interest, though they are all forks from somewhere else. > > >>>>> > > >>>>> Warner > > >>>> > > >>>> Thanks for that Github link; it's pretty useful. Also, I found this > > >>>> site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just > > >>>> wish I had a better understanding of the relationship between CSRG and > > >>>> the various releases. It seems like some stuff got committed to CSRG > > >>>> yet didn't make it into an official release for years, if ever. > > >>> > > >>> > > >>> TUHS is awesome. I use it too, bit the historical github tree is more > > >> convenient. > > >>> > > >>> CSRG's 4.x series was pretty linear. What didn't make it? > > >>> > > >>> Warner > > >> > > >> I'm looking at bmap. When I wrote that email, the earliest released > > >> reference I could find was in 4.3-Reno. However, I just spotted it in > > >> 4.2, which is a much more reasonable time frame (it moved to a > > >> different file which is why I missed it before). However, the files > > >> in question don't even exist in the git branches from dspinellis's > > >> repository. I had to find them on tuhs.org. Am I doing something > > >> wrong, or are dspinellis's release branches not fully populated? > > >> Compare > > >> https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys > > >> to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys > > > > > > > > > I'm guessing the SCCS -> SVN -> Git process broke files that were renamed > > > or copied... I've not dug deeper though... This tells me that we need to > > > send dspinellis some corrections :) > > > > > > Warner > > > _______________________________________________ > > > freebsd-current@freebsd.org mailing list > > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > > > > > Replying to an arbitrary message.. > > > > Using svnweb it so EASY to see that the correct invocation is > > > > svn co https://svn.freebsd.org/base/vendor/CSRG > > > > as I just done.. > > Well once you know that it is obvious, I think is what > is happening is that people go to https://svn.freebsd.org/ > and there is csrg listed there and the paths you get once > you follow that is wrong from then on. > > Maybe obliterarate that top level miss leading link > would be the right thing to do? Or put a roadmap > file at that level in place and then delete that csrg link. > > Thank you for pointing us all to where the "real data" > is at. No. base/vendor/CSRG is different. It just has a dump of a few things that were imported into base/head. It doesn't have the full history of CSRG's work. You can tell just by looking at the number of commits. base/vendor/CSRG only has 73 commits, but the full CSRG repo has about 1000x as many. -Alan From owner-freebsd-current@freebsd.org Thu Jun 20 16:22:09 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 0C9CD15C0935; Thu, 20 Jun 2019 16:22:09 +0000 (UTC) (envelope-from gjb@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A466A88806; Thu, 20 Jun 2019 16:22:08 +0000 (UTC) (envelope-from gjb@freebsd.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 4F4AE109B; Thu, 20 Jun 2019 16:22:08 +0000 (UTC) (envelope-from gjb@freebsd.org) Date: Thu, 20 Jun 2019 16:22:05 +0000 From: Glen Barber To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Statement regarding employment change and roles in the Project Message-ID: <20190620162205.GE82981@FreeBSD.org> Reply-To: gjb@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="phCU5ROyZO6kBE05" Content-Disposition: inline User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: A466A88806 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Thu, 20 Jun 2019 16:22:09 -0000 --phCU5ROyZO6kBE05 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear FreeBSD community: As I have a highly-visible role within the community, I want to share some news. I have decided the time has come to move on from my role with the FreeBSD Foundation, this Friday being my last day. I have accepted a position within a prominent company that uses and produces products based on FreeBSD. My new employer has included provisions within my job description that allow me to continue supporting the FreeBSD Project in my current roles, including Release Engineering. There are no planned immediate changes with how this pertains to my roles within the Project and the various teams of which I am a member. FreeBSD 11.3 and 12.1 will continue as previously scheduled, with no impact as a result of this change. I want to thank everyone at the FreeBSD Foundation for providing the opportunity to serve the FreeBSD Project in my various roles, and their support for my decision. I look forward to continue supporting the FreeBSD Project in my various roles moving forward. Glen --phCU5ROyZO6kBE05 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAl0LsqgACgkQAxRYpUeP 4pPe+A//eA7BW/H8bpo1AU0OexpQJzmSPJ0o5U9yjzBvDFRX5Eefck6+zJsjh8ew f3nNRR7u/sCR4VnmyW9DNfQBSXy003LJLUZkXE8aOEC4eaJApuiKB1XIUH4JgCam ksNhgw5YJrBbhoSAzHfF0+sJT1y9+zFZ+YQnFxpz/HF+0wrdTVnTI/8ik8J1FWlu 3LzpxE7ePpaqqc0rSKFs9HnilMY734oH8+X2Fc4yfix+Y04wgNTLQtC68NvcZoie GoUaMQ9XbZDKdBUfS8uwiMJPG6TPjb9qwCABP7TuK7iVZaG0WNuqO6jpN5J0sTZL uKgYFjcfmR87tOTIFYpLZH2UAnl6KFm51quWvmQvyaWpac14ijxAnYLiOb3Lkhz1 X5tpEkJTlgV3YjrI7W/vyozQXy3DjVKrbET+3hgegLaj9VkaZO10tNeLV4I6XMS8 /kfvglaFD/p7AHCc/uoqvlf72V5HszEqhiImxvyqzQ9ySCvA2erI42W947rOVDxo RmSfjSNPVMuzlcBW1dTiocOjBO2U4Oa1QRZYIJYiqGj48hGunAJ9Y5Ey47W1aXmq tx9/hEHTOIgmWG1vPr6p36pf09Y7ImjmxFgmjFMbo8955MzVXV5Usv5YSI6CQbo7 MRJGlClHWNPWLredZkGHJmFL9HuGIXwk69wiV40EfIC/S4DX5u8= =i2C3 -----END PGP SIGNATURE----- --phCU5ROyZO6kBE05-- From owner-freebsd-current@freebsd.org Thu Jun 20 18:59:03 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 7CBBA15C4B5E for ; Thu, 20 Jun 2019 18:59:03 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vtr.rulingia.com (vtr.rulingia.com [IPv6:2001:19f0:5801:ebe:5400:1ff:fe53:30fd]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vtr.rulingia.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7201A91862 for ; Thu, 20 Jun 2019 18:59:02 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from server.rulingia.com (ppp59-167-167-3.static.internode.on.net [59.167.167.3]) by vtr.rulingia.com (8.15.2/8.15.2) with ESMTPS id x5KIwpdE059795 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 21 Jun 2019 04:58:57 +1000 (AEST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.15.2/8.15.2) with ESMTPS id x5KIwjwi019424 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Jun 2019 04:58:45 +1000 (AEST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.15.2/8.15.2/Submit) id x5KIwjnY019423; Fri, 21 Jun 2019 04:58:45 +1000 (AEST) (envelope-from peter) Date: Fri, 21 Jun 2019 04:58:45 +1000 From: Peter Jeremy To: Enji Cooper Cc: freebsd-current@freebsd.org Subject: Re: error: yacc.h: No such file or directory Message-ID: <20190620185845.GA19411@server.rulingia.com> References: <0737312F-50AE-4526-B201-E62DB8949612@freebsd.org> <4b1f9f81-6463-c1bd-30a9-14aed49fc038@FreeBSD.org> <061907F0-D8FC-4AEA-AA8C-5928A09425E9@freebsd.org> <02F99EF6-3A8E-42A2-8B35-6524FD4E1755@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <02F99EF6-3A8E-42A2-8B35-6524FD4E1755@gmail.com> X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.12.0 (2019-05-25) 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: Thu, 20 Jun 2019 18:59:03 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2019-Jun-18 07:01:31 -0700, Enji Cooper wrote: > >> On Jun 18, 2019, at 06:59, Enji Cooper wrote: >> PS This is one of the reasons why I wasn=E2=80=99t quick to discount Pet= er Jeremy=E2=80=99s reported build issue. > >Correction: I meant Julian Stacey. I'm not sure how I feel about being confused with jhs. Actually, I had also seen this problem in both mkesdb_static and mkcsmapper_static but hadn't reported it because I was investigating something else and wasn't certain that it wasn't self-inflicted. --=20 Peter Jeremy --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE7rKYbDBnHnTmXCJ+FqWXoOSiCzQFAl0L111fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEVF QjI5ODZDMzA2NzFFNzRFNjVDMjI3RTE2QTU5N0EwRTRBMjBCMzQACgkQFqWXoOSi CzQSlQ//QitESF5cqrYASam12ZoAqZxDt7GbOkEIWlreUa+P1OHQkqoqjCnTD+Ds N7vs2p9sEk8KGME3fegweV1bFemBjnY1a4QlTx2L4J1kVyICQgp4zX7ud4wjmV5O UqfWX93maefLm+seRNHSqCSMMmMHf93VuQG7YobcGoZuD5s0n1LwULgJeDpjyCMB 2xT1McLsBbsjVG75IgzJbgEzuWYjSBNhrGuxgyeungXBvLFyKgos0VoNjG6701v7 ppsbGLydW4MHDjT4ii60L7DykVbpcrpoFwEIanDvw70BnBikyIlKj2fT/jZQoxAA 4QVkcPfMTIdAhP2fj9nJ5Ww5Z6GKRRzFFoQ0lj/u0GFNZI50fa4FQR7+TBoaKDej 7mDOIGf1skFc4ElQXbm1ouHIYehJuAjeGxC0m7sZzsgfbtPIpdrtdWi77FaOh9/q lnJm5bwgoyOQIcx3xrInb3mirZJGqjcwMrwBYQmGKNjLG7nKICRWZSXVKO7S7qGg OXejVxS6MvoAZT9ZIGnTZsUpoCM75y6jmTwvNfOPVyhKV4JH6hMXjx4CSfsgJ2Jf EymAwlNjUjv1rG973T6n2i5PJMgFVc5Rq/y81T15wZ2XB2lkEvp9OecPfIsoa9Z9 +jnWpEDicCyeQG5KVuHBSm4D+419SrT+Se0K4dbHMt1Vpyu05e4= =g+X5 -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-freebsd-current@freebsd.org Fri Jun 21 07:14:49 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 376E315D29ED for ; Fri, 21 Jun 2019 07:14:49 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C35FF835F7; Fri, 21 Jun 2019 07:14:47 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wr1-x42f.google.com with SMTP id x17so5422218wrl.9; Fri, 21 Jun 2019 00:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=ksjao32DmxrLnzVgpptPVBEmPzsdgn0GEeLwoabF61M=; b=IPsE9iG+w074aGBJ1cxCxctjmqMxONbSpveaLIQ/btBDL+8Xw8xKv+9unKB/TeUPWF 4BFL+dGattuMbeXO7NCzsBpMmNceqxhvMCkQisz189s5QIl4ZFS+K5+9zH2/HZnXh0I5 vFAvrYd0IDGAleo9z5ZjDABu4spVZ6pqbF8zjPYF2lJLahS0lYC5mOWQ0wv0fb8Z9H0w N39CLBqedWW1P10TS5xctDM4PUn27B/RNEUC+3EaEWCHteEE5+yltSIwqnkTlw9AeWGT NFvR1fJEeF3Yw/TBYtfUvvAMyrKpL5K+6GnQJAS7b5w0D3Lt2OArWb7SKlsznl7xegU+ TXtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=ksjao32DmxrLnzVgpptPVBEmPzsdgn0GEeLwoabF61M=; b=I35e2aTZpzfhcFn2r9Z9Cr0IATcmWlhVQSYn2HUpJdphhYegSnjxiReorIjZADYS6d cD12AJCOv+IDu6F9Zwh6j8hmBWE2oDFOW1hASx2el3m6ODT1lMf3QUb64/rt1UTLweWQ 1mlWgnBXE/fuf/qMDjuQ5bWy2NQPNXkr1k4ax7QUDSRG80EIkm88wZgrcOf1vUEsJY78 JilCEIGaNRNG/iJ6KAwkyYPTajzuw7CMnA755Y5pkSMqWqV4KG0XBSa5X8QQky2Lu674 bnNVqC8L1wl/G1XhEDlFB/oTqz4KBzDI74zMOUZUoxeRA8lEjtVm+SU6H9y4Exu05wlk KfFg== X-Gm-Message-State: APjAAAVx9lFGiL8BKDWJKa+Vr+diX9DI8IS+RTFPyGNkoVD281xNjdJW rNBqfgGH/qzyguvjl3HuxXygS9++ X-Google-Smtp-Source: APXvYqxCucE2OeK4ZYhsjyQ7TkxmVOd4MfzI+zoPf3P4lDNp+32eiuLFHpZoaI3IkOaUPT8Az1wxdA== X-Received: by 2002:a5d:694a:: with SMTP id r10mr74277806wrw.345.1561101286349; Fri, 21 Jun 2019 00:14:46 -0700 (PDT) Received: from MacBook-Air-van-Johan.local ([62.12.9.66]) by smtp.googlemail.com with ESMTPSA id j18sm2305432wre.23.2019.06.21.00.14.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Jun 2019 00:14:45 -0700 (PDT) Subject: Re: Statement regarding employment change and roles in the Project To: gjb@freebsd.org References: <20190620162205.GE82981@FreeBSD.org> Cc: freebsd-current@freebsd.org From: Johan Hendriks Message-ID: Date: Fri, 21 Jun 2019 09:14:44 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: <20190620162205.GE82981@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-Language: nl X-Rspamd-Queue-Id: C35FF835F7 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=IPsE9iG+; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of johhendriks@gmail.com designates 2a00:1450:4864:20::42f as permitted sender) smtp.mailfrom=johhendriks@gmail.com X-Spamd-Result: default: False [-6.69 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.86)[-0.860,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-2.82)[ip: (-9.21), ipnet: 2a00:1450::/32(-2.53), asn: 15169(-2.32), country: US(-0.06)]; RCVD_IN_DNSWL_NONE(0.00)[f.2.4.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0] 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: Fri, 21 Jun 2019 07:14:49 -0000 Thank you Glen for all your hard work and time and good luck with the new job. regards Johan Op 20-06-19 om 18:22 schreef Glen Barber: > Dear FreeBSD community: > > As I have a highly-visible role within the community, I want to share > some news. I have decided the time has come to move on from my role > with the FreeBSD Foundation, this Friday being my last day. I have > accepted a position within a prominent company that uses and produces > products based on FreeBSD. > > My new employer has included provisions within my job description that > allow me to continue supporting the FreeBSD Project in my current > roles, including Release Engineering. > > There are no planned immediate changes with how this pertains to my > roles within the Project and the various teams of which I am a member. > > FreeBSD 11.3 and 12.1 will continue as previously scheduled, with no > impact as a result of this change. > > I want to thank everyone at the FreeBSD Foundation for providing the > opportunity to serve the FreeBSD Project in my various roles, and their > support for my decision. > > I look forward to continue supporting the FreeBSD Project in my various > roles moving forward. > > Glen > From owner-freebsd-current@freebsd.org Fri Jun 21 10:59:55 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 52C6815D6D97; Fri, 21 Jun 2019 10:59:55 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vtr.rulingia.com (vtr.rulingia.com [IPv6:2001:19f0:5801:ebe:5400:1ff:fe53:30fd]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vtr.rulingia.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF248AE93; Fri, 21 Jun 2019 10:59:54 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from server.rulingia.com (ppp59-167-167-3.static.internode.on.net [59.167.167.3]) by vtr.rulingia.com (8.15.2/8.15.2) with ESMTPS id x5LAxis1064702 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 21 Jun 2019 20:59:50 +1000 (AEST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.15.2/8.15.2) with ESMTPS id x5LAxd6a023804 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Jun 2019 20:59:39 +1000 (AEST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.15.2/8.15.2/Submit) id x5LAxdcd023803; Fri, 21 Jun 2019 20:59:39 +1000 (AEST) (envelope-from peter) Date: Fri, 21 Jun 2019 20:59:39 +1000 From: Peter Jeremy To: freebsd-current@freebsd.org, freebsd-arm@freebsd.org Subject: "panic: Duplicate alloc" in dwmmc_attach on Rock64 Message-ID: <20190621105939.GA23668@server.rulingia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.12.0 (2019-05-25) 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: Fri, 21 Jun 2019 10:59:55 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Since r349169, my Rock64 has consistently panic'd whilst attaching rockchip_dwmmc1. A kernel built at r349135 works OK. The relevant output looks like: rockchip_dwmmc0: mem 0xff500000-0xff503fff irq 40 on ofwbus0 rockchip_dwmmc0: Hardware version ID is 270a mmc0: on rockchip_dwmmc0 rockchip_dwmmc1: mem 0xff520000-0xff523fff irq 42 on ofwbus0 rockchip_dwmmc1: Hardware version ID is 270a panic: Duplicate alloc of 0xfffffd000089cf50 from zone 0xfffffd0000817540(1= 6) slab 0xfffffd000089cf90(0) cpuid =3D 0 time =3D 1 KDB: stack backtrace: db_trace_self() at db_trace_self_wrapper+0x28 pc =3D 0xffff000000535d54 lr =3D 0xffff0000000df10c sp =3D 0xffff0000000104d0 fp =3D 0xffff0000000106e0 db_trace_self_wrapper() at vpanic+0x18c pc =3D 0xffff0000000df10c lr =3D 0xffff000000278218 sp =3D 0xffff0000000106f0 fp =3D 0xffff000000010790 vpanic() at panic+0x44 pc =3D 0xffff000000278218 lr =3D 0xffff000000277fc8 sp =3D 0xffff0000000107a0 fp =3D 0xffff000000010820 panic() at uma_dbg_alloc+0x144 pc =3D 0xffff000000277fc8 lr =3D 0xffff0000004fa4b0 sp =3D 0xffff000000010830 fp =3D 0xffff000000010850 uma_dbg_alloc() at uma_zalloc_arg+0x9b0 pc =3D 0xffff0000004fa4b0 lr =3D 0xffff0000004f9960 sp =3D 0xffff000000010860 fp =3D 0xffff0000000108e0 uma_zalloc_arg() at malloc+0x9c pc =3D 0xffff0000004f9960 lr =3D 0xffff000000252a8c sp =3D 0xffff0000000108f0 fp =3D 0xffff000000010920 malloc() at bounce_bus_dmamem_alloc+0x4c pc =3D 0xffff000000252a8c lr =3D 0xffff000000533b64 sp =3D 0xffff000000010930 fp =3D 0xffff000000010960 bounce_bus_dmamem_alloc() at dwmmc_attach+0x5fc pc =3D 0xffff000000533b64 lr =3D 0xffff000000556f14 sp =3D 0xffff000000010970 fp =3D 0xffff0000000109e0 dwmmc_attach() at device_attach+0x3f4 pc =3D 0xffff000000556f14 lr =3D 0xffff0000002abd8c sp =3D 0xffff0000000109f0 fp =3D 0xffff000000010a40 device_attach() at bus_generic_new_pass+0x12c pc =3D 0xffff0000002abd8c lr =3D 0xffff0000002adb40 sp =3D 0xffff000000010a50 fp =3D 0xffff000000010a80 =2E.. I've looked through all the intervening commits and don't see any smoking gun. Does anyone have any suggestions? --=20 Peter Jeremy --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE7rKYbDBnHnTmXCJ+FqWXoOSiCzQFAl0MuJRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEVF QjI5ODZDMzA2NzFFNzRFNjVDMjI3RTE2QTU5N0EwRTRBMjBCMzQACgkQFqWXoOSi CzSPGg/6A0ZAlDesIxeAqXlvu81hv/uThZeswefL8htUyIUnzxZbVlcfaIIq2oQM CObVRTjNtooK0ZW5U57Dqfsm7HlmVg86eFk+4u7I5BtAdf1CZO/1/YsCrZC2vWsq 6BLw3KDyu5gNaClr//lxT+yFnOjaN1w9DOKQMZoMB3JwXeCsrSPzPBptRXW8wrZU C99U1f/Fxef6TNMU9D5DBuoWzLFBpMTEWDD4mfcW6TWMLG2oyqUUm1HxEIWyXRLO MAk3ZBfYLjcAMbLTOEGNC/hnLNfZFYGTioirwrdo6Q0Iwbyrh+X36XFiKDwPmFxb oEBS420OGOtmHmZpkOzYgldYfeOzLXlTeHxDfFAy54mOZcsWm/t8u6ZnCeW8cXwg YCiz05CK7daIOEIp1W1ShQWwd286aN9MiPJ5BLVwXb5nP08eCI1+T9Q/1FFHYg3m ZtEtoRW1/NeVckYrPjvWfB9QTgG0VDgOsMBZTIvScAU0DL8j55yRLSBPfMcu8k1r A7owP9J1I4VrdXHBfK1ZziAjRRxUo7BejHdxWFFhA+1LMcAPUkF2+UQcS4V4clqy MMvfrq1mhQ40+AeoVFMo1UvDPLbO0BVDYB+wTVsRKsi1YfTA1dpAhQ+ZSOhA319d Dy9hTeRegKUewQNY+P/fGvbfBl2pwGHHEmZuQJxPObrDUvFQXAw= =REEu -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-current@freebsd.org Fri Jun 21 14:43:24 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 9538A15B3091 for ; Fri, 21 Jun 2019 14:43:24 +0000 (UTC) (envelope-from scottl@samsco.org) 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 D9BB66BE78 for ; Fri, 21 Jun 2019 14:43:23 +0000 (UTC) (envelope-from scottl@samsco.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9769615B308F; Fri, 21 Jun 2019 14:43:23 +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 57EDF15B308E for ; Fri, 21 Jun 2019 14:43:23 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 311DF6BE77 for ; Fri, 21 Jun 2019 14:43:20 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 1F3C322036; Fri, 21 Jun 2019 10:43:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 21 Jun 2019 10:43:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsco.org; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=fm3; bh=u ipeGekW9SEit3VeF9bPLMhc5yPKVC20h48zNabkJQ8=; b=OXhQxzewguBmRRIZw tLlrvM1F0tOLlDDRpor8/7N484CdEZlP3zBQ80H4q6zh+P1+A7ZoSbQ7rEwItDCq z7g2Ur9vxm4tnqm5DYID14uVwgLzdwP+JC6kLw7wTctJUNtVws9QXphVFzqV2Lse BD8ajjHAx8pgx0xetk4YoMzACJiJCILpA/a443kq5nviMR6yCaz1Riy/e7vhpOfn v2+R3ZsfASK/2jJ0908qdHWjLf27lEHbGuA5u0cDrrKmngA4RirMBIRsMFb3+Ot/ nt9o3q9UKB/F5WY8wPt2JzeVYocJbQT2YjABUXeh9LpGrXZomEk0PwXk/FzbKQW0 djR+w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=uipeGekW9SEit3VeF9bPLMhc5yPKVC20h48zNabkJ Q8=; b=P34SHstv70PzmwDq16cR+EKPKYC7d3Q69WxV4YsatqiNRyUSito0FB0sJ oYMYxau8OxlRSmXhFeng1xo0ZMt4vAGa0XPCUvuOEfckh3Op9xH5WYclT6B9qn4q 9/ueDwBBHKV5CthpwdzPoRtbpYhssK+zxWxXMCznVxs3dN2lJ1WzJQ2TNLAJoNfS 57empjwen6HeO/rw3hB2smMM6ts3QzFqZj0Z8MftWr3luq4m8qrLpUqffoigJ7Fn g4xsotTrGcGAAup34IzgcfnA7Me3aQpM3Ol0wrXcz+UIYviYkPzPICojVp9nPUCa rJn7B6MrO4o1xXJ6wVlAtR029bEFw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrtdeigdekfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurheptggguffhjgffgffkfhfvofesthhqmh dthhdtjeenucfhrhhomhepufgtohhtthcunfhonhhguceoshgtohhtthhlsehsrghmshgt ohdrohhrgheqnecukfhppeekrdegiedrkeelrddvudefnecurfgrrhgrmhepmhgrihhlfh hrohhmpehstghothhtlhesshgrmhhstghordhorhhgnecuvehluhhsthgvrhfuihiivgep td X-ME-Proxy: Received: from [192.168.0.146] (unknown [8.46.89.213]) by mail.messagingengine.com (Postfix) with ESMTPA id 3F4848005A; Fri, 21 Jun 2019 10:43:16 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found From: Scott Long In-Reply-To: <201906180147.x5I1ksVi028507@fire.js.berklix.net> Date: Fri, 21 Jun 2019 08:43:15 -0600 Cc: current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <205835F0-6DE0-4B7F-8AC7-D1F414370BBF@samsco.org> References: <201906180147.x5I1ksVi028507@fire.js.berklix.net> To: "Julian H. Stacey" X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 311DF6BE77 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=samsco.org header.s=fm3 header.b=OXhQxzew; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=P34SHstv; spf=pass (mx1.freebsd.org: domain of scottl@samsco.org designates 66.111.4.27 as permitted sender) smtp.mailfrom=scottl@samsco.org X-Spamd-Result: default: False [-6.59 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[samsco.org:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.27]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[samsco.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[samsco.org:+,messagingengine.com:+]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[in2-smtp.messagingengine.com,in1-smtp.messagingengine.com,in2-smtp.messagingengine.com,in1-smtp.messagingengine.com,in2-smtp.messagingengine.com,in1-smtp.messagingengine.com,in2-smtp.messagingengine.com,in1-smtp.messagingengine.com]; IP_SCORE(-3.52)[ip: (-9.73), ipnet: 66.111.4.0/24(-4.75), asn: 11403(-3.07), country: US(-0.06)]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[27.4.111.66.list.dnswl.org : 127.0.5.1] 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: Fri, 21 Jun 2019 14:43:24 -0000 > On Jun 17, 2019, at 7:46 PM, Julian H. Stacey wrote: >=20 >>>=20 >>> Stop. >>> make[3]: stopped in /usr/src/usr.bin/mkesdb_static >>>=20 >>> 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. >>=20 >> Since you seem to be so focused on mean-spirited criticism of others, >> I'm sure you'll understand when I ask... >>=20 >> Have you *seriosly* been using and building freebsd this long and you >> don't know that an opt_*.h file is generated as part of the build and >> exists only in the object directory, so that searching for it under >> /usr/src or /usr/include would be... let's see, how did you put = it?... >> Oh yeah: A double waste of CPU & human time. >=20 > Personal noise is irrelevant. >=20 > Facts:=20 > Unchecked commits broken make buildworld twice,=20 > Time was wasted by bad commits. =20 > My time ran out.=20 > Current does not benefit from commits that break buildworld. > I (like a friend before) must switch to stable to avoid breakage.=20 >=20 > Time was, ~25 years back, when FreeBSD commiters who screwed > the build were awarded a conical hat & took a one week holiday. A > mild rebuke for wasting people's time, & a short refreshing > break to go smell fresh air. No not coffee, but fresh air. I=E2=80=99ve been following FreeBSD since 1992, before it was even = called FreeBSD, and I was reflecting on the =E2=80=9Cold days=E2=80=9D = recently. You know what? The old days sucked; I hold no romance for them. There was rampant passive-aggressive hostility, toxicity and shaming was accepted and encouraged, and the community was pretty much an insular and exclusionary clique. Mistakes were to be feared, not learned from. Any mistake was equated with a personal moral failing. Yeah, good technical work was done, but at the expense of quickly alienating and driving away many good people who didn=E2=80=99t want to put up with all of that bullshit. There=E2=80=99s no denying that it=E2=80=99s frustrating when a bug is = introduced, especially when it causes lost time and productivity. Passively accusing people of being lazy or incompetent (see your =E2=80=9CUnchecked commits=E2=80=9D comment) doesn=E2=80=99t help fix that though. If = anything, it burns out and drives away the people who are in the best position to fix the problems. It doesn=E2=80=99t make the community or the code better in = the long term, even if you think that it=E2=80=99s motivating people in the = short term. Please take your conical hat somewhere else and do something productive and positive with it, I don=E2=80=99t want the toxicity in my FreeBSD community anymore. Thanks, Scott From owner-freebsd-current@freebsd.org Fri Jun 21 15:30:26 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 5040515B3D63 for ; Fri, 21 Jun 2019 15:30:26 +0000 (UTC) (envelope-from wlosh@bsdimp.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 39C1C6D47D for ; Fri, 21 Jun 2019 15:30:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mailman.ysv.freebsd.org (Postfix) id EEC4A15B3D61; Fri, 21 Jun 2019 15:30:24 +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 CA87D15B3D60 for ; Fri, 21 Jun 2019 15:30:24 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x741.google.com (mail-qk1-x741.google.com [IPv6:2607:f8b0:4864:20::741]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9556D47B for ; Fri, 21 Jun 2019 15:30:24 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x741.google.com with SMTP id l128so4718693qke.2 for ; Fri, 21 Jun 2019 08:30:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=p9Y4hJzTNzmBxHFR64F+XXCtrZ+gDjk5SCkh8gsa3tU=; b=wbYBxgTuBl21jU6vKdeErUm0m0jZ2YUsopbhc/fgD+8IAynEgNDBskaJYtavetXCf4 jEA/AHEVg+2AZQzxEu4//uH/yGoB3o50m+sygJMW/7XkZVYHBnSOYKQm6PS2iX2LQMGz OcrJzJJf3D1+IzFV80iPW4cITpNvfHZeJkGqjP7OaQMTfBV4uVf47CyU5OT54tibVwLV pAnvpL2AX8EWY/9DzUpA1UtJUXWUibU51FdknthTXNoO55gitFC0M5PRy/u05Z44KhA7 J/40pAuPhAiXr952WxLRZghl4nM3P4D3VBnxBl2gADvho9H7FyOZF4RxcQJp1Kbg6RkZ +LHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p9Y4hJzTNzmBxHFR64F+XXCtrZ+gDjk5SCkh8gsa3tU=; b=ZJ0CuhlFqBswMG0AIlGZtGivZeu1jmY75brERrX5Yjo4PadUGhiE6bzgF6knRqGjrD O1+99I8wfQ1ONs9874aiv2Gc54dIvDmXI/I4aPtX1/iTbjYZmafSKRnmbckPIfyjOLXy FTF74CoR8UGZw1NSzbQSPDtv8ZkEbjHwyiPtgJQ6ihqezFZVn3EeMCUuasFKyzWOXFQW Ow6922hXAIAgPyAkBsmmwQnPvtNtbKQrS+Qn6pAS8tkuEIysp8p1GiF3Qg6k6AgECrRe FyBI9dSsRgTNVRvoL2XjSXOGW4thBJV9pYKgPQ7C1kLD6GQHjddSxn0FGaydjX0cg9na hlCQ== X-Gm-Message-State: APjAAAUx7xGiU44oIZdnCzyAED2mV+v5akZLRSnWEQ3LCeMHi3tUgJWt vynsgpFcqFNs491835xKZIcOfzJ12eHhqjydApyyjWojqgs= X-Google-Smtp-Source: APXvYqz3BGTGHJWsGd+YrVa/RT0s9QhjsGColsPH3RaOXU2G/F/EX+BK03y/PBIQ71MVGvOMzK56wk1YGJjgkt8U6s4= X-Received: by 2002:a37:6652:: with SMTP id a79mr23207489qkc.60.1561131023720; Fri, 21 Jun 2019 08:30:23 -0700 (PDT) MIME-Version: 1.0 References: <201906180147.x5I1ksVi028507@fire.js.berklix.net> <205835F0-6DE0-4B7F-8AC7-D1F414370BBF@samsco.org> In-Reply-To: <205835F0-6DE0-4B7F-8AC7-D1F414370BBF@samsco.org> From: Warner Losh Date: Fri, 21 Jun 2019 08:30:10 -0700 Message-ID: Subject: Re: sys/modules/sdio broken in .svn_revision 348842 'opt_cam.h' not found To: Scott Long Cc: "Julian H. Stacey" , FreeBSD Current X-Rspamd-Queue-Id: 6F9556D47B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Fri, 21 Jun 2019 15:30:26 -0000 On Fri, Jun 21, 2019, 7:44 AM Scott Long wrote: > > > > On Jun 17, 2019, at 7:46 PM, Julian H. Stacey wrote: > > > >>> > >>> 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. > >> > >> Since you seem to be so focused on mean-spirited criticism of others, > >> I'm sure you'll understand when I ask... > >> > >> Have you *seriosly* been using and building freebsd this long and you > >> don't know that an opt_*.h file is generated as part of the build and > >> exists only in the object directory, so that searching for it under > >> /usr/src or /usr/include would be... let's see, how did you put it?... > >> Oh yeah: A double waste of CPU & human time. > > > > Personal noise is irrelevant. > > > > Facts: > > Unchecked commits broken make buildworld twice, > > Time was wasted by bad commits. > > My time ran out. > > Current does not benefit from commits that break buildworld. > > I (like a friend before) must switch to stable to avoid breakage. > > > > Time was, ~25 years back, when FreeBSD commiters who screwed > > the build were awarded a conical hat & took a one week holiday. A > > mild rebuke for wasting people's time, & a short refreshing > > break to go smell fresh air. No not coffee, but fresh air. > > I=E2=80=99ve been following FreeBSD since 1992, before it was even called > FreeBSD, and I was reflecting on the =E2=80=9Cold days=E2=80=9D recently.= You know > what? The old days sucked; I hold no romance for them. There was > rampant passive-aggressive hostility, toxicity and shaming was > accepted and encouraged, and the community was pretty much an > insular and exclusionary clique. Mistakes were to be feared, not > learned from. Any mistake was equated with a personal moral failing. > Yeah, good technical work was done, but at the expense of quickly > alienating and driving away many good people who didn=E2=80=99t want to > put up with all of that bullshit. > > There=E2=80=99s no denying that it=E2=80=99s frustrating when a bug is in= troduced, > especially when it causes lost time and productivity. Passively > accusing people of being lazy or incompetent (see your =E2=80=9CUnchecked > commits=E2=80=9D comment) doesn=E2=80=99t help fix that though. If anyth= ing, it burns > out and drives away the people who are in the best position to fix the > problems. It doesn=E2=80=99t make the community or the code better in the > long term, even if you think that it=E2=80=99s motivating people in the s= hort > term. > > Please take your conical hat somewhere else and do something > productive and positive with it, I don=E2=80=99t want the toxicity in my > FreeBSD community anymore. > Amen. Warner Thanks, > Scott > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > From owner-freebsd-current@freebsd.org Fri Jun 21 19:49:51 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 4B21615BD025 for ; Fri, 21 Jun 2019 19:49:51 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EBDA75CBD for ; Fri, 21 Jun 2019 19:49:50 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lj1-f178.google.com with SMTP id h10so7024226ljg.0 for ; Fri, 21 Jun 2019 12:49:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=I/D52KPFsNTrmcvfrg/M3clsPLAbKcaEeEtX4U578yY=; b=Xyr5Q/uTVnH+50kPZzXEqPmC9T0phV6+hVn3dnQ58hxzUWSgUUcv1zk16FZiuRIWRq vqiZ6ovhlRHAhKriM0zKTXIEy1EsGR7hgYpXARoKEUOxt8+u8eiUECp7hT5OjnejYArM HIA13D7YRGfWh8dLlNMvdsVjpyJaaA6gwMUUpRcfEYVmDEO6QVKBpUsj8jWAFTu7t7Yd FKVcZtpHNHSxZRyNhUcM0TWp3S6oxAShnwL0A9/+K70FLttMIt4BEvBo9hEGX8iriDs/ AGbxCpk7La3t1wNhBtvJw0ZQGxvFxLJCBVNltcHBMML/hWq0KgbluBECHZ7SQOhJdB2V 4Zaw== X-Gm-Message-State: APjAAAUN2ZK6sEgBv+4rl4demmm16HTfLg/BJCkA/lT28V7p2BfyqHkb 1Ba6jLyGtaJSgnNyKAZxRKywx592bcgTqZzrmRmFpQ== X-Google-Smtp-Source: APXvYqz+9XdNHllo80JIVMc9YG8BvmI3krfV7X1PqKpayCaelPaXd5dQMt+3iqD7jRjEvwqzk9+fwJQio0ylNOlDKTw= X-Received: by 2002:a2e:81d8:: with SMTP id s24mr22647883ljg.37.1561146582331; Fri, 21 Jun 2019 12:49:42 -0700 (PDT) MIME-Version: 1.0 From: Alan Somers Date: Fri, 21 Jun 2019 13:49:30 -0600 Message-ID: Subject: Reducing UFS corruption from unclean shutdowns? To: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 3EBDA75CBD X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.208.178 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.22 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; RCVD_IN_DNSWL_NONE(0.00)[178.208.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-1.26)[ip: (-0.49), ipnet: 209.85.128.0/17(-3.43), asn: 15169(-2.33), country: US(-0.06)]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; SUBJECT_ENDS_QUESTION(1.00)[]; TO_DOM_EQ_FROM_DOM(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: Fri, 21 Jun 2019 19:49:51 -0000 I panic my development VM regularly. Each time, I need to fsck the file system. Even if I had run sync(8) just before the panic, I frequently find corruption. What should I change to make sync(8) work, or at least to make corruption rare? It looks like my root file system is using soft-updates+journal. Should I disable those? -Alan From owner-freebsd-current@freebsd.org Fri Jun 21 19:56:10 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 9B41415BD5EA for ; Fri, 21 Jun 2019 19:56:10 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 1804676530; Fri, 21 Jun 2019 19:56:09 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id B86312213D; Fri, 21 Jun 2019 15:56:09 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 21 Jun 2019 15:56:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsco.org; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=fm3; bh=w hsNrst6hsPa/eHeG4wYsNWJj2zqxVNKaTOHa2XJuUs=; b=CZ50g+GI6XCgFPRYp SsYeiSMAjuIZj/m0RRwc1u1v3w9EEVlHTS7e8xyK4uDang+xpdFlMs2z8IQd87hj OkYlxWlEV88fByHGJpGbypZ9UnWC+naBAk5802XM6qXrNCYXvEudEA05okVzsews KywD7xE80Bmau0zOgG1dY8e5lYLP9TcFMuOC5M9R75cjzEDzCo0u9QMr7I7Hr9hX HjnFhUGWjm24wO6GVUyHSVY/WeKdPOg4aVN86MPBx+pfkvkay2PMKU6qPWa3MZJN kua8egau8Zhjwsd6Vwk8FBX16Ere8c7HrYC4DnXJo72WV2Bgzwf3iQZPAH+A99tP 3z0FA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=whsNrst6hsPa/eHeG4wYsNWJj2zqxVNKaTOHa2XJu Us=; b=Yn/6qDOOp209zIhLcDmAXz7m924lsZzkYDOddTpvA2e5B3o7FpaOLMNlX C1yvALC9YC+P+bcl9aS+sI/O2wttk2yUvA7veg73ynuyt4+hheS2SMlnfdvYWl+l DfJxLR844wHarX7qeMbu3xWPZrrW7GmtJ82J3xT5B1TyF09YOELBNicph/c/pJqe VJ2vP/W3oKDR12z988DDP3IIcuXxbRmSivWNuvOnky+4SZ8A/k5ztLVLY311NquK IKT2VI4mefcnxIKM5F2laKfqe4UQTu53C+QRDxPTCwfEYF1Dl4Y7vqxDoeUzrxOr /855gPwbHuKWP8VA5UmOExhbwjBoA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrtdeigddugeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurheptggguffhjgffgffkfhfvofesthejmhdthhdtvdenucfhrhhomhepufgtohht thcunfhonhhguceoshgtohhtthhlsehsrghmshgtohdrohhrgheqnecukfhppeduledvrd ehhedrheegrdehleenucfrrghrrghmpehmrghilhhfrhhomhepshgtohhtthhlsehsrghm shgtohdrohhrghenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from [10.178.24.13] (unknown [192.55.54.59]) by mail.messagingengine.com (Postfix) with ESMTPA id 194E78005C; Fri, 21 Jun 2019 15:56:08 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Reducing UFS corruption from unclean shutdowns? From: Scott Long In-Reply-To: Date: Fri, 21 Jun 2019 13:56:08 -0600 Cc: FreeBSD CURRENT Content-Transfer-Encoding: 7bit Message-Id: References: To: Alan Somers X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 1804676530 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=samsco.org header.s=fm3 header.b=CZ50g+GI; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=Yn/6qDOO; spf=pass (mx1.freebsd.org: domain of scottl@samsco.org designates 66.111.4.29 as permitted sender) smtp.mailfrom=scottl@samsco.org X-Spamd-Result: default: False [-5.59 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[samsco.org:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.29]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[samsco.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; RCVD_TLS_LAST(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[samsco.org:+,messagingengine.com:+]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[cached: in2-smtp.messagingengine.com]; IP_SCORE(-3.53)[ip: (-9.79), ipnet: 66.111.4.0/24(-4.74), asn: 11403(-3.07), country: US(-0.06)]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[29.4.111.66.list.dnswl.org : 127.0.5.1] 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: Fri, 21 Jun 2019 19:56:10 -0000 > On Jun 21, 2019, at 1:49 PM, Alan Somers wrote: > > I panic my development VM regularly. Each time, I need to fsck the > file system. Even if I had run sync(8) just before the panic, I > frequently find corruption. What should I change to make sync(8) > work, or at least to make corruption rare? It looks like my root file > system is using soft-updates+journal. Should I disable those? > What corruption do you regularly see? Scott From owner-freebsd-current@freebsd.org Fri Jun 21 20:09:57 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 9393115BDF4A for ; Fri, 21 Jun 2019 20:09:57 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C48B77171 for ; Fri, 21 Jun 2019 20:09:56 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lj1-f176.google.com with SMTP id 16so7004741ljv.10 for ; Fri, 21 Jun 2019 13:09:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UJiUiX7KxlydykNG/SghHxrYGDtvaO2jgHqbY3skqF0=; b=kh04tTkMhcsg9F/CEkBDxUzC5yKqEzSOdVDLjUCr8rYN7z/vuQsgc+vCgtthbtiWYk Zn+UIOI9lL25B/GcHjWhIM+xlWh4Rv8PGlISPVF1WDjCS+PVSm3s8rkU1G/rReXLM1ln oWL1Y8dHpj4sF1R7NGEuwt/jXuViSWb4QoQ4cDCp8Hc5tcrhqufSSiC5EZJ5r3ZGxNnu LcnzTK1hHHCETBrdwWXQNaMQZgoqpbXSzXncrVB+Qk3mfOsnKRZNqjEgm1tvJDADz016 1+UqYilLjRaWAI44JiOvAW1AbzrOG8X3q+8O6JK/xASvr8tyWzO5jy5PuCIScmP8AZ6y o2eA== X-Gm-Message-State: APjAAAVlc7IdrriFjoPNhq+Pka2E7QSElX0gFwnXY7eycebwsNbdyKmr 8dr7Yg2cgazjqZKkApQMf7s187toCKz7tFWwU+DY/jWH X-Google-Smtp-Source: APXvYqy30+AiSdj4avk+Jji3Pfn/Ez7ArntaITPrrIB195DzD/0UR7/KVZ43Wr/p0zna7FoncgLhxY5K72QKbutEhCc= X-Received: by 2002:a2e:6e0c:: with SMTP id j12mr50986543ljc.123.1561147789462; Fri, 21 Jun 2019 13:09:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Fri, 21 Jun 2019 14:09:38 -0600 Message-ID: Subject: Re: Reducing UFS corruption from unclean shutdowns? To: Scott Long Cc: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 9C48B77171 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.208.176 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.18 / 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:209.85.128.0/17]; IP_SCORE(-1.25)[ip: (-0.42), ipnet: 209.85.128.0/17(-3.43), asn: 15169(-2.33), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[176.208.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.93)[-0.928,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[176.208.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 21 Jun 2019 20:09:57 -0000 On Fri, Jun 21, 2019 at 1:56 PM Scott Long wrote: > > > > > On Jun 21, 2019, at 1:49 PM, Alan Somers wrote: > > > > I panic my development VM regularly. Each time, I need to fsck the > > file system. Even if I had run sync(8) just before the panic, I > > frequently find corruption. What should I change to make sync(8) > > work, or at least to make corruption rare? It looks like my root file > > system is using soft-updates+journal. Should I disable those? > > > > What corruption do you regularly see? > > Scott fsck reports various types of errors, all repairable, like "INODE CHECK-HASH FAILED", "FREE BLK COUNT(S) WRONG IN SUPERBLK", "SUMMARY INFORMATION BAD", "BLK(S) MISSING IN BIT MAPS", and "UNREF FILE". If I don't run fsck, then I get errors when I try to access files. Like "inode XXX: check-hash failed" and "such and such is marked as an executable file but could not be run by the operating system". -Alan From owner-freebsd-current@freebsd.org Fri Jun 21 20:27:13 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 C73B415BE797 for ; Fri, 21 Jun 2019 20:27:13 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 3C03D77D34; Fri, 21 Jun 2019 20:27:13 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 849BB22302; Fri, 21 Jun 2019 16:27:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 21 Jun 2019 16:27:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsco.org; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=fm3; bh=B Z1AbgDR2eQtWW3MMPU2crVv3ck58j6cAF8/T5+K31I=; b=LdTZxruP9BwfNOuZn yim7s59Bm8ZlI5DuHTkDQ0njn60KbKPAc9rXku3jhM1iRJDM7/VeLt9IIDTz+ZVB O8tOQYWfh6oE7nS+myWQrnbCEc0lYqe9z/j1Jyr+tZWDf7UUw5pLNo9C7GvVKC08 6236RJY0Nj2LczLiR60GZkqoGomRM23/3VMd52ME8XGjMx+iJ9fSK7PUy2jzrlOe 6cXsLty7z2pdRYoSxmRx8ksDY/VuL0l3FN7XQh2aS77bTndBhHjXo5BbQMXNsdeU d2IN31pcGfKqGG7F2Sshe/N9KJh8srxxNlIgsSBKApNEbtcOob8flAn8fCecWUxh Cmwgw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=BZ1AbgDR2eQtWW3MMPU2crVv3ck58j6cAF8/T5+K3 1I=; b=qBM57pKYpaFDJk88dPLMz2wxeZdq18Jk2NDWIjUva5kzqqCKmCs/46/0k 4tRm4/N1AyQBhldYmYUrlGi5AJ18AFR1VoPf2G1Xw1XicMJkiyPoFtZyrDpItH9g QDKX97xibw5YZGYyy5wWIRop/uXFkFKmCSEwMGBDwlKHuuhTHPjKjEXoZL+VIAC2 +OtI0naVhtnWpkWAScq3X16rWpjmCLsPFkS6NcyhdxKMDeOXmPIYscgBXWIbPPrH 2V5pktaiGGO18RID2ULR8IA8M7gg6RmBU2UkPZ2OTXOKumItVglDbzvETjQVwwA2 S1CF1zlS84884wem7O37/k3Q68g0w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrtdeigdduheefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurheptggguffhjgffgffkfhfvofesthhqmhdthhdtjeenucfhrhhomhepufgtohht thcunfhonhhguceoshgtohhtthhlsehsrghmshgtohdrohhrgheqnecukfhppeduledvrd ehhedrheegrdehleenucfrrghrrghmpehmrghilhhfrhhomhepshgtohhtthhlsehsrghm shgtohdrohhrghenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from [10.178.24.13] (unknown [192.55.54.59]) by mail.messagingengine.com (Postfix) with ESMTPA id 141368005A; Fri, 21 Jun 2019 16:27:10 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Reducing UFS corruption from unclean shutdowns? From: Scott Long In-Reply-To: Date: Fri, 21 Jun 2019 14:27:09 -0600 Cc: FreeBSD CURRENT Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Alan Somers , Chuck Silvers , Kirk McKusick X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 3C03D77D34 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=samsco.org header.s=fm3 header.b=LdTZxruP; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=qBM57pKY; spf=pass (mx1.freebsd.org: domain of scottl@samsco.org designates 66.111.4.28 as permitted sender) smtp.mailfrom=scottl@samsco.org X-Spamd-Result: default: False [-5.62 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[samsco.org:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.28]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; SUBJECT_ENDS_QUESTION(1.00)[]; DMARC_NA(0.00)[samsco.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[samsco.org:+,messagingengine.com:+]; MX_GOOD(-0.01)[cached: in2-smtp.messagingengine.com]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; IP_SCORE(-3.53)[ip: (-9.80), ipnet: 66.111.4.0/24(-4.74), asn: 11403(-3.07), country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[28.4.111.66.list.dnswl.org : 127.0.5.1] 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: Fri, 21 Jun 2019 20:27:14 -0000 > On Jun 21, 2019, at 2:09 PM, Alan Somers wrote: >=20 > On Fri, Jun 21, 2019 at 1:56 PM Scott Long wrote: >>=20 >>=20 >>=20 >>> On Jun 21, 2019, at 1:49 PM, Alan Somers = wrote: >>>=20 >>> I panic my development VM regularly. Each time, I need to fsck the >>> file system. Even if I had run sync(8) just before the panic, I >>> frequently find corruption. What should I change to make sync(8) >>> work, or at least to make corruption rare? It looks like my root = file >>> system is using soft-updates+journal. Should I disable those? >>>=20 >>=20 >> What corruption do you regularly see? >>=20 >> Scott >=20 > fsck reports various types of errors, all repairable, like "INODE > CHECK-HASH FAILED", "FREE BLK COUNT(S) WRONG IN SUPERBLK", "SUMMARY > INFORMATION BAD", "BLK(S) MISSING IN BIT MAPS", and "UNREF FILE". If > I don't run fsck, then I get errors when I try to access files. Like > "inode XXX: check-hash failed" and "such and such is marked as an > executable file but could not be run by the operating system". > -Alan The freeblk count and summary information messages are normal and = expected. I don=E2=80=99t think that the blks missing message is expected, and the = unref file message is definitely a red flag of something that should have been handed with = journal recovery. Kirk and Chuck, do you have any insight here? Thanks, Scott From owner-freebsd-current@freebsd.org Fri Jun 21 21:49:11 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 BA04A15C08CF for ; Fri, 21 Jun 2019 21:49:11 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3C5829F5; Fri, 21 Jun 2019 21:49:11 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (unknown [76.212.85.177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: truckman) by smtp.freebsd.org (Postfix) with ESMTPSA id 18855A267; Fri, 21 Jun 2019 21:49:09 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Fri, 21 Jun 2019 14:49:07 -0700 (PDT) From: Don Lewis Subject: Re: Reducing UFS corruption from unclean shutdowns? To: Scott Long cc: Alan Somers , Chuck Silvers , Kirk McKusick , FreeBSD CURRENT In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-7 Content-Transfer-Encoding: QUOTED-PRINTABLE Content-Disposition: INLINE X-Rspamd-Queue-Id: 5F3C5829F5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Fri, 21 Jun 2019 21:49:12 -0000 On 21 Jun, Scott Long wrote: >=20 >> On Jun 21, 2019, at 2:09 PM, Alan Somers wrote: >>=20 >> On Fri, Jun 21, 2019 at 1:56 PM Scott Long wrote: >>>=20 >>>=20 >>>=20 >>>> On Jun 21, 2019, at 1:49 PM, Alan Somers wrote: >>>>=20 >>>> I panic my development VM regularly. Each time, I need to fsck the >>>> file system. Even if I had run sync(8) just before the panic, I >>>> frequently find corruption. What should I change to make sync(8) >>>> work, or at least to make corruption rare? It looks like my root file >>>> system is using soft-updates+journal. Should I disable those? >>>>=20 >>>=20 >>> What corruption do you regularly see? >>>=20 >>> Scott >>=20 >> fsck reports various types of errors, all repairable, like "INODE >> CHECK-HASH FAILED", "FREE BLK COUNT(S) WRONG IN SUPERBLK", "SUMMARY >> INFORMATION BAD", "BLK(S) MISSING IN BIT MAPS", and "UNREF FILE". If >> I don't run fsck, then I get errors when I try to access files. Like >> "inode XXX: check-hash failed" and "such and such is marked as an >> executable file but could not be run by the operating system". >> -Alan >=20 > The freeblk count and summary information messages are normal and expecte= d. I > don=A2t think that the blks missing message is expected, and the unref fi= le message is > definitely a red flag of something that should have been handed with jour= nal > recovery. Kirk and Chuck, do you have any insight here? Blks missing is to be expected. The free block bitmap isn't updated until after the pointers to them in the inode are cleared. Likewise the unref file warning is also to be expected because the reference to the inode in the parent directory is cleared before the inode is cleared. These aren't a fatal problem, just a resource leak until fsck is run. I would not expect the inode check-hash error. I would expect the hash update to happen at the same time as any other bits of the inode are changed, but this is a new feature that went in after I last looked at the code. From owner-freebsd-current@freebsd.org Fri Jun 21 21:51:51 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 189F515C0BEA for ; Fri, 21 Jun 2019 21:51:51 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 3CB3882D63; Fri, 21 Jun 2019 21:51:50 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 64CC921785; Fri, 21 Jun 2019 17:51:49 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Fri, 21 Jun 2019 17:51:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsco.org; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=fm3; bh=1 iKPoZ8y4oYaIwm+TB7+G55Bg9RoZwODxH0i57o4PNw=; b=kpANczBP1Z2Cgp71Y qp8qAghHkSiANZ5KphTgEuC9zifrnE5QF5na12YF8akki7ZTeXspZZldXkKqcArR 1IWi383AjbIAr6TwwC8AYJqzrvZFAcYdD47ZJ+c+MzNa9y3A3UVHlqscmSbuJsCC 3cfdAZt+qiK8+qg0bMfNwNkHseh6QYiw7YfcWDjiSTpy3FQw4y9BxrVWvKBrBF+G 6XHmwHzEU8pDVgmJ5slgrwz2deh3QbSwczP96earqcy/UfwW7TdBO+ad4ztWLxrW hVl4Q3QYeuaQojCxLzOYmnTBv/9/MqIQ73KinoOjGzk8IvDbpwW3Scq1uz81M2P9 Q6QGg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=1iKPoZ8y4oYaIwm+TB7+G55Bg9RoZwODxH0i57o4P Nw=; b=EgeAMhDIsuwtiCM+Oj1c1Lnvyx++zdp1utFv83hPWbPBTuuAU7vbHU7VG W8UUscWKUYSfKW9a0Z00u9mbKrpC9IFKUpHseYtV4oBXNdk5M1hq6MR7bj7L2loA 8FiIh1q6EoQRRFevCLwkTUZfxfrb9oFBl3Ixqsh5A+6m7SCw4o5nU/4nUxl9OJs/ 5/PZnzRTnUw3WDJWPcfMs+LlrATAAxrm5pFE2uwZkLYoz5VWMB5o4cZEiTR18Kwg Ic+U42mxutwpfjI03Flg1/c02OrqaCnDjpVPz1/9bdabNBSUGOXiKXZVUBHt84Qm hdQZwvLoSOD22DtR2uEC9Y0koJaLQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrtdejgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpegtggfuhfgjfffgkfhfvffosehtqhhmtdhhtdejnecuhfhrohhmpefutghothht ucfnohhnghcuoehstghothhtlhesshgrmhhstghordhorhhgqeenucfkphepudelvddrhe ehrdehgedrheelnecurfgrrhgrmhepmhgrihhlfhhrohhmpehstghothhtlhesshgrmhhs tghordhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from [10.178.24.13] (unknown [192.55.54.59]) by mail.messagingengine.com (Postfix) with ESMTPA id 4992B380075; Fri, 21 Jun 2019 17:51:48 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Reducing UFS corruption from unclean shutdowns? From: Scott Long In-Reply-To: Date: Fri, 21 Jun 2019 15:51:46 -0600 Cc: Alan Somers , Chuck Silvers , Kirk McKusick , FreeBSD CURRENT Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Don Lewis X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 3CB3882D63 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=samsco.org header.s=fm3 header.b=kpANczBP; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=EgeAMhDI; spf=pass (mx1.freebsd.org: domain of scottl@samsco.org designates 66.111.4.28 as permitted sender) smtp.mailfrom=scottl@samsco.org X-Spamd-Result: default: False [-5.63 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[samsco.org:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.28]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[samsco.org]; RCPT_COUNT_FIVE(0.00)[5]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: in2-smtp.messagingengine.com]; DKIM_TRACE(0.00)[samsco.org:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; IP_SCORE(-3.53)[ip: (-9.79), ipnet: 66.111.4.0/24(-4.74), asn: 11403(-3.07), country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[28.4.111.66.list.dnswl.org : 127.0.5.1] 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: Fri, 21 Jun 2019 21:51:51 -0000 > On Jun 21, 2019, at 3:49 PM, Don Lewis wrote: >=20 > On 21 Jun, Scott Long wrote: >>=20 >>> On Jun 21, 2019, at 2:09 PM, Alan Somers = wrote: >>>=20 >>> On Fri, Jun 21, 2019 at 1:56 PM Scott Long = wrote: >>>>=20 >>>>=20 >>>>=20 >>>>> On Jun 21, 2019, at 1:49 PM, Alan Somers = wrote: >>>>>=20 >>>>> I panic my development VM regularly. Each time, I need to fsck = the >>>>> file system. Even if I had run sync(8) just before the panic, I >>>>> frequently find corruption. What should I change to make sync(8) >>>>> work, or at least to make corruption rare? It looks like my root = file >>>>> system is using soft-updates+journal. Should I disable those? >>>>>=20 >>>>=20 >>>> What corruption do you regularly see? >>>>=20 >>>> Scott >>>=20 >>> fsck reports various types of errors, all repairable, like "INODE >>> CHECK-HASH FAILED", "FREE BLK COUNT(S) WRONG IN SUPERBLK", "SUMMARY >>> INFORMATION BAD", "BLK(S) MISSING IN BIT MAPS", and "UNREF FILE". = If >>> I don't run fsck, then I get errors when I try to access files. = Like >>> "inode XXX: check-hash failed" and "such and such is marked as an >>> executable file but could not be run by the operating system". >>> -Alan >>=20 >> The freeblk count and summary information messages are normal and = expected. I >> don=E2=80=99t think that the blks missing message is expected, and = the unref file message is >> definitely a red flag of something that should have been handed with = journal >> recovery. Kirk and Chuck, do you have any insight here? >=20 > Blks missing is to be expected. The free block bitmap isn't updated > until after the pointers to them in the inode are cleared. Likewise = the > unref file warning is also to be expected because the reference to the > inode in the parent directory is cleared before the inode is cleared. > These aren't a fatal problem, just a resource leak until fsck is run. >=20 > I would not expect the inode check-hash error. I would expect the = hash > update to happen at the same time as any other bits of the inode are > changed, but this is a new feature that went in after I last looked at > the code. >=20 I thought that unref=E2=80=99d files were also supposed to be cleaned up = on journal recovery, different from plain SU recovery/preening. It=E2=80=99s been so long, = maybe I don=E2=80=99t remember correctly anymore. Scott From owner-freebsd-current@freebsd.org Fri Jun 21 21:54:23 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 387AB15C0D5E for ; Fri, 21 Jun 2019 21:54:23 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41061830A8; Fri, 21 Jun 2019 21:54:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf1-f50.google.com with SMTP id y17so6080900lfe.0; Fri, 21 Jun 2019 14:54:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=bAOhQ1vEtJM5eBzE8Xl+MA9P/5/d5tHNwg87yKvDdr8=; b=tD6hr3homXIBvXpePxL251M0BdOwt1+EqQFqbqcFvo1C8VGubK8JZqAl+sg9BiLlC7 X5zR4r57OZMk8b4wQRU4PAqnzQwWihyZOvysBHxuOqcuPG/fc+keHD8O4kx+8OZvE57C hCCzGsSLkqkdCSF5SJrZZ1Z+6jHabDRxwYktI1jOV5ql4u56wD/ScaTs7j313m8zV3vM rDhzOnSWDkKOUEYB92AEM9sroJeRMzrggZjN53C4z5R8M8tKFcjlReIaog36q9kiumQs OeeEByL96dBS4H6K016X+MdQYyo4gwt+NZ8aqYc58N57t9se0E10REbjlNi8tf6Op7jX HbWQ== X-Gm-Message-State: APjAAAUe8ARxEUe1A/GA/eaaMhjr7hsPFW+BbQj0NySJDGUBBuTI7D0O /+gYtQ3C+4NdTl+pBnEo0bYqC2HQsavQQWasWDk= X-Google-Smtp-Source: APXvYqwoVvzoOdzXV9HtSAOas9OQWPxBKobHFPtkdIAFHFpHoMaygUlZxEUHZ8sSEPa+lLOLyBkmWBFcuCZmR/1BiHA= X-Received: by 2002:a19:7905:: with SMTP id u5mr69219437lfc.117.1561154054776; Fri, 21 Jun 2019 14:54:14 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Fri, 21 Jun 2019 15:54:03 -0600 Message-ID: Subject: Re: Reducing UFS corruption from unclean shutdowns? To: Scott Long Cc: Don Lewis , Chuck Silvers , Kirk McKusick , FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 41061830A8 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.167.50 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.20 / 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:209.85.128.0/17]; IP_SCORE(-1.28)[ip: (-0.60), ipnet: 209.85.128.0/17(-3.44), asn: 15169(-2.33), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_FIVE(0.00)[5]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.91)[-0.905,0]; RCVD_IN_DNSWL_NONE(0.00)[50.167.85.209.list.dnswl.org : 127.0.5.0]; SUBJECT_ENDS_QUESTION(1.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 21 Jun 2019 21:54:23 -0000 On Fri, Jun 21, 2019 at 3:51 PM Scott Long wrote: > > > > > On Jun 21, 2019, at 3:49 PM, Don Lewis wrote: > > > > On 21 Jun, Scott Long wrote: > >> > >>> On Jun 21, 2019, at 2:09 PM, Alan Somers wrote: > >>> > >>> On Fri, Jun 21, 2019 at 1:56 PM Scott Long wrote: > >>>> > >>>> > >>>> > >>>>> On Jun 21, 2019, at 1:49 PM, Alan Somers wrot= e: > >>>>> > >>>>> I panic my development VM regularly. Each time, I need to fsck the > >>>>> file system. Even if I had run sync(8) just before the panic, I > >>>>> frequently find corruption. What should I change to make sync(8) > >>>>> work, or at least to make corruption rare? It looks like my root f= ile > >>>>> system is using soft-updates+journal. Should I disable those? > >>>>> > >>>> > >>>> What corruption do you regularly see? > >>>> > >>>> Scott > >>> > >>> fsck reports various types of errors, all repairable, like "INODE > >>> CHECK-HASH FAILED", "FREE BLK COUNT(S) WRONG IN SUPERBLK", "SUMMARY > >>> INFORMATION BAD", "BLK(S) MISSING IN BIT MAPS", and "UNREF FILE". If > >>> I don't run fsck, then I get errors when I try to access files. Like > >>> "inode XXX: check-hash failed" and "such and such is marked as an > >>> executable file but could not be run by the operating system". > >>> -Alan > >> > >> The freeblk count and summary information messages are normal and expe= cted. I > >> don=E2=80=99t think that the blks missing message is expected, and the= unref file message is > >> definitely a red flag of something that should have been handed with j= ournal > >> recovery. Kirk and Chuck, do you have any insight here? > > > > Blks missing is to be expected. The free block bitmap isn't updated > > until after the pointers to them in the inode are cleared. Likewise th= e > > unref file warning is also to be expected because the reference to the > > inode in the parent directory is cleared before the inode is cleared. > > These aren't a fatal problem, just a resource leak until fsck is run. > > > > I would not expect the inode check-hash error. I would expect the hash > > update to happen at the same time as any other bits of the inode are > > changed, but this is a new feature that went in after I last looked at > > the code. > > > > I thought that unref=E2=80=99d files were also supposed to be cleaned up = on journal recovery, > different from plain SU recovery/preening. It=E2=80=99s been so long, ma= ybe I don=E2=80=99t remember > correctly anymore. > > Scott I would've thought that immediately following a sync(8), the filesystem would be consistent. Why do I still see errors after a panic in files that were written before I sync()ed? -Alan From owner-freebsd-current@freebsd.org Fri Jun 21 22:31:35 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 BC1FC15C17F9 for ; Fri, 21 Jun 2019 22:31:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89B9A83E68; Fri, 21 Jun 2019 22:31:34 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io1-f41.google.com with SMTP id u19so2086461ior.9; Fri, 21 Jun 2019 15:31:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=Y+b3Xh1jgtxTHR5Z8HRLssdPWMDngIif9VHz0QJ08oI=; b=ELbHmfdYxp5oW9sx/b81Sl8rjBdCkKdr5fvRRn4Cde4WwgtJrTE+nFsG5VT+C8qH9S EA4YukUu9mGruVjUwGWLSLXOeiFjNTnn3/mJEku7YqrYbTC4Z0xnU0TWNeGC/J2iFSDL Kgii2VYEh4/PEYdxR5YfzdpyAcjZaEiOo9fduCP5Pas/usVVS/pR8zEvopfp+bExuZ1A GBr9NKVRcDzSVePDdzaoTQgcCBfMk2X9VWqPKzGy631oRJ8zbmf3ZIz5VJnuRjqZGojX UF1/kHkYQ9UOzp7L2xUB37HJiypJNmxMmC7ZLPe3Vz6D+/sALbXYjpKUKW05lt9hI5AU PC3g== X-Gm-Message-State: APjAAAX8/B3+GkYj40fQemf5LQVN2+a4JDlmgISFriNjv+ebaVjvIVmg 82xcuT6qxaRc7FsfeZP2y2LObYIR X-Google-Smtp-Source: APXvYqxLWd3m/FIeG+9vTBHCSFRg0wEdKntl7e4+fd1JN8raOCeO+Zc3io9A+1KqYwiE8IRBBzlbBg== X-Received: by 2002:a6b:7008:: with SMTP id l8mr8198072ioc.292.1561156288243; Fri, 21 Jun 2019 15:31:28 -0700 (PDT) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com. [209.85.166.45]) by smtp.gmail.com with ESMTPSA id u187sm8787875iod.37.2019.06.21.15.31.27 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Fri, 21 Jun 2019 15:31:27 -0700 (PDT) Received: by mail-io1-f45.google.com with SMTP id j6so553513ioa.5; Fri, 21 Jun 2019 15:31:27 -0700 (PDT) X-Received: by 2002:a02:aa0d:: with SMTP id r13mr9963141jam.129.1561156287804; Fri, 21 Jun 2019 15:31:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: cem@freebsd.org From: Conrad Meyer Date: Fri, 21 Jun 2019 15:31:16 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Reducing UFS corruption from unclean shutdowns? To: Alan Somers Cc: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 89B9A83E68 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of csecem@gmail.com designates 209.85.166.41 as permitted sender) smtp.mailfrom=csecem@gmail.com X-Spamd-Result: default: False [-4.36 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[cem@freebsd.org]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; FORGED_SENDER(0.30)[cem@freebsd.org,csecem@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[cem@freebsd.org,csecem@gmail.com]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[41.166.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.38)[ip: (-6.07), ipnet: 209.85.128.0/17(-3.44), asn: 15169(-2.33), country: US(-0.06)] 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: Fri, 21 Jun 2019 22:31:36 -0000 On Fri, Jun 21, 2019 at 2:55 PM Alan Somers wrote: > I would've thought that immediately following a sync(8), the > filesystem would be consistent. Why do I still see errors after a > panic in files that were written before I sync()ed? > -Alan Hi Alan, Contra the name, sync(2) (sync(8)) isn't synchronous. It invokes VFS_SYNC() with MNT_NOWAIT across all mountpoints. Cheers, Conrad From owner-freebsd-current@freebsd.org Fri Jun 21 22:37:01 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 F36E315C19A8 for ; Fri, 21 Jun 2019 22:37:00 +0000 (UTC) (envelope-from sjg@juniper.net) Received: from mx0b-00273201.pphosted.com (mx0b-00273201.pphosted.com [67.231.152.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.pphosted.com", Issuer "Thawte RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B163784217; Fri, 21 Jun 2019 22:36:59 +0000 (UTC) (envelope-from sjg@juniper.net) Received: from pps.filterd (m0108162.ppops.net [127.0.0.1]) by mx0b-00273201.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x5LMYUea022783; Fri, 21 Jun 2019 15:36:52 -0700 Received: from nam05-by2-obe.outbound.protection.outlook.com (mail-by2nam05lp2059.outbound.protection.outlook.com [104.47.50.59]) by mx0b-00273201.pphosted.com with ESMTP id 2t96eyr4q4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 21 Jun 2019 15:36:52 -0700 Received: from SN4PR0501CA0064.namprd05.prod.outlook.com (2603:10b6:803:41::41) by BYAPR05MB5798.namprd05.prod.outlook.com (2603:10b6:a03:c6::31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2008.12; Fri, 21 Jun 2019 22:36:40 +0000 Received: from DM3NAM05FT056.eop-nam05.prod.protection.outlook.com (2a01:111:f400:7e51::204) by SN4PR0501CA0064.outlook.office365.com (2603:10b6:803:41::41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2008.6 via Frontend Transport; Fri, 21 Jun 2019 22:36:40 +0000 Received-SPF: SoftFail (protection.outlook.com: domain of transitioning juniper.net discourages use of 66.129.239.12 as permitted sender) Received: from P-EXFEND-EQX-01.jnpr.net (66.129.239.12) by DM3NAM05FT056.mail.protection.outlook.com (10.152.98.170) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2032.6 via Frontend Transport; Fri, 21 Jun 2019 22:36:39 +0000 Received: from P-EXBEND-EQX-03.jnpr.net (10.104.8.56) by P-EXFEND-EQX-01.jnpr.net (10.104.8.54) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 21 Jun 2019 15:36:39 -0700 Received: from P-EXBEND-EQX-01.jnpr.net (10.104.8.52) by P-EXBEND-EQX-03.jnpr.net (10.104.8.56) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 21 Jun 2019 15:36:38 -0700 Received: from p-mailhub01.juniper.net (10.104.20.6) by P-EXBEND-EQX-01.jnpr.net (10.104.8.52) with Microsoft SMTP Server (TLS) id 15.0.1367.3 via Frontend Transport; Fri, 21 Jun 2019 15:36:38 -0700 Received: from kaos.jnpr.net (kaos.jnpr.net [172.23.50.162]) by p-mailhub01.juniper.net (8.14.4/8.11.3) with ESMTP id x5LMacIr029946; Fri, 21 Jun 2019 15:36:38 -0700 (envelope-from sjg@juniper.net) Received: by kaos.jnpr.net (Postfix, from userid 1377) id 6E753278D6; Fri, 21 Jun 2019 15:36:38 -0700 (PDT) Received: from kaos.jnpr.net (localhost [127.0.0.1]) by kaos.jnpr.net (Postfix) with ESMTP id 6CB7D278D5; Fri, 21 Jun 2019 15:36:38 -0700 (PDT) To: Alan Somers CC: Scott Long , Don Lewis , "Chuck Silvers" , Kirk McKusick , "FreeBSD CURRENT" , Subject: Re: Reducing UFS corruption from unclean shutdowns? In-Reply-To: References: Comments: In-reply-to: Alan Somers message dated "Fri, 21 Jun 2019 15:54:03 -0600." From: "Simon J. Gerraty" X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15989.1561156598.1@kaos.jnpr.net> Date: Fri, 21 Jun 2019 15:36:38 -0700 Message-ID: <18782.1561156598@kaos.jnpr.net> X-EXCLAIMER-MD-CONFIG: e3cb0ff2-54e7-4646-8a04-0dae4ac7b136 X-EOPAttributedMessage: 0 X-MS-Office365-Filtering-HT: Tenant X-Forefront-Antispam-Report: CIP:66.129.239.12; IPV:NLI; CTRY:US; EFV:NLI; SFV:NSPM; SFS:(10019020)(376002)(136003)(39860400002)(396003)(346002)(2980300002)(189003)(199004)(53416004)(7696005)(76176011)(68736007)(5660300002)(117636001)(316002)(70586007)(2906002)(8936002)(46406003)(50226002)(23726003)(69596002)(50466002)(4744005)(16586007)(107886003)(97876018)(53936002)(9686003)(305945005)(478600001)(55016002)(81156014)(54906003)(77096007)(229853002)(7126003)(186003)(8676002)(11346002)(336012)(26005)(6266002)(47776003)(356004)(97756001)(446003)(6246003)(476003)(126002)(486006)(4326008)(86362001)(81166006)(70206006)(76506005)(6916009); DIR:OUT; SFP:1102; SCL:1; SRVR:BYAPR05MB5798; H:P-EXFEND-EQX-01.jnpr.net; FPR:; SPF:SoftFail; LANG:en; PTR:InfoDomainNonexistent; MX:1; A:1; X-MS-PublicTrafficType: Email X-MS-Office365-Filtering-Correlation-Id: ad0dd928-17dd-4b0c-d4a1-08d6f698edb2 X-Microsoft-Antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(4710121)(4711109)(1401327)(2017052603328); SRVR:BYAPR05MB5798; X-MS-TrafficTypeDiagnostic: BYAPR05MB5798: X-LD-Processed: bea78b3c-4cdb-4130-854a-1d193232e5f4,ExtAddr X-Microsoft-Antispam-PRVS: X-MS-Oob-TLC-OOBClassifiers: OLM:7691; X-Forefront-PRVS: 0075CB064E X-MS-Exchange-SenderADCheck: 1 X-Microsoft-Antispam-Message-Info: qbBWK37C1oAju2Mb2g1Hztm5CNuDfsKU4LXSu1lboSPlAkoUyNP25XtURc3uBNssZkghUpCImdEn5CmtVnYgllTIRmYuppblop/fHTkdoce27HIT2dh7mbzlJkOgH7aMZngmyBkArhGCtmldALtek6WPnlaTTNbyvGMXNiCBvGneFG9EEY2B5H3ORPCiVJiT38oFaExU94E1M4mxh/Fja/AMGc2420Wz25QY7RfxRu2sqcLnsSGf/eUfmJPb2pTm7da0NjsmsK1+zTIItzKc+hRoSx3Xiz2drnEon3TnirK6wcyHvBzUTYYfsiqDSCooqfLsuMEpWtCFNrA19RcDX7MpdbQNzkx/njHDTBQBW1c1Y0RuTkyWq1v928AyVlqwYqx7s7P3/36kqHO4mcwpiKYBwY1kC4fix1XRfVaPNB4= X-OriginatorOrg: juniper.net X-MS-Exchange-CrossTenant-OriginalArrivalTime: 21 Jun 2019 22:36:39.8948 (UTC) X-MS-Exchange-CrossTenant-Network-Message-Id: ad0dd928-17dd-4b0c-d4a1-08d6f698edb2 X-MS-Exchange-CrossTenant-Id: bea78b3c-4cdb-4130-854a-1d193232e5f4 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=bea78b3c-4cdb-4130-854a-1d193232e5f4; Ip=[66.129.239.12]; Helo=[P-EXFEND-EQX-01.jnpr.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BYAPR05MB5798 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-06-21_15:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_spam_notspam policy=outbound_spam score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=636 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1906210172 X-Rspamd-Queue-Id: B163784217 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.04 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.977,0]; R_DKIM_ALLOW(-0.20)[juniper.net:s=PPS1017]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:67.231.152.164]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWELVE(0.00)[12]; NEURAL_SPAM_SHORT(0.14)[0.144,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mxb-00273201.gslb.pphosted.com]; DKIM_TRACE(0.00)[juniper.net:+]; RCPT_COUNT_SEVEN(0.00)[7]; DMARC_POLICY_ALLOW(-0.50)[juniper.net,reject]; IP_SCORE(-0.10)[ip: (-0.24), ipnet: 67.231.152.0/24(-0.09), asn: 22843(-0.13), country: US(-0.06)]; RCVD_IN_DNSWL_LOW(-0.10)[164.152.231.67.list.dnswl.org : 127.0.3.1]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:22843, ipnet:67.231.152.0/24, country:US]; 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: Fri, 21 Jun 2019 22:37:01 -0000 Alan Somers wrote: > I would've thought that immediately following a sync(8), the > filesystem would be consistent. Why do I still see errors after a sync(8) does little more than tell the kernel to start flushing some pages - which the kernel would do anyway in about 30s So, it does not really ensure a clean filesystem if you are about to reboot - and certainly not if a panic is imminent. FWIW to minimize fs problems after doing package install on junos I run fsync on files and dirs I know are likely to have been updated and which need to be flushed to disk before reboot. Unlike sync(8), fsync(1) will not return until the I/O is done. You may still lose data after a sudden power cycle or panic, but less likely to be something critical. From owner-freebsd-current@freebsd.org Fri Jun 21 22:37:30 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 92A0315C1A14 for ; Fri, 21 Jun 2019 22:37:30 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEFE184274 for ; Fri, 21 Jun 2019 22:37:28 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x72e.google.com with SMTP id t8so5657507qkt.1 for ; Fri, 21 Jun 2019 15:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NyPV9WZK0xnqVWInYPNWoQ8OMNVmwBsZ9v+Nhoc4xkA=; b=lvzsCVfZumvff88y0xZeMPGzQ5BBhiWvLGRcWuR3PXXlD+kVn8DTirzQpc/wMFqToE BBaDl99D8ngbnxsoMy+GryNAMJHkS/k2nAeRcr1WnesfmqkFzwA3ar+4XL4UQLYvN8Sj QiKrNnRSgRslyt2LBoPUJUe6ZXrzPoagGSjTFvAiCgMK6z2YJUeMI5oidOgxsNHjcUYc CK3oHUOniioj8xHzv+llnIjRPMxJP5fYFdM/2ARCOiHuwCJajySTARTtg7e5Wuqmars1 UM7gpwU/WnW4NBkXyIjwao+QaGJk3di1o4mkhqqHa1eUVnf+V94pLHm6CACbqEomOwhs S5Eg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NyPV9WZK0xnqVWInYPNWoQ8OMNVmwBsZ9v+Nhoc4xkA=; b=tTXeS8ZKanAj55cfHbc5jzp8ZXuNxBeH20M4M2z3+0mqQOMqJ4Is14i08D8BaDneyH uAAEN+vxW6fvHrD1Qc15bg5z7dEqLsCm7cR52VafZaU4p8JN6f/4cT7TgFf+sewFn/zf vay1eRb1IF+cbK5niTTv2gp1Moyit/f3n91AyklBuWUaX6b/xzIiQDdYs/u6AEWdSgMI NJeb4Hlq+6n+i/agbn6bpuXxq8zAsvfQllzHjrt9spEMBGMw/kS/Yp8ZSIPKxV3K7ZOc fiI2Uq4SrfbYzxT6pEfFHJTftlsoyL6A+jGZbfYPYEUd4TS+9V4V62034S/lYtwfYrXp zTgQ== X-Gm-Message-State: APjAAAWj9mwZkuphFcCt9xzEg0HgQrbU2agynDE/+oL/I4FlZw4AhTDF b9DyAJo3MOGN2mpbfLsQV96wZ5k6rzEk/MDVavzI31hn X-Google-Smtp-Source: APXvYqydw/xg+BIGe9SLpWo85Oi9Rw9GOLBraTrVyECAF6KmZPBpUs2JYTsaiHunbvIC1gImytwhtKarSxiZldWwBM0= X-Received: by 2002:ae9:f107:: with SMTP id k7mr49500022qkg.215.1561156648024; Fri, 21 Jun 2019 15:37:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Fri, 21 Jun 2019 15:37:14 -0700 Message-ID: Subject: Re: Reducing UFS corruption from unclean shutdowns? To: "Conrad E. Meyer" Cc: Alan Somers , FreeBSD Current X-Rspamd-Queue-Id: EEFE184274 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdimp-com.20150623.gappssmtp.com header.s=20150623 header.b=lvzsCVfZ X-Spamd-Result: default: False [-4.99 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; IP_SCORE(-2.99)[ip: (-9.43), ipnet: 2607:f8b0::/32(-3.15), asn: 15169(-2.33), country: US(-0.06)]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; MX_GOOD(-0.01)[cached: ALT1.aspmx.l.google.com]; RCVD_IN_DNSWL_NONE(0.00)[e.2.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Fri, 21 Jun 2019 22:37:30 -0000 On Fri, Jun 21, 2019, 3:33 PM Conrad Meyer wrote: > On Fri, Jun 21, 2019 at 2:55 PM Alan Somers wrote: > > I would've thought that immediately following a sync(8), the > > filesystem would be consistent. Why do I still see errors after a > > panic in files that were written before I sync()ed? > > -Alan > > Hi Alan, > > Contra the name, sync(2) (sync(8)) isn't synchronous. It invokes > VFS_SYNC() with MNT_NOWAIT across all mountpoints. > Yes. Sync(2) just starts the I/O, but it may be delayed if there is a lot of dirty buffers. The other issue is that new buffers may be dirtied... Warner Cheers, > Conrad > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-current@freebsd.org Fri Jun 21 22:44:34 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 A87D515C1FD8 for ; Fri, 21 Jun 2019 22:44:34 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 E5D3984965; Fri, 21 Jun 2019 22:44:33 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 77CF42224B; Fri, 21 Jun 2019 18:44:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 21 Jun 2019 18:44:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsco.org; h= content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=fm3; bh=1 Ak2YSiqlKehpKYC0QxjQOKKXc9ako4GWKe0G6OR0DU=; b=0aAPwTpzH2IbMToHG gfMxS3H0Y7VcXV2yGef94tIPeQOPXNnzAaM8b3zn2l0NVve+gSD6eyeRGCa7r0Bp K7wEUsLRPM5u8b+6KRKgoedOnS1jPeAvXPbBYCEToJ0o6mgQb8C/KZ0EqzJi/249 Cz1E2Q2ZraNkaLPS2TxADlGkDdaDrm0dmcmF8T/8S3XYkmiFtAfwWISvpv9bKM+n imTi5nQTTDCRSyFFHifU5CFiNHVxOJO8whEORH0br2wYsvUeY9k+3o+lp25Hk42l mdUUvSKAAXhj/yLrdWomeosl2oHNI/MdwsSbHgSEWIIDUHwoYSgeMtmhTYyyXcKZ PYZjw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=1Ak2YSiqlKehpKYC0QxjQOKKXc9ako4GWKe0G6OR0 DU=; b=ig/AFOfE7ypHonFG7MZ7gERrFEf+3xfT5Ar4pfWMxGMl3I6cUr/gf4y65 e2CpJw0E1IsN0/7pkgxF+BARjSgld5na+slYfg/x7rL9lYVTjNR6YMp3nw5OwoKy ZnfqHklClFXwVdIBzsM7gzfcEfiAaPu1+nMP7r5wkKqoaH+COhwwA1H2qnD4tClJ MBOYv9kLfdpeIff+UbkQ9Vw8FrJ2oLDFFHLU3c6ms2QfLf87z5lvMfLFbzcFgRBO iTfyf8dg6gnkZr6foPHhGtSC3UJMVvT5k0uN2GLg7sOWm38fRCbmkB3NZI9JMVbh 7z6KOoxeysttEWG13K00k1KgI67zA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrtdejgdduvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpegtggfuhfgjfffgkfhfvffosehtqhhmtdhhtdejnecuhfhrohhmpefutghothht ucfnohhnghcuoehstghothhtlhesshgrmhhstghordhorhhgqeenucfkphepudelvddrhe ehrdehgedrheelnecurfgrrhgrmhepmhgrihhlfhhrohhmpehstghothhtlhesshgrmhhs tghordhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from [10.178.24.13] (unknown [192.55.54.59]) by mail.messagingengine.com (Postfix) with ESMTPA id 3908D8005C; Fri, 21 Jun 2019 18:44:32 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Reducing UFS corruption from unclean shutdowns? From: Scott Long In-Reply-To: Date: Fri, 21 Jun 2019 16:44:30 -0600 Cc: "Conrad E. Meyer" , Alan Somers , FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <17B3F210-5101-449F-AE06-326F890C3C01@samsco.org> References: To: Warner Losh X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: E5D3984965 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=samsco.org header.s=fm3 header.b=0aAPwTpz; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=ig/AFOfE; spf=pass (mx1.freebsd.org: domain of scottl@samsco.org designates 66.111.4.28 as permitted sender) smtp.mailfrom=scottl@samsco.org X-Spamd-Result: default: False [-5.63 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[samsco.org:s=fm3,messagingengine.com:s=fm3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.28]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; SUBJECT_ENDS_QUESTION(1.00)[]; DMARC_NA(0.00)[samsco.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[samsco.org:+,messagingengine.com:+]; MX_GOOD(-0.01)[cached: in2-smtp.messagingengine.com]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; IP_SCORE(-3.53)[ip: (-9.79), ipnet: 66.111.4.0/24(-4.74), asn: 11403(-3.07), country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[28.4.111.66.list.dnswl.org : 127.0.5.1] 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: Fri, 21 Jun 2019 22:44:34 -0000 > On Jun 21, 2019, at 4:37 PM, Warner Losh wrote: >=20 > On Fri, Jun 21, 2019, 3:33 PM Conrad Meyer wrote: >=20 >> On Fri, Jun 21, 2019 at 2:55 PM Alan Somers = wrote: >>> I would've thought that immediately following a sync(8), the >>> filesystem would be consistent. Why do I still see errors after a >>> panic in files that were written before I sync()ed? >>> -Alan >>=20 >> Hi Alan, >>=20 >> Contra the name, sync(2) (sync(8)) isn't synchronous. It invokes >> VFS_SYNC() with MNT_NOWAIT across all mountpoints. >>=20 >=20 > Yes. Sync(2) just starts the I/O, but it may be delayed if there is a = lot > of dirty buffers. The other issue is that new buffers may be = dirtied=E2=80=A6 >=20 Still, the point of SU and SU+J is that the filesystem should not be damaged and require active repair on reboot, whether or not a sync or fsync was done. There=E2=80=99s certainly issues with disk = lying about out of order writes, POSIX sematics of unlinked files, and the inherent design of UFS superblock updates, but the problems that Alan reported should still be looked at, they=E2=80=99re not expected = and they undermine the usefulness of SU+J. Scott From owner-freebsd-current@freebsd.org Fri Jun 21 22:46:29 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 8E2F115C209B; Fri, 21 Jun 2019 22:46:29 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yb1-f195.google.com (mail-yb1-f195.google.com [209.85.219.195]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EAFF84A72; Fri, 21 Jun 2019 22:46:28 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yb1-f195.google.com with SMTP id x187so3286953ybc.11; Fri, 21 Jun 2019 15:46:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=nL3PkChsDhEEk3Pi125TcibK9KJdMYno4YXo0OQtSYY=; b=dMFYt5laY4nBhsiaOlaGQujQLGn06/XmtOgxItoBaob7uwlW79xTW4C0CTjn14ayOS IkHwoYrJFhzhhSv5LR+kYGgcE7m928unW2stfSaswkebQPtFHkVz4HFnwEHWXh6Nkbtn pW0qsaoHYJXwAsao02n5//6KlLDVX6+YB6DhoTHbtbu6pdlfwNRKrhOzxjtzP3JI7Tzn vKqNqOUQjAnhPgLMa0ofbIEBh2L0djiei8vg649JYq5arFBDPG6DBH0TrYC9M/ofZRhy KD+F09Ez8Op/NkiKccNFrDnVCslW7KQaK/cuDV0G6xJ2fD2J8ubXDrttak3v9RDEtPkh owEA== X-Gm-Message-State: APjAAAV/yafuOd/vyYBSQAil3F9mEW3vpQIr10U96mpzlhkt9skALReQ cONh/SIVDOQbDlkhStDbzqbtUriIikVSVjFsJbgudeSM X-Google-Smtp-Source: APXvYqydAHcD+0Bi8YbFZiKB2BW234emHw5SComLKQ0f3vMqGQUoApD2BlRWOALDrRS3KbMFtB5Qtcq5pli4bxWa1eY= X-Received: by 2002:a25:b324:: with SMTP id l36mr9489161ybj.127.1561155830987; Fri, 21 Jun 2019 15:23:50 -0700 (PDT) MIME-Version: 1.0 From: Li-Wen Hsu Date: Sat, 22 Jun 2019 06:23:39 +0800 Message-ID: Subject: FreeBSD CI Weekly Report 2019-06-16 To: freebsd-testing@freebsd.org Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 7EAFF84A72 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of lwhsufreebsd@gmail.com designates 209.85.219.195 as permitted sender) smtp.mailfrom=lwhsufreebsd@gmail.com X-Spamd-Result: default: False [-3.83 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; TAGGED_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_TLS_LAST(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.66)[-0.656,0]; RCVD_IN_DNSWL_NONE(0.00)[195.219.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-1.16)[ipnet: 209.85.128.0/17(-3.44), asn: 15169(-2.33), country: US(-0.06)]; FORGED_SENDER(0.30)[lwhsu@freebsd.org,lwhsufreebsd@gmail.com]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[lwhsu@freebsd.org,lwhsufreebsd@gmail.com]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 21 Jun 2019 22:46:29 -0000 (Please send the followup discussions to freebsd-testing@ list.) FreeBSD CI Weekly Report 2019-06-16 =================================== Here is a summary of the FreeBSD Continuous Integration results for the period from 2019-06-10 to 2019-06-16. During this period, we have: * 1927 builds (98.1% passed, 1.9% failed) were executed on aarch64, amd64, armv6, armv7, i386, mips, mips64, powerpc, powerpc64, powerpcspe, riscv64, sparc64 architectures for head, stable/12, stable/11 branches. * 199 test runs (56.8% passed, 42.7% unstable, 0.5% exception) were executed on amd64, i386, riscv64 architectures for head, stable/12, stable/11 branches. * 45 doc builds (97.8% passed, 2.2 failed) (The statistics from experimental jobs are omitted) If any of the issues found by CI are in your area of interest or expertise please investigate the PRs listed below. The latest web version of this report is available at https://hackmd.io/s/BJmuwS5yS and archive is available at http://hackfoldr.org/freebsd-ci-report/, any help is welcome. ## Fixed Builds * All -testvm jobs * Script for building test VM image in freebsd-ci has been updated to fulfill that pkg(8) requires `/dev/null` * https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/ * Fixed in [r349008](https://reviews.freebsd.org/rS349008) ## Failing Tests * https://ci.freebsd.org/job/FreeBSD-head-amd64-test/ * sys.netinet.socket_afinet.socket_afinet_bind_zero Affected by mac_portacl(4), which is loaded by MAC tests. Need to specify AF_INET to workaround and fix is being discussed. * https://ci.freebsd.org/job/FreeBSD-head-i386-test/ * Same as amd64: * sys.netinet.socket_afinet.socket_afinet_bind_zero * Others: * sys.netpfil.pf.forward.v6 * sys.netpfil.pf.forward.v4 * sys.netpfil.pf.set_tos.v4 * Analysis from kp@: * https://lists.freebsd.org/pipermail/freebsd-testing/2019-June/001933.html * https://lists.freebsd.org/pipermail/freebsd-testing/2019-June/001934.html * sys.opencrypto.runtests.main * https://ci.freebsd.org/job/FreeBSD-stable-12-i386-test/ * sys.netpfil.pf.forward.v6 * sys.netpfil.pf.forward.v4 * sys.netpfil.pf.set_tos.v4 * lib.libc.regex.exhaust_test.regcomp_too_big * lib.libregex.exhaust_test.regcomp_too_big * sys.opencrypto.runtests.main Failed with: ``` File "/usr/tests/sys/opencrypto/cryptodev.py", line 179, in __init__ ioctl(_cryptodev, CIOCGSESSION2, s, 1) IOError: [Errno 22] Invalid argument ``` * https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/ * local.kyua.* (31 cases) * local.lutok.* (3 cases) ## Failing and Flaky Tests (from experimental jobs) * https://ci.freebsd.org/job/FreeBSD-head-amd64-dtrace_test/ * Flakey test case: common.misc.t_dtrace_contrib.tst_dynopt_d https://bugs.freebsd.org/237641 * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/ * This job is currently suffering from timeout because of https://bugs.freebsd.org/237652 * There are ~60 failing cases, including flakey ones, see https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/ for more details ## Disabled Tests * lib.libc.sys.mmap_test.mmap_truncate_signal https://bugs.freebsd.org/211924 * sys.fs.tmpfs.mount_test.large https://bugs.freebsd.org/212862 * sys.fs.tmpfs.link_test.kqueue https://bugs.freebsd.org/213662 * sys.kqueue.libkqueue.kqueue_test.main https://bugs.freebsd.org/233586 * usr.bin.procstat.procstat_test.command_loogle.com/ine_arguments https://bugs.freebsd.org/233587 * usr.bin.procstat.procstat_test.environment https://bugs.freebsd.org/233588 ## Open Issues * https://bugs.freebsd.org/237077 possible race in build: /usr/src/sys/amd64/linux/linux_support.s:38:2: error: expected relocatable expression * https://bugs.freebsd.org/237403 Tests in sys/opencrypto should be converted to Python3 * https://bugs.freebsd.org/237641 Flakey test case: common.misc.t_dtrace_contrib.tst_dynopt_d * https://bugs.freebsd.org/237652 tests.hotspare.hotspare_test.hotspare_snapshot_001_pos timeout since somewhere in (r346814, r 346845] * https://bugs.freebsd.org/237655 Non-deterministic panic when running pf tests in interface ioctl code (NULL passed to strncmp) * https://bugs.freebsd.org/237656 "Freed UMA keg (rtentry) was not empty (18 items). Lost 1 pages of memory." seen when running sys/netipsec tests * https://bugs.freebsd.org/237657 sys.kern.pdeathsig.signal_delivered_ptrace timing out periodically on i386 ### Cause build fails * [233735: Possible build race: genoffset.o /usr/src/sys/sys/types.h: error: machine/endian.h: No such file or directory](https://bugs.freebsd.org/233735) * [233769: Possible build race: ld: error: unable to find library -lgcc_s](https://bugs.freebsd.org/233769) ### Others * [Tickets related to testing@](https://preview.tinyurl.com/y9maauwg) * https://issues.tmatesoft.com/issue/SVNKIT-740 The patch is asked to be updated and help wanted. * https://bugs.freebsd.org/235356 Help on how to reproduce and analyze is wanted. From owner-freebsd-current@freebsd.org Fri Jun 21 22:50:08 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 7AAEB15C23BA for ; Fri, 21 Jun 2019 22:50:08 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B02C984DD2 for ; Fri, 21 Jun 2019 22:50:07 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x834.google.com with SMTP id p15so8617215qtl.3 for ; Fri, 21 Jun 2019 15:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=l8DI9rn0EbF3jBJfXBuJ0WXRRQHTyxQvN7K4tQPxfnI=; b=B2bSMnnXU3ezk3rmIgiwnMLyefGeg6rK8xQR16qU0eblxzcYLfYgUoav9g8JXw4Naf Cvzfvx8+P4pvWztWny1jhxgz6vZIDmZMKUOkRDPsB5eisoVEP+6BenYWDV5ekdqUHskZ EMXCRTNTPfG29jVXSQhyMSEbjo3ILYiCzo6v2wCE6yM5Z5GdGvDtnFmTfgMorosWl+w6 zdeck/S5GeSH9SN8GvaE5b5jhm43EtcLRkqUkpc8rNLF1pgNMAcmv+PBaD539BxQ7oMZ nAF5kmfzMQrUB5XIK8n42tJ7UlUXpwAuHR+T2nXP0oGrgEPZgYn0/2uDXRmLpI8dwn1f FoIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=l8DI9rn0EbF3jBJfXBuJ0WXRRQHTyxQvN7K4tQPxfnI=; b=j4nSnyRsCkyU2EGt1E/DwkZ3VU+3rRP/omYI02pNcCarLH7pP2U7O11q/XXnlhO/KC CxbFfsIQgeKH0si0gENvTAB0gIgDqte/eTbPSkNioBFdQ6lJi22Fjk3wnlpX6LW0ihRY jewkPPhMA4zTPvdI41m6rLL0n0wF0zD7vqlQdZZN1x9yHuONO1ErhkC51Tnm/fOSyPtK FPuVgARdyLEC8qHF6agHfpDSkcJVGavU2m4/xDhQoCZTocRgdQ5qZgAje/eb1aOWRpH8 NySqpapeFKTaMtRbNX1BwaxRU4yPuJRY2trcnnRpSvUEs4Q6Mae+ZFhOtGaL4M90GoO1 q67A== X-Gm-Message-State: APjAAAXzNzjBlMMh4lgoVz45BYcvZiaEf+McE060Ce5rkFwh6c4X0YC7 aRbbyScSC0w2So2UreW3WzdT6lJTBMFqCJTWXCiIoA== X-Google-Smtp-Source: APXvYqyQKR9OgJeFL7CFtHjl7ftPYgo8nbeV9mZdMtMNGPHI4U8uUrTMYSdYI+TuqLvB2Ou6JFF3/uZJbPa27MAop74= X-Received: by 2002:aed:3e1d:: with SMTP id l29mr106155909qtf.175.1561157407133; Fri, 21 Jun 2019 15:50:07 -0700 (PDT) MIME-Version: 1.0 References: <17B3F210-5101-449F-AE06-326F890C3C01@samsco.org> In-Reply-To: <17B3F210-5101-449F-AE06-326F890C3C01@samsco.org> From: Warner Losh Date: Fri, 21 Jun 2019 15:49:33 -0700 Message-ID: Subject: Re: Reducing UFS corruption from unclean shutdowns? To: Scott Long Cc: "Conrad E. Meyer" , Alan Somers , FreeBSD Current X-Rspamd-Queue-Id: B02C984DD2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdimp-com.20150623.gappssmtp.com header.s=20150623 header.b=B2bSMnnX X-Spamd-Result: default: False [-5.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; IP_SCORE(-3.00)[ip: (-9.48), ipnet: 2607:f8b0::/32(-3.15), asn: 15169(-2.33), country: US(-0.06)]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; MX_GOOD(-0.01)[cached: ALT1.aspmx.l.google.com]; RCVD_IN_DNSWL_NONE(0.00)[4.3.8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.98)[-0.985,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Fri, 21 Jun 2019 22:50:08 -0000 On Fri, Jun 21, 2019, 3:44 PM Scott Long wrote: > > > > On Jun 21, 2019, at 4:37 PM, Warner Losh wrote: > > > > On Fri, Jun 21, 2019, 3:33 PM Conrad Meyer wrote: > > > >> On Fri, Jun 21, 2019 at 2:55 PM Alan Somers > wrote: > >>> I would've thought that immediately following a sync(8), the > >>> filesystem would be consistent. Why do I still see errors after a > >>> panic in files that were written before I sync()ed? > >>> -Alan > >> > >> Hi Alan, > >> > >> Contra the name, sync(2) (sync(8)) isn't synchronous. It invokes > >> VFS_SYNC() with MNT_NOWAIT across all mountpoints. > >> > > > > Yes. Sync(2) just starts the I/O, but it may be delayed if there is a l= ot > > of dirty buffers. The other issue is that new buffers may be dirtied=E2= =80=A6 > > > > Still, the point of SU and SU+J is that the filesystem should not be > damaged and require active repair on reboot, whether or not a > sync or fsync was done. There=E2=80=99s certainly issues with disk lying > about out of order writes, POSIX sematics of unlinked files, and the > inherent design of UFS superblock updates, but the problems that > Alan reported should still be looked at, they=E2=80=99re not expected and > they undermine the usefulness of SU+J. > Yea. Ata write cache might cause it. But only once in a while and usually only with power fail. Some drives / devices need a final flush, so that might be an issue. I fixed an issue in nvme on shutdown like this, but panic should trigger that code... Warner Scott > > > > From owner-freebsd-current@freebsd.org Fri Jun 21 22:52:04 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 5380215C2958 for ; Fri, 21 Jun 2019 22:52:04 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 442B485287; Fri, 21 Jun 2019 22:52:03 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lj1-f193.google.com with SMTP id i21so7337370ljj.3; Fri, 21 Jun 2019 15:52:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=kxatzZc3xA0KGXsfaeLyDg1gWQ4J74NPGmCOQKt8va8=; b=GbxDdQtO4nAww4+6isL1J8SZbKeMNEFrWke+8JV0JKXfX49ZQEyL26Zo66gF5mmybv zJvN3VWrMPUntEda17FvLk88ppw17u1wbe4DrZhS1aVFebMRbwhqihXtlc/aiwbkJhAd I99jTGEQ2AXCgWuSgrqFNP7wWwr9uagoU9abeEuVA5ZXDgjsBwuZNm+azQGGlkoaeQ7C CDeHbY5gaqPoNY8ykUSTTP37wVAASIqaI2UdvW8t45EbB1O46mq86RE1MHDAwmBRpvwA MMejeF80bajJHaB0or/4iRZkeDcvSS2M6307i8k+TDDUX/0+BX0i2I2xX28pzbB0NFSm qm1A== X-Gm-Message-State: APjAAAXDE4hMQNdJzePK4m4Cfqw/rX+wsWOJpwdWKTLnyCNKucbxNggN EvPl+WqgOzmfAEFO74nSbkwVqxHLwHywgCzE5Oo0SCwC X-Google-Smtp-Source: APXvYqz/V6LbYU3CIuD2mjCXO2VQvz5Ypw8gHp8AgebALPhytXzwmhIkidMX24aOVsPM5vz/xzIUNiqGZRIxz9Z1tng= X-Received: by 2002:a2e:81d8:: with SMTP id s24mr23008204ljg.37.1561157516005; Fri, 21 Jun 2019 15:51:56 -0700 (PDT) MIME-Version: 1.0 References: <17B3F210-5101-449F-AE06-326F890C3C01@samsco.org> In-Reply-To: From: Alan Somers Date: Fri, 21 Jun 2019 16:51:44 -0600 Message-ID: Subject: Re: Reducing UFS corruption from unclean shutdowns? To: Warner Losh Cc: Scott Long , "Conrad E. Meyer" , FreeBSD Current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 442B485287 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.208.193 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.22 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; IP_SCORE(-1.25)[ip: (-0.44), ipnet: 209.85.128.0/17(-3.44), asn: 15169(-2.33), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; RCVD_IN_DNSWL_NONE(0.00)[193.208.85.209.list.dnswl.org : 127.0.5.0]; SUBJECT_ENDS_QUESTION(1.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[193.208.85.209.rep.mailspike.net : 127.0.0.17]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 21 Jun 2019 22:52:04 -0000 On Fri, Jun 21, 2019 at 4:50 PM Warner Losh wrote: > > > > On Fri, Jun 21, 2019, 3:44 PM Scott Long wrote: >> >> >> >> > On Jun 21, 2019, at 4:37 PM, Warner Losh wrote: >> > >> > On Fri, Jun 21, 2019, 3:33 PM Conrad Meyer wrote: >> > >> >> On Fri, Jun 21, 2019 at 2:55 PM Alan Somers wro= te: >> >>> I would've thought that immediately following a sync(8), the >> >>> filesystem would be consistent. Why do I still see errors after a >> >>> panic in files that were written before I sync()ed? >> >>> -Alan >> >> >> >> Hi Alan, >> >> >> >> Contra the name, sync(2) (sync(8)) isn't synchronous. It invokes >> >> VFS_SYNC() with MNT_NOWAIT across all mountpoints. >> >> >> > >> > Yes. Sync(2) just starts the I/O, but it may be delayed if there is a = lot >> > of dirty buffers. The other issue is that new buffers may be dirtied= =E2=80=A6 >> > >> >> Still, the point of SU and SU+J is that the filesystem should not be >> damaged and require active repair on reboot, whether or not a >> sync or fsync was done. There=E2=80=99s certainly issues with disk lyin= g >> about out of order writes, POSIX sematics of unlinked files, and the >> inherent design of UFS superblock updates, but the problems that >> Alan reported should still be looked at, they=E2=80=99re not expected an= d >> they undermine the usefulness of SU+J. > > > Yea. Ata write cache might cause it. But only once in a while and usually= only with power fail. Some drives / devices need a final flush, so that mi= ght be an issue. I fixed an issue in nvme on shutdown like this, but panic = should trigger that code... > > Warner No ATA write cache here. I'm using bhyve with a virtio disk. From owner-freebsd-current@freebsd.org Fri Jun 21 23:25:17 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 E607115C36EA for ; Fri, 21 Jun 2019 23:25:16 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E62D86C49 for ; Fri, 21 Jun 2019 23:25:15 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wr1-x42c.google.com with SMTP id k11so8059478wrl.1 for ; Fri, 21 Jun 2019 16:25:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ysFUsRyX2etO/8TQtOWygXOJD2RsEfGhtPsliyRNeco=; b=Yv80i+4ws5AVEtfAdaeU/Za7j+lwfvz4O3odFdeXkBerqrzWVIRBAsXLXt8sOnCKUY Nayk3tDXwuRSTovMS9OlrCD7t6HhGZTlEppD8X3r1TQfuqndcvWRnMLCFFacZId6xxN/ AAGleovk8Q9AYq83iAE6VNYhX6TeikuC6bz7EUXS21hEIiz8on6mi/RGbkabuV+39iHF QQ1b/01RxREBO0fwsP1/peIGV8bNPqkMlafQ6/gMFH9J6Rf6NIXgxhG7lPEfIHDQPOiL bhyM2De8CyXSuhlT5ZbTqSHbUKR3+707oE3gqPs6AmcyjM2OKGRsNfzj4Y38uj2lC2IS K01A== X-Gm-Message-State: APjAAAVfUlBa1055aY+/64IhWRllnOvje8UcPA4eXxGbLxr1CLrvRTYL k1rq6obFfhmKfecktCaQMbSzA2JvPLI= X-Google-Smtp-Source: APXvYqwJ5tHKhJw03iAMq/eJwlomjGCl5NhzSwucNobORpIYbmMic7oDqPHosKGrf5e7oXyHgNZhJg== X-Received: by 2002:adf:dc81:: with SMTP id r1mr14720888wrj.298.1561159513906; Fri, 21 Jun 2019 16:25:13 -0700 (PDT) Received: from gumby.homeunix.com ([2.121.228.92]) by smtp.gmail.com with ESMTPSA id e21sm6437512wra.27.2019.06.21.16.25.12 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 21 Jun 2019 16:25:13 -0700 (PDT) Date: Sat, 22 Jun 2019 00:25:08 +0100 From: RW To: freebsd-current@freebsd.org Subject: Re: Reducing UFS corruption from unclean shutdowns? Message-ID: <20190622002508.4ee0add3@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4E62D86C49 X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.83 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[googlemail.com]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[googlemail.com:+]; DMARC_POLICY_ALLOW(-0.50)[googlemail.com,quarantine]; MX_GOOD(-0.01)[alt3.gmail-smtp-in.l.google.com,alt4.gmail-smtp-in.l.google.com,gmail-smtp-in.l.google.com,alt2.gmail-smtp-in.l.google.com,alt1.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; RECEIVED_SPAMHAUS_PBL(0.00)[92.228.121.2.zen.spamhaus.org : 127.0.0.10]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[googlemail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; DWL_DNSWL_NONE(0.00)[googlemail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[googlemail.com:s=20161025]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[c.2.4.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.83)[ip: (-9.23), ipnet: 2a00:1450::/32(-2.54), asn: 15169(-2.33), country: US(-0.06)] 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: Fri, 21 Jun 2019 23:25:17 -0000 On Fri, 21 Jun 2019 13:49:30 -0600 Alan Somers wrote: > I panic my development VM regularly. Each time, I need to fsck the > file system. I've found UFS on gjournal to be reliable. From owner-freebsd-current@freebsd.org Fri Jun 21 23:39:45 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 6164815C3C9E for ; Fri, 21 Jun 2019 23:39:45 +0000 (UTC) (envelope-from SRS0=Hbqr=UU=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 A7726876DA; Fri, 21 Jun 2019 23:39:44 +0000 (UTC) (envelope-from SRS0=Hbqr=UU=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B7C4728416; Sat, 22 Jun 2019 01:29:47 +0200 (CEST) Received: from illbsd.quip.test (ip-62-24-92-232.net.upcbroadband.cz [62.24.92.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id B1C7A2840C; Sat, 22 Jun 2019 01:29:46 +0200 (CEST) Subject: Re: Statement regarding employment change and roles in the Project To: gjb@freebsd.org, freebsd-current@freebsd.org References: <20190620162205.GE82981@FreeBSD.org> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <90bee6fe-4475-3d97-c0d0-5e76912a582f@quip.cz> Date: Sat, 22 Jun 2019 01:29:46 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3 MIME-Version: 1.0 In-Reply-To: <20190620162205.GE82981@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: A7726876DA X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.07 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(0.95)[ip: (0.55), ipnet: 94.124.104.0/21(0.27), asn: 42000(3.83), country: CZ(0.08)]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[quip.cz]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.99)[0.994,0]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_SHORT(0.94)[0.936,0]; MX_GOOD(-0.01)[cached: elsa.codelab.cz]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[4.105.124.94.list.dnswl.org : 127.0.10.0]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[000.fbsd@quip.cz,SRS0=Hbqr=UU=quip.cz=000.fbsd@elsa.codelab.cz]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ]; FROM_NEQ_ENVFROM(0.00)[000.fbsd@quip.cz,SRS0=Hbqr=UU=quip.cz=000.fbsd@elsa.codelab.cz]; MID_RHS_MATCH_FROM(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: Fri, 21 Jun 2019 23:39:45 -0000 Thank you for all your work on FreeBSD. Wish you luck in your new job. Kind regards Miroslav Lachman Glen Barber wrote on 2019/06/20 18:22: > Dear FreeBSD community: > > As I have a highly-visible role within the community, I want to share > some news. I have decided the time has come to move on from my role > with the FreeBSD Foundation, this Friday being my last day. I have > accepted a position within a prominent company that uses and produces > products based on FreeBSD. > > My new employer has included provisions within my job description that > allow me to continue supporting the FreeBSD Project in my current > roles, including Release Engineering. > > There are no planned immediate changes with how this pertains to my > roles within the Project and the various teams of which I am a member. > > FreeBSD 11.3 and 12.1 will continue as previously scheduled, with no > impact as a result of this change. > > I want to thank everyone at the FreeBSD Foundation for providing the > opportunity to serve the FreeBSD Project in my various roles, and their > support for my decision. > > I look forward to continue supporting the FreeBSD Project in my various > roles moving forward. From owner-freebsd-current@freebsd.org Sat Jun 22 00:18:02 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 81A1D15C4A7C for ; Sat, 22 Jun 2019 00:18:02 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19E5788943; Sat, 22 Jun 2019 00:18:02 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (unknown [76.212.85.177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: truckman) by smtp.freebsd.org (Postfix) with ESMTPSA id 234B2B412; Sat, 22 Jun 2019 00:18:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Fri, 21 Jun 2019 17:17:58 -0700 (PDT) From: Don Lewis Subject: Re: Reducing UFS corruption from unclean shutdowns? To: Scott Long cc: Warner Losh , "Conrad E. Meyer" , Alan Somers , FreeBSD Current In-Reply-To: <17B3F210-5101-449F-AE06-326F890C3C01@samsco.org> Message-ID: References: <17B3F210-5101-449F-AE06-326F890C3C01@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=iso-2022-jp Content-Disposition: INLINE X-Rspamd-Queue-Id: 19E5788943 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.93)[-0.930,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 22 Jun 2019 00:18:02 -0000 On 21 Jun, Scott Long wrote: > > >> On Jun 21, 2019, at 4:37 PM, Warner Losh wrote: >> >> On Fri, Jun 21, 2019, 3:33 PM Conrad Meyer wrote: >> >>> On Fri, Jun 21, 2019 at 2:55 PM Alan Somers wrote: >>>> I would've thought that immediately following a sync(8), the >>>> filesystem would be consistent. Why do I still see errors after a >>>> panic in files that were written before I sync()ed? >>>> -Alan >>> >>> Hi Alan, >>> >>> Contra the name, sync(2) (sync(8)) isn't synchronous. It invokes >>> VFS_SYNC() with MNT_NOWAIT across all mountpoints. >>> >> >> Yes. Sync(2) just starts the I/O, but it may be delayed if there is a lot >> of dirty buffers. The other issue is that new buffers may be dirtied$B!D(B >> > > Still, the point of SU and SU+J is that the filesystem should not be > damaged and require active repair on reboot, whether or not a > sync or fsync was done. There$B!G(Bs certainly issues with disk lying > about out of order writes, POSIX sematics of unlinked files, and the > inherent design of UFS superblock updates, but the problems that > Alan reported should still be looked at, they$B!G(Bre not expected and > they undermine the usefulness of SU+J. Other that the inode hash error, the other issues should not prevent safely mounting the filesystem read-write. SU without J is able to fix these problems with a background fsck while the filesystem is mounted and in use. SU+J should be able to fix all of these except for the inode hash error by replaying the journal, but that is done by fsck. At least it can avoid the need to scan the entire filesystem. The problem of the disk lying about write completions should only be a problem if the power fails, or if we do something during the panic and recovery that tells the disk to toss its write cache. The main problem here is the inode hash error. That shouldn't be happening. From owner-freebsd-current@freebsd.org Sat Jun 22 18:34:12 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 82DF715B31AA for ; Sat, 22 Jun 2019 18:34:12 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [65.103.231.193]) (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 05E1686E48 for ; Sat, 22 Jun 2019 18:34:10 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id A713E59A88 for ; Sat, 22 Jun 2019 12:38:26 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id zyq2ulXRsD4y for ; Sat, 22 Jun 2019 12:38:26 -0600 (MDT) Received: from photon.int.bluestop.org (unknown [10.0.10.170]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA for ; Sat, 22 Jun 2019 12:38:26 -0600 (MDT) To: freebsd-current@freebsd.org From: Rebecca Cran Subject: UEFI firmware and getting FreeBSD recognized by default: who to talk to? Openpgp: preference=signencrypt Autocrypt: addr=rebecca@bluestop.org; keydata= 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 DtU= Message-ID: <1e08badd-a963-7e4b-98a7-52a9d3bd77a8@bluestop.org> Date: Sat, 22 Jun 2019 12:34:02 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 05E1686E48 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of rebecca@bluestop.org designates 65.103.231.193 as permitted sender) smtp.mailfrom=rebecca@bluestop.org X-Spamd-Result: default: False [-5.27 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; RCVD_TLS_LAST(0.00)[]; MX_GOOD(-0.01)[mail.bluestop.org]; NEURAL_HAM_SHORT(-1.00)[-0.996,0]; DMARC_NA(0.00)[bluestop.org]; SUBJECT_ENDS_QUESTION(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:209, ipnet:65.100.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-2.97)[ip: (-9.85), ipnet: 65.100.0.0/14(-4.90), asn: 209(-0.03), country: US(-0.06)] 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, 22 Jun 2019 18:34:12 -0000 I just upgraded my UEFI system firmware, and not unexpectedly lost the "FreeBSD" boot manager entry after the settings got reset to default. I was left with "Windows", "opensuse" and two "UEFI OS" entries. The "opensuse-secureboot" entry wasn't automatically recreated, but since the "opensuse" entry uses the shim (https://github.com/rhboot/shim) it will be created when I boot "opensuse". I'm wondering if anyone knows who we should talk to in order to get \EFI\FreeBSD\loader.efi recognized by firmware as something to be added as a boot option by default? I plan to import the shim into the tree sometime so that we too can automatically recreate boot manager entries if they're deleted. -- Rebecca Cran From owner-freebsd-current@freebsd.org Sat Jun 22 18:59: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 6FB3415B39E3 for ; Sat, 22 Jun 2019 18:59:27 +0000 (UTC) (envelope-from karl@denninger.net) Received: from colo1.denninger.net (colo1.denninger.net [104.236.120.189]) (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 D795087D04 for ; Sat, 22 Jun 2019 18:59:25 +0000 (UTC) (envelope-from karl@denninger.net) Received: from denninger.net (ip68-1-57-197.pn.at.cox.net [68.1.57.197]) by colo1.denninger.net (Postfix) with ESMTP id B473421109A for ; Sat, 22 Jun 2019 14:59:18 -0400 (EDT) Received: from [192.168.10.14] (D4.Denninger.Net [192.168.10.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by denninger.net (Postfix) with ESMTPSA id 624241DD268 for ; Sat, 22 Jun 2019 13:59:18 -0500 (CDT) Subject: Re: UEFI firmware and getting FreeBSD recognized by default: who to talk to? To: freebsd-current@freebsd.org References: <1e08badd-a963-7e4b-98a7-52a9d3bd77a8@bluestop.org> From: Karl Denninger Openpgp: preference=signencrypt Autocrypt: addr=karl@denninger.net; prefer-encrypt=mutual; keydata= mQINBFIX1zsBEADRcJfsQUl9oFeoMfLPJ1kql+3sIaYx0MfJAUhV9LnbWxr0fsWCskM1O4cV tHm5dqPkuPM4Ztc0jLotD1i9ubWvCHOlkLGxFOL+pFbjA+XZ7VKsC/xWmhMwJ3cM8HavK2OV SzEWQ/AEYtMi04IzGSwsxh/5/5R0mPHrsIomV5SbuiI0vjLuDj7fo6146AABI1ULzge4hBYW i/SHrqUrLORmUNBs6bxek79/B0Dzk5cIktD3LOfbT9EAa5J/osVkstMBhToJgQttaMIGv8SG CzpR/HwEokE+7DP+k2mLHnLj6H3kfugOF9pJH8Za4yFmw//s9cPXV8WwtZ2SKfVzn1unpKqf wmJ1PwJoom/d4fGvQDkgkGKRa6RGC6tPmXnqnx+YX4iCOdFfbP8L9rmk2sewDDVzHDU3I3ZZ 8hFIjMYM/QXXYszRatK0LCV0QPZuF7LCf4uQVKw1/oyJInsnH7+6a3c0h21x+CmSja9QJ+y0 yzgEN/nM89d6YTakfR+1xkYgodVmMy/bS8kmXbUUZG/CyeqCqc95RUySjKT2ECrf9GhhoQkl +D8n2MsrAUSMGB4GQSN+TIq9OBTpNuvATGSRuF9wnQcs1iSry+JNCpfRTyWp83uCNApe6oHU EET4Et6KDO3AvjvBMAX0TInTRGW2SQlJMuFKpc7Dg7tHK8zzqQARAQABtCNLYXJsIERlbm5p bmdlciA8a2FybEBkZW5uaW5nZXIubmV0PokCPAQTAQIAJgUCUhfXOwIbIwUJCWYBgAYLCQgH AwIEFQIIAwQWAgMBAh4BAheAAAoJEG6/sivc5s0PLxQP/i6x/QFx9G4Cw7C+LthhLXIm7NSH AtNbz2UjySEx2qkoQQjtsK6mcpEEaky4ky6t8gz0/SifIfJmSmyAx0UhUQ0WBv1vAXwtNrQQ jJd9Bj6l4c2083WaXyHPjt2u2Na6YFowyb4SaQb83hu/Zs25vkPQYJVVE0JX409MFVPUa6E3 zFbd1OTr3T4yNUy4gNeQZfzDqDS8slbIks2sXeoJrZ6qqXVI0ionoivOlaN4T6Q0UYyXtigj dQvvhMt0aNowKFjRqrmSDRpdz+o6yg7Mp7qEZ1V6EZk8KqQTH6htpCTQ8i79ttK4LG6bstSF Re6Fwq52nbrcANrcdmtZXqjo+SGbUqJ8b1ggrxAsJ5MEhRh2peKrCgI/TjQo+ZxfnqEoR4AI 46Cyiz+/lcVvlvmf2iPifS3EEdaH3Itfwt7MxFm6mQORYs6skHDw3tOYB2/AdCW6eRVYs2hB RMAG4uwApZfZDKgRoE95PJmQjeTBiGmRPcsQZtNESe7I7EjHtCDLwtJqvD4HkDDQwpzreT6W XkyIJ7ns7zDfA1E+AQhFR6rsTFGgQZRZKsVeov3SbhYKkCnVDCvb/PKQCAGkSZM9SvYG5Yax 8CMry3AefKktf9fqBFg8pWqtVxDwJr56dhi0GHXRu3jVI995rMGo1fLUG5fSxiZ8L5sAtokh 9WFmQpyl Message-ID: Date: Sat, 22 Jun 2019 13:59:17 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <1e08badd-a963-7e4b-98a7-52a9d3bd77a8@bluestop.org> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-512; boundary="------------ms060001020108000702060005" X-Rspamd-Queue-Id: D795087D04 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.79 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; IP_SCORE(-2.62)[ip: (-9.87), ipnet: 104.236.64.0/18(-4.29), asn: 14061(1.13), country: US(-0.06)]; HAS_ATTACHMENT(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[px.denninger.net]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:14061, ipnet:104.236.64.0/18, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[197.57.1.68.zen.spamhaus.org : 127.0.0.11]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; SIGNED_SMIME(-2.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[denninger.net]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+,2:+]; R_SPF_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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, 22 Jun 2019 18:59:27 -0000 This is a cryptographically signed message in MIME format. --------------ms060001020108000702060005 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 6/22/2019 13:34, Rebecca Cran wrote: > I just upgraded my UEFI system firmware, and not unexpectedly lost the > "FreeBSD" boot manager entry after the settings got reset to default. I= > was left with "Windows", "opensuse" and two "UEFI OS" entries. > > The "opensuse-secureboot" entry wasn't automatically recreated, but > since the "opensuse" entry uses the shim > (https://github.com/rhboot/shim) it will be created when I boot "opensu= se". > > > I'm wondering if anyone knows who we should talk to in order to get > \EFI\FreeBSD\loader.efi recognized by firmware as something to be added= > as a boot option by default? I plan to import the shim into the tree > sometime so that we too can automatically recreate boot manager entries= > if they're deleted. I use Refind for this sort of thing and it has (thus far!) survived upgrades.=C2=A0 The only "gotcha" is that I had a Windows 10 "Feature" upgrade that reset the default boot in the firmware to Windows; it didn't damage anything but did require that I go reset the UEFI default to boot the Refind EFI loader instead of the Windows one. --=20 Karl Denninger karl@denninger.net /The Market Ticker/ /[S/MIME encrypted email preferred]/ --------------ms060001020108000702060005 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature 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 --------------ms060001020108000702060005-- From owner-freebsd-current@freebsd.org Sat Jun 22 19:05:55 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 0CFE315B3DB0 for ; Sat, 22 Jun 2019 19:05:55 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [65.103.231.193]) (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 1D6BA88250 for ; Sat, 22 Jun 2019 19:05:53 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 2BFC259AD3; Sat, 22 Jun 2019 13:10:16 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Wo1oIV7tuyZd; Sat, 22 Jun 2019 13:10:15 -0600 (MDT) Received: from photon.int.bluestop.org (unknown [10.0.10.170]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Sat, 22 Jun 2019 13:10:15 -0600 (MDT) Subject: Re: UEFI firmware and getting FreeBSD recognized by default: who to talk to? To: Karl Denninger , freebsd-current@freebsd.org References: <1e08badd-a963-7e4b-98a7-52a9d3bd77a8@bluestop.org> From: Rebecca Cran Openpgp: preference=signencrypt Autocrypt: addr=rebecca@bluestop.org; keydata= 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 DtU= Message-ID: Date: Sat, 22 Jun 2019 13:05:52 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 1D6BA88250 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of rebecca@bluestop.org designates 65.103.231.193 as permitted sender) smtp.mailfrom=rebecca@bluestop.org X-Spamd-Result: default: False [-5.26 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[bluestop.org]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.bluestop.org]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.98)[-0.985,0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:209, ipnet:65.100.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-2.96)[ip: (-9.82), ipnet: 65.100.0.0/14(-4.89), asn: 209(-0.03), country: US(-0.06)] 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, 22 Jun 2019 19:05:55 -0000 On 2019-06-22 12:59, Karl Denninger wrote: > > I use Refind for this sort of thing and it has (thus far!) survived > upgrades.  The only "gotcha" is that I had a Windows 10 "Feature" > upgrade that reset the default boot in the firmware to Windows; it > didn't damage anything but did require that I go reset the UEFI default > to boot the Refind EFI loader instead of the Windows one. I do like that rEFInd knows about FreeBSD, and it's one of the "UEFI OS" entries that remains. But I'd prefer it if a "FreeBSD" entry was automatically created! -- Rebecca Cran From owner-freebsd-current@freebsd.org Sat Jun 22 19:34:53 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 69C3815B4C28 for ; Sat, 22 Jun 2019 19:34:53 +0000 (UTC) (envelope-from karl@denninger.net) Received: from colo1.denninger.net (colo1.denninger.net [104.236.120.189]) (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 8B856899CD for ; Sat, 22 Jun 2019 19:34:52 +0000 (UTC) (envelope-from karl@denninger.net) Received: from denninger.net (ip68-1-57-197.pn.at.cox.net [68.1.57.197]) by colo1.denninger.net (Postfix) with ESMTP id 58AAE21109A for ; Sat, 22 Jun 2019 15:34:51 -0400 (EDT) Received: from [192.168.10.14] (D4.Denninger.Net [192.168.10.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by denninger.net (Postfix) with ESMTPSA id C498D1DD36E for ; Sat, 22 Jun 2019 14:34:50 -0500 (CDT) Subject: Re: UEFI firmware and getting FreeBSD recognized by default: who to talk to? To: freebsd-current@freebsd.org References: <1e08badd-a963-7e4b-98a7-52a9d3bd77a8@bluestop.org> From: Karl Denninger Openpgp: preference=signencrypt Autocrypt: addr=karl@denninger.net; prefer-encrypt=mutual; keydata= mQINBFIX1zsBEADRcJfsQUl9oFeoMfLPJ1kql+3sIaYx0MfJAUhV9LnbWxr0fsWCskM1O4cV tHm5dqPkuPM4Ztc0jLotD1i9ubWvCHOlkLGxFOL+pFbjA+XZ7VKsC/xWmhMwJ3cM8HavK2OV SzEWQ/AEYtMi04IzGSwsxh/5/5R0mPHrsIomV5SbuiI0vjLuDj7fo6146AABI1ULzge4hBYW i/SHrqUrLORmUNBs6bxek79/B0Dzk5cIktD3LOfbT9EAa5J/osVkstMBhToJgQttaMIGv8SG CzpR/HwEokE+7DP+k2mLHnLj6H3kfugOF9pJH8Za4yFmw//s9cPXV8WwtZ2SKfVzn1unpKqf wmJ1PwJoom/d4fGvQDkgkGKRa6RGC6tPmXnqnx+YX4iCOdFfbP8L9rmk2sewDDVzHDU3I3ZZ 8hFIjMYM/QXXYszRatK0LCV0QPZuF7LCf4uQVKw1/oyJInsnH7+6a3c0h21x+CmSja9QJ+y0 yzgEN/nM89d6YTakfR+1xkYgodVmMy/bS8kmXbUUZG/CyeqCqc95RUySjKT2ECrf9GhhoQkl +D8n2MsrAUSMGB4GQSN+TIq9OBTpNuvATGSRuF9wnQcs1iSry+JNCpfRTyWp83uCNApe6oHU EET4Et6KDO3AvjvBMAX0TInTRGW2SQlJMuFKpc7Dg7tHK8zzqQARAQABtCNLYXJsIERlbm5p bmdlciA8a2FybEBkZW5uaW5nZXIubmV0PokCPAQTAQIAJgUCUhfXOwIbIwUJCWYBgAYLCQgH AwIEFQIIAwQWAgMBAh4BAheAAAoJEG6/sivc5s0PLxQP/i6x/QFx9G4Cw7C+LthhLXIm7NSH AtNbz2UjySEx2qkoQQjtsK6mcpEEaky4ky6t8gz0/SifIfJmSmyAx0UhUQ0WBv1vAXwtNrQQ jJd9Bj6l4c2083WaXyHPjt2u2Na6YFowyb4SaQb83hu/Zs25vkPQYJVVE0JX409MFVPUa6E3 zFbd1OTr3T4yNUy4gNeQZfzDqDS8slbIks2sXeoJrZ6qqXVI0ionoivOlaN4T6Q0UYyXtigj dQvvhMt0aNowKFjRqrmSDRpdz+o6yg7Mp7qEZ1V6EZk8KqQTH6htpCTQ8i79ttK4LG6bstSF Re6Fwq52nbrcANrcdmtZXqjo+SGbUqJ8b1ggrxAsJ5MEhRh2peKrCgI/TjQo+ZxfnqEoR4AI 46Cyiz+/lcVvlvmf2iPifS3EEdaH3Itfwt7MxFm6mQORYs6skHDw3tOYB2/AdCW6eRVYs2hB RMAG4uwApZfZDKgRoE95PJmQjeTBiGmRPcsQZtNESe7I7EjHtCDLwtJqvD4HkDDQwpzreT6W XkyIJ7ns7zDfA1E+AQhFR6rsTFGgQZRZKsVeov3SbhYKkCnVDCvb/PKQCAGkSZM9SvYG5Yax 8CMry3AefKktf9fqBFg8pWqtVxDwJr56dhi0GHXRu3jVI995rMGo1fLUG5fSxiZ8L5sAtokh 9WFmQpyl Message-ID: <87dee58e-66dc-ddf8-980b-a538875ae8b9@denninger.net> Date: Sat, 22 Jun 2019 14:34:49 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-512; boundary="------------ms050402040505030905010504" X-Rspamd-Queue-Id: 8B856899CD X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.76 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_ATTACHMENT(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: px.denninger.net]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-2.62)[ip: (-9.87), ipnet: 104.236.64.0/18(-4.29), asn: 14061(1.13), country: US(-0.06)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:14061, ipnet:104.236.64.0/18, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[197.57.1.68.zen.spamhaus.org : 127.0.0.11]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; SIGNED_SMIME(-2.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,multipart/alternative,text/plain]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+,2:+]; DMARC_NA(0.00)[denninger.net]; R_SPF_NA(0.00)[] X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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, 22 Jun 2019 19:34:53 -0000 This is a cryptographically signed message in MIME format. --------------ms050402040505030905010504 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 6/22/2019 14:05, Rebecca Cran wrote: > On 2019-06-22 12:59, Karl Denninger wrote: >> I use Refind for this sort of thing and it has (thus far!) survived >> upgrades.=C2=A0 The only "gotcha" is that I had a Windows 10 "Feature"= >> upgrade that reset the default boot in the firmware to Windows; it >> didn't damage anything but did require that I go reset the UEFI defaul= t >> to boot the Refind EFI loader instead of the Windows one. > > I do like that rEFInd knows about FreeBSD, and it's one of the "UEFI OS= " > entries that remains. But I'd prefer it if a "FreeBSD" entry was > automatically created! It is. All I had to do was put the EFI loader in a directory under the UEFI partition and Refind found it.=C2=A0 I didn't have to specifically tell i= t that it was there. The explicit "set" command (which I issued under Windows) is to tell the firmware what the default is; you do it once on original installation of Refind.=C2=A0 The Windows 10 feature update set it back to default to Windows, which was quite annoying but not really a big deal.=C2=A0 One command, once, from the Windows command line (same as the one to set it in the first place) was all that was required. The danger with tampering with where Windows 10 puts its EFI loader (e.g. copying Refind there after moving it somewhere else) is that Bitlocker may throw up on you if you do that.=C2=A0 In fact you do have t= o do things in the right order or Bitlocker's default configuration (at least on a TPM equipped machine) will have a hissy fit -- you cannot change anything in the EFI partition after initializing Bitlocker, including the Refind configuration file (this most-specifically applies to the "wait for boot time"; I find the default obnoxiously long) so you have to make that edit and put the other stuff in the UEFI partition (e.g. FreeBSD's EFI loader and Refind) BEFORE turning Bitlocker on. I've been running this way since 12.x showed up since 12.x can boot a geli-encrypted system directly on my laptop.=C2=A0 Works nicely. --=20 Karl Denninger karl@denninger.net /The Market Ticker/ /[S/MIME encrypted email preferred]/ --------------ms050402040505030905010504 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature 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 --------------ms050402040505030905010504-- From owner-freebsd-current@freebsd.org Sat Jun 22 22:31:30 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 B177315BB797 for ; Sat, 22 Jun 2019 22:31:30 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [65.103.231.193]) (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 9E9FC8FC1D for ; Sat, 22 Jun 2019 22:31:29 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 83DCE59BBD; Sat, 22 Jun 2019 16:35:51 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id mD5RpWG79MPJ; Sat, 22 Jun 2019 16:35:51 -0600 (MDT) Received: from photon.int.bluestop.org (unknown [10.0.10.170]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Sat, 22 Jun 2019 16:35:51 -0600 (MDT) Subject: Re: UEFI firmware and getting FreeBSD recognized by default: who to talk to? To: Karl Denninger , freebsd-current@freebsd.org References: <1e08badd-a963-7e4b-98a7-52a9d3bd77a8@bluestop.org> <87dee58e-66dc-ddf8-980b-a538875ae8b9@denninger.net> From: Rebecca Cran Openpgp: preference=signencrypt Autocrypt: addr=rebecca@bluestop.org; keydata= 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 DtU= Message-ID: <66c6ecc7-0b62-5bcf-be4b-ef7107dd91a5@bluestop.org> Date: Sat, 22 Jun 2019 16:31:27 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <87dee58e-66dc-ddf8-980b-a538875ae8b9@denninger.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 9E9FC8FC1D X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of rebecca@bluestop.org designates 65.103.231.193 as permitted sender) smtp.mailfrom=rebecca@bluestop.org X-Spamd-Result: default: False [-5.25 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[bluestop.org]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.bluestop.org]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:209, ipnet:65.100.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-2.95)[ip: (-9.78), ipnet: 65.100.0.0/14(-4.88), asn: 209(-0.03), country: US(-0.06)] 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, 22 Jun 2019 22:31:30 -0000 On 2019-06-22 13:34, Karl Denninger wrote: > > All I had to do was put the EFI loader in a directory under the UEFI > partition and Refind found it.  I didn't have to specifically tell it > that it was there. Sorry, I'm not talking about rEFInd. I know how great it is. I'm talking about systems without rEFInd, using only the default OEM supplied system firmware, since we can't rely on everyone having rEFInd installed. -- Rebecca Cran From owner-freebsd-current@freebsd.org Sat Jun 22 23:02:19 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 E277915BC7CF for ; Sat, 22 Jun 2019 23:02:18 +0000 (UTC) (envelope-from karl@denninger.net) Received: from colo1.denninger.net (colo1.denninger.net [104.236.120.189]) (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 DF6956A0BA for ; Sat, 22 Jun 2019 23:02:17 +0000 (UTC) (envelope-from karl@denninger.net) Received: from denninger.net (ip68-1-57-197.pn.at.cox.net [68.1.57.197]) by colo1.denninger.net (Postfix) with ESMTP id E0A0F21109A for ; Sat, 22 Jun 2019 19:02:16 -0400 (EDT) Received: by denninger.net (Postfix, from userid 80) id 8D6271DD9A7; Sat, 22 Jun 2019 18:02:16 -0500 (CDT) To: freebsd-current@freebsd.org Subject: Re: UEFI firmware and getting FreeBSD recognized by default: who to talk to? Date: Sat, 22 Jun 2019 19:02:12 -0400 Message-ID: <8r09g24d956s34jsuqrqs6ve.1561244532677@denninger.net> From: karl@denninger.net MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA256; boundary=--_com.android.email_1618819796009056 X-Rspamd-Queue-Id: DF6956A0BA X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-4.71 / 15.00]; HAS_ATTACHMENT(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: px.denninger.net]; MIME_BASE64_TEXT(0.10)[]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-2.62)[ip: (-9.86), ipnet: 104.236.64.0/18(-4.29), asn: 14061(1.12), country: US(-0.06)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:14061, ipnet:104.236.64.0/18, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[197.57.1.68.zen.spamhaus.org : 127.0.0.11]; ARC_NA(0.00)[]; FAKE_REPLY(1.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; SIGNED_SMIME(-2.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+]; FROM_NO_DN(0.00)[]; R_SPF_NA(0.00)[]; DMARC_NA(0.00)[denninger.net] 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, 22 Jun 2019 23:02:19 -0000 ----_com.android.email_1618819796009056 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 CgpMaWtlIGl0IG9yIG5vdCBVRUZJIEJJT1MgZmlybXdhcmUgZnJlcXVlbnRseSBub3Qgb25seSBz dWNrcyBpdCBhbHNvIHZpb2xhdGVzIHRoZSBhbGxlZ2VkICJydWxlcyIgYXMgdG8gd2hhdCBpdCBz aG91bGQgc3VwcG9ydC4KCgotIEthcmwgKG9uIFBEQSkKCgoKCcKgIE9yaWdpbmFsIE1lc3NhZ2Ug wqAKCgoKRnJvbTogcmViZWNjYUBibHVlc3RvcC5vcmcKU2VudDogSnVuZSAyMiwgMjAxOSAxNzoz MQpUbzoga2FybEBkZW5uaW5nZXIubmV0OyBmcmVlYnNkLWN1cnJlbnRAZnJlZWJzZC5vcmcKU3Vi amVjdDogUmU6IFVFRkkgZmlybXdhcmUgYW5kIGdldHRpbmcgRnJlZUJTRCByZWNvZ25pemVkIGJ5 IGRlZmF1bHQ6IHdobyB0byB0YWxrIHRvPwoKCk9uIDIwMTktMDYtMjIgMTM6MzQsIEthcmwgRGVu bmluZ2VyIHdyb3RlOgo+Cj4gQWxsIEkgaGFkIHRvIGRvIHdhcyBwdXQgdGhlIEVGSSBsb2FkZXIg aW4gYSBkaXJlY3RvcnkgdW5kZXIgdGhlIFVFRkkKPiBwYXJ0aXRpb24gYW5kIFJlZmluZCBmb3Vu ZCBpdC7CoCBJIGRpZG4ndCBoYXZlIHRvIHNwZWNpZmljYWxseSB0ZWxsIGl0Cj4gdGhhdCBpdCB3 YXMgdGhlcmUuCgoKClNvcnJ5LCBJJ20gbm90IHRhbGtpbmcgYWJvdXQgckVGSW5kLiBJIGtub3cg aG93IGdyZWF0IGl0IGlzLiBJJ20gdGFsa2luZwphYm91dCBzeXN0ZW1zIHdpdGhvdXQgckVGSW5k LCB1c2luZyBvbmx5IHRoZSBkZWZhdWx0IE9FTSBzdXBwbGllZCBzeXN0ZW0KZmlybXdhcmUsIHNp bmNlIHdlIGNhbid0IHJlbHkgb24gZXZlcnlvbmUgaGF2aW5nIHJFRkluZCBpbnN0YWxsZWQuCgoK LS0KUmViZWNjYSBDcmFuCgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fXwpmcmVlYnNkLWN1cnJlbnRAZnJlZWJzZC5vcmcgbWFpbGluZyBsaXN0Cmh0dHBzOi8v bGlzdHMuZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLWN1cnJlbnQKVG8gdW5z dWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8gImZyZWVic2QtY3VycmVudC11bnN1YnNjcmliZUBm cmVlYnNkLm9yZyIK ----_com.android.email_1618819796009056 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s"; 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 ----_com.android.email_1618819796009056--