From owner-freebsd-stable@freebsd.org Mon May 29 13:00:59 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 343A0CFE8D1 for ; Mon, 29 May 2017 13:00:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 1AB2378CDC for ; Mon, 29 May 2017 13:00:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TD0w7X023009 for ; Mon, 29 May 2017 13:00:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Mon, 29 May 2017 13:00:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peixoto.cassiano@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 13:00:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 --- Comment #31 from Cassiano Peixoto --- Hi Mateusz, After some time i had a server with FreeBSD 11-p1 crashed with your patch applied.=20 See bellow:=20 (kgdb) list *0xffffffff80b317ac 0xffffffff80b317ac is in turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837). 832=20=20=20=20=20 833 /* 834 * Transfer the blocked list to the pending list. 835 */ 836 mtx_lock_spin(&td_contested_lock); 837 TAILQ_CONCAT(&ts->ts_pending, &ts->ts_blocked[queue], td_lockq); 838 mtx_unlock_spin(&td_contested_lock); 839=20=20=20=20=20 840 /* 841 * Give a turnstile to each thread. The last thread gets Current language: auto; currently minimal (kgdb) bt #0 doadump (textdump=3D) at pcpu.h:221 #1 0xffffffff80acfd69 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:366 #2 0xffffffff80ad031b in vpanic (fmt=3D, ap=3D) at /usr/src/sys/kern/kern_shutdown.c:759 #3 0xffffffff80ad0153 in panic (fmt=3D0x0) at /usr/src/sys/kern/kern_shutdown.c:690 #4 0xffffffff80ee2d21 in trap_fatal (frame=3D0xfffffe02378e0850, eva=3D32)= at /usr/src/sys/amd64/amd64/trap.c:841 #5 0xffffffff80ee2f13 in trap_pfault (frame=3D0xfffffe02378e0850, usermode= =3D0) at /usr/src/sys/amd64/amd64/trap.c:691 #6 0xffffffff80ee24bc in trap (frame=3D0xfffffe02378e0850) at /usr/src/sys/amd64/amd64/trap.c:442 #7 0xffffffff80ec5951 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:236 #8 0xffffffff80b317ac in turnstile_broadcast (ts=3D0x0, queue=3D0) at /usr/src/sys/kern/subr_turnstile.c:837 #9 0xffffffff80aabb70 in __mtx_unlock_sleep (c=3D0xffffffff81cab130, opts= =3D, file=3D0x1
, line=3D1) at /usr/src/sys/kern/kern_mutex.c:865 #10 0xffffffff80d42dd1 in swap_reserve_by_cred (incr=3D, cred=3D) at /usr/src/sys/vm/swap_pager.c:224 #11 0xffffffff80d58f49 in kmap_alloc_wait (map=3D0xfffff800061d7c30, size= =3D266240) at /usr/src/sys/vm/vm_kern.c:437 #12 0xffffffff80a7cf5c in exec_copyin_args (args=3D0xfffffe02378e0a70, fname=3D0x801436b58
, segflg=3DUIO_USERS= PACE, argv=3D0x801436a98, envv=3D0x801436b20) at /usr/src/sys/kern/kern_exec.c:1326 #13 0xffffffff80a7cdb8 in sys_execve (td=3D0xfffff8013d03ba00, uap=3D0xfffffe02378e0b80) at /usr/src/sys/kern/kern_exec.c:215 #14 0xffffffff80ee367e in amd64_syscall (td=3D, traced= =3D0) at subr_syscall.c:135 #15 0xffffffff80ec5c3b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:396 #16 0x0000000800b45daa in ?? () --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Tue May 30 16:22:14 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A755B87025 for ; Tue, 30 May 2017 16:22:14 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id F320C6AB6F for ; Tue, 30 May 2017 16:22:13 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id F2538B87024; Tue, 30 May 2017 16:22:13 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1E3BB87023 for ; Tue, 30 May 2017 16:22:13 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (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 85D886AB6B; Tue, 30 May 2017 16:22:13 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.ingresso.co.uk ([2a02:b90:3002:411::6]) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dFjuN-0007BR-3m; Tue, 30 May 2017 16:22:11 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dFjuN-0000l0-0c; Tue, 30 May 2017 17:22:11 +0100 To: bapt@FreeBSD.org, petefrench@ingresso.co.uk Subject: Re: 11.1-PRERELEASE, waagent crashes attaching reosurce disc in Azure Cc: stable@freebsd.org In-Reply-To: Message-Id: From: Pete French Date: Tue, 30 May 2017 17:22:11 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:22:14 -0000 A bit more investigation on this and I think I found what the differece is at least. waagent is using camcontrol periphlist 3:1:0 to find devices, and this has chnaged from placing the discs before the pass devices to afterwards. So on an earlier version I get this: root@joanna-may:/home/webadmin # camcontrol periphlist 3:1:0 da1: generation: 4 index: 1 status: MORE pass1: generation: 4 index: 2 status: LAST and on the box with the issue it does this: root@backup-db:/home/webadmin # camcontrol periphlist 3:1:0 pass1: generation: 4 index: 1 status: MORE da1: generation: 4 index: 2 status: LAST So that box finds 'pass1' as the device when it should be finding 'da1' which leads to the error. I have a vague memory of seeing a commit for this go past too. On the other hand, the oython looks like it shuold handle this, as it appears to try and detect which devices are disks from the output of gpart list, which should not let it use pass1 as if it was a disc. -pete. From owner-freebsd-stable@freebsd.org Tue May 30 21:19:20 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E2C6BEE505 for ; Tue, 30 May 2017 21:19:20 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C97017AB19 for ; Tue, 30 May 2017 21:19:19 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: by mail-oi0-x22b.google.com with SMTP id h4so127804823oib.3 for ; Tue, 30 May 2017 14:19:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=oZstkppo8ZufJgN92XEKY998ioI6qHw/LaHrxfBR91c=; b=f9BnEXgTwgDk+kBc6k2TZco6Z/6oHC84JOQCoHWjUUmho/yjC0zglFNYiDtOtaG807 t4UDK42BpMZX476k+fWRTQNMOccXJn+ka90Vrwsir5X56/Jzpc597EGJ+JaJ5o3cl4s4 3qigV//Vo4LD4DL7xVjvEqdMU6yIy47U0vqFPiNDy1Gj4hZOKTenaKT7dP4Bff/zW/iq Gve2BfGoha+BmZHCaw5BKD0Vf0NlFK6ZTWeZU6dzqYwD8cGtVC5z8WJljvf8e+vJcatZ hhkyAPbCZpxVgv6vjnnTZQIjuhLwOTaKT0ITQAABQjRAKmIZXxGCERYslu3Ndxz0EMRF 6zvg== 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=oZstkppo8ZufJgN92XEKY998ioI6qHw/LaHrxfBR91c=; b=tno6MXUcqtfioIyDgvrZS7a8vyvtsRdhUhmAo0tJgkUBhJrLyCZyz/N7Fsj1uw8lKg P+Wj3nIQG/dFc5ZtqLsGRsJLhZzH4uJOaThw7UnXzO77UjtFBIfYIZv2xtQxyYw+XiyK k68Qk1UCC9eJEiskHBJgjFyRsDrWme9nOzpjQQ3rpeGl6/2o3DpSh7mdmcwrU9+DTDSO VoRJEtNg+CJRhCMiz6Mek7rv7jLNVoByMNg2kW9B7sRlYlRSpunPzDxTTBpYUkI/+G3Q PBiDqEumJlkI4AdZM5eOLuZ7vwSKSwX2PZdshzkPB1CrjI9+hA6PVLPEdLZdA6ajrKH9 PM6A== X-Gm-Message-State: AODbwcCSUnaGiUDMgZZ+XbiAsuR0TXQMlXU2lGv0jlngG6SJ4MFLPgcj mlOYfdek4vSrXc3uXLyj55/iDY7A5GHu X-Received: by 10.202.241.9 with SMTP id p9mr8899960oih.219.1496179158945; Tue, 30 May 2017 14:19:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.174.106 with HTTP; Tue, 30 May 2017 14:19:18 -0700 (PDT) From: CBL Date: Tue, 30 May 2017 15:19:18 -0600 Message-ID: Subject: 11.0 and tw_cli fail To: freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:19:20 -0000 Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. Now the tw_cli utility is now throwing "Bad system call (core dumped). Anybody have any suggestions? Was working fine on 10.3. Thanks From owner-freebsd-stable@freebsd.org Tue May 30 21:33:47 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2639BBEEA6F for ; Tue, 30 May 2017 21:33:47 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E369E7B59F for ; Tue, 30 May 2017 21:33:46 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-yw0-x232.google.com with SMTP id p73so45852082ywp.0 for ; Tue, 30 May 2017 14:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=zeTE/u0+8Amgmj0W/qwVABFrj12QktWXKYgnKcKxJKA=; b=oo94qkNRcangmHzl88n5zoa0YQJtWSbhQmWCwIjFw7KIm/b4X9vNsaIfQ8yiV17mPx HU+HarlqXNCUs6SwvjyL2rkHOyMt6wiEmBc4qfGmahQbE8MlT10vF8ZS6nLKdHjPBclG +5iSiQYOtXiTlZ6GiL+yu9V4Z71wMjkmZ1vkhXmbaIY/m87n7rhEU8aFMEGZIAeSauYr fOjaLxqPKnAw2NxECXeg0xC1bpb19s8Ccdyt9BRhhNliH0UUmgitxWsV9yqdq9lpOIdz +1wcFUxqhZHP5AwF13zSk9DOREcjzaJ3xXNvH9ZzkLVsBHV4MgbSS8msqo37Vjnmc9nc PQZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=zeTE/u0+8Amgmj0W/qwVABFrj12QktWXKYgnKcKxJKA=; b=SPgBVICC4NkhhEItpm/6uTu84aTHybNf0ThvwCBrv1tNswtNv5iLwpjew/6OihtxJo tMzsCrt+Z5IiEgKlAStapDDfu8lLPrLSFAm0mCXR6T+S1p4ONgiKiyUDbOIf7fOnNY8M b6BxXFNr1zWAErBOEjEk9lqnRR5s98mqPty8w00fv5NG3YDPFLb+B2mCijfGyVwuBssn s+m7KSl/bWBK5qGxDA+N9vWIGVJbN3ozeE3XJ5vT4oKjDH2GKrQpT9dpxKua6EUmRujL ToV2AElb47WCMFwgQkWkgdtpdfD+/Jd2u8EmXgK1OYYPzl2nq87y6cWrbzA6NF31T7a4 sFtA== X-Gm-Message-State: AODbwcDWWBwERxQKgKQOFZmFH31slV3ZoBNwb0tR2m9RihPoruyDvKS+ mWnZEhB//ILNx8SmfAMbxai54k5DnA== X-Received: by 10.129.52.75 with SMTP id b72mr17030073ywa.271.1496180026056; Tue, 30 May 2017 14:33:46 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.13.206.199 with HTTP; Tue, 30 May 2017 14:33:45 -0700 (PDT) In-Reply-To: References: From: Alan Somers Date: Tue, 30 May 2017 15:33:45 -0600 X-Google-Sender-Auth: c_U0VrvB7f0PFFXNpFLTQzPETHs Message-ID: Subject: Re: 11.0 and tw_cli fail To: CBL Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:33:47 -0000 Was the tw_cli utility built for FreeBSD 10? If so, you need to either rebuilt it, or build your kernel with COMPAT_FREEBSD10 in the config file. It's in the GENERIC config file, so you'll have it if you don't use a custom kernel. -Alan On Tue, May 30, 2017 at 3:19 PM, CBL wrote: > Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. > Now the tw_cli utility is now throwing "Bad system call (core dumped). > > Anybody have any suggestions? Was working fine on 10.3. > > Thanks > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Tue May 30 21:55:05 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B36BBEEF2A for ; Tue, 30 May 2017 21:55:05 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24A727BE7D; Tue, 30 May 2017 21:55:05 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id w10so129035354oif.0; Tue, 30 May 2017 14:55:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tEP2iEMbQhmNXzzHE4nNJj2p0/Q5mvPcWEO7yubTItI=; b=XFPHo/6BBcqHkhYbzrKOzNU0u9RU3F9dBw8/i//h4zOl0afFi0Tt3sJ4QhGRVl2Dq6 ymwkTnCo/6VE3f57tRKPu3jcGbbwdhYpiuW2VBXs2cAXmSS/W6HeD9tpkYyWXlC1Hjh8 kRAduEFFpZzdaRA+LyfcrIlv9waa0QQLB5Tx0zw8niHA0dSA/sULOCEccHrRGY7CgW/C WwPKPn0+OY0QADcCfekTuxiv4+XcHI9e0iTwe8X2snjIYPBYYyEn6FxhxfQFarZK7FSe 7WG9BdttdVpTkVysxcFo9HQQ9Q60oaVninqL7XMtATQuheosS3NukFNIg8Av8WQC3lDk MRDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tEP2iEMbQhmNXzzHE4nNJj2p0/Q5mvPcWEO7yubTItI=; b=CCwCVknkLmfT9tQzH8qk+w3eNJqI9WCFZTkeZFdMX7hEwwLQ7/JcrGm/WZGU9l0jiU HqpJOtAyulDk7YW7ztdgLW27szTOmNPzG8TrO4Sv1ZfwteVy/ATu4EalrlmAaJeG2Rv7 Mc1It1vTuU9BdiYxZQ1OxpHUm5DizadgDPPdftLu8lO6ZnnJQelm/nFvquvORhhUH2HF VQmQ1sY9yiTIB2MVmx+h4H2vLiSyWajaXNkokswWdv/DKik1hlcnjjyMh9R+jqkJbZBN 8PUriDywqjN5XZDFJ71kiRUE+yZjMQCOw5M2Sjb3qSoHiZOOM/8zaXY4tqKsyjg7F0DY u1eQ== X-Gm-Message-State: AODbwcBi2HrVjzula6kWWGfayGTstZruKXOXXnlIHpF6UhuoV9CMNmpX FNx7aEcn6dyEBkxPzt4hKIAkW5n9ixwl X-Received: by 10.157.34.165 with SMTP id y34mr9688544ota.175.1496181304316; Tue, 30 May 2017 14:55:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.174.106 with HTTP; Tue, 30 May 2017 14:55:03 -0700 (PDT) In-Reply-To: References: From: CBL Date: Tue, 30 May 2017 15:55:03 -0600 Message-ID: Subject: Re: 11.0 and tw_cli fail To: Alan Somers Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:55:05 -0000 Yeah, I have a custom kernel with COMPAT_FREEBSD10 already in it and no joy. However, I checked GENERIC and it works. Then I tried COMPAT_FREEBSD9 too and no go.. guess I'll keep playing. On Tue, May 30, 2017 at 3:33 PM, Alan Somers wrote: > Was the tw_cli utility built for FreeBSD 10? If so, you need to > either rebuilt it, or build your kernel with COMPAT_FREEBSD10 in the > config file. It's in the GENERIC config file, so you'll have it if > you don't use a custom kernel. > -Alan > > On Tue, May 30, 2017 at 3:19 PM, CBL wrote: > > Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. > > Now the tw_cli utility is now throwing "Bad system call (core dumped). > > > > Anybody have any suggestions? Was working fine on 10.3. > > > > Thanks > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " > From owner-freebsd-stable@freebsd.org Tue May 30 22:30:00 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DB47BEF936 for ; Tue, 30 May 2017 22:30:00 +0000 (UTC) (envelope-from cmatthews@reply2setup.com) Received: from mail-pf0-x22a.google.com (mail-pf0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 647057D074 for ; Tue, 30 May 2017 22:30:00 +0000 (UTC) (envelope-from cmatthews@reply2setup.com) Received: by mail-pf0-x22a.google.com with SMTP id n23so84467324pfb.2 for ; Tue, 30 May 2017 15:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reply2setup-com.20150623.gappssmtp.com; s=20150623; h=to:subject:from:message-id:disposition-notification-to:date :user-agent:mime-version:content-transfer-encoding:content-language; bh=KF+gfeRjVOq1ND6RcbtHgS75jagYhIDAUg0L9rPDd14=; b=AJ2k69B07zINtQ6ltELusv2S4BnGpA7kk23mbDcuXSoLe86IRH8Umcb1g0zNnTInTV F/5lS1LpMf11NyyKSEYH6WjSwZm49ToADPzZYCc829kdlEbhdp9je2ZudTI5raFLVGPT BSXWY2ID2r5wZzwf1CPBgYzAIGJY3mfu5xa304WQClpVWv3VAGj06bDbGt7I2lvUsuFg XU+yAHN2Gw6SsfdTlmTSOAtrFGSuky2ZJJopcQVpdCLQV6LCYa7ayoT+QB4yuagG2hNF i4WeWsBsn1KWZkftgofnDsi6EVROqJ/z85ohHQHZlpehUiTd28QEhZ1UoyLWjuFJ/ZkQ Tj7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:subject:from:message-id :disposition-notification-to:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=KF+gfeRjVOq1ND6RcbtHgS75jagYhIDAUg0L9rPDd14=; b=ZnPsBDTA0xsXGAERwqUFDI3sI8KrIIdz2a+XwAD9iaKmWcmVuCss8TAHgydlZXac9r JsWnG9uzQ2/2XK1ZoWY6CVcRRg5dwJE9wGG4h1KXpGqethRTEfM2B6DdSNyD9KVbDOH2 ajtv+Li38oH8uHzEgLx8hEj359e2rIGhZL5jmBInSRJb2IURxF+FTqjKZRwEv8Nm5SYx RdNw/eNbSI0THEwlNRHG8NK89meecZ9ugxTcQ5PvAY4prpcV4ZX689m7bswgsbsTM4Tp dr2outMQGw3EYtpJY1ahm+p6VfXuVe9uYZ9HtABmHHBBISnrbsj2OnUWiDcgRkL4VxF+ BFaw== X-Gm-Message-State: AODbwcDXL6fHsNKAjujc93PPDAKuT5vZVP1+VtYKnswr/HyxAtT3ogOO Vn/lLsA+Ez/3h+ZB+p8= X-Received: by 10.99.185.8 with SMTP id z8mr28291441pge.204.1496183399539; Tue, 30 May 2017 15:29:59 -0700 (PDT) Received: from [192.168.0.32] ([103.6.157.159]) by smtp.gmail.com with ESMTPSA id k23sm21054911pgn.11.2017.05.30.15.29.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 May 2017 15:29:58 -0700 (PDT) To: freebsd-stable@freebsd.org Subject: Wine Lovers List From: Colleen Matthews Message-ID: <16211d82-ead5-6555-7681-0fe146e8f8ef@reply2setup.com> Date: Tue, 30 May 2017 17:58:54 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Antivirus: Avast (VPS 170530-4, 30-05-2017), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 22:30:00 -0000 Hi, Hope this email finds you well! Would you be interested in acquiring an email list of "Wine Enthusiasts List" from USA? We also have data for: 1. Beer Enthusiasts List 2. Liquor Enthusiasts List 3. Beverage Enthusiasts List 4. Food Enthusiasts List 5. Entertainment Enthusiasts List and many more... Each record in the list contains Contact Name (First, Middle and Last Name), Mailing Address, List type and Opt-in email address. All the contacts are opt-in verified, 100 percent permission based and can be used for unlimited multi-channel marketing. Appreciate your quick response and thoughts. Best Wishes, Colleen Matthews Marketing Manager From owner-freebsd-stable@freebsd.org Tue May 30 22:33:54 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5721BEFBF3 for ; Tue, 30 May 2017 22:33:54 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B202E7D542; Tue, 30 May 2017 22:33:54 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: by mail-oi0-x22c.google.com with SMTP id l18so129735681oig.2; Tue, 30 May 2017 15:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=pJTuZY+ibVW6On8IiRPcQo5lBCrIqHgPkNUEAL7+eek=; b=mV7LrJLmWfQp5rBtaFblscbPr3xOe3dXieH0vENoqfWyzvyel51+Z7RuLke1xjkSQS gP7BkftpAwK8zbV5DOkonG8+4KVmhjb6Aj01fxbQh9SeHb+FI+6JA/a9kA4i5uH83IqI 5DZnaLcHhKtrCZM3WJPyuD/gaH3oyKZSCOBzhGjtQ00nfpNDormGyY3FD2lIMoAV922S PGbzlNB5SpE5Ug9jcj3nWuoGsWbXZEH4cbQN8ToCQjnF+RW/I9n2zCDs2+/LQZX/w5sL XhE1YpudUFld/8I0o5iunDUFldB7nCg2iHn7rihJqPbIM4ZDOGpcDroCFI1twvAJC80c jnqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=pJTuZY+ibVW6On8IiRPcQo5lBCrIqHgPkNUEAL7+eek=; b=X14U5GSq9uaE4h7/nlEgPNvU+HSYmF+Ke+5YVYH9ImEtk8pinmxnR6L4kh5vwa3wVP QxAAQIJWB+/UrZKde+R079y2+alaXhuuYruJVxn0hrGR7AWU4Hb8aUCrywTwLOZSl1g7 gBtdPd3PjwQSD37L+jEguATt5fNP/8h8U/nTZwVXSg2ivyM5HhD/FnMGQHfDb1FGjTxH TA2yTlwsPa53uaDzFg6oAVgKkrpWzko+eUp5HVCg0W/xRJTVbuYRiACIhwqewesTcSQn A7Pw6SqIQceiOrOQ0PlCejc3jxodam080t5nW+abucZKpVhl13/iXFn+oGMEZSp3XjHv tOgg== X-Gm-Message-State: AODbwcCFJpf9B2vf86ThgDM4/hUW4oGx8q8/5L15Yutybz3OL0z9rFJz HEQBrkyNggtpEeyfDYOLTuvBGQzAgNlpiHk= X-Received: by 10.157.45.56 with SMTP id v53mr8140126ota.68.1496183633950; Tue, 30 May 2017 15:33:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.174.106 with HTTP; Tue, 30 May 2017 15:33:53 -0700 (PDT) In-Reply-To: References: From: CBL Date: Tue, 30 May 2017 16:33:53 -0600 Message-ID: Subject: Re: 11.0 and tw_cli fail To: Alan Somers Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 22:33:55 -0000 For those curious, COMPAT_FREEBSD6 and COMPAT_FREEBSD7 were the ticket to get tw_cli working on FreeBSD 11.0. Wish Broadcom would roll a new binary. On Tue, May 30, 2017 at 3:55 PM, CBL wrote: > Yeah, I have a custom kernel with COMPAT_FREEBSD10 already in it and no > joy. However, I checked GENERIC and it works. Then I tried COMPAT_FREEBSD9 > too and no go.. guess I'll keep playing. > > On Tue, May 30, 2017 at 3:33 PM, Alan Somers wrote: > >> Was the tw_cli utility built for FreeBSD 10? If so, you need to >> either rebuilt it, or build your kernel with COMPAT_FREEBSD10 in the >> config file. It's in the GENERIC config file, so you'll have it if >> you don't use a custom kernel. >> -Alan >> >> On Tue, May 30, 2017 at 3:19 PM, CBL wrote: >> > Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. >> > Now the tw_cli utility is now throwing "Bad system call (core dumped). >> > >> > Anybody have any suggestions? Was working fine on 10.3. >> > >> > Thanks >> > _______________________________________________ >> > freebsd-stable@freebsd.org mailing list >> > https://lists.freebsd.org/mailman/listinfo/freebsd-stable >> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@fr >> eebsd.org" >> > > From owner-freebsd-stable@freebsd.org Tue May 30 22:35:05 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCF67BEFD2C for ; Tue, 30 May 2017 22:35:05 +0000 (UTC) (envelope-from michael+lists@burnttofu.net) Received: from burnttofu.net (burnttofu.net [IPv6:2607:fc50:1:9d00::9977]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "burnttofu.net", Issuer "burnttofu.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 908BB7D7B2; Tue, 30 May 2017 22:35:05 +0000 (UTC) (envelope-from michael+lists@burnttofu.net) Received: from elwha.brokendns.net (elwha.brokendns.net [IPv6:2607:f2f8:a544::2]) by burnttofu.net (8.15.2/8.15.2) with ESMTPS id v4UMZ244070612 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 30 May 2017 18:35:03 -0400 (EDT) (envelope-from michael+lists@burnttofu.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=burnttofu.net; s=bt; t=1496183703; bh=JaCQodXlbhDxy9dohl1CDXcbtcf4PcmsQ4yTx31fzsg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=jpH199UtjfR0aXsOOtwbY11jsuoMATmFXiF2C/gU+5iiND2RJ1hCmoWHMJvEQyto6 MBvOQPgRrik2fsuiBHtnzjIeGK1uOogbhQkQudL+5W+PYHalw71k9ZVNUhZCW/zAoL JfG0d6BsfUAFFuG+4msv1Cyj/XWlvLg61AHzX+zmQrkLg0TRJSublf7Fg7jJN++saM z+F/n898BBbRpDFlbjRTP+gCF5OAPHkI/Gtoeiboz2gFpXi0isVUPUXYYMQ59y3BWq AFt3YbElWGG+9fC81t7t+pMuYWm2pZFGLHINpWQ7952popiVi4hDLevpStuvNzja/W 4GqLRuZdzbOKA== Received: from 107.125.3.128.in-addr.dhcp.lbl.gov (unknown [IPv6:2620:83:8000:107::1:1a1]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elwha.brokendns.net (5.65c/IDA-1.4.4/5.63) with ESMTPSA id 9EF227250; Tue, 30 May 2017 15:35:01 -0700 (PDT) Subject: Re: 11.0 and tw_cli fail To: CBL , Alan Somers Cc: FreeBSD References: From: Michael Sinatra Message-ID: <34cd5cbf-2c0c-706f-5e72-1a16c63eadec@burnttofu.net> Date: Tue, 30 May 2017 15:35:00 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:53.0) Gecko/20100101 Thunderbird/53.0 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-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.6.2 (burnttofu.net [IPv6:2607:fc50:1:9d00::9977]); Tue, 30 May 2017 18:35:04 -0400 (EDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 22:35:05 -0000 I am pretty sure you're going to need to go all the way back to COMPAT_FREEBSD5 for that. Or just do what GENERIC does and go all the way back to COMPAT_FREEBSD32 (and everything in between). michael On 5/30/17 2:55 PM, CBL wrote: > Yeah, I have a custom kernel with COMPAT_FREEBSD10 already in it and no > joy. However, I checked GENERIC and it works. Then I tried COMPAT_FREEBSD9 > too and no go.. guess I'll keep playing. > > On Tue, May 30, 2017 at 3:33 PM, Alan Somers wrote: > >> Was the tw_cli utility built for FreeBSD 10? If so, you need to >> either rebuilt it, or build your kernel with COMPAT_FREEBSD10 in the >> config file. It's in the GENERIC config file, so you'll have it if >> you don't use a custom kernel. >> -Alan >> >> On Tue, May 30, 2017 at 3:19 PM, CBL wrote: >>> Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. >>> Now the tw_cli utility is now throwing "Bad system call (core dumped). >>> >>> Anybody have any suggestions? Was working fine on 10.3. >>> >>> Thanks >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org >> " >> > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Tue May 30 22:38:27 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E01D5BEFF2E for ; Tue, 30 May 2017 22:38:27 +0000 (UTC) (envelope-from martin.mato@orange.fr) Received: from smtp.smtpout.orange.fr (smtp03.smtpout.orange.fr [80.12.242.125]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9837DB96 for ; Tue, 30 May 2017 22:38:26 +0000 (UTC) (envelope-from martin.mato@orange.fr) Received: from wwinf1g18 ([10.232.37.62]) by mwinf5d06 with ME id SmWn1v00Y1LTB0S03mWno7; Wed, 31 May 2017 00:30:47 +0200 X-ME-Helo: wwinf1g18 X-ME-Auth: bWFydGluLm1hdG9Ab3JhbmdlLmZy X-ME-Date: Wed, 31 May 2017 00:30:48 +0200 X-ME-IP: 86.193.79.26 Date: Wed, 31 May 2017 00:30:47 +0200 (CEST) From: Martin MATO Reply-To: Martin MATO To: FreeBSD Message-ID: <731703634.18333.1496183447919.JavaMail.www@wwinf1g18> In-Reply-To: References: Subject: Re: 11.0 and tw_cli fail MIME-Version: 1.0 X-Originating-IP: [86.193.79.26] X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 22:38:28 -0000 =C2=A0 >From my experience; =C2=A0 I posess one 9650se card 12 ports with a computer build with freeBSD=20 with a custom kernel build. i haved this particular error one day (it uses old mmap calls, which have r= emoved=C2=A0 some time ago) =C2=A0 you can see why it fails by invoking the tw_cli after the truss(1) command =C2=A0 # truss tw_cli readlink("/etc/malloc.conf",0x7fffffffea50,63)=C2=A0=C2=A0 ERR#2 'No such f= ile or directory' issetugid()=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 =3D 0 (0x0) compat6.mmap(0x0,0x1000,0x3,0x1002,0xffffffff,0x0,0x0) =3D 34366898176 (0x8= 006d4000) break(0x78f000)=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 =3D 0 (0x0) break(0x790000)=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 =3D 0 (0x0) break(0x791000)=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 =3D 0 (0x0) sysarch(AMD64_SET_FSBASE,0x7fffffffeb10)=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 =3D 0 (0x0) ----snip---- =C2=A0 the tw_cli utility worked again=C2=A0 with COMPAT_FREEBSD6 compiled in the = kernel and the compat libraries from the same version also installed... =C2=A0 this two things solved this very particular problem; for me at least. =C2=A0 hope=C2=A0 it helps you. =C2=A0 Regards. =C2=A0 > Message du 30/05/17 23:34 > De : "Alan Somers"=20 > A : "CBL"=20 > Copie =C3=A0 : "FreeBSD"=20 > Objet : Re: 11.0 and tw_cli fail >=20 > Was the tw_cli utility built for FreeBSD 10? If so, you need to > either rebuilt it, or build your kernel with COMPAT_FREEBSD10 in the > config file. It's in the GENERIC config file, so you'll have it if > you don't use a custom kernel. > -Alan >=20 > On Tue, May 30, 2017 at 3:19 PM, CBL wrote: > > Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. > > Now the tw_cli utility is now throwing "Bad system call (core dumped). > > > > Anybody have any suggestions? Was working fine on 10.3. > > > > Thanks > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Tue May 30 22:40:51 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56367BF010E for ; Tue, 30 May 2017 22:40:51 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (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 221867DD36; Tue, 30 May 2017 22:40:51 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by mail.in-addr.com with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dFpom-0003Jk-Sz; Tue, 30 May 2017 23:40:48 +0100 Date: Tue, 30 May 2017 23:40:48 +0100 From: Gary Palmer To: CBL Cc: Alan Somers , FreeBSD Subject: Re: 11.0 and tw_cli fail Message-ID: <20170530224048.GA51893@in-addr.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 22:40:51 -0000 % file tw_cli tw_cli: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 5.4, stripped Try COMPAT_FREEBSD5 Regards, Gary On Tue, May 30, 2017 at 03:55:03PM -0600, CBL wrote: > Yeah, I have a custom kernel with COMPAT_FREEBSD10 already in it and no > joy. However, I checked GENERIC and it works. Then I tried COMPAT_FREEBSD9 > too and no go.. guess I'll keep playing. > > On Tue, May 30, 2017 at 3:33 PM, Alan Somers wrote: > > > Was the tw_cli utility built for FreeBSD 10? If so, you need to > > either rebuilt it, or build your kernel with COMPAT_FREEBSD10 in the > > config file. It's in the GENERIC config file, so you'll have it if > > you don't use a custom kernel. > > -Alan > > > > On Tue, May 30, 2017 at 3:19 PM, CBL wrote: > > > Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. > > > Now the tw_cli utility is now throwing "Bad system call (core dumped). > > > > > > Anybody have any suggestions? Was working fine on 10.3. > > > > > > Thanks > > > _______________________________________________ > > > freebsd-stable@freebsd.org mailing list > > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > > " > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Tue May 30 23:39:13 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22EE7BF0DEE for ; Tue, 30 May 2017 23:39:13 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F34217FB52; Tue, 30 May 2017 23:39:12 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: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=MBCL0osgjcL25ZDCAHLSxzh2y0bPoGaWL0frvFesuDo=; b=sFew8Uv3+90b/q5YIo63UqV4ix H9oke0UnQQ67PUPyZrd9uxUi+AuliwdzEB3fyXhacY7OTB+LXaNiJ38Su0ym8rJZHBd4uU630Yot/ ts0I5knCsDE4edBZ2XYFVyw5l6h8EWC1IckU7odDag57ahtqWJHIGIssraVgKTXtuwKA=; Received: from [47.220.164.50] (port=4191 helo=lrosenman.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dFqjI-000EDO-4m; Tue, 30 May 2017 18:39:12 -0500 Date: Tue, 30 May 2017 18:39:11 -0500 From: Larry Rosenman To: Gary Palmer Cc: CBL , FreeBSD , Alan Somers Subject: Re: 11.0 and tw_cli fail Message-ID: <20170530233911.asrgjb5gpangbdbe@lrosenman.lerctr.org> Mail-Followup-To: Gary Palmer , CBL , FreeBSD , Alan Somers References: <20170530224048.GA51893@in-addr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170530224048.GA51893@in-addr.com> User-Agent: NeoMutt/20170526 (1.8.2) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 23:39:13 -0000 On Tue, May 30, 2017 at 11:40:48PM +0100, Gary Palmer wrote: > > % file tw_cli > tw_cli: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 5.4, stripped > > Try COMPAT_FREEBSD5 > > Regards, > > Gary > Out of curiousity, how much code (binary) do the COMPAT_FREEBSD* bits add to the kernel/modules? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 From owner-freebsd-stable@freebsd.org Wed May 31 07:25:08 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAE80AF8D72 for ; Wed, 31 May 2017 07:25:08 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2494868055 for ; Wed, 31 May 2017 07:25:08 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x232.google.com with SMTP id 123so31688495wmg.1 for ; Wed, 31 May 2017 00:25:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=EHkCDL5WSt28LBHZhZGx9Lv8MPVJ/isN5JJ2jhHemBM=; b=Hf886vYWxuq2K4wpW6JSDx5oYpwN7jHwSE/wjtzaZGCj5+pkWwOXLuz+YXa1E+IcP5 WXu/K9EZACiBZINQfbzuWNujkzur0W/PzsIpVORFdY8F51uthYADmkjzj2vdvdiDXtm4 CkXDQNfkUPUzn+6r1V5Y4rCpIXNOQqglDdOnES2viiFbOrO8ioTumXisZQ2AGMzbrW6t njCq1nLET3t+1Pg+bAxi4qpovQh1sDOy+5fYvPYKsrSREHdj8boXNs6V9ayBnqx59hsF SK6J1Ua3GDE6CpHAglsKdncDnbLps7unSTazSG1sb4h0u91Vu9X+OZ0B0iXNjwrSYtLH 0/3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=EHkCDL5WSt28LBHZhZGx9Lv8MPVJ/isN5JJ2jhHemBM=; b=tkmYDLZ4pQvsFpYLzL9xUmhyt9tednCAQF2yZz7atqhnLsM2TnvuiDF7aIEFdlE4XC enUxw3ib4b+HHBXrlq/I8Ej5K28UmC7NX8bqJE4V/3vkrxKMj8h7Oxk+muLyUb8aZxIo JlfzS/u2gEA9aiEpp+md5+O/t3hOUKWhkqgztvCKFwDlmTbx+C8h7zbsM7/w7mTZgwv9 ELkLpibeUudObcY9M9EdH0VSlw1EdPS8JXTf2uhzbOZ7rTT0GVGfbyOuRitnwTSGw8o/ ZVPbQLC5d4XWrHWMc6eKATFTawjwIyD6UnnoIe/KFo8iWnKwQ+scLbaxJ8R+y4tT93jw 31/A== X-Gm-Message-State: AODbwcBtg2qs5XJjUIJNBTilwGB+vYNv/cxElcyGmnNQgfjUEiknL+sz Ld55qB3SxFKo+lyT X-Received: by 10.80.162.165 with SMTP id 34mr20034252edm.151.1496215505682; Wed, 31 May 2017 00:25:05 -0700 (PDT) Received: from Johans-MacBook-Air-2.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id f25sm7676394edf.36.2017.05.31.00.25.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 May 2017 00:25:04 -0700 (PDT) To: freebsd-stable From: Johan Hendriks Subject: 11.1-prerelease buildworld fails at libpcap Message-ID: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> Date: Wed, 31 May 2017 09:25:06 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: nl X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 07:25:08 -0000 I am on the following revision. root@desk:/usr/src # uname -a FreeBSD desk.server.mylab.nl 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE #89 r319098: Mon May 29 10:55:56 CEST 2017 root@desk.server.mylab.nl:/usr/obj/usr/src/sys/KRNL amd64 I have updated to the following revision At revision 319292. When doing the buildworld it errors out with the following. ===> lib/libpcap (all) Building /usr/obj/usr/src/lib/libpcap/grammar.o /usr/src/contrib/libpcap/grammar.y:348:15: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? finish_parse(cstate, yystack.l_mark[0].blk.b); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:365:28: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_ncode(cstate, NULL, (bpf_u_int32)yystack.l_mark[0].i, ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:369:28: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_scode(cstate, yystack.l_mark[0].s, yyval.blk.q = yystack.l_mark[-1].blk.q); } ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:370:28: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_mcode(cstate, yystack.l_mark[-2].s, NULL, yystack.l_mark[0].i, ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:372:28: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_mcode(cstate, yystack.l_mark[-2].s, yystack.l_mark[0].s, 0, ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:378:18: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? bpf_error(cstate, "'port' modifier applied to ip host"); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:380:18: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? bpf_error(cstate, "'portrange' modifier applied to ip host"); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:382:18: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? bpf_error(cstate, "'proto' modifier applied to ip host"); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:384:18: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? bpf_error(cstate, "'protochain' modifier applied to ip host"); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:385:31: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? yyval.blk.b = gen_ncode(cstate, yystack.l_mark[0].s, 0, yyval.blk.q); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:389:32: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? yyval.blk.b = gen_mcode6(cstate, yystack.l_mark[-2].s, NULL, yystack.l_mark[0].i, ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:398:32: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? yyval.blk.b = gen_mcode6(cstate, yystack.l_mark[0].s, 0, 128, ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:406:31: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? yyval.blk.b = gen_ecode(cstate, yystack.l_mark[0].e, yyval.blk.q = yystack.l_mark[-1].blk.q); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:415:31: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? yyval.blk.b = gen_acode(cstate, yystack.l_mark[0].e, yyval.blk.q = yystack.l_mark[-1].blk.q); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:433:28: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_ncode(cstate, NULL, (bpf_u_int32)yystack.l_mark[0].i, ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:449:35: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_proto_abbrev(cstate, yystack.l_mark[0].i); yyval.blk.q = qerr; } ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:450:31: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_relation(cstate, yystack.l_mark[-1].i, yystack.l_mark[-2].a, yystack.l_mark[0].a, 0); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:452:31: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_relation(cstate, yystack.l_mark[-1].i, yystack.l_mark[-2].a, yystack.l_mark[0].a, 1); ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ /usr/src/contrib/libpcap/grammar.y:455:37: error: use of undeclared identifier 'cstate'; did you mean 'cstat'? { yyval.blk.b = gen_atmtype_abbrev(cstate, yystack.l_mark[0].i); yyval.blk.q = qerr; } ^~~~~~ cstat grammar.c:1291:1: note: 'cstat' declared here YYPARSE_DECL() ^ grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 Stop. make[5]: stopped in /usr/src/lib/libpcap .ERROR_TARGET='grammar.o' .ERROR_META_FILE='/usr/obj/usr/src/lib/libpcap/grammar.o.meta' .MAKE.LEVEL='5' MAKEFILE='' .MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes verbose' .CURDIR='/usr/src/lib/libpcap' .MAKE='make' .OBJDIR='/usr/obj/usr/src/lib/libpcap' .TARGETS='all' DESTDIR='/usr/obj/usr/src/tmp' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MAKEOBJDIRPREFIX='/usr/obj' MAKESYSPATH='/usr/src/share/mk' MAKE_VERSION='20160606' PATH='/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' SRCTOP='/usr/src' OBJTOP='/usr/obj/usr/src' .MAKE.MAKEFILES='/usr/src/share/mk/sys.mk /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk /etc/src.conf /usr/src/lib/libpcap/Makefile /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.lib.mk /usr/src/share/mk/bsd.init.mk /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk /usr/src/lib/libpcap/../Makefile.inc /usr/src/share/mk/bsd.libnames.mk /usr/src/share/mk/src.libnames.mk /usr/src/share/mk/bsd.symver.mk /usr/src/share/mk/bsd.nls.mk /usr/src/share/mk/bsd.files.mk /usr/src/share/mk/bsd.incs.mk /usr/src/share/mk/bsd.confs.mk /usr/src/share/mk/bsd.links.mk /usr/src/share/mk/bsd.dep.mk /usr/src/share/mk/bsd.clang-analyze.mk /usr/src/share/mk/bsd.obj.mk /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.sys.mk' .PATH='. /usr/src/lib/libpcap /usr/src/contrib/libpcap /usr/src/contrib/libpcap/bpf/net' *** Error code 1 Stop. make[4]: stopped in /usr/src/lib .ERROR_TARGET='all_subdir_lib/libpcap' .ERROR_META_FILE='' .MAKE.LEVEL='4' MAKEFILE='' .MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes verbose' .CURDIR='/usr/src/lib' .MAKE='make' .OBJDIR='/usr/obj/usr/src/lib' .TARGETS='all' DESTDIR='/usr/obj/usr/src/tmp' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MAKEOBJDIRPREFIX='/usr/obj' MAKESYSPATH='/usr/src/share/mk' MAKE_VERSION='20160606' PATH='/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' SRCTOP='/usr/src' OBJTOP='/usr/obj/usr/src' .MAKE.MAKEFILES='/usr/src/share/mk/sys.mk /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk /etc/src.conf /usr/src/lib/Makefile /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.init.mk /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk' .PATH='. /usr/src/lib' *** Error code 1 Stop. make[3]: stopped in /usr/src .ERROR_TARGET='lib__L' .ERROR_META_FILE='' .MAKE.LEVEL='3' MAKEFILE='' .MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes verbose' .CURDIR='/usr/src' .MAKE='make' .OBJDIR='/usr/obj/usr/src' .TARGETS='_generic_libs' DESTDIR='/usr/obj/usr/src/tmp' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MAKEOBJDIRPREFIX='/usr/obj' MAKESYSPATH='/usr/src/share/mk' MAKE_VERSION='20160606' PATH='/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' SRCTOP='/usr/src' OBJTOP='/usr/obj/usr/src' .MAKE.MAKEFILES='/usr/src/share/mk/sys.mk /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk /etc/src.conf /usr/src/Makefile.inc1 /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.init.mk /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk' .PATH='. /usr/src' *** Error code 1 Stop. make[2]: stopped in /usr/src .ERROR_TARGET='libraries' .ERROR_META_FILE='' .MAKE.LEVEL='2' MAKEFILE='' .MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes verbose' .CURDIR='/usr/src' .MAKE='make' .OBJDIR='/usr/obj/usr/src' .TARGETS='libraries' DESTDIR='/usr/obj/usr/src/tmp' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MAKEOBJDIRPREFIX='/usr/obj' MAKESYSPATH='/usr/src/share/mk' MAKE_VERSION='20160606' PATH='/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' SRCTOP='/usr/src' OBJTOP='/usr/obj/usr/src' .MAKE.MAKEFILES='/usr/src/share/mk/sys.mk /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk /etc/src.conf /usr/src/Makefile.inc1 /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.init.mk /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk' .PATH='. /usr/src' *** Error code 1 Stop. make[1]: stopped in /usr/src .ERROR_TARGET='_libraries' .ERROR_META_FILE='' .MAKE.LEVEL='1' MAKEFILE='' .MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes verbose' .CURDIR='/usr/src' .MAKE='make' .OBJDIR='/usr/obj/usr/src' .TARGETS='buildworld' DESTDIR='' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MAKEOBJDIRPREFIX='/usr/obj' MAKESYSPATH='/usr/src/share/mk' MAKE_VERSION='20160606' PATH='/sbin:/bin:/usr/sbin:/usr/bin' SRCTOP='/usr/src' OBJTOP='/usr/obj/usr/src' .MAKE.MAKEFILES='/usr/src/share/mk/sys.mk /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk /etc/src.conf /usr/src/Makefile.inc1 /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.init.mk /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk' .PATH='. /usr/src' *** Error code 1 Stop. make: stopped in /usr/src .ERROR_TARGET='buildworld' .ERROR_META_FILE='' .MAKE.LEVEL='0' MAKEFILE='' .MAKE.MODE='normal' .CURDIR='/usr/src' .MAKE='make' .OBJDIR='/usr/obj/usr/src' .TARGETS='buildworld' DESTDIR='' LD_LIBRARY_PATH='' MACHINE='amd64' MACHINE_ARCH='amd64' MAKEOBJDIRPREFIX='/usr/obj' MAKESYSPATH='/usr/src/share/mk' MAKE_VERSION='20160606' PATH='/sbin:/bin:/usr/sbin:/usr/bin' SRCTOP='/usr/src' OBJTOP='/usr/obj/usr/src' regards Johan From owner-freebsd-stable@freebsd.org Wed May 31 08:08:58 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00B48AF9C1A for ; Wed, 31 May 2017 08:08:58 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D62446A5BB for ; Wed, 31 May 2017 08:08:57 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from Xins-MBP.ut.rhv.delphij.net (unknown [IPv6:2601:646:8882:752a:487f:1642:685c:9ce4]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id 8728C2BCB9; Wed, 31 May 2017 01:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1496218137; x=1496232537; bh=LzGd+uT43PPDXuu0+VhbmZsaE1xUQKE6X3T3/6s7QgI=; h=Cc:Subject:To:References:From:Date:In-Reply-To; b=5QTD4EymsNx8cCvsCnmPV9oPMRgCJXRE1B78HZOCENAyK9WzN0460ORHtfa6+9rHH teiqSpHkMz9DLY7WwUwLZ5dLCU7rovflU3+J13MZOAtNtgj3l6lfZVxss35iT1rb9Y yZvjqChzJESD1MN9e2GB0aGIMyqfXmsPjvNAExcM= Cc: d@delphij.net Subject: Re: 11.1-prerelease buildworld fails at libpcap To: Johan Hendriks , freebsd-stable References: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> From: Xin Li Message-ID: Date: Wed, 31 May 2017 01:08:53 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OMAOJIHtBxjjGIRnAVS4vAX99D4JdLl2E" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 08:08:58 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OMAOJIHtBxjjGIRnAVS4vAX99D4JdLl2E Content-Type: multipart/mixed; boundary="FsomehrKbCVjRhV5l1ndeu6sRIGN4wMm8"; protected-headers="v1" From: Xin Li To: Johan Hendriks , freebsd-stable Cc: d@delphij.net Message-ID: Subject: Re: 11.1-prerelease buildworld fails at libpcap References: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> In-Reply-To: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> --FsomehrKbCVjRhV5l1ndeu6sRIGN4wMm8 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/31/17 00:25, Johan Hendriks wrote: > I am on the following revision. >=20 > root@desk:/usr/src # uname -a > FreeBSD desk.server.mylab.nl 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE #8= 9 > r319098: Mon May 29 10:55:56 CEST 2017 =20 > root@desk.server.mylab.nl:/usr/obj/usr/src/sys/KRNL amd64 >=20 >=20 > I have updated to the following revision > At revision 319292. >=20 >=20 > When doing the buildworld it errors out with the following. >=20 >=20 > =3D=3D=3D> lib/libpcap (all) > Building /usr/obj/usr/src/lib/libpcap/grammar.o > /usr/src/contrib/libpcap/grammar.y:348:15: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > finish_parse(cstate, yystack.l_mark[0].blk.b); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:365:28: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_ncode(cstate, NULL, > (bpf_u_int32)yystack.l_mark[0].i, > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:369:28: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_scode(cstate, yystack.l_mark[0].s, > yyval.blk.q =3D yystack.l_mark[-1].blk.q); } > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:370:28: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_mcode(cstate, yystack.l_mark[-2].s, NULL,= > yystack.l_mark[0].i, > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:372:28: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_mcode(cstate, yystack.l_mark[-2].s, > yystack.l_mark[0].s, 0, > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:378:18: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > bpf_error(cstate, "'port' > modifier applied to ip host"); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:380:18: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > bpf_error(cstate, "'portrange' > modifier applied to ip host"); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:382:18: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > bpf_error(cstate, "'proto' > modifier applied to ip host"); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:384:18: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > bpf_error(cstate, "'protochain'= > modifier applied to ip host"); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:385:31: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > yyval.blk.b =3D gen_ncode(cstate, > yystack.l_mark[0].s, 0, yyval.blk.q); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:389:32: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > yyval.blk.b =3D gen_mcode6(cstate, > yystack.l_mark[-2].s, NULL, yystack.l_mark[0].i, > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:398:32: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > yyval.blk.b =3D gen_mcode6(cstate, > yystack.l_mark[0].s, 0, 128, > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:406:31: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > yyval.blk.b =3D gen_ecode(cstate, > yystack.l_mark[0].e, yyval.blk.q =3D yystack.l_mark[-1].blk.q); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:415:31: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > yyval.blk.b =3D gen_acode(cstate, > yystack.l_mark[0].e, yyval.blk.q =3D yystack.l_mark[-1].blk.q); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:433:28: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_ncode(cstate, NULL, > (bpf_u_int32)yystack.l_mark[0].i, > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:449:35: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_proto_abbrev(cstate, yystack.l_mark[0].i)= ; > yyval.blk.q =3D qerr; } > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:450:31: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_relation(cstate, yystack.l_mark[-1].i, > yystack.l_mark[-2].a, yystack.l_mark[0].a, 0); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:452:31: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_relation(cstate, yystack.l_mark[-1].i, > yystack.l_mark[-2].a, yystack.l_mark[0].a, 1); > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > /usr/src/contrib/libpcap/grammar.y:455:37: error: use of undeclared > identifier 'cstate'; did you mean 'cstat'? > { yyval.blk.b =3D gen_atmtype_abbrev(cstate, yystack.l_mark[0].= i); > yyval.blk.q =3D qerr; } > ^~~~~~ > cstat > grammar.c:1291:1: note: 'cstat' declared here > YYPARSE_DECL() > ^ > grammar.c:378:67: note: expanded from macro 'YYPARSE_DECL' > # define YYPARSE_DECL() yyparse(void *yyscanne, compiler_state_t *cstat= ) > ^ > fatal error: too many errors emitted, stopping now [-ferror-limit=3D] > 20 errors generated. > *** Error code 1 >=20 > Stop. > make[5]: stopped in /usr/src/lib/libpcap > .ERROR_TARGET=3D'grammar.o' > .ERROR_META_FILE=3D'/usr/obj/usr/src/lib/libpcap/grammar.o.meta' > .MAKE.LEVEL=3D'5' > MAKEFILE=3D'' > .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dye= s verbose' > .CURDIR=3D'/usr/src/lib/libpcap' > .MAKE=3D'make' > .OBJDIR=3D'/usr/obj/usr/src/lib/libpcap' > .TARGETS=3D'all' > DESTDIR=3D'/usr/obj/usr/src/tmp' > LD_LIBRARY_PATH=3D'' > MACHINE=3D'amd64' > MACHINE_ARCH=3D'amd64' > MAKEOBJDIRPREFIX=3D'/usr/obj' > MAKESYSPATH=3D'/usr/src/share/mk' > MAKE_VERSION=3D'20160606' > PATH=3D'/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legac= y/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/= usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' > SRCTOP=3D'/usr/src' > OBJTOP=3D'/usr/obj/usr/src' > .MAKE.MAKEFILES=3D'/usr/src/share/mk/sys.mk > /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk > /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf > /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk > /etc/src.conf /usr/src/lib/libpcap/Makefile > /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk > /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk > /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.compiler.mk > /usr/src/share/mk/bsd.lib.mk /usr/src/share/mk/bsd.init.mk > /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk > /usr/src/lib/libpcap/../Makefile.inc /usr/src/share/mk/bsd.libnames.mk > /usr/src/share/mk/src.libnames.mk /usr/src/share/mk/bsd.symver.mk > /usr/src/share/mk/bsd.nls.mk /usr/src/share/mk/bsd.files.mk > /usr/src/share/mk/bsd.incs.mk /usr/src/share/mk/bsd.confs.mk > /usr/src/share/mk/bsd.links.mk /usr/src/share/mk/bsd.dep.mk > /usr/src/share/mk/bsd.clang-analyze.mk /usr/src/share/mk/bsd.obj.mk > /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.sys.mk' > .PATH=3D'. /usr/src/lib/libpcap /usr/src/contrib/libpcap > /usr/src/contrib/libpcap/bpf/net' > *** Error code 1 >=20 > Stop. > make[4]: stopped in /usr/src/lib > .ERROR_TARGET=3D'all_subdir_lib/libpcap' > .ERROR_META_FILE=3D'' > .MAKE.LEVEL=3D'4' > MAKEFILE=3D'' > .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dye= s verbose' > .CURDIR=3D'/usr/src/lib' > .MAKE=3D'make' > .OBJDIR=3D'/usr/obj/usr/src/lib' > .TARGETS=3D'all' > DESTDIR=3D'/usr/obj/usr/src/tmp' > LD_LIBRARY_PATH=3D'' > MACHINE=3D'amd64' > MACHINE_ARCH=3D'amd64' > MAKEOBJDIRPREFIX=3D'/usr/obj' > MAKESYSPATH=3D'/usr/src/share/mk' > MAKE_VERSION=3D'20160606' > PATH=3D'/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legac= y/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/= usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' > SRCTOP=3D'/usr/src' > OBJTOP=3D'/usr/obj/usr/src' > .MAKE.MAKEFILES=3D'/usr/src/share/mk/sys.mk > /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk > /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf > /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk > /etc/src.conf /usr/src/lib/Makefile /usr/src/share/mk/src.opts.mk > /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.opts.mk > /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/bsd.compiler.mk > /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.subdir.mk > /usr/src/share/mk/bsd.init.mk /usr/src/share/mk/local.init.mk > /usr/src/share/mk/src.init.mk' > .PATH=3D'. /usr/src/lib' > *** Error code 1 >=20 > Stop. > make[3]: stopped in /usr/src > .ERROR_TARGET=3D'lib__L' > .ERROR_META_FILE=3D'' > .MAKE.LEVEL=3D'3' > MAKEFILE=3D'' > .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dye= s verbose' > .CURDIR=3D'/usr/src' > .MAKE=3D'make' > .OBJDIR=3D'/usr/obj/usr/src' > .TARGETS=3D'_generic_libs' > DESTDIR=3D'/usr/obj/usr/src/tmp' > LD_LIBRARY_PATH=3D'' > MACHINE=3D'amd64' > MACHINE_ARCH=3D'amd64' > MAKEOBJDIRPREFIX=3D'/usr/obj' > MAKESYSPATH=3D'/usr/src/share/mk' > MAKE_VERSION=3D'20160606' > PATH=3D'/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legac= y/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/= usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' > SRCTOP=3D'/usr/src' > OBJTOP=3D'/usr/obj/usr/src' > .MAKE.MAKEFILES=3D'/usr/src/share/mk/sys.mk > /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk > /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf > /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk > /etc/src.conf /usr/src/Makefile.inc1 /usr/src/share/mk/bsd.compiler.mk > /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk > /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk > /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.init.mk > /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk' > .PATH=3D'. /usr/src' > *** Error code 1 >=20 > Stop. > make[2]: stopped in /usr/src > .ERROR_TARGET=3D'libraries' > .ERROR_META_FILE=3D'' > .MAKE.LEVEL=3D'2' > MAKEFILE=3D'' > .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dye= s verbose' > .CURDIR=3D'/usr/src' > .MAKE=3D'make' > .OBJDIR=3D'/usr/obj/usr/src' > .TARGETS=3D'libraries' > DESTDIR=3D'/usr/obj/usr/src/tmp' > LD_LIBRARY_PATH=3D'' > MACHINE=3D'amd64' > MACHINE_ARCH=3D'amd64' > MAKEOBJDIRPREFIX=3D'/usr/obj' > MAKESYSPATH=3D'/usr/src/share/mk' > MAKE_VERSION=3D'20160606' > PATH=3D'/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legac= y/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/= usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin' > SRCTOP=3D'/usr/src' > OBJTOP=3D'/usr/obj/usr/src' > .MAKE.MAKEFILES=3D'/usr/src/share/mk/sys.mk > /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk > /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf > /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk > /etc/src.conf /usr/src/Makefile.inc1 /usr/src/share/mk/bsd.compiler.mk > /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk > /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk > /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.init.mk > /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk' > .PATH=3D'. /usr/src' > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/src > .ERROR_TARGET=3D'_libraries' > .ERROR_META_FILE=3D'' > .MAKE.LEVEL=3D'1' > MAKEFILE=3D'' > .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dye= s verbose' > .CURDIR=3D'/usr/src' > .MAKE=3D'make' > .OBJDIR=3D'/usr/obj/usr/src' > .TARGETS=3D'buildworld' > DESTDIR=3D'' > LD_LIBRARY_PATH=3D'' > MACHINE=3D'amd64' > MACHINE_ARCH=3D'amd64' > MAKEOBJDIRPREFIX=3D'/usr/obj' > MAKESYSPATH=3D'/usr/src/share/mk' > MAKE_VERSION=3D'20160606' > PATH=3D'/sbin:/bin:/usr/sbin:/usr/bin' > SRCTOP=3D'/usr/src' > OBJTOP=3D'/usr/obj/usr/src' > .MAKE.MAKEFILES=3D'/usr/src/share/mk/sys.mk > /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk > /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /etc/make.conf > /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk > /etc/src.conf /usr/src/Makefile.inc1 /usr/src/share/mk/bsd.compiler.mk > /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk > /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk > /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.init.mk > /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk' > .PATH=3D'. /usr/src' > *** Error code 1 >=20 > Stop. > make: stopped in /usr/src > .ERROR_TARGET=3D'buildworld' > .ERROR_META_FILE=3D'' > .MAKE.LEVEL=3D'0' > MAKEFILE=3D'' > .MAKE.MODE=3D'normal' > .CURDIR=3D'/usr/src' > .MAKE=3D'make' > .OBJDIR=3D'/usr/obj/usr/src' > .TARGETS=3D'buildworld' > DESTDIR=3D'' > LD_LIBRARY_PATH=3D'' > MACHINE=3D'amd64' > MACHINE_ARCH=3D'amd64' > MAKEOBJDIRPREFIX=3D'/usr/obj' > MAKESYSPATH=3D'/usr/src/share/mk' > MAKE_VERSION=3D'20160606' > PATH=3D'/sbin:/bin:/usr/sbin:/usr/bin' > SRCTOP=3D'/usr/src' > OBJTOP=3D'/usr/obj/usr/src' >=20 > regards Thanks, I think it's caused by a byacc off-by-one bug. Testing a fix. Cheers, --FsomehrKbCVjRhV5l1ndeu6sRIGN4wMm8-- --OMAOJIHtBxjjGIRnAVS4vAX99D4JdLl2E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJZLnoZAAoJEJW2GBstM+ns7lUQAK1TGqw/Rvb0VDnY5vCUTtKx JhoCviKfDmGNLl3Kt6nimle2m//ap5xgmbao0X0yWH8BNEpF3n39JhPc2Ea1fJrx iiRnMelgqrXVr/lyEKwBarNdw2uIn/ilDRckp7t/AsTyG41qqbzoVKOlhFEdUmMP Up4hijsB+TD1fnn3v1Lu+9jKqa3Z/ZXlMhzSvqnR4QBV05DPyYqE9SFoXkCMiMD6 WDkVbmwXE0lXoTpcKT0WnLtpCpiBM9jKQo24DYxG2S1oV+egjhTuEew7q4+iUegD Hn0CSuy7WtkXPgksaOBToSoUNCYBlpsRUFWuxt1M38J4ojAFLjMISrmZqqvcfcCr /o+PHG2f/5SBAnmChaaXXUkRhxEq5TLncMAwOXMbFbP2LOdxkmDNUz8pgKqPpIOs TYTuSeRZTPWBRi51lvziapaFKUyNCjEL7yK2gZ9JQqVFyGGn+B4BbLU5V6HGVVp+ kgAbGZeHQf0WCrXDQa+GrfPfrm+QKCoexpRv1nqB0/tXNyakEc3Yv00eGC3FLRvL Ns2kqB5awImleYk5sOmjzRT9j61Oj0zgRxEBTeHq83yCX/cdQ89NGANw+xRPsiA9 pdfDqjMmOqWZatr4Uk3BfpRfXxnWgLWwFCyEvUuhzKTwMxnWv4y24allTcgSckus j2BltzQpO4hg/o+ZWwIt =Agiw -----END PGP SIGNATURE----- --OMAOJIHtBxjjGIRnAVS4vAX99D4JdLl2E-- From owner-freebsd-stable@freebsd.org Wed May 31 08:21:47 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A91CAF9EE3 for ; Wed, 31 May 2017 08:21:47 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 295AB6ABCE for ; Wed, 31 May 2017 08:21:47 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from Xins-MBP.ut.rhv.delphij.net (unknown [IPv6:2601:646:8882:752a:487f:1642:685c:9ce4]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id CB6402BD66; Wed, 31 May 2017 01:21:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1496218906; x=1496233306; bh=6lraJD5ctoNhfbldAD/WMNCIsYaBQOQ50uGWichng1Q=; h=Cc:Subject:From:To:References:Date:In-Reply-To; b=M6jxNnS49jUPf6yOx3T24TX4Vyoav1/MQ4IysCLbWfXtshMOevt7hTl7Scj8UZDnf fqlm8ooJ72JjMPgFCJ79MCLz7CnWlJMAyElHFbXoG0s5y5bbHHfZ35Wi6T9UVYPoHC jp9Z0xua7E2Y8+P8FQRYRsZhagkGCVbT5fo6zThs= Cc: d@delphij.net Subject: Re: 11.1-prerelease buildworld fails at libpcap From: Xin Li To: Johan Hendriks , freebsd-stable References: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> Message-ID: <5a50631a-6098-7ea1-de35-feb9f3aa644e@delphij.net> Date: Wed, 31 May 2017 01:21:43 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vFQN6OCugbBsKFOXu7NHp4A5tbOo8XXUN" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 08:21:47 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vFQN6OCugbBsKFOXu7NHp4A5tbOo8XXUN Content-Type: multipart/mixed; boundary="ljdaUg1Xv0KLWNIcCf0QPsWKiSV355f34"; protected-headers="v1" From: Xin Li To: Johan Hendriks , freebsd-stable Cc: d@delphij.net Message-ID: <5a50631a-6098-7ea1-de35-feb9f3aa644e@delphij.net> Subject: Re: 11.1-prerelease buildworld fails at libpcap References: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> In-Reply-To: --ljdaUg1Xv0KLWNIcCf0QPsWKiSV355f34 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Should be fixed by r319297. Cheers, --ljdaUg1Xv0KLWNIcCf0QPsWKiSV355f34-- --vFQN6OCugbBsKFOXu7NHp4A5tbOo8XXUN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJZLn0aAAoJEJW2GBstM+nsb/0QAJkJOz5QBrmpNiKtF3H+lYAe sA0AufjfvOaBBFgPfGtt/wSt/7eiaQW983dLbbuyGHdAqJyKZRdNqAYAQ6e/8mJ0 o4Ac5G4CiR4L+oBqTb3BsS7O1frEYSzSr1u9uahi/WFpErLzhNwh6C9Ic9NarUtg 3WoT5giojXBDHxiste+9E9kdPSpGnXnxZTfqgVB9ZcwERnd+lgM5qtuUyW26Y2Le ver8TiSoTcQwI1wzkT6TDULPsP3+oKWvCwaixvmsdrh6DYeBmzRgfksTQPaWJlj1 Z4/8K5F0YRbwHZ/pqgP6qtQ/XManT6H/quV+pMS9RG5q6I6CkTULOz0+8r6BLPKk 5mOWAAk1S3dGM+QgfnsTpRp6cZq1NFdaEGK3nfuX/RCehcJZemLMebeLwBgWBDuO oY3olVvVNQbcAh09dvOyQ7EvU6l11AvolHoGUmVqPU8xMBS1qkeA7tmfPvfbrXiQ 7KQBWl7rX/EnJQ5cWBCT3iyL8rczL9vYucP4w0H4QqAY9KZapy87EeoGC/T+Il4i rrxLB/0VSjfv/SjRB5FElds4m4iq0AIgMx36J8BjqozE1qAnMuy7J9Xa2AfrJUxn XfBWkyyW7lu79iF5ApJZab7iIVFRbvbmIeuWXiFTsNJewBwwYZPo/ImnY4fL0jR7 ACNQCrufHK9Q8ihhETeH =Xg9z -----END PGP SIGNATURE----- --vFQN6OCugbBsKFOXu7NHp4A5tbOo8XXUN-- From owner-freebsd-stable@freebsd.org Wed May 31 08:38:04 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B85CAFA5B7 for ; Wed, 31 May 2017 08:38:04 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E05396E91D for ; Wed, 31 May 2017 08:38:03 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id b84so110712534wmh.0 for ; Wed, 31 May 2017 01:38:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=OGAZsPdcZoqVG/YOAGTynGlo8rPpJ9oS6D2RQBz7aVw=; b=FkiiMaKXiszfaoe5ZHXcbSidIJV+8SzAcu930gNU1ZdJy/dQ3cxJyYf1wPcorVl518 Lv8G7mTVW7r/UtiUkCroDtcReSpyoFXsH5S1RdO1TQQgG8zz/m0yJWWbVUYjI2LC8Qhf c68HTpOruske/hVbl2fwnTBEPIzC82ulnBGQ7esUfaz8XEnX61jWcTKQlO0fByDiA15e 1v5MpQScEk2BdLq2PGNw5xKzX1K8Dhatpa3Qnifp1gmDAqduxIhVHkpzUeR1RIYppQyO dU9o50A7cJJGIxe+2xxoVO62EPpqchmks1okOAgPsHMEbLInc/SzBlq9pct4lS+ioHr6 wC6A== 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:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=OGAZsPdcZoqVG/YOAGTynGlo8rPpJ9oS6D2RQBz7aVw=; b=lAKigUK38LeZ9z3xsJYIPAnaTnY09lH/5VRBVb+jEc/kzF9TWJxp3du77WpzqLlief eIX5M/fwzFgA2pdnJPbR0Y/Gzjmqlk+ojjFDqx1mSvxE/N34qjTbyMa7vACMFNjpHtNj 6sHuxZeNeK2fP55WQVcTyNfns40kwW6Uog/Z71c6QuGQtnIf0J7ORJwISTZ9/mRrHNXr pKbO1krRc5QX4e0ZKf/Mj32A+xsvrBriaHuy8COc72sAuuPODUyLkra1TXTNPUrmz4xj iqVsNc1A2FlNyCy54F0b9kXX54pTXlLlQ7kJAfNZ7eOrYIele/tlB9Zk1K8flzLSzmkU eDHQ== X-Gm-Message-State: AODbwcDK2J29ELi7tZlvqQIIF+RpaMedgwI4YWpgb1vKcvZNlCxe2Nb5 fbUJgg1gGzfrSK7H X-Received: by 10.28.19.137 with SMTP id 131mr4810886wmt.70.1496219882333; Wed, 31 May 2017 01:38:02 -0700 (PDT) Received: from Johans-MacBook-Air-2.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id r78sm9547358wrb.37.2017.05.31.01.38.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 May 2017 01:38:01 -0700 (PDT) Subject: Re: 11.1-prerelease buildworld fails at libpcap To: Xin Li , freebsd-stable References: <24bcdfa1-e17b-8863-dea0-704a86bb70ee@gmail.com> <5a50631a-6098-7ea1-de35-feb9f3aa644e@delphij.net> From: Johan Hendriks Message-ID: <68e35b3d-3b32-f826-60b5-bbdfb9543413@gmail.com> Date: Wed, 31 May 2017 10:38:01 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <5a50631a-6098-7ea1-de35-feb9f3aa644e@delphij.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: nl X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 08:38:04 -0000 Thank you, It is stil building, but it looks like it is past libpcap. Thanks again for your work. Op 31/05/2017 om 10:21 schreef Xin Li: > Should be fixed by r319297. > > Cheers, > From owner-freebsd-stable@freebsd.org Thu Jun 1 09:37:29 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9502BF6E31 for ; Thu, 1 Jun 2017 09:37:29 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D63C671886 for ; Thu, 1 Jun 2017 09:37:29 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id D28B8BF6E30; Thu, 1 Jun 2017 09:37:29 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2223BF6E2F for ; Thu, 1 Jun 2017 09:37:29 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (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 7E69C71885; Thu, 1 Jun 2017 09:37:29 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.ingresso.co.uk ([2a02:b90:3002:411::6]) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dGMXm-000HrK-NH; Thu, 01 Jun 2017 09:37:26 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dGMXm-000682-JX; Thu, 01 Jun 2017 10:37:26 +0100 To: bapt@FreeBSD.org, petefrench@ingresso.co.uk, petefrench@ingresso.co.uk Subject: Re: 11.1-PRERELEASE, waagent crashes attaching reosurce disc in Azure Cc: stable@freebsd.org Message-Id: From: Pete French Date: Thu, 01 Jun 2017 10:37:26 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 09:37:30 -0000 Just been through the azure python code - my intiial impressin was wrong, its not the chnage to the periphlist output which is the issue. Instead its the fact that a simple 'devlist' now puts the pass devices first in the list, and the azure waagent uses the first listed device when it initially looks for the device. A simple fix for this is to reject what that call returns and then to drop back to using periphlist, nd this is what I have done, but it would be nice to fix it properly. What was the reason behind the chnage of ordering anyway ? Any script which naiively parses the output of camcontrol devlist will hit a similar issue potentially ? It's not exactly a bug, but... -pete. From owner-freebsd-stable@freebsd.org Fri Jun 2 11:08:20 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78C70BF53B5 for ; Fri, 2 Jun 2017 11:08:20 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (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 17D0383E94 for ; Fri, 2 Jun 2017 11:08:19 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v52B8G9H095338 for ; Fri, 2 Jun 2017 13:08:16 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 3FBCE1EC; Fri, 2 Jun 2017 13:08:16 +0200 (CEST) Message-ID: <5931471F.4090703@omnilan.de> Date: Fri, 02 Jun 2017 13:08:15 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: ifconfig(4) name and tap(4)'s character special device name Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Fri, 02 Jun 2017 13:08:16 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:08:20 -0000 Hello, renaming vmnet/tap(4) interfaces, defined in rc.conf(5) via "cloned_interfaces" e.g, isn't prohibited by rc(8)-network.subr nor by ifconfig(8). If such a interface is renamed, the Ethernet device shows up correctly, with the new name and ifconfig(8) also reports the new name if it's created and renamed in the same invocation. Problem is, the control device isn't renamed, it will keep it's initial creation name like tap0 and I found no userland way to determine the corresponding Ethernet IF name. Several solutions come to my mind: – Prohibit renaming of Ethernet-group tap (and tun?) interface types. – Extend ifconfig(8) to alter the character special device name. Either rename or create symlink? – Let rc(8)-network.subr alter character special device name. Either rename or create symlink? Has anybody else thought about that problem? The last mentioned possibility of course wouldn't cover manual CLI renaming, so most likely isn't feasable. Otoh, there's some magic I haven't discovered yet: Defining ifconfig_bridge0_name="br0" in rc.conf(5), but _not_ listing bridge0 in cloned_interfaces, leads to run-time auto-renaming as soon as I manually invoke 'ifconfig bridge0 create' (result is ifconfig(8) lists br0, although I haven't invoked 'ifconfig bridge0 name br0')! Haven't found any traces in devd.conf(5) and haven't really inspected rc(8)-network.subr careful enough to know why/how that happens! But maybe this method could also be utilized to handle the vmnet/tap-character-special-device renaming? -harry From owner-freebsd-stable@freebsd.org Fri Jun 2 12:21:29 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AF64BF6C8B for ; Fri, 2 Jun 2017 12:21:29 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C9A2F82 for ; Fri, 2 Jun 2017 12:21:28 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221]) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id v52C3uwj059085 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 2 Jun 2017 14:03:57 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: Received: from [10.58.0.4] (dadv@[10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id v52C3qxo044963 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 2 Jun 2017 19:03:52 +0700 (+07) (envelope-from eugen@grosbein.net) To: FreeBSD stable From: Eugene Grosbein Subject: syslogd regression not fixed in stable branches Message-ID: <59315427.2000506@grosbein.net> Date: Fri, 2 Jun 2017 19:03:51 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,LOCAL_FROM autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 12:21:29 -0000 Hi! 11.1 code freeze is already in effect but a regression in syslogd reported in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215335 and fixed in HEAD still not MFC'd ti stable branches and PR Assignee seems to be unresponding. Is it possible to get that simple MFC happen so 11.1-RELEASE be unaffected? From owner-freebsd-stable@freebsd.org Fri Jun 2 12:42:56 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5165BBF7408 for ; Fri, 2 Jun 2017 12:42:56 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A46D4104C for ; Fri, 2 Jun 2017 12:42:55 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA27774; Fri, 02 Jun 2017 15:42:48 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1dGluh-0000vz-S0; Fri, 02 Jun 2017 15:42:47 +0300 Subject: Re: syslogd regression not fixed in stable branches To: Eugene Grosbein , FreeBSD stable References: <59315427.2000506@grosbein.net> From: Andriy Gapon Message-ID: Date: Fri, 2 Jun 2017 15:41:51 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <59315427.2000506@grosbein.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 12:42:56 -0000 On 02/06/2017 15:03, Eugene Grosbein wrote: > Hi! > > 11.1 code freeze is already in effect but a regression in syslogd reported in > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215335 and fixed in HEAD > still not MFC'd ti stable branches and PR Assignee seems to be unresponding. > > Is it possible to get that simple MFC happen so 11.1-RELEASE be unaffected? Yes, sure. You can do it. https://wiki.freebsd.org/Releng/ChangeRequestGuidelines -- Andriy Gapon From owner-freebsd-stable@freebsd.org Fri Jun 2 13:07:54 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08B60BF7974 for ; Fri, 2 Jun 2017 13:07:54 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 99C6B1B82 for ; Fri, 2 Jun 2017 13:07:52 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221]) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id v52D7m8u059481 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Jun 2017 15:07:48 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: alandaluz@gmail.com Received: from [10.58.0.4] ([10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id v52D7iW4063373 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 2 Jun 2017 20:07:44 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: 11.0 and tw_cli fail To: CBL , freebsd-stable@freebsd.org References: From: Eugene Grosbein Message-ID: <5931631B.60706@grosbein.net> Date: Fri, 2 Jun 2017 20:07:39 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,LOCAL_FROM autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 13:07:54 -0000 31.05.2017 4:19, CBL пишет: > Updated a box to 11.0 with a legacy 3ware 9690SA using the twe driver. > Now the tw_cli utility is now throwing "Bad system call (core dumped). > > Anybody have any suggestions? Was working fine on 10.3. Perhaps, you use custom kernel (not GENERIC) and forgot to add options COMPAT_FREEBSD10 into its configuration file while upgrading? From owner-freebsd-stable@freebsd.org Sat Jun 3 15:39:53 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0881CBF41EC for ; Sat, 3 Jun 2017 15:39:53 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from leadmon.net (mail.leadmon.net [IPv6:2001:550:102:5::130]) by mx1.freebsd.org (Postfix) with ESMTP id D7AFC749AB for ; Sat, 3 Jun 2017 15:39:52 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from localhost (localhost [127.0.0.1]) by leadmon.net (Postfix) with ESMTP id C2C3B11F59 for ; Sat, 3 Jun 2017 11:39:51 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at leadmon.net Received: from leadmon.net ([127.0.0.1]) by localhost (mail.leadmon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6mP_WvKFQWBX for ; Sat, 3 Jun 2017 11:39:47 -0400 (EDT) Received: from [IPv6:2001:559:80fd:0:3c41:38c1:3cbd:bcdc] (unknown [IPv6:2001:559:80fd:0:3c41:38c1:3cbd:bcdc]) by leadmon.net (Postfix) with ESMTPSA id 6345A11F4E for ; Sat, 3 Jun 2017 11:39:47 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 leadmon.net 6345A11F4E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=leadmon.net; s=default; t=1496504387; bh=cd+yhrPWWmprXmR34IUCqBabob/GGvcg3yht3qZLzpg=; h=To:From:Subject:Date:From; b=kV4zRMiO4RFsVcR+rGZXDHl4dRina0+h+HdumWxRGppNA0a7aHZwoPwzJeofsHo7o nCZKkm4dXH9mtFzIDvI5noHSWtq+qADJezYGEbfC9cL1aE01l4DRa0v6pWO+HAFc7c fonmPVG17rHQqbdN1chrOOQMcvkvIOnlV6QifAJM= To: freebsd-stable@freebsd.org From: Howard Leadmon Subject: Errors with ports on 9.3.. Organization: PBW Communications Message-ID: Date: Sat, 3 Jun 2017 11:39:47 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 15:39:53 -0000 I know 9.3 is kinda dated, but it had been running fine so I left the servers alone as they were in a remote location many hours away. That said, if I try and do anything with ports (I keep everything updated using SVN), I get the following error: "/usr/ports/Mk/bsd.port.mk", line 1038: Unknown directive The line is: .export LANG LC_ALL I even tried removing the ports tree, and bringing it all back down, but same error. Maybe my googlefu is failing me, but I couldn't find this exact error listed anyplace. I have a couple FBSD 9.3 machines still in existence, and they all do this with anything in ports now. Any ideas or suggestions? Would just taking SVN to the current 10.x fix this? --- Howard Leadmon PBW Communications, LLC http://www.pbwcomm.com From owner-freebsd-stable@freebsd.org Sat Jun 3 17:08:22 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF268BF5871 for ; Sat, 3 Jun 2017 17:08:22 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-qt0-x22d.google.com (mail-qt0-x22d.google.com [IPv6:2607:f8b0:400d:c0d::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80D9D772D8 for ; Sat, 3 Jun 2017 17:08:22 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by mail-qt0-x22d.google.com with SMTP id f55so78022998qta.3 for ; Sat, 03 Jun 2017 10:08:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=longcount-org.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=CxRmhRdGOyHSPXn6N7YXKewL9tBW/zsOlCzekiYJBKg=; b=bbte1r3V3RY2Lv0dD3eJ3p8bZWiNX4t0IoIFl8+Z4W2+6ksaKHUdf+0kTMk18fRmLm 08mZI0W8nQuDNCijYSb2LmQwNcNG2XTo08QNAiubfMrLKQ/QufWYKZfVBehJCNtPZBvb AQfcOqG6Ft184M5t12PqRM1ZFcJLkzNTuwsbVV6G3NMopZkQcHhZNU5YE4lMJySEY9Mo 3hDZzm/UILDRTxy2yryNd7eL8gDPZLueOzlnbq2kEg8y123xYu+y6kj05t+cOj0ND/6I YQej8eMKsbDckQCS40/i5JMeQjNBlvjHvrK11HfvGqgDMLaslA15Lv0vaqPAtn9MUVjx hdfA== 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=CxRmhRdGOyHSPXn6N7YXKewL9tBW/zsOlCzekiYJBKg=; b=O2R9updgEnfULB0idJSz9ZS4qaSE01dI/c9SKSORx/+81XqAO1TT2zihYjJ6ZXr56z RDAJcgUsihh/0tDVzq07wXV93xsrKOgKqdrlWVZS4L5gqLaXGezMW7FH+M+H8gStR7bm Njj9NhLPEjk8onFoe3yuWe9zmovj1KOPMJFYEKXnBpedasEMCTIMfc8HMg//FSniJWvg ZK/iRQbb68vly4IMLysj+FD3V+qwqJTELHauR9R94Kxrh66KQEIiiVVYr6VWetA55NeL pftTp+NTTOSRE1Jn5sTGCuSl+PwxvZJ3tCboTX7WQquvJO7zAzTbPA6gNovCu+EfWzyf aQsg== X-Gm-Message-State: AODbwcCBuITcCFC9/Z59Or3EQVhmZHTOzKGSEJvSNMsybHsD2ADzdQgU eu+kOEj+OqTtEj1xcZnMp9zo X-Received: by 10.237.44.6 with SMTP id f6mr12187615qtd.142.1496509701146; Sat, 03 Jun 2017 10:08:21 -0700 (PDT) Received: from ?IPv6:2600:1017:b429:cc40:a452:2806:132e:7076? ([2600:1017:b429:cc40:a452:2806:132e:7076]) by smtp.gmail.com with ESMTPSA id r26sm17962340qta.0.2017.06.03.10.08.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Jun 2017 10:08:19 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: Errors with ports on 9.3.. From: Mark Saad X-Mailer: iPhone Mail (14F89) In-Reply-To: Date: Sat, 3 Jun 2017 13:08:17 -0400 Cc: freebsd-stable@freebsd.org Message-Id: <26C906AE-B12E-4D94-A89D-415A423D3801@longcount.org> References: To: Howard Leadmon Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 17:08:22 -0000 Howard=20 There are 3 options . One upgrade to 10.x or 11.x and ports/pkg will work .= Support for the 9 series and 10.1 and 10.2 was removed from ports a few mon= ths ago . Two check out ports via svn and use the tag RELEASE_9_EOL and use t= hat as your starting point . This is ports before the support for 9 was drop= ped . It's not up to date but it will work .Lastly you could use pkgsrc from= netbsd not Joynet , and do a full rebuild of what you need . Pkgsrc also ha= s a pkgsrc to ports conversion tool if you want the subsequent pkgsrc packag= es registered in a FreeBSD standard pkg dir . This would work if you haven't= converted 9 to use pkgng .=20 https://svnweb.freebsd.org/ports/tags/RELEASE_9_EOL/ https://www.pkgsrc.org/ --- Mark Saad | nonesuch@longcount.org > On Jun 3, 2017, at 11:39 AM, Howard Leadmon wrote: >=20 > I know 9.3 is kinda dated, but it had been running fine so I left the serv= ers alone as they were in a remote location many hours away. >=20 > That said, if I try and do anything with ports (I keep everything updated u= sing SVN), I get the following error: >=20 > "/usr/ports/Mk/bsd.port.mk", line 1038: Unknown directive >=20 > The line is: .export LANG LC_ALL >=20 >=20 > I even tried removing the ports tree, and bringing it all back down, but s= ame error. Maybe my googlefu is failing me, but I couldn't find this exact= error listed anyplace. I have a couple FBSD 9.3 machines still in existen= ce, and they all do this with anything in ports now. >=20 > Any ideas or suggestions? Would just taking SVN to the current 10.x fix t= his? >=20 > --- > Howard Leadmon > PBW Communications, LLC > http://www.pbwcomm.com >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Sat Jun 3 17:19:12 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F05A1BF5AD3 for ; Sat, 3 Jun 2017 17:19:12 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from leadmon.net (mail.leadmon.net [IPv6:2001:550:102:5::130]) by mx1.freebsd.org (Postfix) with ESMTP id CA5F3776C9 for ; Sat, 3 Jun 2017 17:19:12 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from localhost (localhost [127.0.0.1]) by leadmon.net (Postfix) with ESMTP id 5052211A72; Sat, 3 Jun 2017 13:19:11 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at leadmon.net Received: from leadmon.net ([127.0.0.1]) by localhost (mail.leadmon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 94Dkn42vXgh3; Sat, 3 Jun 2017 13:19:06 -0400 (EDT) Received: from [IPv6:2001:559:80fd:0:3c41:38c1:3cbd:bcdc] (unknown [IPv6:2001:559:80fd:0:3c41:38c1:3cbd:bcdc]) by leadmon.net (Postfix) with ESMTPSA id C116311A64; Sat, 3 Jun 2017 13:19:06 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 leadmon.net C116311A64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=leadmon.net; s=default; t=1496510346; bh=24p3GO72iMvJB4bW1xKbnxwwQqeAFeoInKlnUq1k2Uc=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=FZ7LJQytu3OO+1WctU1pOkZYHy70M//ZVjQNR+b/5Ex6EJ+xkBT/HGs4AqA+0woA6 pWteUYRr4qkySBYjP4Alx1xmC3J6UpTr+bv/F2zbXxBANzMKqQPDWq25XPP16uMOqp c2WAnpPCC/MzUgu8LWq2TUfUHBaehqY+c59QOgos= Subject: Re: Errors with ports on 9.3.. To: Mark Saad Cc: freebsd-stable@freebsd.org References: <26C906AE-B12E-4D94-A89D-415A423D3801@longcount.org> From: Howard Leadmon Organization: PBW Communications Message-ID: <0a4e0551-877d-eb09-9a18-431a8e782e0b@leadmon.net> Date: Sat, 3 Jun 2017 13:19:06 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <26C906AE-B12E-4D94-A89D-415A423D3801@longcount.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 17:19:13 -0000 Thanks for the update, I had the feeling the issue was from it being to old. I have a question, not sure if you know, but I will toss it out. As I mentioned I update using svn for both src and ports, and I am curious to know if I can actually bring my src tree up to the most current 10.x stable, recompile, and install and have it all run? In the past with much older versions, I know file system changes and such make it pretty hard to jump major revisions, so have a little bit of fear about jumping from 9.x to 10.x, and possibly even to 11.x if that is now stable. I am using ZFS, so I guess that would be one thing that is outside the norm, but should be part of the base kernels now anyway. Any input on upgrading would be most appreciated... --- Howard Leadmon PBW Communications, LLC http://www.pbwcomm.com On 6/3/2017 1:08 PM, Mark Saad wrote: > Howard > There are 3 options . One upgrade to 10.x or 11.x and ports/pkg will work . Support for the 9 series and 10.1 and 10.2 was removed from ports a few months ago . Two check out ports via svn and use the tag RELEASE_9_EOL and use that as your starting point . This is ports before the support for 9 was dropped . It's not up to date but it will work .Lastly you could use pkgsrc from netbsd not Joynet , and do a full rebuild of what you need . Pkgsrc also has a pkgsrc to ports conversion tool if you want the subsequent pkgsrc packages registered in a FreeBSD standard pkg dir . This would work if you haven't converted 9 to use pkgng . > > https://svnweb.freebsd.org/ports/tags/RELEASE_9_EOL/ > > https://www.pkgsrc.org/ > > > > --- > Mark Saad | nonesuch@longcount.org > >> On Jun 3, 2017, at 11:39 AM, Howard Leadmon wrote: >> >> I know 9.3 is kinda dated, but it had been running fine so I left the servers alone as they were in a remote location many hours away. >> >> That said, if I try and do anything with ports (I keep everything updated using SVN), I get the following error: >> >> "/usr/ports/Mk/bsd.port.mk", line 1038: Unknown directive >> >> The line is: .export LANG LC_ALL >> >> >> I even tried removing the ports tree, and bringing it all back down, but same error. Maybe my googlefu is failing me, but I couldn't find this exact error listed anyplace. I have a couple FBSD 9.3 machines still in existence, and they all do this with anything in ports now. >> >> Any ideas or suggestions? Would just taking SVN to the current 10.x fix this? >> >> --- >> Howard Leadmon >> PBW Communications, LLC >> http://www.pbwcomm.com >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Sat Jun 3 18:24:04 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 424A3BF6CE0 for ; Sat, 3 Jun 2017 18:24:04 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8F3579939 for ; Sat, 3 Jun 2017 18:24:03 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id n195so48264429wmg.1 for ; Sat, 03 Jun 2017 11:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MWP/kJotx3oqpg+QAEIAnkwLZvFQxvaIqj7LqKWFySM=; b=huA+03VV6EZfEwsYfSZrO8vRA6z8+Vm7X2z2df3SZirXGj0LUq/DXl9b2felg98G0D s5iDCHZzFigWRHanoFyLIeb11XcXhqu0+MUZC/flLeJ+Dt/wV74rcTzA3Tqhrtv0t3pD hmY1Hc9yR3VdhZZCMMlPElETGcbdJiCyICJqibCv4MNtH8bC8779u6HeHwVCwwxuOUat ynDcPssA5EPXff5npYBTI1HCk3d5iCdTkc/oolUxBJZhxsdSi1JHSyKE19y+jo38BFep jw+AhZKhj3XOuxtXcC6YFPTiwSNGP75qD03JPjcbuHZykexuu/Yg1CRPcMrOzRmiCRwW n4VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MWP/kJotx3oqpg+QAEIAnkwLZvFQxvaIqj7LqKWFySM=; b=dTlsFdoN6QprMCNOUSnTtEFZsCB8kKvujbIduYVfgxyOAy45KeWlqKMPFsLHkjW2Aw Zvh9z7lRGeGwRoPjxZ1L9nyYk4b3gv6ANShPy7aOvnmEW2DH88oWs9925Xr+lK2oADeR SlLsnzD+DE7IJ+LBXAAuCL19Cc77RgQMdaraIZneyD4CO580DrMeMtWAkiZYe/XOPy+G xf7NasPBCWSSA01SFsIQU0WdT+Mm4u+dlVRj3RCNvr3EFS6nJUOayyLLzWY7U03lzAFd TchjQaFb25Yc4szTvvgW+Uv0oCpjJhsY2koj4czk4kUcW+0pGkjE+rnUZqcjA/wd9mUH W4Yw== X-Gm-Message-State: AODbwcDCn+w4osoodeVfsTh4ZEdi7zm6LQ3iQ1fyGBer3tY4wBf0V+to OovmgufbMn8TKaJhZVGF/GO0wYgVeZdo X-Received: by 10.80.176.198 with SMTP id j64mr10324615edd.168.1496514241657; Sat, 03 Jun 2017 11:24:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.175.65 with HTTP; Sat, 3 Jun 2017 11:24:01 -0700 (PDT) In-Reply-To: <0a4e0551-877d-eb09-9a18-431a8e782e0b@leadmon.net> References: <26C906AE-B12E-4D94-A89D-415A423D3801@longcount.org> <0a4e0551-877d-eb09-9a18-431a8e782e0b@leadmon.net> From: Adam Vande More Date: Sat, 3 Jun 2017 13:24:01 -0500 Message-ID: Subject: Re: Errors with ports on 9.3.. To: Howard Leadmon Cc: Mark Saad , "freebsd-stable@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 18:24:04 -0000 On Sat, Jun 3, 2017 at 12:19 PM, Howard Leadmon wrote: > Thanks for the update, I had the feeling the issue was from it being to > old. I have a question, not sure if you know, but I will toss it out. > As I mentioned I update using svn for both src and ports, and I am curious > to know if I can actually bring my src tree up to the most current 10.x > stable, recompile, and install and have it all run? > > In the past with much older versions, I know file system changes and such > make it pretty hard to jump major revisions, so have a little bit of fear about jumping from 9.x to 10.x, and possibly > even to 11.x if that is now stable. I am using ZFS, so I guess that would > be one thing that is outside the norm, but should be part of the base > kernels now anyway. > > Any input on upgrading would be most appreciated... I don't know what you know I guess, but it should work following these instructions: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html or these: https://www.freebsd.org/doc/handbook/updating-upgrading.html or these: https://www.freebsd.org/releases/11.0R/installation.html It is probably wise to make a backup and do a test first. -- Adam From owner-freebsd-stable@freebsd.org Sat Jun 3 19:11:46 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED15ABF7887 for ; Sat, 3 Jun 2017 19:11:46 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5A337AFEE for ; Sat, 3 Jun 2017 19:11:46 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by mail-qt0-x230.google.com with SMTP id u12so27965742qth.0 for ; Sat, 03 Jun 2017 12:11:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=longcount-org.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=599f0+2kJ2ntZLLVQxBwfV0PVR32Ua7bGU+m41/IAx8=; b=WrWJIpzx2C1W0KbMt54VkiZSQDnuoJ0KuL0P0M8bEgQKll39CJnHgjnino5v86NYZv BS30B/phQ6DiUzFU3st4nAE6tnvgQq9ReIXrfpYLoX3n4xWoLq5McwXqJm/vgc6xFjpl rk1Se3q2bspd7Frw/D9Erx6ta5h5qTIfzd2sXb1g1uAvs0Gg8DLWJ37xHm/XS4A4rO87 HerypST/K7R1uI0XMK9GgINgru0+JNubhFVgJb/esweI9vAZmYyzQDTxw5xUz2mP95pP ERzNFccIRkpn+gKyDLZYDuyzlx/LNnX7OEEK0jZK3ervqTdnSw7omPG/iFNjd/lHqPBp T/VQ== 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=599f0+2kJ2ntZLLVQxBwfV0PVR32Ua7bGU+m41/IAx8=; b=nu9dadjsS/heCLtScFOUJvVyxYifefsLtsuvNBYlUDZSNd099wHH3skE/3H/PK66+Y aPypHxabGVliBAGOIjfTXPKgh++BorO3AtdvAsyfnEhHNWe0Of/xNo97jlM5rpiJ4vs3 P4iThP2IVOkiJaKR19O8ZYyfxgH5wXM+vBLOwi69fsrS8JgUi6xI3Quhbzn3A9iMcY5A ed/9jJNXfV5nkwi0Sp+gO5VBHbISwhjjoGpUWW88MalLcpSAEbpMlPIbNAxOzN9KbpHk cHxkm5yMe5LTZS6PuBjKYFMTKnEHtA/oBmzDs+DceKN+btyErGrucrLFY6UAi8j51NWc 0o2w== X-Gm-Message-State: AODbwcAINlNKo7z4+jllEVU7Eji/5IJnpREFrAvlbGyOhuii1wVn2I0v EOJsEYZiaGmPD72r X-Received: by 10.200.44.228 with SMTP id 33mr16983366qtx.100.1496517105737; Sat, 03 Jun 2017 12:11:45 -0700 (PDT) Received: from [192.168.1.41] (ool-43522bae.dyn.optonline.net. [67.82.43.174]) by smtp.gmail.com with ESMTPSA id p20sm18169672qtf.31.2017.06.03.12.11.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Jun 2017 12:11:44 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: Errors with ports on 9.3.. From: Mark Saad X-Mailer: iPhone Mail (14F89) In-Reply-To: Date: Sat, 3 Jun 2017 15:10:30 -0400 Cc: Howard Leadmon , "freebsd-stable@freebsd.org" Message-Id: References: <26C906AE-B12E-4D94-A89D-415A423D3801@longcount.org> <0a4e0551-877d-eb09-9a18-431a8e782e0b@leadmon.net> To: Adam Vande More Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 19:11:47 -0000 > On Jun 3, 2017, at 2:24 PM, Adam Vande More wrote:= >=20 >> On Sat, Jun 3, 2017 at 12:19 PM, Howard Leadmon wrot= e: >> Thanks for the update, I had the feeling the issue was from it being t= o old. I have a question, not sure if you know, but I will toss it out. A= s I mentioned I update using svn for both src and ports, and I am curious to= know if I can actually bring my src tree up to the most current 10.x stable= , recompile, and install and have it all run? So here is my take on the update . For starters if you are using a stock bin= ary 9.3-RELEASE you can use freebsd-update to go 9.3 -> 10.1 , 10.1 -> 10.3 = , 10.3 -> 11.0 . In theory freebsd-update should allow for 9.x -> 10.x but t= here was some breakage in the 10's FreeBSD updates that prevented this . If you decided to do a source build you can go 9.x to 10.3 w/o much. >>=20 >> In the past with much older versions, I know file system changes and suc= h make it pretty hard to jump major revisions, >> so have a little bit of fear about jumping from 9.x to 10.x, and possibly= even to 11.x if that is now stable. I am using ZFS, so I guess that would= be one thing that is outside the norm, but should be part of the base kerne= ls now anyway. >>=20 >> Any input on upgrading would be most appreciated... >=20 > I don't know what you know I guess, but it should work following these ins= tructions: >=20 > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html >=20 > or these: >=20 > https://www.freebsd.org/doc/handbook/updating-upgrading.html >=20 > or these: >=20 > https://www.freebsd.org/releases/11.0R/installation.html >=20 > It is probably wise to make a backup and do a test first. >=20 > --=20 > Adam From owner-freebsd-stable@freebsd.org Sat Jun 3 19:28:23 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D9E6BF7D13 for ; Sat, 3 Jun 2017 19:28:23 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-qk0-x241.google.com (mail-qk0-x241.google.com [IPv6:2607:f8b0:400d:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3E0E7B9C5 for ; Sat, 3 Jun 2017 19:28:22 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by mail-qk0-x241.google.com with SMTP id c206so13385852qkb.0 for ; Sat, 03 Jun 2017 12:28:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=longcount-org.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=IhhEOlqcUPyo5yO3Wd2qgZ4cyKQ2L2bO8E3fiJEwpFw=; b=EMZIDCH1FM9/7s7lHTmHWpcPB9ZKNZaXabfjUh7rKDAuPVWKxLZAPymKH4Uy2wMsVB EXOJunGm8LyvVs78OZIExbIh13YltWF2vYvSXCk0qgpJXtAZSz6HI884VbEfekQB+l8d qSzdWjERC7uVu8MAJqPMf2nYQBFG8UB1uo0H4c624m+osCmKmfdo6VQprF+YGAKK6uml MivQSstxOP960CVBkZFm6GhzBAXJQl6iAfC29QBfd3kXoyApS4FP6Xw2Q5DZi1fl4vDb 1Z/pEGfGkkSGXwShgroua6Ar/PuFfh9DE+rJxdct6y8szbzMr4eNYkesIVW0EiZ9Sys8 LS9Q== 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=IhhEOlqcUPyo5yO3Wd2qgZ4cyKQ2L2bO8E3fiJEwpFw=; b=ivBrTnkvmrwIBGqlSMRc5HtEikQK8wk1UmQSR/RWrZOfMT7duVtRQxwz6XE5d5WoNb YunOgXjhAwlNuDFsV/r2AoVnCTm62WugZ+RyTyP3QiBh1j4tnsXzabKEyzuQ7hbNc2sQ 6HIjjS2KLQuVRkcZxLrXsp+Tv+BQ2FYTl6WF0aZKPTk0YKdXXqFnL6DT003ZKprMQPfF dY7fbEuFcceq1eLIH/wMZNOwO6KA1hQ4zSYibNwQiNprOMUdonjj4zhJC0AlOvLsyBtH Li6NuDUFB3PezdhWRgqgO19vyXvMnb649WN6666uz7CWKp5w8NyijrfuDPjd+aLbX5HG A4Fw== X-Gm-Message-State: AODbwcAqGB87cJcrTlf6yc2ZFLFQxQDHPuGjWsKHTU7yBWvQa9dtzeEL Sorjp43AjpzHcElYnRUjOg== X-Received: by 10.55.98.135 with SMTP id w129mr15678534qkb.90.1496518101952; Sat, 03 Jun 2017 12:28:21 -0700 (PDT) Received: from ?IPv6:2600:1017:b429:cc40:1d3e:ed7a:831d:4601? ([2600:1017:b429:cc40:1d3e:ed7a:831d:4601]) by smtp.gmail.com with ESMTPSA id g190sm11284799qkd.61.2017.06.03.12.28.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Jun 2017 12:28:21 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: Errors with ports on 9.3.. From: Mark Saad X-Mailer: iPhone Mail (14F89) In-Reply-To: Date: Sat, 3 Jun 2017 15:28:19 -0400 Cc: Howard Leadmon , "freebsd-stable@freebsd.org" Message-Id: <30983B16-2B3C-4C55-B1F2-B3D3C79255F8@longcount.org> References: <26C906AE-B12E-4D94-A89D-415A423D3801@longcount.org> <0a4e0551-877d-eb09-9a18-431a8e782e0b@leadmon.net> To: Adam Vande More Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 19:28:23 -0000 > On Jun 3, 2017, at 3:10 PM, Mark Saad wrote: >=20 >=20 >=20 >> On Jun 3, 2017, at 2:24 PM, Adam Vande More wrote= : >>=20 >>> On Sat, Jun 3, 2017 at 12:19 PM, Howard Leadmon wro= te: >>> Thanks for the update, I had the feeling the issue was from it being t= o old. I have a question, not sure if you know, but I will toss it out. A= s I mentioned I update using svn for both src and ports, and I am curious to= know if I can actually bring my src tree up to the most current 10.x stable= , recompile, and install and have it all run? >=20 > So here is my take on the update . For starters if you are using a stock b= inary 9.3-RELEASE you can use freebsd-update to go 9.3 -> 10.1 , 10.1 -> 10.= 3 , 10.3 -> 11.0 . In theory freebsd-update should allow for 9.x -> 10.x bu= t there was some breakage in the 10's FreeBSD updates that prevented this . >=20 > If you decided to do a source build you can go 9.x to 10.3 w/o much.=20 I meant to say trouble but I accidentally hit send .=20 Another option is to download the binary sets from ftp.freebsd.org=20 ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE/ Now with some care you can backup your 9 kernel to kernel.old and untar the k= ernel tar to /boot . Then reboot in single user . Backup your etc and extrac= t the base tar and then using etcupdate for fixing etc or manually fix it wi= th your backup . Then reboot and fix the ports using pkg -f install pkg && p= kg upgrade . However if you haven't done this before it can be error prone i= f .=20 Also you can look into boot environments for zfs but if memory serves me rig= ht it's not fully baked into 9.x and it may not work right .=20 >=20 >>>=20 >>> In the past with much older versions, I know file system changes and su= ch make it pretty hard to jump major revisions, >>> so have a little bit of fear about jumping from 9.x to 10.x, and possibl= y even to 11.x if that is now stable. I am using ZFS, so I guess that woul= d be one thing that is outside the norm, but should be part of the base kern= els now anyway. >>>=20 >>> Any input on upgrading would be most appreciated... Honestly 11 has been very stable . There are issues but nothing that has wan= ted me to roll back to 10 .=20 I am using 10.3-STABLE from about a year ago for my routers and 11.0-STABLE f= rom April for general use and it's been good and crash free. Knock on wood .= =20 One thing to remember is upgrading the zpool and zfs version/ feature flags .= Al la zfs upgrade pool0/foo . This is a one time job ; with no way to go ba= ck . So save this for last after your box has settled down and you are comfo= rtable.=20 >>=20 >> I don't know what you know I guess, but it should work following these in= structions: >>=20 >> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html= >>=20 >> or these: >>=20 >> https://www.freebsd.org/doc/handbook/updating-upgrading.html >>=20 >> or these: >>=20 >> https://www.freebsd.org/releases/11.0R/installation.html >>=20 >> It is probably wise to make a backup and do a test first. >>=20 >> --=20 >> Adam --- Mark Saad | nonesuch@longcount.org From owner-freebsd-stable@freebsd.org Sat Jun 3 21:18:53 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0935BF9336 for ; Sat, 3 Jun 2017 21:18:53 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) 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 9AAD27E499 for ; Sat, 3 Jun 2017 21:18:53 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: by mailman.ysv.freebsd.org (Postfix) id 99622BF9335; Sat, 3 Jun 2017 21:18:53 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97290BF9334 for ; Sat, 3 Jun 2017 21:18:53 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.164]) by mx1.freebsd.org (Postfix) with ESMTP id 68AA57E498; Sat, 3 Jun 2017 21:18:52 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 95AB537BE7; Sat, 3 Jun 2017 17:11:37 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JnbTpeDni_TR; Sat, 3 Jun 2017 17:11:37 -0400 (EDT) Received: from EGR authenticated sender mcdouga9 Subject: Re: Boot hang on Xen after r318347/(310418) From: Adam McDougall To: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Cc: stable@freebsd.org References: <20170524223307.GS79337@egr.msu.edu> <20170525094103.iedycf2t4dy367fc@dhcp-3-128.uk.xensource.com> <20170525132854.GA7604@egr.msu.edu> Message-ID: Date: Sat, 3 Jun 2017 17:11:35 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170525132854.GA7604@egr.msu.edu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 21:18:53 -0000 On 05/25/2017 09:28, Adam McDougall wrote: > On Thu, May 25, 2017 at 10:41:03AM +0100, Roger Pau Monné wrote: > >> On Wed, May 24, 2017 at 06:33:07PM -0400, Adam McDougall wrote: >>> Hello, >>> >>> Recently I made a new build of 11-STABLE but encountered a boot hang >>> at this state: >>> http://www.egr.msu.edu/~mcdouga9/pics/r318347-smp-hang.png >>> >>> It is easy to reproduce, I can just boot from any 11 or 12 ISO that >>> contains the commit. >> >> I have just tested latest HEAD (r318861) and stable/11 (r318854) and >> they both work fine on my environment (a VM with 4 vCPUs and 2GB of >> RAM on OSS Xen 4.9). I'm also adding Colin in case he has some input, >> he has been doing some tests on HEAD and AFAIK he hasn't seen any >> issues. >> >>> I compiled various svn revisions to confirm that r318347 caused the >>> issue and r318346 is fine. With r318347 or later including the latest >>> 11-STABLE, the system will only boot with one virtual CPU in XenServer. >>> Any more cpus and it hangs. I also tried a 12 kernel from head this >>> afternoon and I have the same hang. I had this issue on XenServer 7 >>> (Xen 4.7) and XenServer 6.5 (Xen 4.4). I did most of my testing on 7. I >>> also did much of my testing with a GENERIC kernel to try to rule out >>> kernel configuration mistakes. When it hangs, the performance >>> monitoring in Xen tells me at least one CPU is pegged. r318674 boots >>> fine on physical hardware without Xen involved. >>> >>> Looking at r318347 which mentions EARLY_AP_STARTUP and later seeing >>> r318763 which enables EARLY_AP_STARTUP in GENERIC, I tried adding it to >>> my kernel but it turned the hang into a panic but with any number of >>> CPUs: >>> http://www.egr.msu.edu/~mcdouga9/pics/r318347-early-ap-startup-panic.png >> >> I guess this is on stable/11 right? The panic looks easier to debug >> that the hang, so let's start by this one. Can you enable the serial >> console and kernel debug options in order to get a trace? With just >> this it's almost impossible to know what went wrong. > > Yes this was on stable/11 amd64. > >> >> Roger. I worked on this today and the short version is recent kernels no longer hang or panic with EARLY_AP_STARTUP which includes the 20170602 iso images of 11 and 12. Adding EARLY_AP_STARTUP to my kernel config appears to prevent the hang and something between r318855 (May 24) and r319554 (today, June 3) prevents the panic. I'm tempted to figure out which commit but I already spent hours bisecting and building today, so since this seems to be a forward working solution, I'm content. Thanks.