From owner-freebsd-current@FreeBSD.ORG Sun Apr 12 18:38:40 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EE7FC71; Sun, 12 Apr 2015 18:38:40 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 062656D7; Sun, 12 Apr 2015 18:38:40 +0000 (UTC) Received: by iget9 with SMTP id t9so43231109ige.1; Sun, 12 Apr 2015 11:38:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cp5okzjZ50RLSreGC4QQVFTwY/LUhapIw98j9hTwRe8=; b=Kk+YD6R3D6w/Q967Alz5Rsgt1gPVfy3sg92IhT8jJWAPPtqaBHxAFeIM7UjKt3ccZH Q5yydUXOaWxXqakbZpwjn4GbBX/XembD/0oalxL2oBRtLCFXecOKVBKRUV1bz42gsuF0 2uc7TgrTOl7udCV5dPExnBLvKEzlP1ZELCoPrzXAsABaG7nP//O2enkcm6UtvYdWL6E0 AYwZj/kHV02XKk0VZGX9oYc9idFjYJBEqiN9vN9ZAMI6fETi0q2t+oUnhi3/pKUcBWh5 XtOnpfakO/90d390F6oA0LksiY/yYkkHbSYxi7XhYM4Mqqm9B85IfQtOzc6JgtLdo2eq 0L6w== MIME-Version: 1.0 X-Received: by 10.42.27.14 with SMTP id h14mr14651921icc.19.1428863919345; Sun, 12 Apr 2015 11:38:39 -0700 (PDT) Received: by 10.64.28.43 with HTTP; Sun, 12 Apr 2015 11:38:39 -0700 (PDT) In-Reply-To: <55296079.2010104@rice.edu> References: <55296079.2010104@rice.edu> Date: Sun, 12 Apr 2015 20:38:39 +0200 Message-ID: Subject: Re: [patch] deadlock in vm_reserv_reclaim_contig() From: Svatopluk Kraus To: Alan Cox Content-Type: text/plain; charset=UTF-8 Cc: alc@freebsd.org, freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 18:38:40 -0000 On Sat, Apr 11, 2015 at 7:57 PM, Alan Cox wrote: > On 04/10/2015 04:11, Svatopluk Kraus wrote: >> Hi, >> >> my RPI-B has been stuck in vm_reserv_reclaim_contig() due to a bug >> within that function. I can reproduce that easily on my two-core >> pandaboard when I limit all memory in system to 128MiB and run "make >> -j16 kernel-toolchain". It happens in few seconds. >> >> The patch should be self-explanatory. The problem is that there is a >> free page found in reservation which does not fulfill alignment >> requirement, thus next free page should be looked for. However, due to >> the bug, the same free page is found out again and again. >> >> The patch takes into account that shift by m on n-bit arch has an >> undefined behaviour if m >= n. >> > > The patch looks correct. I'm just going to tweak the comment, and then > I'll commit it. > Thank you. Svatopluk Kraus From owner-freebsd-current@FreeBSD.ORG Sun Apr 12 19:56:15 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6C30861; Sun, 12 Apr 2015 19:56:15 +0000 (UTC) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id A9072E7C; Sun, 12 Apr 2015 19:56:15 +0000 (UTC) Received: from critter.freebsd.dk (unknown [192.168.60.3]) by phk.freebsd.dk (Postfix) with ESMTP id 02DD53BB86; Sun, 12 Apr 2015 19:56:06 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.9/8.14.9) with ESMTP id t3CJu60G016648; Sun, 12 Apr 2015 19:56:06 GMT (envelope-from phk@phk.freebsd.dk) To: John Baldwin Subject: Re: Early use of log() does not end up in kernel msg buffer In-reply-to: <16486425.yXJbENQqeC@ralph.baldwin.cx> From: "Poul-Henning Kamp" References: <5514CC6D.3020607@badgerio.us> <2033248.Eu3RHS8lTG@ralph.baldwin.cx> <70135.1428354681@critter.freebsd.dk> <16486425.yXJbENQqeC@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16646.1428868566.1@critter.freebsd.dk> Date: Sun, 12 Apr 2015 19:56:06 +0000 Message-ID: <16647.1428868566@critter.freebsd.dk> Cc: Eric Badger , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 19:56:16 -0000 -------- In message <16486425.yXJbENQqeC@ralph.baldwin.cx>, John Baldwin writes: >To be clear, you didn't turn off printing to the console, you turned off >writing to the msglog. I've scavenged my notes and can't find anything to explain why. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-current@FreeBSD.ORG Sun Apr 12 20:19:08 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 461C5A42; Sun, 12 Apr 2015 20:19:08 +0000 (UTC) Received: from dmz-mailsec-scanner-2.mit.edu (dmz-mailsec-scanner-2.mit.edu [18.9.25.13]) (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 C5B4E98; Sun, 12 Apr 2015 20:19:07 +0000 (UTC) X-AuditID: 1209190d-f79676d000000da0-2d-552ad33391f0 Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-2.mit.edu (Symantec Messaging Gateway) with SMTP id 32.1D.03488.333DA255; Sun, 12 Apr 2015 16:19:00 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id t3CKIx5d021470; Sun, 12 Apr 2015 16:18:59 -0400 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id t3CKIuKE010485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Apr 2015 16:18:58 -0400 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id t3CKIunJ021091; Sun, 12 Apr 2015 16:18:56 -0400 (EDT) Date: Sun, 12 Apr 2015 16:18:56 -0400 (EDT) From: Benjamin Kaduk To: Rui Paulo Subject: Re: WARNING: FOO.c: enum pmc_event has too many values: 1930 > 1023 In-Reply-To: <3993727.Uyr34jnAqW@akita> Message-ID: References: <3993727.Uyr34jnAqW@akita> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrDIsWRmVeSWpSXmKPExsUixG6nrmtyWSvU4NxHRosJV34wWcx584HJ 4vXkK4wWt/pXsTqweMz4NJ/FY+ubdnaPF+crApijuGxSUnMyy1KL9O0SuDIWtF9gL5jNWbH6 TgNzA+MO9i5GTg4JAROJbbPbWSBsMYkL99azdTFycQgJLGaSeH77CZSzkVGipfkwK4RziEli /vaLLBBOA6PE2tbLYP0sAtoS986/B7PZBFQkZr7ZyAZiiwjISsw69BcsziyQIzH50BFWEFtY wE9i3ex/YDangLrEs3mNYDW8Ao4SXzffZQaxhQSyJa53bgSzRQV0JFbvnwJVIyhxcuYTqJla Esunb2OZwCg4C0lqFpLUAkamVYyyKblVurmJmTnFqcm6xcmJeXmpRbpGermZJXqpKaWbGEGB zCnJu4Px3UGlQ4wCHIxKPLxLl2iFCrEmlhVX5h5ilORgUhLl1dkJFOJLyk+pzEgszogvKs1J LT7EKMHBrCTCO2MeUI43JbGyKrUoHyYlzcGiJM676QdfiJBAemJJanZqakFqEUxWhoNDSYL3 60WgRsGi1PTUirTMnBKENBMHJ8hwHqDh/iA1vMUFibnFmekQ+VOMilLivG9AEgIgiYzSPLhe WKJ5xSgO9Iowr+UloCoeYJKC634FNJgJaHCWCtjgkkSElFQDY8wyt+2bUzdtyj6h/0vMdcZq l61NT2W3n9HJXeNUa/1hotTJ678D2Aor33HaOHvq+ObJXnOvFAn990ft/9ZDS45ItjK/3Ryd t/jNA84NRpOV6ibxrO4NVMg37u150ZrEvdrd/8OJi0JO6WcFUo5a6SxO2Lwx58KJ/hzlmufc lzz7xB9WS1Z+V2Ipzkg01GIuKk4EAOi8JZwPAwAA Cc: freebsd-current@freebsd.org, current@freebsd.org, Oliver Pinter X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 20:19:08 -0000 On Sat, 11 Apr 2015, Rui Paulo wrote: > On Saturday 11 April 2015 15:53:41 Oliver Pinter wrote: > > Hi all! > > > > I just found the line in the subject in our jenkinsbuild log in both > > amd64 and i386 case (we don't modified these files): > > > > http://nyi-01.build.hardenedbsd.org:8180/jenkins/job/HardenedBSD-master-i386 > > /56/console > > http://nyi-01.build.hardenedbsd.org:8180/jenkins/job/HardenedBSD-master-amd > > 64/58/consoleFull > > > > And more similar lines: > > > > WARNING: kern_pmc.c: enum pmc_event has too many values: 1930 > 1023 > > This is a known problem. PMC abuses enums and CTF can't cope with it. Looking at the actual build log posted, the warning is emitted by cc, not ctfconvert. It is perfectly reasonable for a compiler to emit a warning when encountering code that uses more than 1023 values in a single enumeration, since C99 does not require a compiler to support more than that number of enumeration constants in a single enum (section 5.2.4.1). The warning indicates that the code may not be portable, even if the current compiler supports more than 1023 enumeration constants in an enumeration. -Ben From owner-freebsd-current@FreeBSD.ORG Sun Apr 12 22:20:20 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97F4D9AA; Sun, 12 Apr 2015 22:20:20 +0000 (UTC) Received: from st11p02mm-asmtp001.mac.com (st11p02mm-asmtp001.mac.com [17.172.220.236]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C217FAE; Sun, 12 Apr 2015 22:20:20 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p02mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NMP00897SOSWE20@st11p02mm-asmtp001.mac.com>; Sun, 12 Apr 2015 22:19:43 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-12_03:2015-04-10,2015-04-12,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504120209 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: WARNING: FOO.c: enum pmc_event has too many values: 1930 > 1023 From: Rui Paulo In-reply-to: Date: Sun, 12 Apr 2015 15:19:39 -0700 Content-transfer-encoding: quoted-printable Message-id: <79D3F78F-1DCF-4C2C-A9C9-1D5290CE6482@me.com> References: <3993727.Uyr34jnAqW@akita> To: Benjamin Kaduk X-Mailer: Apple Mail (2.2098) X-Mailman-Approved-At: Mon, 13 Apr 2015 01:28:37 +0000 Cc: freebsd-current@freebsd.org, current@freebsd.org, Oliver Pinter X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 22:20:20 -0000 On Apr 12, 2015, at 13:18, Benjamin Kaduk wrote: > Looking at the actual build log posted, the warning is emitted by cc, = not > ctfconvert. This is not a compiler warning. While you can't see the = ctfconvert/ctfmerge command because it's hidden, I'm sure that the = warning comes from ctf. Just grep for the warning message in = cddl/contrib/opensolaris/tools/ctf if you don't believe me. -- Rui Paulo From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 09:52:31 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C913ADDE for ; Mon, 13 Apr 2015 09:52:31 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::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 8199DE34 for ; Mon, 13 Apr 2015 09:52:31 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id EEBC56A6002; Mon, 13 Apr 2015 11:52:27 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id t3D9qRov039351; Mon, 13 Apr 2015 11:52:27 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id t3D9qRMe039064; Mon, 13 Apr 2015 11:52:27 +0200 (CEST) (envelope-from lars) Date: Mon, 13 Apr 2015 11:52:27 +0200 From: Lars Engels To: Jan =?utf-8?Q?Kokem=C3=BCller?= Subject: Re: Call For Testers: Synaptics touchpads Message-ID: <20150413095227.GH20473@e-new.0x20.net> Mail-Followup-To: Lars Engels , Jan =?utf-8?Q?Kokem=C3=BCller?= , freebsd-current@freebsd.org References: <1849381.HnoQVUIgNM@akita> <55265F29.7030008@gmail.com> <20150409134159.GT20473@e-new.0x20.net> <55280DC7.6080707@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CUR78EuMd8EhT3+C" Content-Disposition: inline In-Reply-To: <55280DC7.6080707@gmail.com> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p23 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 09:52:31 -0000 --CUR78EuMd8EhT3+C Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 10, 2015 at 07:52:07PM +0200, Jan Kokem=C3=BCller wrote: >=20 > > But it would be aweseome to have both enabled. Could someone > > investigate? >=20 > I've written a patch for this: >=20 > https://lists.freebsd.org/pipermail/freebsd-x11/2014-November/015673.html >=20 > With this, I can have both >=20 > hw.psm.synaptics_support=3D"1" > hw.psm.trackpoint_support=3D"1" >=20 > in my /boot/loader.conf. I can control trackpoint settings such as speed= =20 > or sensitivity while having the touchpad also enabled. >=20 > The patch might need some cleanup to land in the tree, but I've been=20 > happily using this for at least a year now :) Sounds great! I'll test this later. :) Lars --CUR78EuMd8EhT3+C Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVK5HbXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tVMEIALdvnqWY3I5GfgkQAY3uSHQo MqlUoAb5xJxzPHR7/mkrCr63p7+yNeWigBMb48EhLV5IGaYEsaRtAyw+CGHhipNK 8qlHXOYVgWc2dn0hRgWxQ3HYoRjpDlydnjaFmOnvOzeXnj904yUB5wxu2w5mI4AC aUpLEB3Uhu+SsTlBLMygkg9xtK5J9MCpHL/vI4eOEa+4jChtuLO19fwUNpp0NyJ1 8lJ8lGqQzSZ6/vqMGFcXk/JdwxEXxQp7AiGzU9pid6PG4/qVczZOd7OTKS9dPb4H WYTbw8ZBG+K7rgSnP64q6Yc5Ji+9OBNkUIbncmWXFkDEl5Bl0UyiIlk6P3dvN+w= =0qTG -----END PGP SIGNATURE----- --CUR78EuMd8EhT3+C-- From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 13:29:28 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB9BD3D7 for ; Mon, 13 Apr 2015 13:29:28 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 557549E0 for ; Mon, 13 Apr 2015 13:29:27 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3DDTQue011779 for ; Mon, 13 Apr 2015 06:29:26 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3DDTQKl011778 for current@freebsd.org; Mon, 13 Apr 2015 06:29:26 -0700 (PDT) (envelope-from david) Date: Mon, 13 Apr 2015 06:29:26 -0700 From: David Wolfskill To: current@freebsd.org Subject: Re: Kernel build failed in sys/x86/acpica @r281433 Message-ID: <20150413132926.GR1224@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , current@freebsd.org References: <20150411125719.GA15644@albert.catwhisker.org> <20150411152724.GE15644@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h5TCuzcqTWZxfGfk" Content-Disposition: inline In-Reply-To: <20150411152724.GE15644@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 13:29:28 -0000 --h5TCuzcqTWZxfGfk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 11, 2015 at 08:27:24AM -0700, David Wolfskill wrote: > On Sat, Apr 11, 2015 at 05:57:19AM -0700, David Wolfskill wrote: > > Running: > > FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1565 = r281363M/281366:1100068: Fri Apr 10 05:41:13 PDT 2015 root@g1-254.catwh= isker.org:/common/S4/obj/usr/src/sys/CANARY i386 > >=20 > > World builds OK; kernel is OK up to: > > ...=20 > > /usr/src/sys/x86/acpica/OsdEnvironment.c:73:39: error: incompatible poi= nter types passing 'ACPI_SIZE *' (aka 'unsigned int *') to parameter of typ= e 'ACPI_PHYSICAL_ADDRESS *' (aka 'unsigned long long *') [-Werror,-Wincompa= tible-pointer-types] > > if (ACPI_SUCCESS(AcpiFindRootPointer(&acpi_root))) > > ^~~~~~~~~~ > > .... >=20 > This seems to be specific to i386; my build & smoke test for amd64 was > successful: > .... As of r281483, it now seems to be resolved for i386: FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1566 r281= 483M/281490:1100068: Mon Apr 13 06:18:28 PDT 2015 root@g1-254.catwhiske= r.org:/common/S4/obj/usr/src/sys/CANARY i386 (As noted earlier, I never saw the roblem for amd64.) Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --h5TCuzcqTWZxfGfk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVK8S2XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7uv4P/RVptxWHoGXrm1ERAChpBJ6Z kZuMDVJZ+1QCxK4ObWFAGmyBAu23Y3Uucm4svgbdyby0Qt8pB5a+R4H67UXczwoc nsJ/X+75KEhthr4hjmTy4h+G3HdBxOfcCNPqGJqoUf9M5O7gg3ws5Xq5h1W0cY7b G11C2JUxUrzv06D1Rova5Wh6ijHBrQzzfjtYLL5mpL9WKPi74PWJuGGj+fPOARgR 8Pl49dLMwqifACFBLq3JmXzEMrjQ8XmLphNJ8s/E2oMDOppvfNvajKy8VmjxxD4D brUxvnVA9tvCc51JOofuF33afXKPBKN4WHFXcLE8U6UvqZ0JMwR13T1gSPMi+9Up CJvY9RMKSfkZz2lXczPbCQqa2XkAnJVGy0l4LopDCYdwDsclkUuNO1A0ua8TGmHi NZKBtG6lusoITWyQE8st+HHWwLOsRQScUesGzZ3XBwU7KWxWCJiTADJVX2glZV17 ztGqami2E+01FdY3s/QYnTkzWHkmZUVnDnLqIHQNUKYZNamGujQrcs1vRkHMUjbk LostwEaaG3corWFb3cr2VKo+5FD37k1u0W+YKy57R86lQM5VYldNLlMUrp9DI0pU kUpcR1fAVUPlvmGvEB/bRsuLTw7Z5fv/JWknv+jyhZP1JUZ1tAFllJAJo/+fwHDM mLd9PgQSTZhnWIpmw4PU =LC2K -----END PGP SIGNATURE----- --h5TCuzcqTWZxfGfk-- From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 18:07:32 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8D09E38 for ; Mon, 13 Apr 2015 18:07:31 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C9FA7F25 for ; Mon, 13 Apr 2015 18:07:31 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id C0B0A2A0 for ; Mon, 13 Apr 2015 18:07:31 +0000 (UTC) Date: Mon, 13 Apr 2015 18:07:31 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <1146017138.12.1428948451292.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD-tests2 #928 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 18:07:32 -0000 See ------------------------------------------ [...truncated 65 lines...] Event timer "HPET" frequency 10000000 Hz quality 550 Event timer "HPET1" frequency 10000000 Hz quality 450 Event timer "HPET2" frequency 10000000 Hz quality 450 Event timer "HPET3" frequency 10000000 Hz quality 450 Event timer "HPET4" frequency 10000000 Hz quality 450 Event timer "HPET5" frequency 10000000 Hz quality 450 Event timer "HPET6" frequency 10000000 Hz quality 450 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 virtio_pci0: port 0x2000-0x201f mem 0xc0000000= -0xc0001fff irq 16 at device 2.0 on pci0 vtnet0: on virtio_pci0 vtnet0: Ethernet address: 58:9c:fc:00:00:2e 001.000045 [ 427] vtnet_netmap_attach max rings 1 vtnet0: netmap queues/slots: TX 1/1024, RX 1/1024 001.000046 [ 432] vtnet_netmap_attach virtio attached txq=3D1, txd=3D= 1024 rxq=3D1, rxd=3D1024 ahci0: mem 0xc0002000-0xc00023ff irq 17 a= t device 3.0 on pci0 ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported ahcich0: at channel 0 on ahci0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: console (9600,n,8,1) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 qpi0: on motherboard vga0: at port 0x3b0-0x3bb iomem 0xb0000-0xb7fff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range Timecounters tick every 1.000 msec ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 2.x device ada0: Serial Number 123456 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 2048MB (4194304 512 byte sectors: 16H 63S/T 4161C) ada0: Previously was known as ad4 random: unblocking device. SMP: AP CPU #1 Launched! WARNING: WITNESS option enabled, expect reduced performance. Trying to mount root from ufs:/dev/ufs/TESTROOT [rw]... Setting hostuuid: e637083c-e207-11e4-9129-589cfc00002e. Setting hostid: 0xafb587b5. No suitable dump device was found. Starting file system checks: /dev/ufs/TESTROOT: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ufs/TESTROOT: clean, 245174 free (6 frags, 30646 blocks, 0.0% fragment= ation) Mounting local file systems:. /etc/rc: WARNING: $hostname is not set -- see rc.conf(5). Feeding entropy:. Starting Network: lo0 vtnet0. lo0: flags=3D8049 metric 0 mtu 16384 =09options=3D600003 =09inet6 ::1 prefixlen 128=20 =09inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 =09inet 127.0.0.1 netmask 0xff000000=20 =09nd6 options=3D21 =09groups: lo=20 vtnet0: flags=3D8902 metric 0 mtu 1500 =09options=3D80028 =09ether 58:9c:fc:00:00:2e =09nd6 options=3D29 =09media: Ethernet 10Gbase-T =09status: active Starting devd. Starting Network: vtnet0. vtnet0: flags=3D8902 metric 0 mtu 1500 =09options=3D80028 =09ether 58:9c:fc:00:00:2e =09nd6 options=3D29 =09media: Ethernet 10Gbase-T =09status: active add net fe80::: gateway ::1 add net ff02::: gateway ::1 add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 Generating host.conf. Creating and/or trimming log files. Starting syslogd. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib 32-bit compatibility ldconfig path: /usr/lib32 Starting casperd. Clearing /tmp (X related). Updating motd:. Mounting late file systems:. Configuring vt: blanktime. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Mon Apr 13 18:07:16 UTC 2015 FreeBSD/amd64 (Amnesiac) (ttyu0) login: root root Apr 13 18:07:16 login: ROOT LOGIN (root) ON ttyu0 FreeBSD 11.0-CURRENT (GENERIC) #29 r281495: Mon Apr 13 17:36:15 UTC 2015 Welcome to FreeBSD! Release Notes, Errata: https://www.FreeBSD.org/releases/ Security Advisories: https://www.FreeBSD.org/security/ FreeBSD Handbook: https://www.FreeBSD.org/handbook/ FreeBSD FAQ: https://www.FreeBSD.org/faq/ Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-question= s/ FreeBSD Forums: https://forums.FreeBSD.org/ Documents installed with the system are in the /usr/local/share/doc/freebsd= / directory, or can be installed later with: pkg install en-freebsd-doc For other languages, replace "en" with a language code like de or fr. Show the version of FreeBSD installed: freebsd-version ; uname -a Please include that output and any error messages when posting questions. Introduction to manual pages: man man FreeBSD directory layout: man hier Edit /etc/motd to change this login announcement. root@:~ # set prompt=3D"kyuatestprompt # " set prompt=3D"kyuatestprompt # "cd /usr/tests kyuatestprompt # cd /usr/testskyua test kyuatestprompt # kyua testkyua report --verbose --results-filter passed,ski= pped,xfail,broken,failed --output test-report.txt kyua report --verbose --results-filter passed,skipped,xfail,broken,failed = --output test-report.txt kyua: E: Load of 'Kyuafile' failed: Failed to load Lua file 'Kyuafile': Kyu= afile:49: Load of 'lib/Kyuafile' failed: Failed to load Lua file 'lib/Kyuaf= ile': lib/Kyuafile:49: Load of 'lib/libthr/Kyuafile' failed: Failed to load= Lua file 'lib/libthr/Kyuafile': lib/libthr/Kyuafile:26: Non-existent test = program 'lib/libthr/atexit_test'. kyuatestprompt # kyua report-junit --output=3Dtest-report.xml kyua report --verbose --results-filter passed,skipped,xfail,bro =08ken,fail= ed --output test-report.txt kyua: E: No previous results file found for test suite usr_tests. kyuatestprompt # kyua report-junit --output=3Dtest-report.xmlshutdown -p no= w kyua: E: No previous results file found for test suite usr_tests. kyuatestprompt # shutdown -p now Shutdown NOW! shutdown: [pid 664] kyuatestprompt # = =20 =07*** FINAL System shutdown message from root@ ***=07 = =20 System going down IMMEDIATELY = =20 = =20 System shutdown time has arrived=07=07 Apr 13 18:07:18 shutdown: power-down by root:=20 Stopping cron. Waiting for PIDS: 606. Stopping casperd. Waiting for PIDS: 500. Stopping devd. Waiting for PIDS: 326. Writing entropy file:. . Terminated Apr 13 18:07:20 syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 0 done All buffers synced. lock order reversal: 1st 0xfffff800062d2068 ufs (ufs) @ /builds/FreeBSD_HEAD/sys/kern/vfs_mount= .c:1229 2nd 0xfffff800061a15f0 devfs (devfs) @ /builds/FreeBSD_HEAD/sys/kern/vfs_s= ubr.c:2176 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe007bdea= 650 witness_checkorder() at witness_checkorder+0xe26/frame 0xfffffe007bdea6e0 __lockmgr_args() at __lockmgr_args+0xa5c/frame 0xfffffe007bdea810 vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe007bdea830 VOP_LOCK1_APV() at VOP_LOCK1_APV+0xfc/frame 0xfffffe007bdea860 _vn_lock() at _vn_lock+0x9a/frame 0xfffffe007bdea8d0 vget() at vget+0x67/frame 0xfffffe007bdea910 devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe007bdea960 devfs_root() at devfs_root+0x43/frame 0xfffffe007bdea990 dounmount() at dounmount+0x342/frame 0xfffffe007bdeaa10 vfs_unmountall() at vfs_unmountall+0x61/frame 0xfffffe007bdeaa40 kern_reboot() at kern_reboot+0x4f6/frame 0xfffffe007bdeaac0 sys_reboot() at sys_reboot+0x58/frame 0xfffffe007bdeaae0 amd64_syscall() at amd64_syscall+0x27f/frame 0xfffffe007bdeabf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe007bdeabf0 --- syscall (55, FreeBSD ELF64, sys_reboot), rip =3D 0x40fabc, rsp =3D 0x7f= ffffffe718, rbp =3D 0x7fffffffe810 --- Uptime: 16s acpi0: Powering system off + sudo python /vm/freebsd-ci/scripts/test/extract-test-logs.py -f /vm/freeb= sd-ci/scripts/test/config/config.json cp: /tmp/tmp8uNnu_/usr/tests/*.xml: No such file or directory mdconfig -a -u 99 -t vnode -f /net/jenkins-10.freebsd.org/builds/Build-UFS-= image/image/FreeBSD_HEAD/test.img umount /tmp/tmp8uNnu_ mdconfig -d -u 99 Recording test results ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exce= ption hudson.AbortException: Test reports were found but none of them are new. Di= d tests run?=20 For example, is 10 days old =09at hudson.tasks.junit.TestResult.parse(TestResult.java:178) =09at hudson.tasks.junit.TestResult.parse(TestResult.java:146) =09at hudson.tasks.junit.TestResult.(TestResult.java:122) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:119) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:93) =09at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) =09at hudson.remoting.UserRequest.perform(UserRequest.java:121) =09at hudson.remoting.UserRequest.perform(UserRequest.java:49) =09at hudson.remoting.Request$2.run(Request.java:325) =09at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut= orService.java:68) =09at java.util.concurrent.FutureTask.run(FutureTask.java:262) =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.= java:1145) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:615) =09at java.lang.Thread.run(Thread.java:745) =09at ......remote call to havoc.ysv.freebsd.org(Native Method) =09at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) =09at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) =09at hudson.remoting.Channel.call(Channel.java:753) =09at hudson.FilePath.act(FilePath.java:978) =09at hudson.FilePath.act(FilePath.java:967) =09at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90) =09at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java= :120) =09at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.ja= va:137) =09at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibili= tyLayer.java:74) =09at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) =09at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBui= ld.java:761) =09at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildStep= s(AbstractBuild.java:721) =09at hudson.model.Build$BuildExecution.post2(Build.java:183) =09at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.= java:670) =09at hudson.model.Run.execute(Run.java:1766) =09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) =09at hudson.model.ResourceController.execute(ResourceController.java:98) =09at hudson.model.Executor.run(Executor.java:374) From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 19:41:37 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF03B1DB for ; Mon, 13 Apr 2015 19:41:36 +0000 (UTC) Received: from smtprelay-b22.telenor.se (smtprelay-b22.telenor.se [195.54.99.213]) (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 5DF7DD11 for ; Mon, 13 Apr 2015 19:41:36 +0000 (UTC) Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-b22.telenor.se (Postfix) with ESMTP id E6F96452C0 for ; Mon, 13 Apr 2015 21:23:59 +0200 (CEST) X-SENDER-IP: [85.229.94.62] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BTEAC4FixVPD5e5VVcgwyBM4MQgy3DTYJcAoE7TQEBAQEBAQcBAQEBODtBBYNZAQEBAQIBHQYPASMjEAsOCgICJgICLQwKFAaINQwBtyqWGgEBAQEGAgEfgSGKCoR8B4JogUUFkQxiikqMRYVSgTiCJRyBUjyCdAEBAQ X-IPAS-Result: A2BTEAC4FixVPD5e5VVcgwyBM4MQgy3DTYJcAoE7TQEBAQEBAQcBAQEBODtBBYNZAQEBAQIBHQYPASMjEAsOCgICJgICLQwKFAaINQwBtyqWGgEBAQEGAgEfgSGKCoR8B4JogUUFkQxiikqMRYVSgTiCJRyBUjyCdAEBAQ X-IronPort-AV: E=Sophos;i="5.11,571,1422918000"; d="scan'208";a="860020572" Received: from c-3e5ee555.06-11-73746f31.cust.bredbandsbolaget.se (HELO sigyn.alvermark.net) ([85.229.94.62]) by ipb3.telenor.se with ESMTP; 13 Apr 2015 21:23:59 +0200 Received: from localhost ([127.0.0.1] helo=webmail.alvermark.net) by sigyn.alvermark.net with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Yhjxe-0005is-Hr; Mon, 13 Apr 2015 21:23:58 +0200 Received: from 85.229.93.187 (SquirrelMail authenticated user alvis) by webmail.alvermark.net with HTTP; Mon, 13 Apr 2015 21:23:58 +0200 (CEST) Message-ID: <55222.85.229.93.187.1428953038.squirrel@webmail.alvermark.net> Date: Mon, 13 Apr 2015 21:23:58 +0200 (CEST) Subject: Re: Call For Testers: Synaptics touchpads From: "Jakob Alvermark" To: "Rui Paulo" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit References: <1849381.HnoQVUIgNM@akita> <35767.85.229.93.187.1428525513.squirrel@webmail.alvermark.net> <2696756.suIA1QQXU7@akita> In-Reply-To: <2696756.suIA1QQXU7@akita> Cc: freebsd-current@freebsd.org, Jakob Alvermark X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 19:41:37 -0000 Sorry for not replying earlier, other things got in the way. I noticed the second patch was committed. Anyway here is some feedback: On Wed, April 8, 2015 23:58, Rui Paulo wrote: > On Wednesday 08 April 2015 22:38:33 Jakob Alvermark wrote: > >> Hi, >> >> >> Tested on my Acer E3-112 with a TouchPad. >> >> >> It works, thank you! >> >> >> I have been missing two-finger scrolling, it was quite awkward using >> edge scrolling IMHO. >> >> It does feel like it sometimes gets stuck in scrolling mode. When >> trying to move the pointer just after having scrolled, it scrolls even >> using just one finger. > > I've seen this problem too and I think it's related to my patch. I'll > see what I can do to fix it. With the committed patch, it feels much more responsive! >> Three-finger tapping also works. (Generating a button 3 event) >> > > That should've worked before. It did. Both the old and the new driver generates button 2 events. (Not button 3, I was wrong) >> "Clicking" on the pad (pushing it down until it "clicks" sends button >> events for both button 1 and 2. (Which is seems to sometimes be >> interpreted as button 3...) > > Was it only sending one button before? Just tried booting the old kernel, and yes, only button 2 events gets sent. With the new driver, I get both button 1 and 2 events... >> The biggest improvement though; before it would get totally crazy at >> random intervals with the pointer moving all over the screen and >> clicking at random points. Quite annoying... This patch seems to have >> eliminated that! > > Hmm, not sure how this patch would've fixed that. I'd suggest testing a > bit more just to be sure... With the last update, it seem to have come back, although it feels like it does not happen as frequently as before. This is strange. As I said, sometimes the mouse pointer would just jump around like mad. Even if I don't touch the pad. The remedy is to disable it and enable again. (Fn + F7 on this Acer) Then it goes back to normal again. > >> Also, does it support horizontal scrolling? >> > > Yes, but Xorg needs to be patched. Any hints on that? > > -- > Rui Paulo > > From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 20:58:23 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAF036CE for ; Mon, 13 Apr 2015 20:58:22 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C2EE87A0 for ; Mon, 13 Apr 2015 20:58:22 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id AC8592D4 for ; Mon, 13 Apr 2015 20:58:22 +0000 (UTC) Date: Mon, 13 Apr 2015 20:58:22 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <1209453114.13.1428958702501.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1146017138.12.1428948451292.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1146017138.12.1428948451292.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD-tests2 #929 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 20:58:23 -0000 See ------------------------------------------ [...truncated 65 lines...] Event timer "HPET" frequency 10000000 Hz quality 550 Event timer "HPET1" frequency 10000000 Hz quality 450 Event timer "HPET2" frequency 10000000 Hz quality 450 Event timer "HPET3" frequency 10000000 Hz quality 450 Event timer "HPET4" frequency 10000000 Hz quality 450 Event timer "HPET5" frequency 10000000 Hz quality 450 Event timer "HPET6" frequency 10000000 Hz quality 450 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 virtio_pci0: port 0x2000-0x201f mem 0xc0000000= -0xc0001fff irq 16 at device 2.0 on pci0 vtnet0: on virtio_pci0 vtnet0: Ethernet address: 58:9c:fc:00:00:2e 001.000045 [ 427] vtnet_netmap_attach max rings 1 vtnet0: netmap queues/slots: TX 1/1024, RX 1/1024 001.000046 [ 432] vtnet_netmap_attach virtio attached txq=3D1, txd=3D= 1024 rxq=3D1, rxd=3D1024 ahci0: mem 0xc0002000-0xc00023ff irq 17 a= t device 3.0 on pci0 ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported ahcich0: at channel 0 on ahci0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: console (9600,n,8,1) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 qpi0: on motherboard vga0: at port 0x3b0-0x3bb iomem 0xb0000-0xb7fff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range Timecounters tick every 1.000 msec ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 2.x device ada0: Serial Number 123456 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 2048MB (4194304 512 byte sectors: 16H 63S/T 4161C) ada0: Previously was known as ad4 random: unblocking device. SMP: AP CPU #1 Launched! WARNING: WITNESS option enabled, expect reduced performance. Trying to mount root from ufs:/dev/ufs/TESTROOT [rw]... Setting hostuuid: c5687064-e21f-11e4-93f6-589cfc00002e. Setting hostid: 0x7ae558be. No suitable dump device was found. Starting file system checks: /dev/ufs/TESTROOT: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ufs/TESTROOT: clean, 245174 free (30 frags, 30643 blocks, 0.0% fragmen= tation) Mounting local file systems:. /etc/rc: WARNING: $hostname is not set -- see rc.conf(5). Feeding entropy:. Starting Network: lo0 vtnet0. lo0: flags=3D8049 metric 0 mtu 16384 =09options=3D600003 =09inet6 ::1 prefixlen 128=20 =09inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 =09inet 127.0.0.1 netmask 0xff000000=20 =09nd6 options=3D21 =09groups: lo=20 vtnet0: flags=3D8902 metric 0 mtu 1500 =09options=3D80028 =09ether 58:9c:fc:00:00:2e =09nd6 options=3D29 =09media: Ethernet 10Gbase-T =09status: active Starting devd. Starting Network: vtnet0. vtnet0: flags=3D8902 metric 0 mtu 1500 =09options=3D80028 =09ether 58:9c:fc:00:00:2e =09nd6 options=3D29 =09media: Ethernet 10Gbase-T =09status: active add net fe80::: gateway ::1 add net ff02::: gateway ::1 add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 Generating host.conf. Creating and/or trimming log files. Starting syslogd. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib 32-bit compatibility ldconfig path: /usr/lib32 Starting casperd. Clearing /tmp (X related). Updating motd:. Mounting late file systems:. Configuring vt: blanktime. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Mon Apr 13 20:58:08 UTC 2015 FreeBSD/amd64 (Amnesiac) (ttyu0) login: root root Apr 13 20:58:08 login: ROOT LOGIN (root) ON ttyu0 FreeBSD 11.0-CURRENT (GENERIC) #30 r281498: Mon Apr 13 20:25:53 UTC 2015 Welcome to FreeBSD! Release Notes, Errata: https://www.FreeBSD.org/releases/ Security Advisories: https://www.FreeBSD.org/security/ FreeBSD Handbook: https://www.FreeBSD.org/handbook/ FreeBSD FAQ: https://www.FreeBSD.org/faq/ Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-question= s/ FreeBSD Forums: https://forums.FreeBSD.org/ Documents installed with the system are in the /usr/local/share/doc/freebsd= / directory, or can be installed later with: pkg install en-freebsd-doc For other languages, replace "en" with a language code like de or fr. Show the version of FreeBSD installed: freebsd-version ; uname -a Please include that output and any error messages when posting questions. Introduction to manual pages: man man FreeBSD directory layout: man hier Edit /etc/motd to change this login announcement. root@:~ # set prompt=3D"kyuatestprompt # " set prompt=3D"kyuatestprompt # "cd /usr/tests kyuatestprompt # cd /usr/testskyua test kyuatestprompt # kyua testkyua report --verbose --results-filter passed,ski= pped,xfail,broken,failed --output test-report.txt kyua report --verbose --results-filter passed,skipped,xfail,broken,failed = --output test-report.txt kyua: E: Load of 'Kyuafile' failed: Failed to load Lua file 'Kyuafile': Kyu= afile:49: Load of 'lib/Kyuafile' failed: Failed to load Lua file 'lib/Kyuaf= ile': lib/Kyuafile:49: Load of 'lib/libthr/Kyuafile' failed: Failed to load= Lua file 'lib/libthr/Kyuafile': lib/libthr/Kyuafile:26: Non-existent test = program 'lib/libthr/atexit_test'. kyuatestprompt # kyua report-junit --output=3Dtest-report.xml kyua report --verbose --results-filter passed,skipped,xfail,bro =08ken,fail= ed --output test-report.txt kyua: E: No previous results file found for test suite usr_tests. kyuatestprompt # kyua report-junit --output=3Dtest-report.xmlshutdown -p no= w kyua: E: No previous results file found for test suite usr_tests. kyuatestprompt # shutdown -p now Shutdown NOW! shutdown: [pid 664] kyuatestprompt # = =20 =07*** FINAL System shutdown message from root@ ***=07 = =20 System going down IMMEDIATELY = =20 = =20 System shutdown time has arrived=07=07 Apr 13 20:58:10 shutdown: power-down by root:=20 Stopping cron. Waiting for PIDS: 606. Stopping casperd. Waiting for PIDS: 500. Stopping devd. Waiting for PIDS: 326. Writing entropy file:. . Terminated Apr 13 20:58:11 syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 done All buffers synced. lock order reversal: 1st 0xfffff800062ca068 ufs (ufs) @ /builds/FreeBSD_HEAD/sys/kern/vfs_mount= .c:1229 2nd 0xfffff800061a15f0 devfs (devfs) @ /builds/FreeBSD_HEAD/sys/kern/vfs_s= ubr.c:2176 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe007bdea= 650 witness_checkorder() at witness_checkorder+0xe26/frame 0xfffffe007bdea6e0 __lockmgr_args() at __lockmgr_args+0xa5c/frame 0xfffffe007bdea810 vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe007bdea830 VOP_LOCK1_APV() at VOP_LOCK1_APV+0xfc/frame 0xfffffe007bdea860 _vn_lock() at _vn_lock+0x9a/frame 0xfffffe007bdea8d0 vget() at vget+0x67/frame 0xfffffe007bdea910 devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe007bdea960 devfs_root() at devfs_root+0x43/frame 0xfffffe007bdea990 dounmount() at dounmount+0x342/frame 0xfffffe007bdeaa10 vfs_unmountall() at vfs_unmountall+0x61/frame 0xfffffe007bdeaa40 kern_reboot() at kern_reboot+0x4f6/frame 0xfffffe007bdeaac0 sys_reboot() at sys_reboot+0x58/frame 0xfffffe007bdeaae0 amd64_syscall() at amd64_syscall+0x27f/frame 0xfffffe007bdeabf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe007bdeabf0 --- syscall (55, FreeBSD ELF64, sys_reboot), rip =3D 0x40fabc, rsp =3D 0x7f= ffffffe718, rbp =3D 0x7fffffffe810 --- Uptime: 15s acpi0: Powering system off + sudo python /vm/freebsd-ci/scripts/test/extract-test-logs.py -f /vm/freeb= sd-ci/scripts/test/config/config.json cp: /tmp/tmpVV9w9A/usr/tests/*.xml: No such file or directory mdconfig -a -u 99 -t vnode -f /net/jenkins-10.freebsd.org/builds/Build-UFS-= image/image/FreeBSD_HEAD/test.img umount /tmp/tmpVV9w9A mdconfig -d -u 99 Recording test results ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exce= ption hudson.AbortException: Test reports were found but none of them are new. Di= d tests run?=20 For example, is 10 days old =09at hudson.tasks.junit.TestResult.parse(TestResult.java:178) =09at hudson.tasks.junit.TestResult.parse(TestResult.java:146) =09at hudson.tasks.junit.TestResult.(TestResult.java:122) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:119) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:93) =09at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) =09at hudson.remoting.UserRequest.perform(UserRequest.java:121) =09at hudson.remoting.UserRequest.perform(UserRequest.java:49) =09at hudson.remoting.Request$2.run(Request.java:325) =09at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut= orService.java:68) =09at java.util.concurrent.FutureTask.run(FutureTask.java:262) =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.= java:1145) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:615) =09at java.lang.Thread.run(Thread.java:745) =09at ......remote call to havoc.ysv.freebsd.org(Native Method) =09at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) =09at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) =09at hudson.remoting.Channel.call(Channel.java:753) =09at hudson.FilePath.act(FilePath.java:978) =09at hudson.FilePath.act(FilePath.java:967) =09at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90) =09at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java= :120) =09at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.ja= va:137) =09at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibili= tyLayer.java:74) =09at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) =09at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBui= ld.java:761) =09at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildStep= s(AbstractBuild.java:721) =09at hudson.model.Build$BuildExecution.post2(Build.java:183) =09at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.= java:670) =09at hudson.model.Run.execute(Run.java:1766) =09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) =09at hudson.model.ResourceController.execute(ResourceController.java:98) =09at hudson.model.Executor.run(Executor.java:374) From owner-freebsd-current@FreeBSD.ORG Mon Apr 13 21:32:04 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0290CFFE; Mon, 13 Apr 2015 21:32:04 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (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 C122EC12; Mon, 13 Apr 2015 21:32:03 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so120348830pdb.1; Mon, 13 Apr 2015 14:32:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=p6WkookimvU95UMmuZlHimJYjOFzTytH4z4DrBQqfc4=; b=X2rSqk0j1oL9dQtgQUgqDws5NBBHJ+7uzTj1C3kZf2K430TvxND+Sp/V09jPQC+yFc p7OOHQvkAFgf8tmMle1ispAjrcfoHbP2Etomg0D0giWkoTueaOafTwxvxkO05efjHYLW 3pxrLdgPaTMc1MIKOvvl618RqINjcQOTUOKzBGWrTXstEa8cZeXbMHqhxIWh/ip7XAJN FQYOKiaASGKvI5pblEoM4Ttfw8kihmza/EAyMoZZ8RuUDAGFCzTpCr6kqt41sX/z3qsp XXpWDZA1MPO1THo2+Vul2InYXhYQpySXkqUBqH3fdWgcAE69K7TAmP4Pv03Lg78Rg3i5 Kx/Q== X-Received: by 10.70.37.1 with SMTP id u1mr30216965pdj.114.1428960723352; Mon, 13 Apr 2015 14:32:03 -0700 (PDT) Received: from [192.168.242.58] (c-67-182-131-225.hsd1.wa.comcast.net. [67.182.131.225]) by mx.google.com with ESMTPSA id iw1sm8207983pbd.8.2015.04.13.14.32.02 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 Apr 2015 14:32:02 -0700 (PDT) Content-Type: multipart/signed; boundary="Apple-Mail=_C57227F5-6A46-48EB-9A71-69323D3217EF"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Build failed in Jenkins: FreeBSD_HEAD-tests2 #928 From: Garrett Cooper In-Reply-To: <1146017138.12.1428948451292.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Mon, 13 Apr 2015 14:31:59 -0700 Cc: freebsd-current Current , Baptiste Daroussin Message-Id: <5A1FD0A4-12F6-4C76-8548-D0A9BF88090B@gmail.com> References: <1146017138.12.1428948451292.JavaMail.jenkins@jenkins-9.freebsd.org> To: jenkins-admin@freebsd.org X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 21:32:04 -0000 --Apple-Mail=_C57227F5-6A46-48EB-9A71-69323D3217EF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Apr 13, 2015, at 11:07, jenkins-admin@freebsd.org wrote: > See =85 > kyua report --verbose --results-filter = passed,skipped,xfail,broken,failed --output test-report.txt > kyua: E: Load of 'Kyuafile' failed: Failed to load Lua file = 'Kyuafile': Kyuafile:49: Load of 'lib/Kyuafile' failed: Failed to load = Lua file 'lib/Kyuafile': lib/Kyuafile:49: Load of 'lib/libthr/Kyuafile' = failed: Failed to load Lua file 'lib/libthr/Kyuafile': = lib/libthr/Kyuafile:26: Non-existent test program = 'lib/libthr/atexit_test'. > kyuatestprompt # kyua report-junit --output=3Dtest-report.xml > kyua report --verbose --results-filter passed,skipped,xfail,bro = =08ken,failed --output test-report.txt >=20 > kyua: E: No previous results file found for test suite usr_tests. > kyuatestprompt # kyua report-junit --output=3Dtest-report.xmlshutdown = -p now >=20 >=20 > kyua: E: No previous results file found for test suite usr_tests. > kyuatestprompt # shutdown -p now >=20 > Shutdown NOW! > shutdown: [pid 664] > kyuatestprompt # = =20 ... > Waiting (max 60 seconds) for system process `vnlru' to stop...done > Waiting (max 60 seconds) for system process `bufdaemon' to stop...done > Waiting (max 60 seconds) for system process `syncer' to stop... > Syncing disks, vnodes remaining...0 0 done > All buffers synced. > lock order reversal: > 1st 0xfffff800062d2068 ufs (ufs) @ = /builds/FreeBSD_HEAD/sys/kern/vfs_mount.c:1229 > 2nd 0xfffff800061a15f0 devfs (devfs) @ = /builds/FreeBSD_HEAD/sys/kern/vfs_subr.c:2176 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame = 0xfffffe007bdea650 > witness_checkorder() at witness_checkorder+0xe26/frame = 0xfffffe007bdea6e0 > __lockmgr_args() at __lockmgr_args+0xa5c/frame 0xfffffe007bdea810 > vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe007bdea830 > VOP_LOCK1_APV() at VOP_LOCK1_APV+0xfc/frame 0xfffffe007bdea860 > _vn_lock() at _vn_lock+0x9a/frame 0xfffffe007bdea8d0 > vget() at vget+0x67/frame 0xfffffe007bdea910 > devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe007bdea960 > devfs_root() at devfs_root+0x43/frame 0xfffffe007bdea990 > dounmount() at dounmount+0x342/frame 0xfffffe007bdeaa10 > vfs_unmountall() at vfs_unmountall+0x61/frame 0xfffffe007bdeaa40 > kern_reboot() at kern_reboot+0x4f6/frame 0xfffffe007bdeaac0 > sys_reboot() at sys_reboot+0x58/frame 0xfffffe007bdeaae0 > amd64_syscall() at amd64_syscall+0x27f/frame 0xfffffe007bdeabf0 > Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe007bdeabf0 > --- syscall (55, FreeBSD ELF64, sys_reboot), rip =3D 0x40fabc, rsp =3D = 0x7fffffffe718, rbp =3D 0x7fffffffe810 --- > Uptime: 16s > acpi0: Powering system off > + sudo python /vm/freebsd-ci/scripts/test/extract-test-logs.py -f = /vm/freebsd-ci/scripts/test/config/config.json > cp: /tmp/tmp8uNnu_/usr/tests/*.xml: No such file or directory > mdconfig -a -u 99 -t vnode -f = /net/jenkins-10.freebsd.org/builds/Build-UFS-image/image/FreeBSD_HEAD/test= .img > umount /tmp/tmp8uNnu_ > mdconfig -d -u 99 > Recording test results > ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to = exception > hudson.AbortException: Test reports were found but none of them are = new. Did tests run?=20 > For example, = = is 10 days old >=20 > at hudson.tasks.junit.TestResult.parse(TestResult.java:178) > at hudson.tasks.junit.TestResult.parse(TestResult.java:146) > at hudson.tasks.junit.TestResult.(TestResult.java:122) > at = hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java= :119) > at = hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java= :93) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) > at hudson.remoting.UserRequest.perform(UserRequest.java:121) > at hudson.remoting.UserRequest.perform(UserRequest.java:49) > at hudson.remoting.Request$2.run(Request.java:325) > at = hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorSer= vice.java:68) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at = java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:= 1145) > at = java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java= :615) > at java.lang.Thread.run(Thread.java:745) > at ......remote call to havoc.ysv.freebsd.org(Native Method) > at = hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) > at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) > at hudson.remoting.Channel.call(Channel.java:753) > at hudson.FilePath.act(FilePath.java:978) > at hudson.FilePath.act(FilePath.java:967) > at = hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90) > at = hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)= > at = hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:13= 7) > at = hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLay= er.java:74) > at = hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) > at = hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.ja= va:761) > at = hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(Abs= tractBuild.java:721) > at hudson.model.Build$BuildExecution.post2(Build.java:183) > at = hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:= 670) > at hudson.model.Run.execute(Run.java:1766) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > at = hudson.model.ResourceController.execute(ResourceController.java:98) > at hudson.model.Executor.run(Executor.java:374) This breakage was caused by r281055; atexit_test is a script installed = via ATF_TESTS_SH, and was not being installed right. Repro was as = follows: sudo pkg install -y kyua sudo rm -Rf /usr/tests sudo make hier (cd lib/libthr/tests/; make obj; make depend; make all; sudo make = install) (cd /usr/tests/lib/libthr; kyua list) This failure is the reason why I didn=92t commit a similar patch a while = ago (sorry for not noting this sooner :/..). I=92ve reverted the commit in r281503 and will work on the correct fix = post-haste to unblock your work Baptiste. Thank you (and sorry for not noting this issue sooner=85), --Apple-Mail=_C57227F5-6A46-48EB-9A71-69323D3217EF Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJVLDXPAAoJEMZr5QU6S73eJyQIAIEL7pukbe3DJUUToi/ZWO7u LZRpcw2ebBT96TOr3IgAvAizht9yEeAac4DxTeKxfSM8JcEoTkkviBMxZwLto0AO TN2iaf2wkH1h+RXiwFlLyBpfyL+QOkl4rP07Oaiyvyudi82jkfUqT8V6k0JBk4kY FffhJE0W8ewv4SHRd0Zi3CAlv2cZrK/8iki4YqN2tqLQTHwizSkMpn67tUSPFaJX sp2EalBy03S7GK1DwEUpztk1Bt1eSbkazYSsXAPzT9ODzzTkE0raJAt0acm4R4Gl kgNPCdSQ22HJ2lZ0g+3gs8m58yzgXjFLIHLcwfXxCt4t2Zo0iAVzXhqHN0b+ICQ= =T/X2 -----END PGP SIGNATURE----- --Apple-Mail=_C57227F5-6A46-48EB-9A71-69323D3217EF-- From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 00:01:22 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94FEB199 for ; Tue, 14 Apr 2015 00:01:22 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 76FE6E6B for ; Tue, 14 Apr 2015 00:01:22 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 84CA9324 for ; Tue, 14 Apr 2015 00:01:22 +0000 (UTC) Date: Tue, 14 Apr 2015 00:01:22 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <977648255.14.1428969682434.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1209453114.13.1428958702501.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1209453114.13.1428958702501.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD-tests2 #930 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 00:01:22 -0000 See ------------------------------------------ [...truncated 65 lines...] Event timer "HPET" frequency 10000000 Hz quality 550 Event timer "HPET1" frequency 10000000 Hz quality 450 Event timer "HPET2" frequency 10000000 Hz quality 450 Event timer "HPET3" frequency 10000000 Hz quality 450 Event timer "HPET4" frequency 10000000 Hz quality 450 Event timer "HPET5" frequency 10000000 Hz quality 450 Event timer "HPET6" frequency 10000000 Hz quality 450 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 virtio_pci0: port 0x2000-0x201f mem 0xc0000000= -0xc0001fff irq 16 at device 2.0 on pci0 vtnet0: on virtio_pci0 vtnet0: Ethernet address: 58:9c:fc:00:00:2e 001.000045 [ 427] vtnet_netmap_attach max rings 1 vtnet0: netmap queues/slots: TX 1/1024, RX 1/1024 001.000046 [ 432] vtnet_netmap_attach virtio attached txq=3D1, txd=3D= 1024 rxq=3D1, rxd=3D1024 ahci0: mem 0xc0002000-0xc00023ff irq 17 a= t device 3.0 on pci0 ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported ahcich0: at channel 0 on ahci0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: console (9600,n,8,1) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 qpi0: on motherboard vga0: at port 0x3b0-0x3bb iomem 0xb0000-0xb7fff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range Timecounters tick every 1.000 msec ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 2.x device ada0: Serial Number 123456 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 2048MB (4194304 512 byte sectors: 16H 63S/T 4161C) ada0: Previously was known as ad4 random: unblocking device. SMP: AP CPU #1 Launched! WARNING: WITNESS option enabled, expect reduced performance. Trying to mount root from ufs:/dev/ufs/TESTROOT [rw]... Setting hostuuid: 52e4ea65-e239-11e4-aac4-589cfc00002e. Setting hostid: 0xb78bab08. No suitable dump device was found. Starting file system checks: /dev/ufs/TESTROOT: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ufs/TESTROOT: clean, 245174 free (6 frags, 30646 blocks, 0.0% fragment= ation) Mounting local file systems:. /etc/rc: WARNING: $hostname is not set -- see rc.conf(5). Feeding entropy:. Starting Network: lo0 vtnet0. lo0: flags=3D8049 metric 0 mtu 16384 =09options=3D600003 =09inet6 ::1 prefixlen 128=20 =09inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 =09inet 127.0.0.1 netmask 0xff000000=20 =09nd6 options=3D21 =09groups: lo=20 vtnet0: flags=3D8902 metric 0 mtu 1500 =09options=3D80028 =09ether 58:9c:fc:00:00:2e =09nd6 options=3D29 =09media: Ethernet 10Gbase-T =09status: active Starting devd. Starting Network: vtnet0. vtnet0: flags=3D8902 metric 0 mtu 1500 =09options=3D80028 =09ether 58:9c:fc:00:00:2e =09nd6 options=3D29 =09media: Ethernet 10Gbase-T =09status: active add net fe80::: gateway ::1 add net ff02::: gateway ::1 add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 Generating host.conf. Creating and/or trimming log files. Starting syslogd. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib 32-bit compatibility ldconfig path: /usr/lib32 Starting casperd. Clearing /tmp (X related). Updating motd:. Mounting late file systems:. Configuring vt: blanktime. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Tue Apr 14 00:01:05 UTC 2015 FreeBSD/amd64 (Amnesiac) (ttyu0) login: root root Apr 14 00:01:06 login: ROOT LOGIN (root) ON ttyu0 FreeBSD 11.0-CURRENT (GENERIC) #31 r281502: Mon Apr 13 23:26:12 UTC 2015 Welcome to FreeBSD! Release Notes, Errata: https://www.FreeBSD.org/releases/ Security Advisories: https://www.FreeBSD.org/security/ FreeBSD Handbook: https://www.FreeBSD.org/handbook/ FreeBSD FAQ: https://www.FreeBSD.org/faq/ Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-question= s/ FreeBSD Forums: https://forums.FreeBSD.org/ Documents installed with the system are in the /usr/local/share/doc/freebsd= / directory, or can be installed later with: pkg install en-freebsd-doc For other languages, replace "en" with a language code like de or fr. Show the version of FreeBSD installed: freebsd-version ; uname -a Please include that output and any error messages when posting questions. Introduction to manual pages: man man FreeBSD directory layout: man hier Edit /etc/motd to change this login announcement. root@:~ # set prompt=3D"kyuatestprompt # " set prompt=3D"kyuatestprompt # "cd /usr/tests kyuatestprompt # cd /usr/testskyua test kyuatestprompt # kyua testkyua report --verbose --results-filter passed,ski= pped,xfail,broken,failed --output test-report.txt kyua report --verbose --results-filter passed,skipped,xfail,broken,failed = --output test-report.txt kyua: E: Load of 'Kyuafile' failed: Failed to load Lua file 'Kyuafile': Kyu= afile:49: Load of 'lib/Kyuafile' failed: Failed to load Lua file 'lib/Kyuaf= ile': lib/Kyuafile:49: Load of 'lib/libthr/Kyuafile' failed: Failed to load= Lua file 'lib/libthr/Kyuafile': lib/libthr/Kyuafile:26: Non-existent test = program 'lib/libthr/atexit_test'. kyuatestprompt # kyuakyua report-junit --output=3Dtest-report.xml report --verbose --results-filter passed,skipped,xfail,bro =08ken,failed = --output test-report.txt kyua: E: No previous results file found for test suite usr_tests. kyuatestprompt # kyua report-junit --output=3Dtest-report.xmlshutdown -p no= w kyua: E: No previous results file found for test suite usr_tests. kyuatestprompt # shutdown -p now Shutdown NOW! shutdown: [pid 664] kyuatestprompt # = =20 =07*** FINAL System shutdown message from root@ ***=07 = =20 System going down IMMEDIATELY = =20 = =20 System shutdown time has arrived=07=07 Apr 14 00:01:09 shutdown: power-down by root:=20 Stopping cron. Waiting for PIDS: 606. Stopping casperd. Waiting for PIDS: 500. Stopping devd. Waiting for PIDS: 326. Writing entropy file:. . Terminated Apr 14 00:01:10 syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 done All buffers synced. lock order reversal: 1st 0xfffff800062d6240 ufs (ufs) @ /builds/FreeBSD_HEAD/sys/kern/vfs_mount= .c:1229 2nd 0xfffff800061a15f0 devfs (devfs) @ /builds/FreeBSD_HEAD/sys/kern/vfs_s= ubr.c:2176 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe007bdea= 650 witness_checkorder() at witness_checkorder+0xe26/frame 0xfffffe007bdea6e0 __lockmgr_args() at __lockmgr_args+0xa5c/frame 0xfffffe007bdea810 vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe007bdea830 VOP_LOCK1_APV() at VOP_LOCK1_APV+0xfc/frame 0xfffffe007bdea860 _vn_lock() at _vn_lock+0x9a/frame 0xfffffe007bdea8d0 vget() at vget+0x67/frame 0xfffffe007bdea910 devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe007bdea960 devfs_root() at devfs_root+0x43/frame 0xfffffe007bdea990 dounmount() at dounmount+0x342/frame 0xfffffe007bdeaa10 vfs_unmountall() at vfs_unmountall+0x61/frame 0xfffffe007bdeaa40 kern_reboot() at kern_reboot+0x4f6/frame 0xfffffe007bdeaac0 sys_reboot() at sys_reboot+0x58/frame 0xfffffe007bdeaae0 amd64_syscall() at amd64_syscall+0x27f/frame 0xfffffe007bdeabf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe007bdeabf0 --- syscall (55, FreeBSD ELF64, sys_reboot), rip =3D 0x40fabc, rsp =3D 0x7f= ffffffe718, rbp =3D 0x7fffffffe810 --- Uptime: 19s acpi0: Powering system off + sudo python /vm/freebsd-ci/scripts/test/extract-test-logs.py -f /vm/freeb= sd-ci/scripts/test/config/config.json cp: /tmp/tmprN98sr/usr/tests/*.xml: No such file or directory mdconfig -a -u 99 -t vnode -f /net/jenkins-10.freebsd.org/builds/Build-UFS-= image/image/FreeBSD_HEAD/test.img umount /tmp/tmprN98sr mdconfig -d -u 99 Recording test results ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exce= ption hudson.AbortException: Test reports were found but none of them are new. Di= d tests run?=20 For example, is 10 days old =09at hudson.tasks.junit.TestResult.parse(TestResult.java:178) =09at hudson.tasks.junit.TestResult.parse(TestResult.java:146) =09at hudson.tasks.junit.TestResult.(TestResult.java:122) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:119) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:93) =09at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) =09at hudson.remoting.UserRequest.perform(UserRequest.java:121) =09at hudson.remoting.UserRequest.perform(UserRequest.java:49) =09at hudson.remoting.Request$2.run(Request.java:325) =09at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut= orService.java:68) =09at java.util.concurrent.FutureTask.run(FutureTask.java:262) =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.= java:1145) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:615) =09at java.lang.Thread.run(Thread.java:745) =09at ......remote call to havoc.ysv.freebsd.org(Native Method) =09at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) =09at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) =09at hudson.remoting.Channel.call(Channel.java:753) =09at hudson.FilePath.act(FilePath.java:978) =09at hudson.FilePath.act(FilePath.java:967) =09at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90) =09at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java= :120) =09at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.ja= va:137) =09at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibili= tyLayer.java:74) =09at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) =09at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBui= ld.java:761) =09at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildStep= s(AbstractBuild.java:721) =09at hudson.model.Build$BuildExecution.post2(Build.java:183) =09at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.= java:670) =09at hudson.model.Run.execute(Run.java:1766) =09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) =09at hudson.model.ResourceController.execute(ResourceController.java:98) =09at hudson.model.Executor.run(Executor.java:374) From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 07:21:00 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A147FB9 for ; Tue, 14 Apr 2015 07:21:00 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id E6FFE162 for ; Tue, 14 Apr 2015 07:20:59 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id D3DF4403 for ; Tue, 14 Apr 2015 07:20:59 +0000 (UTC) Date: Tue, 14 Apr 2015 07:20:58 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <145083235.16.1428996058863.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <977648255.14.1428969682434.JavaMail.jenkins@jenkins-9.freebsd.org> References: <977648255.14.1428969682434.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_HEAD-tests2 #931 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 07:21:00 -0000 See From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 15:31:19 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7A04937 for ; Tue, 14 Apr 2015 15:31:19 +0000 (UTC) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 998CA206 for ; Tue, 14 Apr 2015 15:31:19 +0000 (UTC) Received: from marvin.lab.vangyzen.net (c-73-147-253-17.hsd1.va.comcast.net [73.147.253.17]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 2176156467 for ; Tue, 14 Apr 2015 10:31:19 -0500 (CDT) Message-ID: <552D32C6.7020200@FreeBSD.org> Date: Tue, 14 Apr 2015 11:31:18 -0400 From: Eric van Gyzen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: current@freebsd.org Subject: Re: SSE in libthr References: <5515AED9.8040408@FreeBSD.org> <3A96AAEC-9C1C-444E-9A73-3CD2AED33116@me.com> <5515CF1C.8010409@FreeBSD.org> <20150328173613.GE51048@funkthat.com> In-Reply-To: <20150328173613.GE51048@funkthat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 15:31:19 -0000 Below is an updated patch to incorporate everyone's feedback so far. I recognize all of the counter-arguments, and I agree with them in general. Indeed, as applications use more SIMD, this kind of patch goes in the wrong direction. However, there are applications that do not use enough SSE to offset the extra context-switch cost. SSE does not provide a clear benefit in the current libthr code with the current compiler, but it does provide a clear loss in some cases. Therefore, disabling SSE in libthr is a non-loss for most, and a gain for some. I refrained from disabling SSE in libc--as was suggested--because I can't make the above argument for libc. It provides such a variety of code that SSE might be a net win in some cases. I wish I had time to identify and benchmark the interesting cases. Thanks in advance for your further review and comments. Eric Index: head/lib/libthr/arch/amd64/Makefile.inc =================================================================== --- head/lib/libthr/arch/amd64/Makefile.inc (revision 281473) +++ head/lib/libthr/arch/amd64/Makefile.inc (working copy) @@ -1,3 +1,9 @@ #$FreeBSD$ SRCS+= _umtx_op_err.S + +# With the current compiler and libthr code, using SSE in libthr +# does not provide enough performance improvement to outweigh +# the extra context switch cost. This can measurably impact +# performance when the application also does not use enough SSE. +CFLAGS+=${CFLAGS_NO_SIMD} Index: head/lib/libthr/arch/i386/Makefile.inc =================================================================== --- head/lib/libthr/arch/i386/Makefile.inc (revision 281473) +++ head/lib/libthr/arch/i386/Makefile.inc (working copy) @@ -1,3 +1,9 @@ # $FreeBSD$ SRCS+= _umtx_op_err.S + +# With the current compiler and libthr code, using SSE in libthr +# does not provide enough performance improvement to outweigh +# the extra context switch cost. This can measurably impact +# performance when the application also does not use enough SSE. +CFLAGS+=${CFLAGS_NO_SIMD} Index: head/libexec/rtld-elf/amd64/Makefile.inc =================================================================== --- head/libexec/rtld-elf/amd64/Makefile.inc (revision 281473) +++ head/libexec/rtld-elf/amd64/Makefile.inc (working copy) @@ -1,6 +1,6 @@ # $FreeBSD$ -CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float +CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float # Uncomment this to build the dynamic linker as an executable instead # of a shared library: #LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x Index: head/libexec/rtld-elf/i386/Makefile.inc =================================================================== --- head/libexec/rtld-elf/i386/Makefile.inc (revision 281473) +++ head/libexec/rtld-elf/i386/Makefile.inc (working copy) @@ -1,6 +1,6 @@ # $FreeBSD$ -CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float +CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float # Uncomment this to build the dynamic linker as an executable instead # of a shared library: #LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x Index: head/share/mk/bsd.sys.mk =================================================================== --- head/share/mk/bsd.sys.mk (revision 281473) +++ head/share/mk/bsd.sys.mk (working copy) @@ -153,6 +153,26 @@ SSP_CFLAGS?= -fstack-protector CFLAGS+= ${SSP_CFLAGS} .endif # SSP && !ARM && !MIPS +# +# Prohibit the compiler from emitting SIMD instructions. +# These flags are added to CFLAGS in areas where the extra context-switch +# cost outweighs the advantages of SIMD instructions. +# +# gcc: +# Setting -mno-mmx implies -mno-3dnow +# Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3 and -mfpmath=387 +# +# clang: +# Setting -mno-mmx implies -mno-3dnow and -mno-3dnowa +# Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3, -mno-sse41 and +# -mno-sse42 +# (-mfpmath= is not supported) +# +.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" +CFLAGS_NO_SIMD.clang= -mno-avx +CFLAGS_NO_SIMD= -mno-mmx -mno-sse ${CFLAGS_NO_SIMD.${COMPILER_TYPE}} +.endif + # Allow user-specified additional warning flags, plus compiler specific flag overrides. # Unless we've overriden this... .if ${MK_WARNS} != "no" Index: head/sys/conf/kern.mk =================================================================== --- head/sys/conf/kern.mk (revision 281473) +++ head/sys/conf/kern.mk (working copy) @@ -75,18 +75,10 @@ FORMAT_EXTENSIONS= -fformat-extensions # operations inside the kernel itself. These operations are exclusively # reserved for user applications. # -# gcc: -# Setting -mno-mmx implies -mno-3dnow -# Setting -mno-sse implies -mno-sse2, -mno-sse3 and -mno-ssse3 -# -# clang: -# Setting -mno-mmx implies -mno-3dnow and -mno-3dnowa -# Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3, -mno-sse41 and -mno-sse42 -# .if ${MACHINE_CPUARCH} == "i386" CFLAGS.gcc+= -mno-align-long-strings -mpreferred-stack-boundary=2 -CFLAGS.clang+= -mno-aes -mno-avx -CFLAGS+= -mno-mmx -mno-sse -msoft-float +CFLAGS.clang+= -mno-aes +CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float INLINE_LIMIT?= 8000 .endif @@ -111,18 +103,9 @@ INLINE_LIMIT?= 15000 # operations inside the kernel itself. These operations are exclusively # reserved for user applications. # -# gcc: -# Setting -mno-mmx implies -mno-3dnow -# Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3 and -mfpmath=387 -# -# clang: -# Setting -mno-mmx implies -mno-3dnow and -mno-3dnowa -# Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3, -mno-sse41 and -mno-sse42 -# (-mfpmath= is not supported) -# .if ${MACHINE_CPUARCH} == "amd64" -CFLAGS.clang+= -mno-aes -mno-avx -CFLAGS+= -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float \ +CFLAGS.clang+= -mno-aes +CFLAGS+= -mcmodel=kernel -mno-red-zone ${CFLAGS_NO_SIMD} -msoft-float \ -fno-asynchronous-unwind-tables INLINE_LIMIT?= 8000 .endif From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 16:56:34 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0550FD52 for ; Tue, 14 Apr 2015 16:56:34 +0000 (UTC) Received: from st11p00mm-asmtp001.mac.com (st11p00mm-asmtp001.mac.com [17.172.81.0]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBE49DCB for ; Tue, 14 Apr 2015 16:56:33 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NMT0041L320D610@st11p00mm-asmtp001.mac.com> for freebsd-current@freebsd.org; Tue, 14 Apr 2015 16:56:27 +0000 (GMT) From: Rui Paulo To: freebsd-current@freebsd.org Cc: Jakob Alvermark Subject: Re: Call For Testers: Synaptics touchpads Date: Tue, 14 Apr 2015 09:56:24 -0700 Message-id: <1463580.IH0K47yEFN@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: <55222.85.229.93.187.1428953038.squirrel@webmail.alvermark.net> References: <1849381.HnoQVUIgNM@akita> <2696756.suIA1QQXU7@akita> <55222.85.229.93.187.1428953038.squirrel@webmail.alvermark.net> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-14_05:2015-04-14,2015-04-14,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=4 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504140144 X-Mailman-Approved-At: Tue, 14 Apr 2015 17:19:51 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 16:56:34 -0000 On Monday 13 April 2015 21:23:58 Jakob Alvermark wrote: > Just tried booting the old kernel, and yes, only button 2 events gets sent. > With the new driver, I get both button 1 and 2 events... Can you send me the boot time log with debug.psm.loglevel=10? Then send me the log when you press the button. > > Yes, but Xorg needs to be patched. > > Any hints on that? I haven't looked into it. -- Rui Paulo From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 20:05:05 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12CE6C82; Tue, 14 Apr 2015 20:05:05 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (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 A9B73931; Tue, 14 Apr 2015 20:05:04 +0000 (UTC) Received: by wgsk9 with SMTP id k9so24265063wgs.3; Tue, 14 Apr 2015 13:05:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=1Kc5ZyEd0dzHb/d00SGHgJafzsn6eCFUrGIL5RFgnx8=; b=iZfMbOMqMe4WYmXLCue3tHWsLyTEoyp4TbgPboLnWZ8BxoS3R5IpBZN5KzfixqEs+c 5KN2S1b9MsSjqp4XpIzKyMvkkLiJ0jy3aQMkjF/18FluO1sJrUYTo0ipIJyq7X3Em1Ae Trn3PObnXhN4PvOsHwQP0zPl8YcsyahansM2H01HeY+xb0dEBs4jIhBvRlWa0vkPdfJN +g8fLWwjT9leWn2GKkBxsmkBBW+Ns31as2kRyDBNZoLLv55Ehb0BFXz46O70Cm7wQgoY TaykIppp7r3ciouX0GuS20J6TrCbfWJuLVbhWu2KgrnLVBFTS8YaN0muAmy/hUcWEDQs yU9g== X-Received: by 10.180.105.193 with SMTP id go1mr34484947wib.92.1429041903056; Tue, 14 Apr 2015 13:05:03 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id b1sm2953600wjs.17.2015.04.14.13.05.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Apr 2015 13:05:02 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 14 Apr 2015 22:05:00 +0200 From: Baptiste Daroussin To: ports@FreeBSD.org, current@FreeBSD.org, stable@FreeBSD.org Subject: pkg 1.5.0 is out Message-ID: <20150414200459.GE39658@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="o0ZfoUVt4BxPQnbU" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 20:05:05 -0000 --o0ZfoUVt4BxPQnbU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Final pkg 1.5.0 has been released. What happened since pkg 1.4.0: - Initial provides/requires support - Lots of new regression tests have been added - Initial support for OS X - Initial support for NetBSD/EdgeBSD - Update most of the bundled third party software has been updated to their latest version - Improve the messages reported by pkg - Properly support file flags - Implement argument support for custom keywords - Extend setting credential via plist to allow to set file flags - Make credential syntax via plist more flexible allow to only defines the first - pkg updating now supports case insensitive matching - pkg create now support a verbose mode - Add an option to change the default on question, until now the default answer was "No" with that option set it would be "Yes" - Lots of fixes to pkg audit -r - Global memory usage reduction and speed up - Improvements and cleanup on pkg alias - pkg annotate --show --all has been fixed - Make pkg.h C++ friendly - Lots of improvements in the solver - Lots of fixes on 32 bits platforms - Add support for: pkg create -M ./plop.ucl -p ./plop.plist - New pkg -r that will install in the given rootdir without chrooting - Export PKG_ROOTDIR to scripts allow to make them as portable as possible - Stop trying to remove all installed package with the argument of pkg delete is a local file - Be more explicit about why the solver it going to reinstall, remove or upgrade (when possible) - Plenty of bug fixes - Plenty of new bugs - pkg shlibs now support -q - pkg lock gained a new --has-locked-packages option - pkg now resumes fetch if possible - CONSERVATIVE_UPGRADE is now on by default - pkg alias now have a -l argument to list aliases - A sample pkg.conf is now installed with a bunch of aliases set by default - Fix the backup script to properly export an sql which will be importable via pkg shell and/or sqlite out of box I would like to thank anyone that has been contributing to pkg to make this release happen (via code, bug report, feature request, testing and documentation) For pkg 1.6.0 among other things and depending on the time, here is what we do plan to work on: - Safe cherry-picking of upgrades (aka: pkg upgrade something) - New context dependant messages: * messages that only appears during upgrades * messages that only appears on deinstall * messages that only appears on install - Extend provides/requires to support flexible dependencies - Linux package backend (?) - Allow multiple versions of a given package in a repo - Add more regression tests - Improve documentation - Best regards, Bapt --o0ZfoUVt4BxPQnbU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUtcusACgkQ8kTtMUmk6Ey6TwCdEzriE+H3YlQpvVXMZBGK7EVh xJoAnR67p5YXrGpXH9+tl7yikv81D21M =DpPp -----END PGP SIGNATURE----- --o0ZfoUVt4BxPQnbU-- From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 20:35:02 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F87EA16; Tue, 14 Apr 2015 20:35:02 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c: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 0A4FFCBE; Tue, 14 Apr 2015 20:35:02 +0000 (UTC) Received: by wiun10 with SMTP id n10so36253738wiu.1; Tue, 14 Apr 2015 13:35:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wVIhNfnulk4Nph/NxcxCrpgegoUIldDSDv6DuJgG4mU=; b=nREPt4luRYyYC5llSJtyGOWy5qqgzzy3o3OEkysTeuH4XT67PyOYzedDZz+eaL8TLC fmHdRHjbLoATp8zMJGMGC74LAKS0GXtbumojMky+dE5G4e8l2xUIYdeGUUJwWDsDFDlR ek41jyRrOCJYOYOKNrGYhKyZ9vUUYGQEfPwajQu24Jan0Bl3NF63thxW57yqHnKECSbq ndZLQLA/CtgRDosJWjhrRxXmMxQdx9goNGis4H0+viAw5Z4qzMhp6qN9j3APbrs3gmYA LettHefGFJHgOxQDgH9xpxyyNMNdaScd/bRO/Xg1s/8hykj2n++3mEJkvctox7pxfPri Hewg== MIME-Version: 1.0 X-Received: by 10.180.105.136 with SMTP id gm8mr36342880wib.13.1429043700494; Tue, 14 Apr 2015 13:35:00 -0700 (PDT) Received: by 10.180.44.172 with HTTP; Tue, 14 Apr 2015 13:34:59 -0700 (PDT) Received: by 10.180.44.172 with HTTP; Tue, 14 Apr 2015 13:34:59 -0700 (PDT) In-Reply-To: References: <20150414200459.GE39658@ivaldir.etoilebsd.net> Date: Tue, 14 Apr 2015 22:34:59 +0200 Message-ID: Subject: Re: pkg 1.5.0 is out From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: Mikhail Tsatsenko Cc: current@freebsd.org, Baptiste Daroussin , "freebsd-stable@freebsd.org Stable" , "freebsd-ports@freebsd.org" X-Mailman-Approved-At: Tue, 14 Apr 2015 20:44:33 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 20:35:02 -0000 El 14/04/2015 22:19, "Mikhail Tsatsenko" escribi=C3= =B3: > > 2015-04-14 23:05 GMT+03:00 Baptiste Daroussin : > > Hi all, > Hi, > thanks for your great work! +1 > > > > Final pkg 1.5.0 has been released. > > > > What happened since pkg 1.4.0: > > - Initial provides/requires support > > - Lots of new regression tests have been added > > - Initial support for OS X > > - Initial support for NetBSD/EdgeBSD > > - Update most of the bundled third party software has been updated to their > > latest version > > - Improve the messages reported by pkg > > - Properly support file flags > > - Implement argument support for custom keywords > > - Extend setting credential via plist to allow to set file flags > > - Make credential syntax via plist more flexible allow to only defines the first > > - pkg updating now supports case insensitive matching > > - pkg create now support a verbose mode > > - Add an option to change the default on question, until now the default answer > > was "No" with that option set it would be "Yes" > > - Lots of fixes to pkg audit -r > > - Global memory usage reduction and speed up > > - Improvements and cleanup on pkg alias > > - pkg annotate --show --all has been fixed > > - Make pkg.h C++ friendly > > - Lots of improvements in the solver > > - Lots of fixes on 32 bits platforms > > - Add support for: pkg create -M ./plop.ucl -p ./plop.plist > > - New pkg -r that will install in the given rootdir without chrooting > > - Export PKG_ROOTDIR to scripts allow to make them as portable as possible > > - Stop trying to remove all installed package with the argument of pkg delete is > > a local file > > - Be more explicit about why the solver it going to reinstall, remove or upgrade > > (when possible) > > - Plenty of bug fixes > > - Plenty of new bugs > > - pkg shlibs now support -q > > - pkg lock gained a new --has-locked-packages option > > - pkg now resumes fetch if possible > > - CONSERVATIVE_UPGRADE is now on by default > > - pkg alias now have a -l argument to list aliases > > - A sample pkg.conf is now installed with a bunch of aliases set by default > > - Fix the backup script to properly export an sql which will be importable via > > pkg shell and/or sqlite out of box > > > > I would like to thank anyone that has been contributing to pkg to make this > > release happen (via code, bug report, feature request, testing and documentation) > > > > For pkg 1.6.0 among other things and depending on the time, here is what we do > > plan to work on: > > - Safe cherry-picking of upgrades (aka: pkg upgrade something) > > - New context dependant messages: > > * messages that only appears during upgrades > > * messages that only appears on deinstall > > * messages that only appears on install > > - Extend provides/requires to support flexible dependencies > > - Linux package backend (?) > > - Allow multiple versions of a given package in a repo > > - Add more regression tests > > - Improve documentation > > - > > > > Best regards, > > Bapt > > > > -- > Mikhail > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 22:16:01 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6E9671F for ; Tue, 14 Apr 2015 22:16:01 +0000 (UTC) Received: from smtprelay-b32.telenor.se (smtprelay-b32.telenor.se [213.150.131.21]) (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 44083A66 for ; Tue, 14 Apr 2015 22:16:00 +0000 (UTC) Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b32.telenor.se (Postfix) with ESMTP id 9FBF462A21 for ; Tue, 14 Apr 2015 23:40:11 +0200 (CEST) X-SENDER-IP: [85.229.94.62] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BuBgAfiC1V/z5e5VVcgwyBM4MQx1KCXAKBSDwRAQEBAQEBAX2EIAEBBB0GBC8jEAsOCioCAi0MHgaIQQG0T5YJAQEBAQEBAQMBAQEBAR2LK4R8B4JogUUFjnSCGmKBDIEzmiSBOCKDcTyCdAEBAQ X-IPAS-Result: A2BuBgAfiC1V/z5e5VVcgwyBM4MQx1KCXAKBSDwRAQEBAQEBAX2EIAEBBB0GBC8jEAsOCioCAi0MHgaIQQG0T5YJAQEBAQEBAQMBAQEBAR2LK4R8B4JogUUFjnSCGmKBDIEzmiSBOCKDcTyCdAEBAQ X-IronPort-AV: E=Sophos;i="5.11,578,1422918000"; d="txt'?scan'208";a="218669883" Received: from c-3e5ee555.06-11-73746f31.cust.bredbandsbolaget.se (HELO sigyn.alvermark.net) ([85.229.94.62]) by ipb1.telenor.se with ESMTP; 14 Apr 2015 23:40:11 +0200 Received: from localhost ([127.0.0.1] helo=webmail.alvermark.net) by sigyn.alvermark.net with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Yi8Yo-000FEK-IQ; Tue, 14 Apr 2015 23:39:58 +0200 Received: from 85.229.92.85 (SquirrelMail authenticated user alvis) by webmail.alvermark.net with HTTP; Tue, 14 Apr 2015 23:39:58 +0200 (CEST) Message-ID: <18371.85.229.92.85.1429047598.squirrel@webmail.alvermark.net> In-Reply-To: <1463580.IH0K47yEFN@akita> References: <1849381.HnoQVUIgNM@akita> <2696756.suIA1QQXU7@akita> <55222.85.229.93.187.1428953038.squirrel@webmail.alvermark.net> <1463580.IH0K47yEFN@akita> Date: Tue, 14 Apr 2015 23:39:58 +0200 (CEST) Subject: Re: Call For Testers: Synaptics touchpads From: "Jakob Alvermark" To: "Rui Paulo" Cc: freebsd-current@freebsd.org, "Jakob Alvermark" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20150414233958_15805" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 22:16:01 -0000 ------=_20150414233958_15805 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Tue, April 14, 2015 18:56, Rui Paulo wrote: > On Monday 13 April 2015 21:23:58 Jakob Alvermark wrote: > >> Just tried booting the old kernel, and yes, only button 2 events gets >> sent. With the new driver, I get both button 1 and 2 events... >> > > Can you send me the boot time log with debug.psm.loglevel=10? Then send > me the log when you press the button. Sure. Jakob ------=_20150414233958_15805 Content-Type: text/plain; name="psmlog.txt" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="psmlog.txt" Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 31 c1 55 d5 Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 33 c1 44 db Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 34 c1 44 db Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 34 c1 44 db Apr 14 22:58:42 flyer kernel: synaptics: ---- Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3669, 2261], 49, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[9]: x=3669, y=2261, dx=0, dy=0 Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3652, 2267], 51, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[8]: x=3652, y=2267, dx=-17, dy=6 Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3652, 2267], 52, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[7]: x=3652, y=2267, dx=0, dy=0 Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3652, 2267], 52, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[6]: x=3652, y=2267, dx=0, dy=0 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=17, dyp=6, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=9, len=12, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=0 Apr 14 22:58:42 flyer kernel: synaptics: [0, 0] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 34 c1 42 da Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3650, 2266], 52, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[5]: x=3650, y=2266, dx=-2, dy=-1 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=19, dyp=5, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=9, len=13, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=0 Apr 14 22:58:42 flyer kernel: synaptics: [-2, -1] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 34 c1 42 da Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3650, 2266], 52, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[4]: x=3650, y=2266, dx=0, dy=0 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=19, dyp=5, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=9, len=13, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=0 Apr 14 22:58:42 flyer kernel: synaptics: [0, 0] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 33 c1 42 da Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3650, 2266], 51, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[3]: x=3650, y=2266, dx=0, dy=0 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=19, dyp=5, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=9, len=13, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=0 Apr 14 22:58:42 flyer kernel: synaptics: [0, 0] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 33 c1 42 da Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3650, 2266], 51, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[2]: x=3650, y=2266, dx=0, dy=0 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=19, dyp=5, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=9, len=13, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=0 Apr 14 22:58:42 flyer kernel: synaptics: [0, 0] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 33 c0 42 da Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3650, 2266], 51, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[1]: x=3650, y=2266, dx=0, dy=0 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=19, dyp=5, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=9, len=13, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=0 Apr 14 22:58:42 flyer kernel: synaptics: [0, 0] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 31 c0 45 d1 Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3653, 2257], 49, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[0]: x=3653, y=2257, dx=3, dy=-9 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=16, dyp=4, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=9, len=11, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=-3 Apr 14 22:58:42 flyer kernel: synaptics: [3, -9] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 90 8e 10 c0 44 cb Apr 14 22:58:42 flyer kernel: synaptics: ipacket: [3652, 2251], 16, 4 Apr 14 22:58:42 flyer kernel: synaptics: cursor[9]: x=3652, y=2251, dx=-1, dy=-6 Apr 14 22:58:42 flyer kernel: synaptics: virtual scrolling: NO (direction=0, dxp=17, dyp=10, fingers=1) Apr 14 22:58:42 flyer kernel: synaptics: peer=8, len=9, weight=6/6, div=17/17 Apr 14 22:58:42 flyer kernel: synaptics: avg_dx~=0, avg_dy~=-4 Apr 14 22:58:42 flyer kernel: synaptics: [-1, -6] -> [0, 0] Apr 14 22:58:42 flyer kernel: psmintr: 80 00 00 c0 00 00 Apr 14 22:58:42 flyer kernel: synaptics: zmax=52, dx=17, dy=10, delta=80, fingers=1, queue=10 Apr 14 22:58:42 flyer kernel: synaptics: button PRESS: 1 Apr 14 22:58:42 flyer kernel: psmintr: 80 00 00 c0 00 00 Apr 14 22:58:42 flyer last message repeated 9 times Apr 14 22:58:42 flyer kernel: synaptics: button RELEASE: 1 Apr 14 22:58:43 flyer kernel: psmintr: 80 00 00 c0 00 00 Apr 14 22:58:44 flyer last message repeated 95 times Apr 14 22:58:46 flyer kernel: psm0: lost interrupt? ------=_20150414233958_15805-- From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 04:57:40 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C66092FC for ; Wed, 15 Apr 2015 04:57:40 +0000 (UTC) Received: from st11p00mm-asmtp004.mac.com (st11p00mm-asmtpout004.mac.com [17.172.81.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6C0A1A for ; Wed, 15 Apr 2015 04:57:39 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp004.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTPSA id <0NMU00CDI0FWVB40@st11p00mm-asmtp004.mac.com> for freebsd-current@freebsd.org; Wed, 15 Apr 2015 04:57:33 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-15_02:2015-04-14,2015-04-15,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504150045 From: Rui Paulo To: Jakob Alvermark Cc: freebsd-current@freebsd.org Subject: Re: Call For Testers: Synaptics touchpads Date: Tue, 14 Apr 2015 21:57:31 -0700 Message-id: <15705538.nVSITTsbWV@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: <18371.85.229.92.85.1429047598.squirrel@webmail.alvermark.net> References: <1849381.HnoQVUIgNM@akita> <1463580.IH0K47yEFN@akita> <18371.85.229.92.85.1429047598.squirrel@webmail.alvermark.net> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 04:57:40 -0000 On Tuesday 14 April 2015 23:39:58 Jakob Alvermark wrote: > On Tue, April 14, 2015 18:56, Rui Paulo wrote: > > On Monday 13 April 2015 21:23:58 Jakob Alvermark wrote: > >> Just tried booting the old kernel, and yes, only button 2 events gets > >> sent. With the new driver, I get both button 1 and 2 events... > > > > Can you send me the boot time log with debug.psm.loglevel=10? Then send > > me the log when you press the button. > > Sure. Can you also send me the boot messages when loglevel is set to 10? Just set the variable in the loader and boot. -- Rui Paulo From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 09:36:21 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1092CD4D for ; Wed, 15 Apr 2015 09:36:21 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id E5707DAE for ; Wed, 15 Apr 2015 09:36:20 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id CFAF1645 for ; Wed, 15 Apr 2015 09:36:20 +0000 (UTC) Date: Wed, 15 Apr 2015 09:36:18 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <1629093896.21.1429090578754.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD-tests2 #936 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 09:36:21 -0000 See ------------------------------------------ Started by upstream project "Build_Image_and_Run_Tests_in_Bhyve_HEAD" build= number 978 originally caused by: Started by upstream project "FreeBSD_HEAD" build number 2647 originally caused by: Started by an SCM change Building remotely on havoc.ysv.freebsd.org (FreeBSD-10) in workspace [FreeBSD_HEAD-tests2] $ /bin/sh -xe /tmp/hudson8049820622289684874.sh + sudo python /vm/freebsd-ci/scripts/test/run-tests.py -f /vm/freebsd-ci/sc= ripts/test/config/config.json bhyveload -m 2G -d /net/jenkins-10.freebsd.org/builds/Build-UFS-image/image= /FreeBSD_HEAD/test.img vm_test Consoles: userboot =20 FreeBSD/amd64 User boot, Revision 1.1 (root@havoc.ysv.freebsd.org, Sat Mar 7 06:40:36 UTC 2015) |=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-= =08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08= /=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\= =08|=08/=08-=08\=08|=08Loading /boot/defaults/loader.conf /=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\= =08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08= -=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|= =08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08= \=08|=08/=08-=08=1B[H=1B[J\=08|=08/=08-=08\=08|=08 =1B[7;46H ``` = `=1B[8;46Hs` `.....---.......--.``` -/=1B[9;46H+o .--` = /y:` +.=1B[10;46H yo`:. :o `+-=1B[11;46H y/ = -/` -o/=1B[12;46H .- ::/sy+:.=1B[13;46H / = `-- /=1B[14;46H`: :`=1B[15;46H`: = :`=1B[16;46H / /=1B[17;46= H .- -.=1B[18;46H -- -.=1B[19;= 46H `:` `:`=1B[20;46H .-- `--.=1B[21;46H= .---.....----./=08-=08\=08|=08 =1B[1;2H ______ ____ = _____ _____ =1B[2;2H| ____| | _ \ / ____| __ \ =1B[3;2H| |= ___ _ __ ___ ___ | |_) | (___ | | | |=1B[4;2H| ___| '__/ _ \/ _ \| _ < = \___ \| | | |=1B[5;2H| | | | | __/ __/| |_) |____) | |__| |=1B[6;2H| |= | | | | || | | |=1B[7;2H|_| |_| \___|\___||____/|= _____/|_____/ =1B[10;2H|=1B[11;2H|=1B[12;2H|=1B[13;2H|=1B[14;2H|=1B[15;2H|= =1B[16;2H|=1B[17;2H|=1B[18;2H|=1B[19;2H|=1B[20;2H|=1B[21;2H|=1B[10;44H|=1B[= 11;44H|=1B[12;44H|=1B[13;44H|=1B[14;44H|=1B[15;44H|=1B[16;44H|=1B[17;44H|= =1B[18;44H|=1B[19;44H|=1B[20;44H|=1B[21;44H|=1B[9;3H=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=1B[22;3H=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=1B[9;2H+=1B[22;2H+=1B[9;44H+=1B[22;44H+=1B[25;0H/=08-=08\=08|=08/= =08-=08\=08|=08/=08-=08=1B[9;15HWelcome to FreeBSD=1B[11;5H1 =1B[11;6H.=1B[= 11;8HBoot Multi User [Enter]=1B[12;5H2 =1B[12;6H.=1B[12;8HBoot [S]ingle Use= r=1B[13;5H3 =1B[13;6H.=1B[13;8H[Esc]ape to loader prompt=1B[14;5H4 =1B[14;6= H.=1B[14;8HReboot=1B[16;5HOptions:=1B[17;5H5 =1B[17;6H.=1B[17;8H[K]ernel: k= ernel (1 of 2)=1B[18;5H6 =1B[18;6H.=1B[18;8HConfigure Boot [O]ptions...=1B[= 25;0H=1B[23;4HAutoboot in 9 seconds. [Space] to pause=1B[25;0H=1B[23;4HAuto= boot in 8 seconds. [Space] to pause=1B[25;0H=1B[23;4HAutoboot in 7 seconds.= [Space] to pause=1B[25;0H=1B[23;4HAutoboot in 6 seconds. [Space] to pause= =1B[25;0H=1B[23;4HAutoboot in 5 seconds. [Space] to pause=1B[25;0H=1B[23;4H= Autoboot in 4 seconds. [Space] to pause=1B[25;0H=1B[23;4HAutoboot in 3 seco= nds. [Space] to pause=1B[25;0H=1B[23;4HAutoboot in 2 seconds. [Space] to pa= use=1B[25;0H=1B[23;4HAutoboot in 1 seconds. [Space] to pause=1B[25;0H=1B[23= ;4H =1B[25;0H\=08|=08/=08-=08\=08|=08= /=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\= =08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08/boot/kernel= /kernel text=3D0x1040008 \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\= =08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08= -=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|= =08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08= \=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/= =08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08= |=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-=08\=08|=08/=08-= =08\=08|=08/=08-=08\=08|=08/=08data=3D0x12d4b0+0x3fb670 -=08\=08|=08/=08-= =08\=08|=08/=08-=08\=08syms=3D[0x8+0x148788|=08/=08-=08\=08Traceback (most = recent call last): File "/vm/freebsd-ci/scripts/test/run-tests.py", line 152, in main(sys.argv) File "/vm/freebsd-ci/scripts/test/run-tests.py", line 80, in main runTest() File "/vm/freebsd-ci/scripts/test/run-tests.py", line 96, in runTest child.expect(pexpect.EOF) File "/usr/local/lib/python2.7/site-packages/pexpect/__init__.py", line 1= 451, in expect timeout, searchwindowsize) File "/usr/local/lib/python2.7/site-packages/pexpect/__init__.py", line 1= 466, in expect_list timeout, searchwindowsize) File "/usr/local/lib/python2.7/site-packages/pexpect/__init__.py", line 1= 568, in expect_loop raise TIMEOUT(str(err) + '\n' + str(self)) pexpect.TIMEOUT: Timeout exceeded. version: 3.3 command: /usr/sbin/bhyveload args: [u'/usr/sbin/bhyveload', u'-m', u'2G', u'-d', u'/net/jenkins-10.freeb= sd.org/builds/Build-UFS-image/image/FreeBSD_HEAD/test.img', u'vm_test'] searcher: buffer (last 100 chars): '\x08\\\x08|\x08/\x08-\x08\\\x08|\x08/\x08-\x08\\\= x08|\x08/\x08-\x08\\\x08|\x08/\x08data=3D0x12d4b0+0x3fb670 -\x08\\\x08|\x08= /\x08-\x08\\\x08|\x08/\x08-\x08\\\x08syms=3D[0x8+0x148788|\x08/\x08-\x08\\\= x08' before (last 100 chars): '\x08\\\x08|\x08/\x08-\x08\\\x08|\x08/\x08-\x08\\\= x08|\x08/\x08-\x08\\\x08|\x08/\x08data=3D0x12d4b0+0x3fb670 -\x08\\\x08|\x08= /\x08-\x08\\\x08|\x08/\x08-\x08\\\x08syms=3D[0x8+0x148788|\x08/\x08-\x08\\\= x08' after: match: None match_index: None exitstatus: None flag_eof: False pid: 20624 child_fd: 3 closed: False timeout: 30 delimiter: logfile: ', mode 'w' at 0x800670150> logfile_read: None logfile_send: None maxread: 2000 ignorecase: False searchwindowsize: None delaybeforesend: 0.05 delayafterclose: 0.1 delayafterterminate: 0.1 Build step 'Execute shell' marked build as failure Recording test results ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exce= ption hudson.AbortException: Test reports were found but none of them are new. Di= d tests run?=20 For example, is 6 hr 52 min old =09at hudson.tasks.junit.TestResult.parse(TestResult.java:178) =09at hudson.tasks.junit.TestResult.parse(TestResult.java:146) =09at hudson.tasks.junit.TestResult.(TestResult.java:122) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:119) =09at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser= .java:93) =09at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) =09at hudson.remoting.UserRequest.perform(UserRequest.java:121) =09at hudson.remoting.UserRequest.perform(UserRequest.java:49) =09at hudson.remoting.Request$2.run(Request.java:325) =09at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut= orService.java:68) =09at java.util.concurrent.FutureTask.run(FutureTask.java:262) =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.= java:1145) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:615) =09at java.lang.Thread.run(Thread.java:745) =09at ......remote call to havoc.ysv.freebsd.org(Native Method) =09at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) =09at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) =09at hudson.remoting.Channel.call(Channel.java:753) =09at hudson.FilePath.act(FilePath.java:978) =09at hudson.FilePath.act(FilePath.java:967) =09at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90) =09at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java= :120) =09at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.ja= va:137) =09at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibili= tyLayer.java:74) =09at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) =09at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBui= ld.java:761) =09at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildStep= s(AbstractBuild.java:721) =09at hudson.model.Build$BuildExecution.post2(Build.java:183) =09at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.= java:670) =09at hudson.model.Run.execute(Run.java:1766) =09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) =09at hudson.model.ResourceController.execute(ResourceController.java:98) =09at hudson.model.Executor.run(Executor.java:374) From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 10:35:36 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2769F74; Wed, 15 Apr 2015 10:35:36 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::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 5F5AB813; Wed, 15 Apr 2015 10:35:36 +0000 (UTC) Received: by wiun10 with SMTP id n10so54572684wiu.1; Wed, 15 Apr 2015 03:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=SYFEopKy4bs4BWYpk9Iw2fGks95qR+aNDjSIeGdvbmk=; b=Tod66+24WA9RUXqgXKU09lEx2ja9VJrnIdpAc3x93GDKTo6vRJ3B28OT+xHcgjIkk/ u2QfeZZGuNh9bB6uTwOJP/Uy6LPUa2By2Xc7J/j+0LbzjBzp2E3qYsO5hEaNroJIn0DM 1lZb0FYzvA57aJPAqEiXnz1NVw0cxodMv+H1RaV24DoWBJ3liaWCGzq9bbUiTb4qBSBr GJplcj2Y1ZImfCrmbcH00VK0jS6JsRv2a72HHkFd5MtJCdUz3hiVRVDrcS6HCORSIFXS j2N5qnw7XeJaz10i5AObvsOqKSksnbWC9HeTYA0cjJqZ8cB6hM/kV7kbjEY4p0RcYsCh Qx4Q== X-Received: by 10.180.108.81 with SMTP id hi17mr40180024wib.91.1429094134790; Wed, 15 Apr 2015 03:35:34 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id fs9sm5372971wjc.34.2015.04.15.03.35.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Apr 2015 03:35:33 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 15 Apr 2015 12:35:31 +0200 From: Baptiste Daroussin To: Big Lebowski Cc: "ports@FreeBSD.org Ports" , current@freebsd.org, stable@freebsd.org Subject: Re: pkg 1.5.0 is out Message-ID: <20150415103531.GO39658@ivaldir.etoilebsd.net> References: <20150414200459.GE39658@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="da9oBGf5DLtF9ehv" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 10:35:36 -0000 --da9oBGf5DLtF9ehv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 15, 2015 at 10:57:28AM +0100, Big Lebowski wrote: > On Tue, Apr 14, 2015 at 9:05 PM, Baptiste Daroussin wr= ote: > > Hi all, > > > > Final pkg 1.5.0 has been released. > > > > > > Best regards, > > Bapt >=20 > Congratulations to entire pkg team and thanks for your hard work! >=20 > I've one question - how does the OSX support work? What are plans for > it? What packages are working? And so on... That should been asked to the people that made the support for OSX I'm just= the messenger here, I do not have access to any OSX to be able to test/code, I'm just making sure I do not break their work :) Best regards, Bapt --da9oBGf5DLtF9ehv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUuPvMACgkQ8kTtMUmk6EzJogCgkYINsBCNm9g779d5rKQ20oTR FyQAoJSDP5+NWv6ZyyiUEyf5V7Vl1lMD =W1J2 -----END PGP SIGNATURE----- --da9oBGf5DLtF9ehv-- From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 09:57:55 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA3C560A; Wed, 15 Apr 2015 09:57:55 +0000 (UTC) Received: from mail-qk0-x232.google.com (mail-qk0-x232.google.com [IPv6:2607:f8b0:400d: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 6CF82C5; Wed, 15 Apr 2015 09:57:55 +0000 (UTC) Received: by qkhg7 with SMTP id g7so73857256qkh.2; Wed, 15 Apr 2015 02:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mu0zTPPnpJc/856TTICPeXV2PesPeLFDiQAmEeAGe9s=; b=qgxZKoOQdjy3FVR2sO9E6g2LFvzURmD6FCOSEI9Qg4etJjMQea/tn5s3yyncoQo19b FUcxeQXDXruQ8Z43ky72vlUU/XbdPnnFNhGw0mXd/NJADOIFjnVev6Sknbj2gnB3LQ4U +RNhMWZ3hw+yw1vRPTokWkt4T+QdtI2BcSebzDLE4KIJFslCgfPaB9awJygFDVrRhcYr WARMqhqlmIibgz6/ILW6Iac8Uy072+AFSCfZlHye//qiykIu/T1G15f5BhvPPbZb4gPT o5bO0pWfSYkhO3gZR/TRMChp0jnH71tV6pPYLky3/QlCR99dg7m/NUmCqYKmBFGVdoQU 8ijw== MIME-Version: 1.0 X-Received: by 10.229.251.6 with SMTP id mq6mr31384648qcb.14.1429091848182; Wed, 15 Apr 2015 02:57:28 -0700 (PDT) Received: by 10.229.200.66 with HTTP; Wed, 15 Apr 2015 02:57:28 -0700 (PDT) In-Reply-To: <20150414200459.GE39658@ivaldir.etoilebsd.net> References: <20150414200459.GE39658@ivaldir.etoilebsd.net> Date: Wed, 15 Apr 2015 10:57:28 +0100 Message-ID: Subject: Re: pkg 1.5.0 is out From: Big Lebowski To: Baptiste Daroussin Cc: "ports@FreeBSD.org Ports" , current@freebsd.org, stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Wed, 15 Apr 2015 11:25:59 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 09:57:55 -0000 On Tue, Apr 14, 2015 at 9:05 PM, Baptiste Daroussin wrote: > Hi all, > > Final pkg 1.5.0 has been released. > > > Best regards, > Bapt Congratulations to entire pkg team and thanks for your hard work! I've one question - how does the OSX support work? What are plans for it? What packages are working? And so on... Regards, BL From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 13:45:24 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42A6D7C2 for ; Wed, 15 Apr 2015 13:45:24 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 DE4BFD3 for ; Wed, 15 Apr 2015 13:45:22 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3FDjFWd032658 for ; Wed, 15 Apr 2015 06:45:15 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3FDjFhF032657 for current@freebsd.org; Wed, 15 Apr 2015 06:45:15 -0700 (PDT) (envelope-from david) Date: Wed, 15 Apr 2015 06:45:15 -0700 From: David Wolfskill To: current@freebsd.org Subject: Panic: head/i386 @r281552 in hdaa_configure() Message-ID: <20150415134515.GQ1224@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="opXR4bS/BgjGcxUR" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 13:45:24 -0000 --opXR4bS/BgjGcxUR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable While I was able to update from: FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #32 r28152= 2M/281523:1100068: Tue Apr 14 06:03:01 PDT 2015 root@g1-254.catwhisker.= org:/common/S3/obj/usr/src/sys/CANARY amd64 to FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #33 r28155= 2M/281552:1100069: Wed Apr 15 05:46:35 PDT 2015 root@g1-254.catwhisker.= org:/common/S3/obj/usr/src/sys/CANARY amd64 (and perform a ssmoke test) successfully, on the same hardware, running: FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1567 r281= 522M/281523:1100068: Tue Apr 14 07:17:27 PDT 2015 root@g1-254.catwhiske= r.org:/common/S4/obj/usr/src/sys/CANARY i386 only managed to build @r281552; the attempt to smoke test was foiled early on by a panic before the dump device was configured. I managed to take a photo of the screen (showing a backtrace), but I don't see a way to get a copy of the image from the phone to my laptop, and the laptop (which experienced the problem) doesn't have a real serial port. I'll respond to this thread if I'm able to reproduce the problem on my build machine, but it's still working on the stable/10 build at the moment (which the laptop finished before starting the head builds), so it's likely to be a few hours yet before I know. Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --opXR4bS/BgjGcxUR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVLmtrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7rb8QAKGBQ4bvp0/q76o+v6YepJHn JWFLRPPMKw6CxoRI7r8KDpBtPbI1o2D+Qiu2zVEW1MPalIxn66TD9/v5dRlw0j6o DJmjwuvvrI8Sm/wUl2/5vD2resuAZSGhl0TIrPo6sSzXV1Jbg1AIh4Vtb4KxJtC1 POQnwzDu7CI1K1rEcIQ/vw3EQxUD2kNsazrE3w37pvlXrMtFq5JjssokqUPY8sxP sJlKJl9XVoo11/wkI+yvuPBXvhJd/WvCUthxkyyXnpG2unYkb7EOOEJ1HQY5AFtr WgG20uWoo6q0YbZI5yDSmic0yItVCJeXTryabSZwlF/6cw0osG/dRNxPG1EQSblB U5lzw8cSo4CPWVx44L9eugxzot1L1NNo3dV5JqbxGIpmo6MwcX92eTisDGo09FNF +s65gI3k/wjA4Er12ZjIL1/rxNA6xZWjUiZkoRq2wEsT+aCKKXzfKhrbZTu+3j5M 6/DOSNResLU7/6NUwTxSM9q+c1PWgKxTmEVkx9dOOFlu+QBrLCR3GodwXgLWs8iO TdiaABwuqoH4WqCo7fHOFA/4r2dSRXHK57KDCcx82tfIHjrOIS23ahmIs2jqOsir 6LyBBkvZuGTM2bszgD2iad+X8nawbNhJ5EoKsxkZIjPlYl6McBgEjy5B67I2lKhF noeYQ9z9lobbBgEik1GO =SCuj -----END PGP SIGNATURE----- --opXR4bS/BgjGcxUR-- From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 16:24:05 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA272BBE; Wed, 15 Apr 2015 16:24:05 +0000 (UTC) Received: from st11p00mm-asmtp004.mac.com (st11p00mm-asmtpout004.mac.com [17.172.81.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F00998D; Wed, 15 Apr 2015 16:24:05 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp004.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTPSA id <0NMU00A00W817410@st11p00mm-asmtp004.mac.com>; Wed, 15 Apr 2015 16:24:03 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-15_06:2015-04-15,2015-04-15,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=4 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504150135 From: Rui Paulo To: freebsd-current@freebsd.org Cc: David Wolfskill , current@freebsd.org Subject: Re: Panic: head/i386 @r281552 in hdaa_configure() Date: Wed, 15 Apr 2015 09:24 -0700 Message-id: <1765781.IYTE8Y8EC6@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: <20150415134515.GQ1224@albert.catwhisker.org> References: <20150415134515.GQ1224@albert.catwhisker.org> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 16:24:05 -0000 On Wednesday 15 April 2015 06:45:15 David Wolfskill wrote: > While I was able to update from: > > FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #32 > r281522M/281523:1100068: Tue Apr 14 06:03:01 PDT 2015 > root@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64 > > to > > FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #33 > r281552M/281552:1100069: Wed Apr 15 05:46:35 PDT 2015 > root@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64 > > (and perform a ssmoke test) successfully, on the same hardware, running: > > FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1567 > r281522M/281523:1100068: Tue Apr 14 07:17:27 PDT 2015 > root@g1-254.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY i386 > > only managed to build @r281552; the attempt to smoke test was foiled > early on by a panic before the dump device was configured. > > I managed to take a photo of the screen (showing a backtrace), but I > don't see a way to get a copy of the image from the phone to my > laptop, and the laptop (which experienced the problem) doesn't have > a real serial port. > > I'll respond to this thread if I'm able to reproduce the problem on my > build machine, but it's still working on the stable/10 build at the moment > (which the laptop finished before starting the head builds), so it's > likely to be a few hours yet before I know. You could upload the screenshot using your phone to some form of online storage. -- Rui Paulo From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 16:47:39 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 151BF230 for ; Wed, 15 Apr 2015 16:47:39 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 C5F59BFD for ; Wed, 15 Apr 2015 16:47:38 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3FGlaij034125 for ; Wed, 15 Apr 2015 09:47:36 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3FGlakZ034124 for current@freebsd.org; Wed, 15 Apr 2015 09:47:36 -0700 (PDT) (envelope-from david) Date: Wed, 15 Apr 2015 09:47:36 -0700 From: David Wolfskill To: current@freebsd.org Subject: Re: Panic: head/i386 @r281552 in hdaa_configure() Message-ID: <20150415164736.GS1224@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , current@freebsd.org References: <20150415134515.GQ1224@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iUdyFHenu1vPh/Ml" Content-Disposition: inline In-Reply-To: <20150415134515.GQ1224@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 16:47:39 -0000 --iUdyFHenu1vPh/Ml Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 15, 2015 at 06:45:15AM -0700, David Wolfskill wrote: > ... > (and perform a ssmoke test) successfully, on the same hardware, running: >=20 > FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1567 r2= 81522M/281523:1100068: Tue Apr 14 07:17:27 PDT 2015 root@g1-254.catwhis= ker.org:/common/S4/obj/usr/src/sys/CANARY i386 >=20 > only managed to build @r281552; the attempt to smoke test was foiled > early on by a panic before the dump device was configured. >=20 > I managed to take a photo of the screen (showing a backtrace), but I > don't see a way to get a copy of the image from the phone to my > laptop, and the laptop (which experienced the problem) doesn't have > a real serial port. >=20 > I'll respond to this thread if I'm able to reproduce the problem on my > build machine, but it's still working on the stable/10 build at the moment > (which the laptop finished before starting the head builds), so it's > likely to be a few hours yet before I know. > .... Build machine completed build & passed smoke test: FreeBSD freebeast.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1805 r= 281522M/281523:1100068: Tue Apr 14 10:28:21 PDT 2015 root@freebeast.cat= whisker.org:/common/S4/obj/usr/src/sys/GENERIC i386 FreeBSD freebeast.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1806 r= 281552M/281552:1100069: Wed Apr 15 09:27:27 PDT 2015 root@freebeast.cat= whisker.org:/common/S4/obj/usr/src/sys/GENERIC i386 That said, it's running a GENERIC kernel, and it isn't exactly the sort of machine I'd want as a "desktop" box... and I certainly haven't tried to configure HD Audio on it. Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --iUdyFHenu1vPh/Ml Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVLpYoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7o4wP/1oekfAkBighaXZ0IoNrLGXi Wm+K3rZMB4s80n6oGiY2f/uEry7VNFM11Dmw4M8PE2S32Eypg46324zpRFi/i9ts nto+Qltw2ap/98mPeyjrWhN9o9OmJ6Zv+UKNd47Agtp8uU/uHxWof2vtfLt9S8V+ 5pgktuVUfl8UiPUKIdaQxM9jv10wjZ17Ib5RgebQJZvzbYu/2x2RSLQ2fabCflS0 aWl/PBRLpcBCrYlp5TA/2RY/rrrYVgcmkgUHNhxvuNXaEIB17Dxy1SoeywyS0c1a JfqpBHP+7ljSi0aIhKk612wHd4eCebOTneQ+aqIDRf2/9mTShnMtaymkgByh+FOC hnr94mvbyHfMLxFY863BA6wk9B+mzxyPZV60Ub3+Q6HGBsuibQyIzYfv3ODLDNAd j56KFyUz2LO4C/ZR0w0rzudDe3F/woyaErrY+D2GGDOZju3eCTdwLdAde6f2iWTl 0H/iWE6uTpqwokwljN8JSkpsCt3HA3BLFlzClSfkW3704WFJ9h/4rTMnmBtYmPz+ TsLOkkpNU8lxdNJihv/fhsmNNYlYPMybWahCRW4VpvBS9e0ZgPz/vZNHGkyEZon5 gJyy6OGIYuyT40+F02U494dk+hy90kC3BEOK/xWhVMSgaQpY+tbNbfhZFNDuuNUo /xI37N7QfJ9xj01RxeZs =gOeX -----END PGP SIGNATURE----- --iUdyFHenu1vPh/Ml-- From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 20:21:50 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 332706E4 for ; Wed, 15 Apr 2015 20:21:50 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 138C2DD5 for ; Wed, 15 Apr 2015 20:21:50 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 940E1726 for ; Wed, 15 Apr 2015 20:21:49 +0000 (UTC) Date: Wed, 15 Apr 2015 20:21:48 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <1130360299.24.1429129308643.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1629093896.21.1429090578754.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1629093896.21.1429090578754.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is unstable: FreeBSD_HEAD-tests2 #937 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: UNSTABLE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 20:21:50 -0000 See From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 22:05:23 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45BACF46; Wed, 15 Apr 2015 22:05:23 +0000 (UTC) Received: from mail-vn0-x229.google.com (mail-vn0-x229.google.com [IPv6:2607:f8b0:400c:c0f::229]) (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 120D1BA5; Wed, 15 Apr 2015 22:05:22 +0000 (UTC) Received: by vnbg7 with SMTP id g7so20711521vnb.10; Wed, 15 Apr 2015 15:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nJXeIdq8yrKVkSFF8V73t08okFLolibRDjoFmbO6nrk=; b=siGH5S3ZseIrxtbT+KmYiopWpomC8yrgitbPawfdP7gQfzYMkundLcaPBz/8DEndCx bBGds2BfPhiGSurwj3nlMQ3ZpKCsyiGpsLKbfRqH4CtzjIhsrkBg30DqGj7v8fpuUIw6 rL9Dk73vv+2XUONLiLjsMk4+ckXVwewBsU6Bw9iJc2321z9V3oJnmeTy1wa6Kk0+9Cf+ yOJucy+945bVyoV5DFar4pTrxBf+SLqeeYTBjwURm8b3nhp5lHR+VxChcQwzaQa7qCnW VJmmXprAZRzeEZcF/jYSIx4jksPA1Iaurq9hdxtkOKI8JECXXrTyDJu/+cIrdwoI4EEO SIpA== MIME-Version: 1.0 X-Received: by 10.60.147.165 with SMTP id tl5mr22874746oeb.81.1429135522005; Wed, 15 Apr 2015 15:05:22 -0700 (PDT) Received: by 10.202.211.130 with HTTP; Wed, 15 Apr 2015 15:05:21 -0700 (PDT) In-Reply-To: <20150414200459.GE39658@ivaldir.etoilebsd.net> References: <20150414200459.GE39658@ivaldir.etoilebsd.net> Date: Thu, 16 Apr 2015 00:05:21 +0200 Message-ID: Subject: Re: pkg 1.5.0 is out From: Zenny To: Baptiste Daroussin Cc: ports@freebsd.org, current@freebsd.org, stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Wed, 15 Apr 2015 23:09:56 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 22:05:23 -0000 Rapid evolution of pkgng! :D Thanks for your great work! On 4/14/15, Baptiste Daroussin wrote: > Hi all, > > Final pkg 1.5.0 has been released. > > What happened since pkg 1.4.0: > - Initial provides/requires support > - Lots of new regression tests have been added > - Initial support for OS X > - Initial support for NetBSD/EdgeBSD > - Update most of the bundled third party software has been updated to their > latest version > - Improve the messages reported by pkg > - Properly support file flags > - Implement argument support for custom keywords > - Extend setting credential via plist to allow to set file flags > - Make credential syntax via plist more flexible allow to only defines the > first > - pkg updating now supports case insensitive matching > - pkg create now support a verbose mode > - Add an option to change the default on question, until now the default > answer > was "No" with that option set it would be "Yes" > - Lots of fixes to pkg audit -r > - Global memory usage reduction and speed up > - Improvements and cleanup on pkg alias > - pkg annotate --show --all has been fixed > - Make pkg.h C++ friendly > - Lots of improvements in the solver > - Lots of fixes on 32 bits platforms > - Add support for: pkg create -M ./plop.ucl -p ./plop.plist > - New pkg -r that will install in the given rootdir without > chrooting > - Export PKG_ROOTDIR to scripts allow to make them as portable as possible > - Stop trying to remove all installed package with the argument of pkg > delete is > a local file > - Be more explicit about why the solver it going to reinstall, remove or > upgrade > (when possible) > - Plenty of bug fixes > - Plenty of new bugs > - pkg shlibs now support -q > - pkg lock gained a new --has-locked-packages option > - pkg now resumes fetch if possible > - CONSERVATIVE_UPGRADE is now on by default > - pkg alias now have a -l argument to list aliases > - A sample pkg.conf is now installed with a bunch of aliases set by default > - Fix the backup script to properly export an sql which will be importable > via > pkg shell and/or sqlite out of box > > I would like to thank anyone that has been contributing to pkg to make this > release happen (via code, bug report, feature request, testing and > documentation) > > For pkg 1.6.0 among other things and depending on the time, here is what we > do > plan to work on: > - Safe cherry-picking of upgrades (aka: pkg upgrade something) > - New context dependant messages: > * messages that only appears during upgrades > * messages that only appears on deinstall > * messages that only appears on install > - Extend provides/requires to support flexible dependencies > - Linux package backend (?) > - Allow multiple versions of a given package in a repo > - Add more regression tests > - Improve documentation > - > > Best regards, > Bapt > From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 01:39:55 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAD9860C; Thu, 16 Apr 2015 01:39:55 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::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 3B6012F2; Thu, 16 Apr 2015 01:39:55 +0000 (UTC) Received: by lbbuc2 with SMTP id uc2so47499743lbb.2; Wed, 15 Apr 2015 18:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FhpmBI4QSawZTumLcJGMUVJWwlP3p+SpxOgi6/t/Yes=; b=avyt1uZ8TFWMJYLX+PRGX6I1c5+vHgqaM4zlberUO/EQ9YMsvtMzhhHyYtO1KJIzfu pgWS5gqG3iH7k6NJ1OY6zF5dYdlZZHbQUSAT5DLYAcCERv5dZnGjBXZkReSP5nAeOUUB 8Uuus7deJbVXSEkw8kWDlAMc+ZkO9jb3y94SISprcqzNyMew7d+R7jrFmp/lTBAlUb8V /PetBb39V3i8hzHMvKYesFSV+APL838G8cWQMVE3YWyOQHKNgUuBd68XL2Kgnipq8+MQ bryqgMg3HbGOy8jkq/f3BA8u6Ofc/D1z00saeOGpfUIAAWLJ3PS2EKjfms8876QBLghh 64xw== MIME-Version: 1.0 X-Received: by 10.152.27.35 with SMTP id q3mr26080354lag.24.1429148393271; Wed, 15 Apr 2015 18:39:53 -0700 (PDT) Received: by 10.112.241.107 with HTTP; Wed, 15 Apr 2015 18:39:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Apr 2015 22:39:53 -0300 Message-ID: Subject: Re: FreeBSD 11 is "kernel panic"ing when a vbox' machine stops (or starts if package version) From: Vinicius Abrahao To: freebsd-emulation@freebsd.org, vbox@freebsd.org Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 01:39:55 -0000 On Fri, Apr 3, 2015 at 9:51 PM, Vinicius Abrahao wrote: > Guys, > > I am testing some things in this environment. So i am happy > to announce that I find something that you may like: > > I am using FreeBSD 11 as a host [r280928:GENERIC amd64 ]. > So in '-current' > > Installed on it virtualbox 4.3.26 and tried to run a linux guest as > the virtual machine. > > > So, what is the trouble? > > 1) when I installed vbox from 'pkg install', the HOST machine > exits by KERNEL PANIC at the exactly time that I 'power up' > the guest machine. > > 2) when I installed vbox from 'make install', the HOST machine > exits by KERNEL PANIC at the exactly time that I 'power down' > the guest machine. > > Here is the crash.txt that I dumped at the kernel panic prompt. > https://gist.github.com/vinnix/819c210986da439136ef > looks like that kernel panic stopped to happen in this new/recent revision (r281569) and I also upgrade the packages with `pkg update && pkg upgrade`. thanks for the great work! best regards, Vinnix From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 04:16:46 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEFB06C2 for ; Thu, 16 Apr 2015 04:16:46 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::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 8635A786 for ; Thu, 16 Apr 2015 04:16:46 +0000 (UTC) Received: by iget9 with SMTP id t9so2428987ige.1 for ; Wed, 15 Apr 2015 21:16:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AgixyqrvYs1B7u3utKtwXWu2PaaJTIUuMkLB6c0Wt8A=; b=WlO6N5Dt9QGbeIzgyj/WXoO6ooEr+z5IMxwHamXMlAwzvHY/zMwPBQe0RkySDelN4N rse7ooVA10T5k3ObTtPOjtCdX8tuFPV6Za7dPOjC5C7Msqbf+K8ZPJC3J0FZOa+aEDcv CL1ZwRbfw1cTD/fOYHwVIhxGdwFZsBYRqHuBng0RPWzqtWQrVGR5QD6ZzQAplPt6ta9y BSZS5ThtDqNNzy4GzeXPf6G5grJ8dC2w3nuGGcFdcSRe+5lU0eiVRo8VL0BStEKhCoBm 29bQQckad/VBVjwRVCbL65//UKLASV2vdMLisBzSHX7P5xf5vc3IAYBBgnaWS1kUFn3o oXtA== MIME-Version: 1.0 X-Received: by 10.43.163.129 with SMTP id mo1mr34330426icc.61.1429157805927; Wed, 15 Apr 2015 21:16:45 -0700 (PDT) Received: by 10.36.51.129 with HTTP; Wed, 15 Apr 2015 21:16:45 -0700 (PDT) Date: Thu, 16 Apr 2015 06:16:45 +0200 Message-ID: Subject: Synaptics Touchpad stops working in r281560 From: "Ranjan1018 ." <214748mv@gmail.com> To: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 04:16:46 -0000 Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. The Synaptics Touchpad stops working, in Xorg.0.log I have the error message : [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics hardware. [ 1047.449] (EE) PreInit returned 11 for "Mouse" Regards Maurizio From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 04:36:21 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB74F9C1 for ; Thu, 16 Apr 2015 04:36:21 +0000 (UTC) Received: from st11p00mm-asmtp004.mac.com (st11p00mm-asmtpout004.mac.com [17.172.81.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE3592E for ; Thu, 16 Apr 2015 04:36:20 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp004.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTPSA id <0NMV009CRU4B7510@st11p00mm-asmtp004.mac.com> for freebsd-current@freebsd.org; Thu, 16 Apr 2015 04:36:19 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-16_02:2015-04-15,2015-04-16,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=4 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504160042 From: Rui Paulo To: freebsd-current@freebsd.org Cc: "Ranjan1018 ." <214748mv@gmail.com> Subject: Re: Synaptics Touchpad stops working in r281560 Date: Wed, 15 Apr 2015 21:36:10 -0700 Message-id: <5584868.YqUHvGBcz4@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: References: MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 04:36:21 -0000 On Thursday 16 April 2015 06:16:45 Ranjan1018 . wrote: > Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. > The Synaptics Touchpad stops working, in Xorg.0.log I have the error > message : > > [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics > hardware. > > [ 1047.449] (EE) PreInit returned 11 for "Mouse" What are your boot loader settings? -- Rui Paulo From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 08:20:09 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61386BAB for ; Thu, 16 Apr 2015 08:20:09 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::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 2678F121 for ; Thu, 16 Apr 2015 08:20:09 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so52238545ied.1 for ; Thu, 16 Apr 2015 01:20:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h0a6T5QJZjDoDFpqNaGq4tbUQ57PyfwxymCpiLGyASE=; b=IQtEkhkAhj4r8VqhNAQ0gp/TUE39vZcJyr/97SLx8jhLRUa21tRBgNp3olVBe6fy0Y 9aNW6ilDf6TZDA6n42Jqy8BZgd4enkwizCSNk6+S5fB9jevhRzE6sSzqbSN303XvvpmJ bDppLDBmWhvUfVZ1CT1xKTdvFjun72HU0UkuTcMJccHrkp8Xg8dU7mnKUXSzNQGWM460 IBjS9GcLlCvKRYP7xPysf32WoVjHOesC9ltywEZNJ6SXc5V8oXEKZJ/P23xgN3wkSACL zsAEef1laFu4sCgXEPU8jejz8HfNZEqjdfMGcrMAYkjXGyoL0WJL43D9GhNo+i9lpuZZ kxSA== MIME-Version: 1.0 X-Received: by 10.107.32.212 with SMTP id g203mr41621209iog.55.1429172408459; Thu, 16 Apr 2015 01:20:08 -0700 (PDT) Received: by 10.36.51.129 with HTTP; Thu, 16 Apr 2015 01:20:08 -0700 (PDT) In-Reply-To: <5584868.YqUHvGBcz4@akita> References: <5584868.YqUHvGBcz4@akita> Date: Thu, 16 Apr 2015 10:20:08 +0200 Message-ID: Subject: Re: Synaptics Touchpad stops working in r281560 From: "Ranjan1018 ." <214748mv@gmail.com> To: Rui Paulo Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 08:20:09 -0000 2015-04-16 6:36 GMT+02:00 Rui Paulo : > On Thursday 16 April 2015 06:16:45 Ranjan1018 . wrote: > > Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. > > The Synaptics Touchpad stops working, in Xorg.0.log I have the error > > message : > > > > [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics > > hardware. > > > > [ 1047.449] (EE) PreInit returned 11 for "Mouse" > > What are your boot loader settings? > > -- > Rui Paulo > My /boot/loader.conf is: zfs_load=YES vfs.root.mountfrom="zfs:sys/ROOT/CURRENT" # solo prova drm.i915.init_backlight=10 #i915kms_load="YES" # ZFS tunable vfs.zfs.prefetch_disable=0 # funzia! # Synaptics hw.psm.synaptics_support=1 # Shutdown hw.usb.no_shutdown_wait=1 # Risparmio energia hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 drm.i915.enable_rc6=7 hw.snd.latency=10 # LAGG(4) #if_lagg_load="YES" # Lo carico in rc.conf # VirtualBox #vboxdrv_load="YES" # Lo carico in rc.conf # DVD: 18.6.2. Configuration hw.ata.atapi_dma="1" hw.pci.clear_buses=1 hw.pci.clear_bars=1 hw.pci.clear_pcib=1 # Qt paint engine makes common use of shared memory... kern.ipc.shmall=32768 kern.ipc.shmmni=1024 kern.ipc.shmseg=1024 # SOLO RPOVA #hw.x2apic_enable=0 Thanks, Maurizio From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 08:45:59 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A323D1CA for ; Thu, 16 Apr 2015 08:45:59 +0000 (UTC) Received: from mail-qk0-f179.google.com (mail-qk0-f179.google.com [209.85.220.179]) (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 5B7EF627 for ; Thu, 16 Apr 2015 08:45:58 +0000 (UTC) Received: by qkx62 with SMTP id 62so124922716qkx.0 for ; Thu, 16 Apr 2015 01:45:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:mime-version:content-type; bh=/uqe0gc0Xk032LoWbYnEZHDGRMPy6oxjfHhoKAIpkcs=; b=MHSoKeb00/MUFdk3nljLlXkIhujFxAHpARZx1bLQOVj1JoNZbXvaLaXYo43PCPOj9S /kEK170pOOtnhTDgvIyfr7beDvFVZ7pOBVihAPVEExUUw+An6WL3MzwPX7tBBXBAuNMw d43m+4tvf7sAAAZIaPxF5Tb5WwgNDIhfZIbTSvy3VYjZ534d2KceZidYSzYsSxDWUvps 3DGgkoAXUaBk82bRz1DDaTh5eltYXWZpuGFmmM+e66Qwi1YNXuXY1q8cyfXpNI0A2Sjs 0arXSwZioAo4jwlELwxooe0Mdh4veBF4k/0g2iBbC0ZbP4v1oZkAvvPxIC9VsgTqMmKP 1UXQ== X-Gm-Message-State: ALoCoQk/VNKPam1YCm9fp5k/Y8jwAo6S4TzJFEcP3ZjZLE9m18IdLfhiRh63K0Mf5CchfCQx9iGYRdnd0/Dtgsxvjzi9rEswTL12dJgYb3sZ7c3v3mQk2eAdRitFr2qQmI5TzKyNSAZV6x3CLwqcdMKjhvEyFsUumPt4xGFzjTStOeheZlCekqZDi4hO7owUpvEc6vFCygRa X-Received: by 10.55.16.140 with SMTP id 12mr58904516qkq.39.1429173500791; Thu, 16 Apr 2015 01:38:20 -0700 (PDT) Received: from shawnwebb-laptop.localnet (c-73-173-99-185.hsd1.md.comcast.net. [73.173.99.185]) by mx.google.com with ESMTPSA id e110sm5145265qga.13.2015.04.16.01.38.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Apr 2015 01:38:19 -0700 (PDT) From: Shawn Webb To: freebsd-current@freebsd.org Subject: [CFT] FreeBSD ASLR Patch Date: Thu, 16 Apr 2015 04:38:10 -0400 Message-ID: <29176266.1eKrinu7bf@shawnwebb-laptop> Organization: HardenedBSD User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3740984.YOyZoJY7hI"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 08:45:59 -0000 --nextPart3740984.YOyZoJY7hI Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Hey All, I just updated the ASLR patch to FreeBSD (link below). If anyone is int= erested=20 in testing the patch out, please give it a whirl. It has been a while s= ince we=20 last did a call for testing, so there's a lot of changes (too many to r= eally=20 list). We've vastly improved performance and stability and have resolve= d the=20 vast majority of the concerns the FreeBSD team has had. If you're at all interested in security and/or exploit mitigation techn= iques,=20 I ask for your assistance in testing the patch. I want to thank all tho= se who=20 have tested in the past and have given us helpful suggestions on how to= =20 improve our hard work. The patch is on Phabricator: https://reviews.freebsd.org/D473 Thanks, =2D-=20 Shawn Webb HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE --nextPart3740984.YOyZoJY7hI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJVL3TyAAoJEGqEZY9SRW7ue9cP/0P/yoD8jKbhevvgaix0X3R8 pFAaCu7M9J+rilg9HROTGr4kv8cr0xFoirfhqWCNUB6qU6q3BJ0JbN094rNxz63K AidAMRcrpHGnwbxFox1zrNSB8YNsre1tXIooSS5RNOca3szcbdUV1AVnfXZW1poc LJBuks+qptJcbsHN6sATSICj/2YRtVCTWenR0p6DX3qaEWZ45sLAGlsGwW4XJeqW vkn2V8PY+hWMqm5TETqcWOPX0U5JfmPnJ3d4Xkq9oYRFyyCfZKBxKyuy4e9+X/yi 3CGwvCO8Q6gIj37JJ5rDpHWnAAVdHDyBPEfB5g0gqNVqvOOPaAAxB/Gsmz3lxVBZ 6xoUoFxGKY6SP68HsTYIFweQqfLnzQBIIAcHT9H3dkiGz2bYnSXuDXa93Zz3Zw0s ke2aAjGPCE5x/jJxKXLmE6Th+Z/gdMivIeoS69hPW58Gw0NL8yLM5c+4dTgLCuBx peWyz6zjsdUSDPo4+x+kfMZnNd3AzzydeoWSbLq+qop2Si4UV7O3Y98XN5LqPV4l KhgmWloqCg29XT9ur2LAbvbjyoVZ0Ew+7+I8zJEIlDf8HXqeUTG0CMm1OfIFCLTx cKCoozbrUKic7vPOanjvHRyJJ+KfDic9t8lqt/769Pf09nDtkgtIJPJ5/exldeF2 Pq5czYUs2/DRd9VyLWwg =Lymv -----END PGP SIGNATURE----- --nextPart3740984.YOyZoJY7hI-- From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 11:50:45 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82DADABC for ; Thu, 16 Apr 2015 11:50:45 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC18D8B for ; Thu, 16 Apr 2015 11:50:45 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 6D2C28C4 for ; Thu, 16 Apr 2015 11:50:44 +0000 (UTC) Date: Thu, 16 Apr 2015 11:50:42 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <583961192.27.1429185042864.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1130360299.24.1429129308643.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1130360299.24.1429129308643.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD-tests2 #938 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 11:50:45 -0000 See ------------------------------------------ [...truncated 1989 lines...] local/kyua/utils/sqlite/statement_test:bind__blob -> passed [8.270s] local/kyua/utils/sqlite/statement_test:bind__by_name -> passed [11.787s] local/kyua/utils/sqlite/statement_test:bind__double -> passed [23.924s] local/kyua/utils/sqlite/statement_test:bind__int -> passed [0.024s] local/kyua/utils/sqlite/statement_test:bind__int64 -> passed [0.024s] local/kyua/utils/sqlite/statement_test:bind__null -> passed [0.022s] local/kyua/utils/sqlite/statement_test:bind__text -> passed [0.022s] local/kyua/utils/sqlite/statement_test:bind__text__transient -> passed [0.024s] local/kyua/utils/sqlite/statement_test:bind_parameter_count -> passed [7.465s] local/kyua/utils/sqlite/statement_test:bind_parameter_index -> passed [7.689s] local/kyua/utils/sqlite/statement_test:bind_parameter_name -> passed [0.090s] local/kyua/utils/sqlite/statement_test:clear_bindings -> passed [0.024s] local/kyua/utils/sqlite/statement_test:column_blob -> passed [0.024s] local/kyua/utils/sqlite/statement_test:column_bytes__blob -> passed [0.024s] local/kyua/utils/sqlite/statement_test:column_bytes__text -> passed [0.107s] local/kyua/utils/sqlite/statement_test:column_count -> passed [0.023s] local/kyua/utils/sqlite/statement_test:column_double -> passed [0.088s] local/kyua/utils/sqlite/statement_test:column_id__missing -> passed [0.028s] local/kyua/utils/sqlite/statement_test:column_id__ok -> passed [0.193s] local/kyua/utils/sqlite/statement_test:column_int64 -> passed [0.063s] local/kyua/utils/sqlite/statement_test:column_int__ok -> passed [0.029s] local/kyua/utils/sqlite/statement_test:column_int__overflow -> passed [0.025s] local/kyua/utils/sqlite/statement_test:column_name__fail -> passed [0.025s] local/kyua/utils/sqlite/statement_test:column_name__ok -> passed [0.024s] local/kyua/utils/sqlite/statement_test:column_text -> passed [0.022s] local/kyua/utils/sqlite/statement_test:column_type__ok -> passed [0.023s] local/kyua/utils/sqlite/statement_test:column_type__out_of_range -> passed [0.245s] local/kyua/utils/sqlite/statement_test:reset -> passed [0.023s] local/kyua/utils/sqlite/statement_test:safe_column_blob__fail -> passed [0.032s] local/kyua/utils/sqlite/statement_test:safe_column_blob__ok -> passed [0.025s] local/kyua/utils/sqlite/statement_test:safe_column_bytes__fail -> passed [0.025s] local/kyua/utils/sqlite/statement_test:safe_column_bytes__ok__blob -> passed [0.023s] local/kyua/utils/sqlite/statement_test:safe_column_bytes__ok__text -> passed [0.023s] local/kyua/utils/sqlite/statement_test:safe_column_double__fail -> passed [11.399s] local/kyua/utils/sqlite/statement_test:safe_column_double__ok -> passed [7.208s] local/kyua/utils/sqlite/statement_test:safe_column_int64__fail -> passed [14.890s] local/kyua/utils/sqlite/statement_test:safe_column_int64__ok -> passed [10.087s] local/kyua/utils/sqlite/statement_test:safe_column_int__fail -> passed [7.897s] local/kyua/utils/sqlite/statement_test:safe_column_int__ok -> passed [6.645s] local/kyua/utils/sqlite/statement_test:safe_column_text__fail -> passed [4.313s] local/kyua/utils/sqlite/statement_test:safe_column_text__ok -> passed [11.057s] local/kyua/utils/sqlite/statement_test:step__fail -> passed [5.226s] local/kyua/utils/sqlite/statement_test:step__many -> passed [0.026s] local/kyua/utils/sqlite/statement_test:step__ok -> passed [0.024s] local/kyua/utils/sqlite/statement_test:step_without_results__fail -> passed [0.027s] local/kyua/utils/sqlite/statement_test:step_without_results__ok -> passed [0.026s] local/kyua/utils/sqlite/transaction_test:automatic_rollback -> passed [0.024s] local/kyua/utils/sqlite/transaction_test:explicit_commit -> passed [0.026s] local/kyua/utils/sqlite/transaction_test:explicit_rollback -> passed [3.567s] local/kyua/utils/sqlite/transaction_test:nested_fail -> passed [0.020s] local/kyua/utils/text/exceptions_test:error -> passed [0.019s] local/kyua/utils/text/exceptions_test:syntax_error -> passed [0.018s] local/kyua/utils/text/exceptions_test:value_error -> passed [0.024s] local/kyua/utils/text/operations_test:escape_xml__empty -> passed [0.018s] local/kyua/utils/text/operations_test:escape_xml__no_escaping -> passed [0.018s] local/kyua/utils/text/operations_test:escape_xml__some_escaping -> passed [0.018s] local/kyua/utils/text/operations_test:join__empty -> passed [0.018s] local/kyua/utils/text/operations_test:join__one -> passed [0.018s] local/kyua/utils/text/operations_test:join__several -> passed [0.018s] local/kyua/utils/text/operations_test:join__unordered -> passed [0.018s] local/kyua/utils/text/operations_test:quote__empty -> passed [0.018s] local/kyua/utils/text/operations_test:quote__no_escaping -> passed [26.495s] local/kyua/utils/text/operations_test:quote__some_escaping -> passed [7.457s] local/kyua/utils/text/operations_test:refill__break_many -> passed [0.020s] local/kyua/utils/text/operations_test:refill__break_one -> passed [0.019s] local/kyua/utils/text/operations_test:refill__break_one__not_first_word -> passed [0.021s] local/kyua/utils/text/operations_test:refill__cannot_break -> passed [0.020s] local/kyua/utils/text/operations_test:refill__empty -> passed [0.019s] local/kyua/utils/text/operations_test:refill__no_changes -> passed [0.023s] local/kyua/utils/text/operations_test:refill__preserve_whitespace -> passed [0.020s] local/kyua/utils/text/operations_test:replace_all__empty -> passed [0.018s] local/kyua/utils/text/operations_test:replace_all__none -> passed [0.018s] local/kyua/utils/text/operations_test:replace_all__one -> passed [0.018s] local/kyua/utils/text/operations_test:replace_all__several -> passed [0.018s] local/kyua/utils/text/operations_test:split__empty -> passed [0.020s] local/kyua/utils/text/operations_test:split__one -> passed [0.019s] local/kyua/utils/text/operations_test:split__several__delimiters -> passed [0.020s] local/kyua/utils/text/operations_test:split__several__simple -> passed [0.020s] local/kyua/utils/text/operations_test:to_type__empty -> passed [0.020s] local/kyua/utils/text/operations_test:to_type__invalid__bool -> passed [0.020s] local/kyua/utils/text/operations_test:to_type__invalid__numerical -> passed [0.020s] local/kyua/utils/text/operations_test:to_type__ok__bool -> passed [0.021s] local/kyua/utils/text/operations_test:to_type__ok__numerical -> passed [0.253s] local/kyua/utils/text/operations_test:to_type__ok__string -> passed [0.019s] local/kyua/utils/text/table_test:table__column_width -> passed [0.018s] local/kyua/utils/text/table_test:table__column_widths -> passed [0.018s] local/kyua/utils/text/table_test:table__empty -> passed [0.018s] local/kyua/utils/text/table_test:table__iterate -> passed [0.018s] local/kyua/utils/text/table_test:table__ncolumns -> passed [0.018s] local/kyua/utils/text/table_test:table_formatter__defaults -> passed [0.018s] local/kyua/utils/text/table_test:table_formatter__empty -> passed [0.017s] local/kyua/utils/text/table_test:table_formatter__many_columns__explicit_width -> passed [0.020s] local/kyua/utils/text/table_test:table_formatter__many_columns__max_width -> passed [0.019s] local/kyua/utils/text/table_test:table_formatter__many_columns__no_max_width -> passed [0.019s] local/kyua/utils/text/table_test:table_formatter__one_column__explicit_width -> ahcich0: Timeout on slot 22 port 0 ahcich0: is 00000000 cs 00000000 ss 00400000 rs 00400000 tfd 50 serr 00000000 cmd 1000d617 (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 08 80 d9 20 40 00 00 00 00 00 00 (ada0:ahcich0:0:0:0): CAM status: Command timeout (ada0:ahcich0:0:0:0): Retrying command passed [49.376s] local/kyua/utils/text/table_test:table_formatter__one_column__max_width -> passed [4.409s] local/kyua/utils/text/table_test:table_formatter__one_column__no_max_width -> passed [4.559s] local/kyua/utils/text/table_test:table_formatter__use_case__cli_help -> passed [0.020s] local/kyua/utils/text/templates_test:instantiate__empty_input -> passed [0.020s] local/kyua/utils/text/templates_test:instantiate__empty_statement -> passed [0.028s] local/kyua/utils/text/templates_test:instantiate__files__input_error -> passed [0.022s] local/kyua/utils/text/templates_test:instantiate__files__ok -> passed [19.510s] local/kyua/utils/text/templates_test:instantiate__files__output_error -> passed [20.965s] local/kyua/utils/text/templates_test:instantiate__if__multiple_levels__not_taken -> passed [10.719s] local/kyua/utils/text/templates_test:instantiate__if__multiple_levels__taken -> passed [0.022s] local/kyua/utils/text/templates_test:instantiate__if__one_level__not_taken -> passed [0.497s] local/kyua/utils/text/templates_test:instantiate__if__one_level__taken -> passed [0.227s] local/kyua/utils/text/templates_test:instantiate__invalid_narguments -> passed [0.021s] local/kyua/utils/text/templates_test:instantiate__loop__multiple_iterations -> passed [1.373s] local/kyua/utils/text/templates_test:instantiate__loop__nested__multiple_iterations -> passed [0.021s] local/kyua/utils/text/templates_test:instantiate__loop__nested__no_iterations -> passed [0.034s] local/kyua/utils/text/templates_test:instantiate__loop__no_iterations -> passed [0.021s] local/kyua/utils/text/templates_test:instantiate__loop__scoping -> passed [0.024s] local/kyua/utils/text/templates_test:instantiate__loop__sequential -> passed [0.086s] local/kyua/utils/text/templates_test:instantiate__mismatched_delimiters -> passed [0.021s] local/kyua/utils/text/templates_test:instantiate__unknown_statement -> passed [0.143s] local/kyua/utils/text/templates_test:instantiate__value__ok -> passed [0.023s] local/kyua/utils/text/templates_test:instantiate__value__unknown_variable -> passed [0.020s] local/kyua/utils/text/templates_test:instantiate__vector_length__ok -> passed [0.168s] local/kyua/utils/text/templates_test:instantiate__vector_length__unknown_vector -> passed [0.091s] local/kyua/utils/text/templates_test:instantiate__vector_value__ok -> passed [0.107s] local/kyua/utils/text/templates_test:instantiate__vector_value__out_of_range__empty -> passed [0.020s] local/kyua/utils/text/templates_test:instantiate__vector_value__out_of_range__not_empty -> passed [0.021s] local/kyua/utils/text/templates_test:instantiate__vector_value__unknown_vector -> passed [0.020s] local/kyua/utils/text/templates_test:templates_def__add_to_vector -> passed [0.019s] local/kyua/utils/text/templates_test:templates_def__add_variable__first -> passed [0.020s] local/kyua/utils/text/templates_test:templates_def__add_variable__replace -> passed [0.022s] local/kyua/utils/text/templates_test:templates_def__add_vector__first -> passed [0.022s] local/kyua/utils/text/templates_test:templates_def__add_vector__replace -> passed [0.021s] local/kyua/utils/text/templates_test:templates_def__evaluate__defined -> passed [0.061s] local/kyua/utils/text/templates_test:templates_def__evaluate__length__ok -> passed [0.021s] local/kyua/utils/text/templates_test:templates_def__evaluate__length__unknown_vector -> passed [0.020s] local/kyua/utils/text/templates_test:templates_def__evaluate__parenthesis_error -> passed [0.021s] local/kyua/utils/text/templates_test:templates_def__evaluate__variable__ok -> passed [0.020s] local/kyua/utils/text/templates_test:templates_def__evaluate__variable__unknown -> passed [0.020s] local/kyua/utils/text/templates_test:templates_def__evaluate__vector__ok -> passed [0.258s] local/kyua/utils/text/templates_test:templates_def__evaluate__vector__out_of_range -> passed [0.024s] local/kyua/utils/text/templates_test:templates_def__evaluate__vector__unknown_index -> passed [0.128s] local/kyua/utils/text/templates_test:templates_def__evaluate__vector__unknown_vector -> passed [0.021s] local/kyua/utils/text/templates_test:templates_def__exists__variable -> passed [0.053s] local/kyua/utils/text/templates_test:templates_def__exists__vector -> passed [0.020s] local/kyua/utils/text/templates_test:templates_def__get_variable__ok -> passed [0.024s] local/kyua/utils/text/templates_test:templates_def__get_variable__unknown -> passed [0.023s] local/kyua/utils/text/templates_test:templates_def__get_vector__ok -> passed [0.133s] local/kyua/utils/text/templates_test:templates_def__get_vector__unknown -> passed [0.023s] local/kyua/utils/text/templates_test:templates_def__remove_variable -> ahcich0: Timeout on slot 0 port 0 ahcich0: is 00000000 cs 00000000 ss 00000001 rs 00000001 tfd 50 serr 00000000 cmd 1000c017 (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 08 80 d9 20 40 00 00 00 00 00 00 (ada0:ahcich0:0:0:0): CAM status: Command timeout (ada0:ahcich0:0:0:0): Retrying command passed [80.941s] local/lutok/c_gate_test:c_state -> passed [42.620s] local/lutok/c_gate_test:connect -> passed [4.897s] local/lutok/debug_test:get_info -> passed [9.795s] local/lutok/debug_test:get_stack -> passed [4.523s] local/lutok/examples_test:bindings -> passed [89.405s] local/lutok/examples_test:hello -> passed [24.853s] local/lutok/examples_test:interpreter -> passed [12.360s] local/lutok/examples_test:raii -> passed [6.054s] local/lutok/exceptions_test:api_error__explicit -> passed [6.253s] local/lutok/exceptions_test:api_error__from_stack -> passed [11.837s] local/lutok/exceptions_test:error -> passed [7.459s] local/lutok/exceptions_test:file_not_found_error -> passed [2.348s] local/lutok/operations_test:create_module__empty -> passed [10.243s] local/lutok/operations_test:create_module__many -> passed [17.525s] local/lutok/operations_test:create_module__one -> Traceback (most recent call last): File "/vm/freebsd-ci/scripts/test/run-tests.py", line 152, in main(sys.argv) File "/vm/freebsd-ci/scripts/test/run-tests.py", line 80, in main runTest() File "/vm/freebsd-ci/scripts/test/run-tests.py", line 124, in runTest child2.expect(prompt, timeout=7200) File "/usr/local/lib/python2.7/site-packages/pexpect/__init__.py", line 1451, in expect timeout, searchwindowsize) File "/usr/local/lib/python2.7/site-packages/pexpect/__init__.py", line 1466, in expect_list timeout, searchwindowsize) File "/usr/local/lib/python2.7/site-packages/pexpect/__init__.py", line 1568, in expect_loop raise TIMEOUT(str(err) + '\n' + str(self)) pexpect.TIMEOUT: Timeout exceeded. version: 3.3 command: /usr/sbin/bhyve args: [u'/usr/sbin/bhyve', u'-c', u'2', u'-m', u'2G', u'-AI', u'-H', u'-P', u'-g', u'0', u'-s', u'0:0,hostbridge', u'-s', u'1:0,lpc', u'-s', u'2:0,virtio-net,tap0,mac=58:9c:fc:00:00:2e', u'-s', u'3:0,ahci-hd,/net/jenkins-10.freebsd.org/builds/Build-UFS-image/image/FreeBSD_HEAD/test.img', u'-l', u'com1,stdio', u'vm_test'] searcher: buffer (last 100 chars): 'est:create_module__many -> passed [17.525s]\r\nlocal/lutok/operations_test:create_module__one -> ' before (last 100 chars): 'est:create_module__many -> passed [17.525s]\r\nlocal/lutok/operations_test:create_module__one -> ' after: match: None match_index: None exitstatus: None flag_eof: False pid: 13400 child_fd: 4 closed: False timeout: 30 delimiter: logfile: ', mode 'w' at 0x800670150> logfile_read: None logfile_send: None maxread: 2000 ignorecase: False searchwindowsize: None delaybeforesend: 0.05 delayafterclose: 0.1 delayafterterminate: 0.1 Build step 'Execute shell' marked build as failure Recording test results ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception hudson.AbortException: Test reports were found but none of them are new. Did tests run? For example, is 13 hr old at hudson.tasks.junit.TestResult.parse(TestResult.java:178) at hudson.tasks.junit.TestResult.parse(TestResult.java:146) at hudson.tasks.junit.TestResult.(TestResult.java:122) at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119) at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:325) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) at ......remote call to havoc.ysv.freebsd.org(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) at hudson.remoting.Channel.call(Channel.java:753) at hudson.FilePath.act(FilePath.java:978) at hudson.FilePath.act(FilePath.java:967) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120) at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721) at hudson.model.Build$BuildExecution.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670) at hudson.model.Run.execute(Run.java:1766) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 16:09:07 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50BEC707 for ; Thu, 16 Apr 2015 16:09:07 +0000 (UTC) Received: from st11p00mm-asmtp001.mac.com (st11p00mm-asmtp001.mac.com [17.172.81.0]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26ABCA6 for ; Thu, 16 Apr 2015 16:09:06 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NMW005GJQ6YOU00@st11p00mm-asmtp001.mac.com> for freebsd-current@freebsd.org; Thu, 16 Apr 2015 16:09:00 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-16_06:2015-04-16,2015-04-16,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=4 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504160135 From: Rui Paulo To: freebsd-current@freebsd.org Cc: "Ranjan1018 ." <214748mv@gmail.com> Subject: Re: Synaptics Touchpad stops working in r281560 Date: Thu, 16 Apr 2015 09:08:58 -0700 Message-id: <2838530.zBVvjosoSM@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: References: <5584868.YqUHvGBcz4@akita> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 16:09:07 -0000 On Thursday 16 April 2015 10:20:08 Ranjan1018 . wrote: > 2015-04-16 6:36 GMT+02:00 Rui Paulo : > > On Thursday 16 April 2015 06:16:45 Ranjan1018 . wrote: > > > Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. > > > The Synaptics Touchpad stops working, in Xorg.0.log I have the error > > > message : > > > > > > [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics > > > hardware. > > > > > > [ 1047.449] (EE) PreInit returned 11 for "Mouse" > > > > What are your boot loader settings? > > > > -- > > Rui Paulo > > My /boot/loader.conf is: > zfs_load=YES > vfs.root.mountfrom="zfs:sys/ROOT/CURRENT" > > # solo prova > drm.i915.init_backlight=10 > #i915kms_load="YES" > > # ZFS tunable > vfs.zfs.prefetch_disable=0 # funzia! > > # Synaptics > hw.psm.synaptics_support=1 I don't think you can use the kernel synaptics driver with the xorg synaptics driver. Can you try this one instead? Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection -- Rui Paulo From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 16:09:11 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C25B77F9; Thu, 16 Apr 2015 16:09:11 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A8F9DA8; Thu, 16 Apr 2015 16:09:11 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 774B2922; Thu, 16 Apr 2015 16:09:11 +0000 (UTC) Date: Thu, 16 Apr 2015 16:09:08 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, ngie@FreeBSD.org, tijl@FreeBSD.org, jch@FreeBSD.org, emaste@FreeBSD.org, delphij@FreeBSD.org, kevlo@FreeBSD.org, araujo@FreeBSD.org, allanjude@FreeBSD.org, bdrewery@FreeBSD.org Message-ID: <532886338.28.1429200551036.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2650 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-Mailman-Approved-At: Thu, 16 Apr 2015 16:16:52 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 16:09:11 -0000 See Changes: [jch] Fix an old and well-documented use-after-free race condition in TCP timers: - Add a reference from tcpcb to its inpcb - Defer tcpcb deletion until TCP timers have finished Differential Revision:=09https://reviews.freebsd.org/D2079 Submitted by:=09=09jch, Marc De La Gueronniere Reviewed by:=09=09imp, rrs, adrian, jhb, bz Approved by:=09=09jhb Sponsored by:=09=09Verisign, Inc. [kevlo] Enable LDO to 2.5V before efuse r/w action in order to prevent incorrect mac address read from efuse. Reported by:=09swills Tested by:=09rpaulo and myself on RPi [tijl] Fix build after r281550 when WITHOUT_ICONV is defined. Reported by:=09adrian MFC after:=092 weeks [ngie] Fix race when testing for ETXTBSY writing to ${n0} (process image) b= y making sure the process has been started beforehand with pgrep pkill the process afterwards to make sure it's dead when the unlink is run (not strictly required, but I was being conservative) MFC after: 1 week Reviewed by: Darius O'Conner, mjohnston Sponsored by: EMC / Isilon Storage Division [araujo] Remove duplicate header entry. [bdrewery] Remove extra flags from r250462. MFC after:=091 week [emaste] vidcontrol: make size argument optional again for syscons r273544 changed the -f option allow no arguments in vt mode (used to reset the font back to the default), but broke the optionality of the size argument for syscons. Drop the required argument from syscons' optstring for -f so the optional argument handler works the same way for both syscons and vt. Reported by:=09bde Sponsored by:=09The FreeBSD Foundation [delphij] Verify if the saved hostid is still the same and update if it was changed. Sponsored by:=09iXsystems, Inc. Obtained from:=09FreeNAS (trueos commit 0abb740) [allanjude] Fix syntax errors in conditions for new features in freebsd-upd= ate Differential Revision:=09https://reviews.freebsd.org/D1550 Submitted by:=09kmoore Approved by:=09delphij Obtained from:=09PCBSD MFC after:=091 week X-MFC-With:=09279571 Sponsored by:=09ScaleEngine Inc. ------------------------------------------ [...truncated 72325 lines...] --- _ftruncate.S --- --- _truncate.S --- --- _lseek.S --- printf '#include "compat.h"\n' > _lseek.S printf '#include "SYS.h"\nPSEUDO(lseek)\n' >> _lseek.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_lseek.S --- _mmap.S --- printf '#include "compat.h"\n' > _mmap.S printf '#include "SYS.h"\nPSEUDO(mmap)\n' >> _mmap.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_mmap.S --- _gettimeofday.S --- --- _utimensat.S --- --- _truncate.S --- printf '#include "compat.h"\n' > _truncate.S printf '#include "SYS.h"\nPSEUDO(truncate)\n' >> _truncate.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_truncate.S --- _ftruncate.S --- printf '#include "compat.h"\n' > _ftruncate.S printf '#include "SYS.h"\nPSEUDO(ftruncate)\n' >> _ftruncate.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_ftruncate.S --- _gettimeofday.S --- printf '#include "compat.h"\n' > _gettimeofday.S printf '#include "SYS.h"\nPSEUDO(gettimeofday)\n' >> _gettimeofday.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_gettimeofday.S --- _accept.S --- --- _connect.S --- --- _fsync.S --- --- _utimensat.S --- printf '#include "compat.h"\n' > _utimensat.S printf '#include "SYS.h"\nPSEUDO(utimensat)\n' >> _utimensat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_utimensat.S --- _msync.S --- --- _fsync.S --- printf '#include "compat.h"\n' > _fsync.S --- _accept.S --- printf '#include "compat.h"\n' > _accept.S printf '#include "SYS.h"\nPSEUDO(accept)\n' >> _accept.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_accept.S --- _fsync.S --- printf '#include "SYS.h"\nPSEUDO(fsync)\n' >> _fsync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_fsync.S --- _connect.S --- printf '#include "compat.h"\n' > _connect.S --- _nanosleep.S --- --- _connect.S --- printf '#include "SYS.h"\nPSEUDO(connect)\n' >> _connect.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_connect.S --- _open.S --- --- _openat.S --- --- _msync.S --- printf '#include "compat.h"\n' > _msync.S printf '#include "SYS.h"\nPSEUDO(msync)\n' >> _msync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_msync.S --- _poll.S --- --- _nanosleep.S --- printf '#include "compat.h"\n' > _nanosleep.S printf '#include "SYS.h"\nPSEUDO(nanosleep)\n' >> _nanosleep.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_nanosleep.S --- _openat.S --- printf '#include "compat.h"\n' > _openat.S printf '#include "SYS.h"\nPSEUDO(openat)\n' >> _openat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_openat.S --- _recvfrom.S --- --- _recvmsg.S --- --- _poll.S --- printf '#include "compat.h"\n' > _poll.S printf '#include "SYS.h"\nPSEUDO(poll)\n' >> _poll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_poll.S --- _open.S --- printf '#include "compat.h"\n' > _open.S printf '#include "SYS.h"\nPSEUDO(open)\n' >> _open.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_open.S --- _setcontext.S --- --- _sigsuspend.S --- --- _recvmsg.S --- printf '#include "compat.h"\n' > _recvmsg.S --- _recvfrom.S --- printf '#include "compat.h"\n' > _recvfrom.S printf '#include "SYS.h"\nPSEUDO(recvfrom)\n' >> _recvfrom.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvfrom.S --- _recvmsg.S --- printf '#include "SYS.h"\nPSEUDO(recvmsg)\n' >> _recvmsg.S --- _setcontext.S --- printf '#include "compat.h"\n' > _setcontext.S --- _sigtimedwait.S --- --- _sigsuspend.S --- printf '#include "compat.h"\n' > _sigsuspend.S printf '#include "SYS.h"\nPSEUDO(sigsuspend)\n' >> _sigsuspend.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigsuspend.S --- _setcontext.S --- printf '#include "SYS.h"\nPSEUDO(setcontext)\n' >> _setcontext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_setcontext.S --- _recvmsg.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvmsg.S --- _swapcontext.S --- --- _wait4.S --- --- _write.S --- --- _sigtimedwait.S --- printf '#include "compat.h"\n' > _sigtimedwait.S printf '#include "SYS.h"\nPSEUDO(sigtimedwait)\n' >> _sigtimedwait.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigtimedwait.S --- _swapcontext.S --- printf '#include "compat.h"\n' > _swapcontext.S --- _writev.S --- --- _swapcontext.S --- printf '#include "SYS.h"\nPSEUDO(swapcontext)\n' >> _swapcontext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_swapcontext.S --- _wait4.S --- printf '#include "compat.h"\n' > _wait4.S printf '#include "SYS.h"\nPSEUDO(wait4)\n' >> _wait4.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_wait4.S --- crypt.h --- --- _writev.S --- printf '#include "compat.h"\n' > _writev.S printf '#include "SYS.h"\nPSEUDO(writev)\n' >> _writev.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_writev.S --- _write.S --- printf '#include "compat.h"\n' > _write.S printf '#include "SYS.h"\nPSEUDO(write)\n' >> _write.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_write.S --- gdtoa_strtorx.c --- --- gdtoa_dmisc.c --- --- gdtoa_gethex.c --- --- crypt.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o crypt.h --- gdtoa_dmisc.c --- ln -sf gdtoa_dmisc.c --- gdtoa_strtorx.c --- ln -sf gdtoa_strtorx.c --- gdtoa_gethex.c --- ln -sf gdtoa_gethex.c --- gdtoa_gmisc.c --- --- gdtoa_hd_init.c --- --- gdtoa_hexnan.c --- --- gdtoa_gmisc.c --- ln -sf gdtoa_gmisc.c --- gdtoa_hexnan.c --- ln -sf gdtoa_hexnan.c --- gdtoa_hd_init.c --- ln -sf gdtoa_hd_init.c --- gdtoa_misc.c --- ln -sf gdtoa_misc.c --- gdtoa_smisc.c --- --- gdtoa_strtod.c --- --- gdtoa_strtodg.c --- --- gdtoa_smisc.c --- ln -sf gdtoa_smisc.c --- gdtoa_strtod.c --- ln -sf gdtoa_strtod.c --- gdtoa_strtodg.c --- ln -sf gdtoa_strtodg.c --- gdtoa_strtof.c --- --- gdtoa_strtord.c --- --- gdtoa_strtof.c --- ln -sf gdtoa_strtof.c --- gdtoa_ulp.c --- --- jemalloc_arena.c --- --- gdtoa_strtord.c --- ln -sf gdtoa_strtord.c --- gdtoa_ulp.c --- ln -sf gdtoa_ulp.c --- jemalloc_bitmap.c --- --- jemalloc_chunk.c --- --- jemalloc_arena.c --- ln -sf jemalloc_arena.c --- jemalloc_chunk_dss.c --- --- jemalloc_bitmap.c --- ln -sf jemalloc_bitmap.c --- jemalloc_chunk.c --- ln -sf jemalloc_chunk.c --- jemalloc_chunk_dss.c --- ln -sf jemalloc_chunk_dss.c --- jemalloc_chunk_mmap.c --- --- jemalloc_extent.c --- --- jemalloc_huge.c --- --- jemalloc_mb.c --- --- jemalloc_chunk_mmap.c --- ln -sf jemalloc_chunk_mmap.c --- jemalloc_extent.c --- ln -sf jemalloc_extent.c --- jemalloc_huge.c --- ln -sf jemalloc_huge.c --- jemalloc_mb.c --- ln -sf jemalloc_mb.c --- jemalloc_mutex.c --- --- jemalloc_quarantine.c --- --- jemalloc_rtree.c --- --- jemalloc_tsd.c --- --- jemalloc_mutex.c --- ln -sf jemalloc_mutex.c --- jemalloc_quarantine.c --- ln -sf jemalloc_quarantine.c --- subr_acl_nfs4.c --- --- yp.h --- --- jemalloc_rtree.c --- ln -sf jemalloc_rtree.c --- jemalloc_tsd.c --- ln -sf jemalloc_tsd.c --- crypt_clnt.c --- --- crypt_xdr.c --- --- subr_acl_nfs4.c --- cat > subr_acl_nfs4.c --- yp.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o yp.h --- crypt_clnt.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -l -o crypt_clnt.c --- crypt_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o crypt_xdr.c --- nslexer.c --- lex -P_nsyy -onslexer.c.tmp1 sed -e '/YY_BUF_SIZE/s/16384/1024/' nslexer.c.tmp1 >nslexer.c.tmp2 rm -f nslexer.c.tmp1 mv -f nslexer.c.tmp2 nslexer.c --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I -I -I -DNLS -D__DBINTERFACE_PRIVATE -I -I -DINET6 -= I -I -D_ACL_PRIVATE -DPOSIX_MISTAKE -I -I -I -I -I -DBROKEN_DES -DPORTMAP -DDES= _BUILTIN -I -= DYP -DNS_CACHING -DSYMBOL_VERSIONING -DSYSCALL_COMPAT -std=3Dgnu99 = = <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/errlst.c> = = <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/semctl.c> = = <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/srand48.c> <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/telldir.c> cancelpoints_= sem.c cancelpoints_sem_new.c = = = nslexer.c nsparser.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/posix1e/mac.c> = subr_acl_nfs4.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/stdtime/timelocal.= c> = syscall.S link.S un= link.S chdir.S fchdir.S mknod.S chmod.S chown.S freebsd4_getfsstat.S getpid= .S mount.S unmount.S setuid.S getuid.S geteuid.S getpeername.S getsockname.= S access.S chflags.S fchflags.S sync.S kill.S getppid.S dup.S getegid.S pro= fil.S ktrace.S getgid.S acct.S sigaltstack.S ioctl.S revoke.S symlink.S rea= dlink.S execve.S umask.S chroot.S vadvise.S munmap.S mprotect.S madvise.S m= incore.S getgroups.S setgroups.S getpgrp.S setpgid.S setitimer.S swapon.S g= etitimer.S getdtablesize.S dup2.S setpriority.S socket.S getpriority.S bind= .S setsockopt.S listen.S getrusage.S getsockopt.S settimeofday.S fchown.S f= chmod.S setreuid.S setregid.S rename.S flock.S mkfifo.S shutdown.S socketpa= ir.S mkdir.S rmdir.S utimes.S adjtime.S setsid.S quotactl.S nlm_syscall.S n= fssvc.S freebsd4_statfs.S freebsd4_fstatfs.S lgetfh.S getfh.S freebsd4_getd= omainname.S freebsd4_setdomainname.S freebsd4_uname.S sysarch.S rtprio.S se= msys.S msgsys.S shmsys.S freebsd6_pread.S freebsd6_pwrite.S setfib.S ntp_ad= jtime.S setgid.S setegid.S seteuid.S stat.S fstat.S lstat.S pathconf.S fpat= hconf.S getrlimit.S setrlimit.S getdirentries.S freebsd6_mmap.S __syscall.S= freebsd6_lseek.S freebsd6_truncate.S freebsd6_ftruncate.S __sysctl.S mlock= .S munlock.S undelete.S futimes.S getpgid.S freebsd7___semctl.S semget.S se= mop.S freebsd7_msgctl.S msgget.S msgsnd.S msgrcv.S shmat.S freebsd7_shmctl.= S shmdt.S shmget.S clock_settime.S clock_getres.S ktimer_create.S ktimer_de= lete.S ktimer_settime.S ktimer_gettime.S ktimer_getoverrun.S ffclock_getcou= nter.S ffclock_setestimate.S ffclock_getestimate.S clock_getcpuclockid2.S n= tp_gettime.S minherit.S rfork.S issetugid.S lchown.S aio_read.S aio_write.S= lio_listio.S getdents.S lchmod.S netbsd_lchown.S lutimes.S netbsd_msync.S = nstat.S nfstat.S nlstat.S preadv.S pwritev.S freebsd4_fhstatfs.S fhopen.S f= hstat.S modnext.S modstat.S modfnext.S modfind.S kldload.S kldunload.S kldf= ind.S kldnext.S kldstat.S kldfirstmod.S getsid.S setresuid.S setresgid.S ai= o_return.S aio_cancel.S aio_error.S oaio_read.S oaio_write.S olio_listio.S = mlockall.S munlockall.S __getcwd.S sched_setparam.S sched_getparam.S sched_= setscheduler.S sched_getscheduler.S sched_yield.S sched_get_priority_max.S = sched_get_priority_min.S sched_rr_get_interval.S utrace.S freebsd4_sendfile= .S kldsym.S jail.S nnpfs_syscall.S freebsd4_sigaction.S sigpending.S freebs= d4_sigreturn.S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_f= d.S __acl_delete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclch= eck_fd.S extattrctl.S extattr_set_file.S extattr_get_file.S extattr_delete_= file.S aio_waitcomplete.S getresuid.S getresgid.S kqueue.S extattr_set_fd.S= extattr_get_fd.S extattr_delete_fd.S __setugid.S eaccess.S afs3_syscall.S = nmount.S __mac_get_proc.S __mac_set_proc.S __mac_get_fd.S __mac_get_file.S = __mac_set_fd.S __mac_set_file.S kenv.S lchflags.S uuidgen.S sendfile.S mac_= syscall.S getfsstat.S statfs.S fstatfs.S fhstatfs.S ksem_close.S ksem_post.= S ksem_wait.S ksem_trywait.S ksem_init.S ksem_open.S ksem_unlink.S ksem_get= value.S ksem_destroy.S __mac_get_pid.S __mac_get_link.S __mac_set_link.S ex= tattr_set_link.S extattr_get_link.S extattr_delete_link.S __mac_execve.S sw= apoff.S __acl_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclchec= k_link.S thr_create.S thr_exit.S thr_self.S thr_kill.S jail_attach.S extatt= r_list_fd.S extattr_list_file.S extattr_list_link.S ksem_timedwait.S thr_su= spend.S thr_wake.S kldunloadf.S audit.S auditon.S getauid.S setauid.S getau= dit.S setaudit.S getaudit_addr.S setaudit_addr.S auditctl.S _umtx_op.S thr_= new.S sigqueue.S kmq_open.S kmq_setattr.S kmq_timedreceive.S kmq_timedsend.= S kmq_notify.S kmq_unlink.S abort2.S thr_set_name.S aio_fsync.S rtprio_thre= ad.S sctp_peeloff.S sctp_generic_sendmsg.S sctp_generic_sendmsg_iov.S sctp_= generic_recvmsg.S thr_kill2.S shm_open.S shm_unlink.S cpuset.S cpuset_setid= .S cpuset_getid.S cpuset_getaffinity.S cpuset_setaffinity.S faccessat.S fch= modat.S fchownat.S fexecve.S fstatat.S futimesat.S linkat.S mkdirat.S mkfif= oat.S mknodat.S readlinkat.S renameat.S symlinkat.S unlinkat.S posix_openpt= .S gssd_syscall.S jail_get.S jail_set.S jail_remove.S closefrom.S __semctl.= S msgctl.S shmctl.S lpathconf.S __cap_rights_get.S cap_enter.S cap_getmode.= S pdfork.S pdkill.S pdgetpid.S getloginclass.S setloginclass.S rctl_get_rac= ct.S rctl_get_rules.S rctl_get_limits.S rctl_add_rule.S rctl_remove_rule.S = posix_fallocate.S posix_fadvise.S wait6.S cap_rights_limit.S cap_ioctls_lim= it.S cap_ioctls_get.S cap_fcntls_limit.S cap_fcntls_get.S bindat.S connecta= t.S chflagsat.S pipe2.S aio_mlock.S procctl.S ppoll.S _getlogin.S _exit.S _= pread.S _pwrite.S _lseek.S _mmap.S _ftruncate.S _truncate.S _clock_gettime.= S _gettimeofday.S _futimens.S _utimensat.S _accept.S _accept4.S _aio_suspen= d.S _close.S _connect.S _fcntl.S _fsync.S _fork.S _kevent.S _msync.S _nanos= leep.S _open.S _openat.S _poll.S _pselect.S _read.S _readv.S _recvfrom.S _r= ecvmsg.S _select.S _sendmsg.S _sendto.S _setcontext.S _sigprocmask.S _sigsu= spend.S _sigtimedwait.S _sigwait.S _sigwaitinfo.S _swapcontext.S _wait4.S _= write.S _writev.S _sigaction.S crypt_clnt.c= crypt_xdr.c yp_xdr.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/amd64/stdlib/lldiv= .S> gdtoa_strtorx= .c gdtoa_dmisc.c gdtoa_dtoa.c gdtoa_gdtoa.c gdtoa_gethex.c gdtoa_gmisc.c gd= toa_hd_init.c gdtoa_hexnan.c gdtoa_misc.c gdtoa_smisc.c gdtoa_strtod.c gdto= a_strtodg.c gdtoa_strtof.c gdtoa_strtord.c gdtoa_sum.c gdtoa_ulp.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/stdlib/remque.c> <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/stdlib/strfmon.c> = jemalloc_jemalloc.c jemalloc_arena.c jemalloc_atomic.c jemallo= c_base.c jemalloc_bitmap.c jemalloc_chunk.c jemalloc_chunk_dss.c jemalloc_c= hunk_mmap.c jemalloc_ckh.c jemalloc_ctl.c jemalloc_extent.c jemalloc_hash.c= jemalloc_huge.c jemalloc_mb.c jemalloc_mutex.c jemalloc_prof.c jemalloc_qu= arantine.c jemalloc_rtree.c jemalloc_stats.c jemalloc_tcache.c jemalloc_tsd= .c jemalloc_util.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/string/wcsnlen.c> = = :47= :10: fatal error: 'nsparser.h' file not found #include "nsparser.h" ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in 1 error make[4]: stopped in A failure has been detected in another branch of the parallel make make[3]: stopped in *** [libraries] Error code 2 make[2]: stopped in 1 error make[2]: stopped in *** [_libraries] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 18:06:26 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C446CF52 for ; Thu, 16 Apr 2015 18:06:26 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 649BAC4 for ; Thu, 16 Apr 2015 18:06:26 +0000 (UTC) Received: by wiun10 with SMTP id n10so106786099wiu.1 for ; Thu, 16 Apr 2015 11:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=nbr9YYNjh3r7nDrc6UjDXVexk0xcmdpiFth3J26f+7M=; b=A5Mz0be/1sQ/J+hyO37gqw1tHYotJnebQ2CovWenu1H3/xMzrfFJSws9FvC5Gj8IlQ qaIp0fNGRCxBDNilcUvGdrYn234DvvS3y6NsWoJqGTivMzL+tgGWeAcE1yoZcXrdGexY cnuuCgR8r9KHC8dWdInjQV6ljDCZ+4OvTfsP4om5vQ65LioK1SxsSrFxsQFnLl6H8Z5R i7Lg26q/xHRPR72VkCYy4HKC0Ye4A5sIct0t8nBs5Rsdqz/q0UfAejbGfGn+tofOQb0k eWN6S0GN+XxI1q2w+R6BhB5ULGZD4PeRXHcUa4gpVb5p9NuWZPWRjo5v1i2Jl4rxcscu CGqA== X-Received: by 10.194.184.10 with SMTP id eq10mr63737476wjc.147.1429207584002; Thu, 16 Apr 2015 11:06:24 -0700 (PDT) Received: from ?IPv6:2001:470:1f15:b1f:2120:ace1:2283:703d? ([2001:470:1f15:b1f:2120:ace1:2283:703d]) by mx.google.com with ESMTPSA id hw7sm11361653wjb.24.2015.04.16.11.06.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Apr 2015 11:06:23 -0700 (PDT) Message-ID: <552FFA1D.7040909@gmail.com> Date: Thu, 16 Apr 2015 20:06:21 +0200 From: =?windows-1252?Q?Jan_Kokem=FCller?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Synaptics Touchpad stops working in r281560 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 18:06:26 -0000 On 16.04.2015 06:16, Ranjan1018 . wrote: > Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. > The Synaptics Touchpad stops working, in Xorg.0.log I have the error > message : > > [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics > hardware. > > [ 1047.449] (EE) PreInit returned 11 for "Mouse" Could you try to rebuild xf86-input-synaptics via ports? The kernel ABI has changed due to the additions to synapticshw_t in /usr/include/sys/mouse.h. The xorg driver calls the MOUSE_SYN_GETHWINFO ioctl which returns a synapticshw_t. From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 20:13:40 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F0AD285; Thu, 16 Apr 2015 20:13:40 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (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 D96A71062; Thu, 16 Apr 2015 20:01:14 +0000 (UTC) Received: by igblo3 with SMTP id lo3so122788699igb.1; Thu, 16 Apr 2015 13:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wxXFPjEvn8FWWXxeLtzb10k31No8BDPOIUww6F67HhQ=; b=YFetCoubawa4H9/qXcrmbtS1y/NDpDvBb7gMsBEE9y/Qj+ZNxSraVnaIpiJk3wM3rQ G8p4m1n0UXyv+cxqdQVlz9XiqTg47kBZVfrlj9PHXd1Ar99LrWQ5O1RurECk+p8VZzy+ fOTgjTzWAlKLmTAPQsmFms9rDn/Tlw5fiLkMx9q8pgDdt56LLMwedDlFl37IOPD8G4G/ QrcTFQC1tHlXmC3HdRuLNLAcS25ZWywhhZZvyrNGk2ZybDvWtNl39FVbfpgYF2axbcin jpEEjJqZ0tLDn1va0ahhLpP9vQZS8AU6dCOH/zp/0NfeZ3w5XaPl0hQkyl/8NP7e/dck r8EQ== MIME-Version: 1.0 X-Received: by 10.50.221.98 with SMTP id qd2mr8038478igc.37.1429214472175; Thu, 16 Apr 2015 13:01:12 -0700 (PDT) Received: by 10.36.53.199 with HTTP; Thu, 16 Apr 2015 13:01:12 -0700 (PDT) Date: Thu, 16 Apr 2015 23:01:12 +0300 Message-ID: Subject: Panic on 11.0-CURRENT when trying "kldload vmm" From: Markiyan Kushnir To: freebsd-current@freebsd.org, freebsd-virtualization@freebsd.org Content-Type: multipart/mixed; boundary=001a11347f20ec4da30513dcec6c X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 20:13:40 -0000 --001a11347f20ec4da30513dcec6c Content-Type: text/plain; charset=UTF-8 22:13:~$ uname -a FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r281432: Sun Apr 12 01:35:34 EEST 2015 root@:/work/obj/work/src.svn/sys/MAREK amd64 Went kernel panic twice today when trying to load vmm. Never seen this before (the previous kernel was built out of r278973, Feb 19 2015, was doing well). The panic is not reliable in the sense I could not reproduce it at will just loading/unloading vmm. I regularly work in my bhyve guests, sometimes swap between vmm and vboxdrv, all my scenarios haven't changed from the previous Feb kernel. Except that I re-built my today panicking kernel extending the MINIMAL config (including what I need) as opposed to the previous one "reducing" GENERIC (excluding what I don't need). Both today panic's back traces look identical. Attaching core.txt.1 (the latter one) and the output of "sysctl kern.conftxt". Let me know if someone wants to debug it. Thanks, Markiyan. --001a11347f20ec4da30513dcec6c Content-Type: application/octet-stream; name=conftxt Content-Disposition: attachment; filename=conftxt Content-Transfer-Encoding: base64 X-Attachment-Id: f_i8kkxsez0 a2Vybi5jb25mdHh0OiBvcHRpb25zCUNPTkZJR19BVVRPR0VORVJBVEVECmlkZW50CU1BUkVLCm1h Y2hpbmUJYW1kNjQKY3B1CUhBTU1FUgptYWtlb3B0aW9ucwlXSVRIX0NURj0xCm1ha2VvcHRpb25z CURFQlVHPS1nCm9wdGlvbnMJRU5BQkxFX0FMQVJUCm9wdGlvbnMJVEVSTUlOQUxfS0VSTl9BVFRS PShGR19ZRUxMT1d8QkdfQkxBQ0spCm9wdGlvbnMJVEVSTUlOQUxfTk9STV9BVFRSPShGR19HUkVF TnxCR19CTEFDSykKb3B0aW9ucwlNU0dCVUZfU0laRT02NTUzNgpvcHRpb25zCURVTU1ZTkVUCm9w dGlvbnMJSVBESVZFUlQKb3B0aW9ucwlJUEZJUkVXQUxMCm9wdGlvbnMJQUxUX0JSRUFLX1RPX0RF QlVHR0VSCm9wdGlvbnMJS0RCX1VOQVRURU5ERUQKb3B0aW9ucwlHRU9NX0xBQkVMCm9wdGlvbnMJ R0VPTV9QQVJUX0dQVApvcHRpb25zCUxJTlNZU0ZTCm9wdGlvbnMJTElOUFJPQ0ZTCm9wdGlvbnMJ Q09NUEFUX0xJTlVYMzIKb3B0aW9ucwlQU0VVRE9GUwpvcHRpb25zCVBST0NGUwpvcHRpb25zCU1T RE9TRlMKb3B0aW9ucwlORlNfUk9PVApvcHRpb25zCU5GU0xPQ0tECm9wdGlvbnMJTkZTRApvcHRp b25zCU5GU0NMCm9wdGlvbnMJU0NfUElYRUxfTU9ERQpvcHRpb25zCVZFU0EKb3B0aW9ucwlBQ1BJ X0RNQVIKb3B0aW9ucwlTTVAKb3B0aW9ucwlNQUxMT0NfREVCVUdfTUFYWk9ORVM9OApvcHRpb25z CVdJVE5FU1NfU0tJUFNQSU4Kb3B0aW9ucwlJTlZBUklBTlRfU1VQUE9SVApvcHRpb25zCURFQURM S1JFUwpvcHRpb25zCUdEQgpvcHRpb25zCUREQgpvcHRpb25zCUtEQl9UUkFDRQpvcHRpb25zCUtE QgpvcHRpb25zCUlOQ0xVREVfQ09ORklHX0ZJTEUKb3B0aW9ucwlEREJfQ1RGCm9wdGlvbnMJS0RU UkFDRV9IT09LUwpvcHRpb25zCUtEVFJBQ0VfRlJBTUUKb3B0aW9ucwlNQUMKb3B0aW9ucwlDQVBB QklMSVRJRVMKb3B0aW9ucwlDQVBBQklMSVRZX01PREUKb3B0aW9ucwlBVURJVApvcHRpb25zCUhX UE1DX0hPT0tTCm9wdGlvbnMJS0JEX0lOU1RBTExfQ0RFVgpvcHRpb25zCVBSSU5URl9CVUZSX1NJ WkU9MTI4Cm9wdGlvbnMJX0tQT1NJWF9QUklPUklUWV9TQ0hFRFVMSU5HCm9wdGlvbnMJU1lTVlNF TQpvcHRpb25zCVNZU1ZNU0cKb3B0aW9ucwlTWVNWU0hNCm9wdGlvbnMJU1RBQ0sKb3B0aW9ucwlL VFJBQ0UKb3B0aW9ucwlTQ1NJX0RFTEFZPTUwMDAKb3B0aW9ucwlDT01QQVRfRlJFRUJTRDMyCm9w dGlvbnMJTURfUk9PVApvcHRpb25zCVFVT1RBCm9wdGlvbnMJVUZTX0dKT1VSTkFMCm9wdGlvbnMJ VUZTX0RJUkhBU0gKb3B0aW9ucwlVRlNfQUNMCm9wdGlvbnMJU09GVFVQREFURVMKb3B0aW9ucwlG RlMKb3B0aW9ucwlTQ1RQCm9wdGlvbnMJVENQX09GRkxPQUQKb3B0aW9ucwlJTkVUNgpvcHRpb25z CUlORVQKb3B0aW9ucwlQUkVFTVBUSU9OCm9wdGlvbnMJU0NIRURfVUxFCm9wdGlvbnMJTkVXX1BD SUIKb3B0aW9ucwlHRU9NX1BBUlRfTUJSCm9wdGlvbnMJR0VPTV9QQVJUX0VCUl9DT01QQVQKb3B0 aW9ucwlHRU9NX1BBUlRfRUJSCm9wdGlvbnMJR0VPTV9QQVJUX0JTRApkZXZpY2UJaXNhCmRldmlj ZQltZW0KZGV2aWNlCWlvCmRldmljZQl1YXJ0X25zODI1MApkZXZpY2UJY3B1ZnJlcQpkZXZpY2UJ YWNwaQpkZXZpY2UJcGNpCmRldmljZQlhdGtiZGMKZGV2aWNlCWF0a2JkCmRldmljZQlwc20KZGV2 aWNlCWtiZG11eApkZXZpY2UJdmdhCmRldmljZQlzcGxhc2gKZGV2aWNlCXNjCmRldmljZQl2dApk ZXZpY2UJdnRfdmdhCmRldmljZQl2dF9lZmlmYgpkZXZpY2UJYWdwCmRldmljZQlsb29wCmRldmlj ZQlyYW5kb20KZGV2aWNlCXBhZGxvY2tfcm5nCmRldmljZQlyZHJhbmRfcm5nCmRldmljZQlldGhl cgpkZXZpY2UJdmxhbgpkZXZpY2UJdHVuCmRldmljZQlnaWYKZGV2aWNlCWJwZgpkZXZpY2UJYWhj aQpkZXZpY2UJYXRhCmRldmljZQlhZGEKZGV2aWNlCXNjYnVzCmRldmljZQlkYQpkZXZpY2UJcGFz cwpkZXZpY2UJdWFydApkZXZpY2UJbWlpYnVzCmRldmljZQllbQpkZXZpY2UJcmUKZGV2aWNlCW1k CmRldmljZQl1aGNpCmRldmljZQlvaGNpCmRldmljZQllaGNpCmRldmljZQl4aGNpCmRldmljZQl1 c2IKZGV2aWNlCXVrYmQKZGV2aWNlCXVtYXNzCmRldmljZQlzb3VuZApkZXZpY2UJc25kX2hkYQpk ZXZpY2UJdmlydGlvCmRldmljZQl2aXJ0aW9fcGNpCmRldmljZQl2dG5ldApkZXZpY2UJdmlydGlv X2JsawpkZXZpY2UJdmlydGlvX3Njc2kKZGV2aWNlCXZpcnRpb19iYWxsb29uCmRldmljZQlzcGVh a2VyCmRldmljZQlzbWJpb3MKZGV2aWNlCWNvcmV0ZW1wCmRldmljZQljcHVjdGwKZGV2aWNlCXNt YgpkZXZpY2UJc21idXMKZGV2aWNlCWljaHNtYgpkZXZpY2UJaWNod2QKZGV2aWNlCWZpcmV3aXJl CmRldmljZQluZXRtYXAKCg== --001a11347f20ec4da30513dcec6c-- From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 20:20:31 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47CFE786; Thu, 16 Apr 2015 20:20:31 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::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 D029A1202; Thu, 16 Apr 2015 20:20:30 +0000 (UTC) Received: by wgyo15 with SMTP id o15so93209547wgy.2; Thu, 16 Apr 2015 13:20:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Oxl/MrIsy1L90k28iwBKmBaq+fg0bSjqEVLQ/CV3DdU=; b=n3KYsTSNWxYwFyg8MkRb+guRDX8ZXsGRz7S4b7IEBlt3fQ4LTzOrKGGu4jVC+u5fZQ eZKiZiVsKNpMn0yHz+kYXvvTbNmiDh7HFenJDiZ84Pdb6gfJs9LZ5In/9mUfCFcBbigK KsPjeFRH8F42OBYpHOb+oU2zNOG2S51UknhWecNPnPzwuENh5HuCQw2qy4kKpSByumZq b7RHekeT7z5pgi7I8pVvlg16itSj2PQ63Sed3kDjRn88mbd0NtPeeYeKR/T3SKaAEuvb GII8Laehw043IArIXop30G3mKhNPJ7h1Bz8wdL5CgrSoy0Ym91h4UxF4MnoUI6caRD9N D7SQ== MIME-Version: 1.0 X-Received: by 10.194.6.228 with SMTP id e4mr62975551wja.63.1429215629283; Thu, 16 Apr 2015 13:20:29 -0700 (PDT) Received: by 10.27.52.18 with HTTP; Thu, 16 Apr 2015 13:20:29 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Apr 2015 13:20:29 -0700 Message-ID: Subject: Re: Panic on 11.0-CURRENT when trying "kldload vmm" From: Neel Natu To: Markiyan Kushnir Cc: FreeBSD current , "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 20:20:31 -0000 Hi Markiyan, On Thu, Apr 16, 2015 at 1:01 PM, Markiyan Kushnir wrote: > 22:13:~$ uname -a > FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #3 > r281432: Sun Apr 12 01:35:34 EEST 2015 > root@:/work/obj/work/src.svn/sys/MAREK amd64 > > > Went kernel panic twice today when trying to load vmm. Never seen > this before (the previous kernel was built out of r278973, Feb 19 > 2015, was doing well). The panic is not reliable in the sense I could > not reproduce it at will just loading/unloading vmm. > > I regularly work in my bhyve guests, sometimes swap between vmm and > vboxdrv, all my scenarios haven't changed from the previous Feb > kernel. Except that I re-built my today panicking kernel extending > the MINIMAL config (including what I need) as opposed to the previous > one "reducing" GENERIC (excluding what I don't need). > > Both today panic's back traces look identical. Attaching core.txt.1 > (the latter one) and the output of "sysctl kern.conftxt". Let me know > if someone wants to debug it. > I don't think that 'core.txt.1' made it through. Regardless, can you try to reproduce after applying r281559. I think it should fix the panic. https://svnweb.freebsd.org/changeset/base/281559 best Neel > Thanks, > Markiyan. > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org" From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 20:30:39 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFF08BBC; Thu, 16 Apr 2015 20:30:39 +0000 (UTC) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::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 942B212FB; Thu, 16 Apr 2015 20:30:39 +0000 (UTC) Received: by igblo3 with SMTP id lo3so123432405igb.1; Thu, 16 Apr 2015 13:30:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jy7nVzrMa8hWHkaahNYLTUZHkgFUoogheajHmnJeO3g=; b=Lw9nC0/noNnjos5a4MsIv+QTEciZrMjjSPoKw9knsbO2udVnQF2fOsApSYte7Mm+GY Z1LOXUMMtOrX6x3dh0MKHIGiPHChLkZnQ9Q1GbWTbNBxZc1bd7ctvkZBqQfUaFG5tKUz q/jI99BMItIJ+VUvNVgKIoDk2sNQz5z0E1BFbCF6WebJWzHojjVslETfUv5gUsmPUunH WgzI/kxuLRn8pJ3w0sBjgOIDckNp+i8y7WeNkQDOKa7zIvXFiRdM6i6SqGA4pIRr37dA 06aJBZF9TNwD8psQP0BjYwZfSxF3JbjUnfw5VUHrwqbbNKJWYgLS4C0zzRZx00rdtOEA eGvQ== MIME-Version: 1.0 X-Received: by 10.107.155.13 with SMTP id d13mr45042968ioe.29.1429216238930; Thu, 16 Apr 2015 13:30:38 -0700 (PDT) Received: by 10.36.53.199 with HTTP; Thu, 16 Apr 2015 13:30:38 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Apr 2015 23:30:38 +0300 Message-ID: Subject: Re: Panic on 11.0-CURRENT when trying "kldload vmm" From: Markiyan Kushnir To: Neel Natu Cc: FreeBSD current , "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 20:30:39 -0000 2015-04-16 23:20 GMT+03:00 Neel Natu : > Hi Markiyan, > > On Thu, Apr 16, 2015 at 1:01 PM, Markiyan Kushnir > wrote: >> 22:13:~$ uname -a >> FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #3 >> r281432: Sun Apr 12 01:35:34 EEST 2015 >> root@:/work/obj/work/src.svn/sys/MAREK amd64 >> >> >> Went kernel panic twice today when trying to load vmm. Never seen >> this before (the previous kernel was built out of r278973, Feb 19 >> 2015, was doing well). The panic is not reliable in the sense I could >> not reproduce it at will just loading/unloading vmm. >> >> I regularly work in my bhyve guests, sometimes swap between vmm and >> vboxdrv, all my scenarios haven't changed from the previous Feb >> kernel. Except that I re-built my today panicking kernel extending >> the MINIMAL config (including what I need) as opposed to the previous >> one "reducing" GENERIC (excluding what I don't need). >> >> Both today panic's back traces look identical. Attaching core.txt.1 >> (the latter one) and the output of "sysctl kern.conftxt". Let me know >> if someone wants to debug it. >> > > I don't think that 'core.txt.1' made it through. > > Regardless, can you try to reproduce after applying r281559. I think > it should fix the panic. > > https://svnweb.freebsd.org/changeset/base/281559 > ah ok. Saved on google drive: https://drive.google.com/file/d/0B9Q-zpUXxqCnam0zNjFRcF9XMHc/view?usp=sharing and yes, will shift to r281559, and see if it's ok. Thanks, Markiyan. > best > Neel > >> Thanks, >> Markiyan. >> >> _______________________________________________ >> freebsd-virtualization@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >> To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org" From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 20:57:25 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA53949A for ; Thu, 16 Apr 2015 20:57:25 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (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 7D0D91664 for ; Thu, 16 Apr 2015 20:57:25 +0000 (UTC) Received: by igbhj9 with SMTP id hj9so18039942igb.1 for ; Thu, 16 Apr 2015 13:57:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9U6VLLZINjZ4Y2ECRLTB71/QXLZeXn/cq4jNR3vY/DU=; b=HvVFdvkT5rs6b/GRcnyaQtTx/AyurGBIBMoCz25YTcABE+BWgt4W2k9FTUXGeHa71X L20a6t68/+9LFs+aNYHdot6rKTlzkUYvcRcQB6phGZm8Tv9R0Kk69tBWjU44QjImWDXO Q0INAwnICC5ZzOKqlRGohTJxWYLAC9mQw/BpFA3y+a3wf8Y4ZPXPEXvM8uQxy0ra528+ ud+ujxKnyrxJQ8ZOAvR8WdvYpFhmzj0QG4ZD/MAxat+pnBS5Dn325hgZDGvcBYrGqurC cvF/qfpc0m6eeigG587CgOq99VXj8MzhdiUJGW0KoN0fH5uoBO6DW2L5aNvTjarIYqMw b7zw== MIME-Version: 1.0 X-Received: by 10.43.163.129 with SMTP id mo1mr2781icc.61.1429217844866; Thu, 16 Apr 2015 13:57:24 -0700 (PDT) Received: by 10.36.51.129 with HTTP; Thu, 16 Apr 2015 13:57:24 -0700 (PDT) In-Reply-To: <552FFA1D.7040909@gmail.com> References: <552FFA1D.7040909@gmail.com> Date: Thu, 16 Apr 2015 22:57:24 +0200 Message-ID: Subject: Re: Synaptics Touchpad stops working in r281560 From: "Ranjan1018 ." <214748mv@gmail.com> To: =?UTF-8?Q?Jan_Kokem=C3=BCller?= Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 20:57:25 -0000 2015-04-16 20:06 GMT+02:00 Jan Kokem=C3=BCller : > > On 16.04.2015 06:16, Ranjan1018 . wrote: > >> Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. >> The Synaptics Touchpad stops working, in Xorg.0.log I have the error >> message : >> >> [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics >> hardware. >> >> [ 1047.449] (EE) PreInit returned 11 for "Mouse" >> > > > Could you try to rebuild xf86-input-synaptics via ports? The kernel ABI > has changed due to the additions to synapticshw_t in > /usr/include/sys/mouse.h. The xorg driver calls the MOUSE_SYN_GETHWINFO > ioctl which returns a synapticshw_t. > Thanks Jan, it works ! From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 21:43:34 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92205AEA; Thu, 16 Apr 2015 21:43:34 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (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 3647C1B11; Thu, 16 Apr 2015 21:43:34 +0000 (UTC) Received: by wizk4 with SMTP id k4so205608wiz.1; Thu, 16 Apr 2015 14:43:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=I++R2H63xivg9uiu1ECIdRpHjlJ8qJmGnEDGnIaT/v0=; b=M/TO8sY097xeEkS/OQ/86HFpA0O1oLVpVHcYIm1Wt0P5HDepmbPNMgllJq2vtnPKEE uaSDcNIaDCXF/Ikij3Zpj5LTU+btL5Lc0q6cIcRMKcchi2QJ/zLkw3M+veHn4z2iGiFi 4DvN7ADqavlOb67KT6lF+G5XWT3XBlIwt6iVQ39kuwcD5JLbYSBeZYdNCZbSHWJuPUzU 3ZfODwrvbpAs+DzYuM0hd90Q+uloXpcB3mhRozAI8wud1JUQdQNnMc0jTqSlDZ4UR0H/ MDGef6rY7WBSWzJqdgD3ZrodFKXVz89EhWB2v/Hn2dVZJNIp3mp/XoQGy6Q2VJut9ZhL R48w== MIME-Version: 1.0 X-Received: by 10.180.78.136 with SMTP id b8mr8679163wix.76.1429220612567; Thu, 16 Apr 2015 14:43:32 -0700 (PDT) Received: by 10.27.52.18 with HTTP; Thu, 16 Apr 2015 14:43:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Apr 2015 14:43:32 -0700 Message-ID: Subject: Re: Panic on 11.0-CURRENT when trying "kldload vmm" From: Neel Natu To: Markiyan Kushnir Cc: FreeBSD current , "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 21:43:34 -0000 Hi Markiyan, On Thu, Apr 16, 2015 at 1:30 PM, Markiyan Kushnir wrote: > 2015-04-16 23:20 GMT+03:00 Neel Natu : >> Hi Markiyan, >> >> On Thu, Apr 16, 2015 at 1:01 PM, Markiyan Kushnir >> wrote: >>> 22:13:~$ uname -a >>> FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #3 >>> r281432: Sun Apr 12 01:35:34 EEST 2015 >>> root@:/work/obj/work/src.svn/sys/MAREK amd64 >>> >>> >>> Went kernel panic twice today when trying to load vmm. Never seen >>> this before (the previous kernel was built out of r278973, Feb 19 >>> 2015, was doing well). The panic is not reliable in the sense I could >>> not reproduce it at will just loading/unloading vmm. >>> >>> I regularly work in my bhyve guests, sometimes swap between vmm and >>> vboxdrv, all my scenarios haven't changed from the previous Feb >>> kernel. Except that I re-built my today panicking kernel extending >>> the MINIMAL config (including what I need) as opposed to the previous >>> one "reducing" GENERIC (excluding what I don't need). >>> >>> Both today panic's back traces look identical. Attaching core.txt.1 >>> (the latter one) and the output of "sysctl kern.conftxt". Let me know >>> if someone wants to debug it. >>> >> >> I don't think that 'core.txt.1' made it through. >> >> Regardless, can you try to reproduce after applying r281559. I think >> it should fix the panic. >> >> https://svnweb.freebsd.org/changeset/base/281559 >> > > ah ok. Saved on google drive: > https://drive.google.com/file/d/0B9Q-zpUXxqCnam0zNjFRcF9XMHc/view?usp=sharing > Yup, its the one that is fixed in r281559. best Neel > and yes, will shift to r281559, and see if it's ok. > > Thanks, > Markiyan. > >> best >> Neel >> >>> Thanks, >>> Markiyan. >>> >>> _______________________________________________ >>> freebsd-virtualization@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >>> To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org" From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 21:49:35 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BE03264; Thu, 16 Apr 2015 21:49:35 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 1337D1B91; Thu, 16 Apr 2015 21:49:35 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3D6EEDB; Thu, 16 Apr 2015 21:49:35 +0000 (UTC) Date: Thu, 16 Apr 2015 21:49:35 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, araujo@FreeBSD.org, emaste@FreeBSD.org, jhb@FreeBSD.org, delphij@FreeBSD.org, rodrigc@FreeBSD.org, kevlo@FreeBSD.org, bdrewery@FreeBSD.org, ngie@FreeBSD.org, tijl@FreeBSD.org, jch@FreeBSD.org, brooks@FreeBSD.org, allanjude@FreeBSD.org Message-ID: <776949905.6.1429220975139.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_HEAD #2652 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: SUCCESS X-Mailman-Approved-At: Thu, 16 Apr 2015 22:46:46 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 21:49:35 -0000 See From owner-freebsd-current@FreeBSD.ORG Fri Apr 17 00:37:54 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F8ACF18 for ; Fri, 17 Apr 2015 00:37:54 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 38BD5F01 for ; Fri, 17 Apr 2015 00:37:54 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 577F9137 for ; Fri, 17 Apr 2015 00:37:54 +0000 (UTC) Date: Fri, 17 Apr 2015 00:37:54 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <983243385.7.1429231074325.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <583961192.27.1429185042864.JavaMail.jenkins@jenkins-9.freebsd.org> References: <583961192.27.1429185042864.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_HEAD-tests2 #939 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 00:37:54 -0000 See From owner-freebsd-current@FreeBSD.ORG Fri Apr 17 13:17:49 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CC22471 for ; Fri, 17 Apr 2015 13:17:49 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 4D65DEDE for ; Fri, 17 Apr 2015 13:17:48 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3HDHlUX050101 for ; Fri, 17 Apr 2015 06:17:47 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3HDHl00050100 for current@freebsd.org; Fri, 17 Apr 2015 06:17:47 -0700 (PDT) (envelope-from david) Date: Fri, 17 Apr 2015 06:17:47 -0700 From: David Wolfskill To: current@freebsd.org Subject: Re: Panic: head/i386 @r281552 in hdaa_configure() Message-ID: <20150417131747.GT36163@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , current@freebsd.org References: <20150415134515.GQ1224@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2wYUONsACSj9OMJp" Content-Disposition: inline In-Reply-To: <20150415134515.GQ1224@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 13:17:49 -0000 --2wYUONsACSj9OMJp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 15, 2015 at 06:45:15AM -0700, David Wolfskill wrote: > ... > FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1567 r2= 81522M/281523:1100068: Tue Apr 14 07:17:27 PDT 2015 root@g1-254.catwhis= ker.org:/common/S4/obj/usr/src/sys/CANARY i386 >=20 > only managed to build @r281552; the attempt to smoke test was foiled > early on by a panic before the dump device was configured. > ... The issue appears to be resolved as of r281648: FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1570 r281= 648M/281648:1100070: Fri Apr 17 06:09:14 PDT 2015 root@g1-254.catwhiske= r.org:/common/S4/obj/usr/src/sys/CANARY i386 Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --2wYUONsACSj9OMJp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVMQf7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7YjQQAKTUgqtDSRPRYX5pYxIyq8It lcl0eHZDrMavP1LxiNc67AGRBMEIpCF1189rTXtDn2Lu/o0aBP2q9bQo9drdcipx lFRfZJAzQ74db9mtVL0MaHq7gPmIQxUo1Ivzmax1chOFONF0xA+dc6npY6GZMlKb M60Pnfz+prkHV5EsBzXOtex0ad3jr+BEcwgRGI3fAFusEiikYTIwDl0XB82tYN/B PpG6ml697kFiAQ0jgQ+VVoFER/GhPa8r4nU9TFCa+r2t1u/vN06uCYXbmhAtWjTG syZoF7sEElOhuchQxPpI/io2YuuQVEkuu+7A6hUFhP8qmEmcuzlFFJhev53y17qu Rv++DkCNO9xOu1zLiYc2aYIDhy5UweOgKZnVcSvpNr2oF+3jYbuRrxwDU7QoP+6K Pzm4Xl2fMKjvYjLA1xuAGTxSfIx+NPQSPpz5OJCqQo2PyCQHVhytFeevcS5vnXUv VuMD+hT/ik6wOQ0TmWtDfWkWPTfWeKz1WWgX39rP70qp8GkgZETSnr67ehoF8lud XuFZOE4PbL8d2VcCVmAJ+RL3D+YYX7B214TaGCITXQtdA9s78BeTPQzWp7ADdiEy fYFQQf9ZZiP++W1+bFvB/r32S5hbqpTG1HwKO1EA73+ELBKXZa4lu7LOfI7Qu0v+ bW81BUK5KUnAj+jfPpt9 =UpVu -----END PGP SIGNATURE----- --2wYUONsACSj9OMJp-- From owner-freebsd-current@FreeBSD.ORG Fri Apr 17 18:37:15 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BE98254 for ; Fri, 17 Apr 2015 18:37:15 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7D275AF8 for ; Fri, 17 Apr 2015 18:37:15 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 9DB192F7 for ; Fri, 17 Apr 2015 18:37:15 +0000 (UTC) Date: Fri, 17 Apr 2015 18:37:13 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <634241330.13.1429295835613.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: Build-UFS-image #1511 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 18:37:15 -0000 See ------------------------------------------ [...truncated 17100 lines...] Etc/GMT-10 Etc/GMT+4 Etc/GMT0 Etc/Universal Etc/GMT+6 Etc/GMT-12 Etc/GMT-8 Etc/GMT-2 Etc/GMT-5 Etc/GMT+1 Etc/UCT Etc/GMT+5 Etc/GMT-1 Etc/GMT-11 Etc/GMT-6 Etc/Zulu Etc/UTC Etc/GMT+10 Etc/Greenwich Etc/GMT+8 Etc/GMT+2 Europe/Zaporozhye Europe/Gibraltar Europe/Vilnius Europe/London Europe/Zagreb Europe/Bratislava Europe/Lisbon Europe/Luxembourg Europe/Moscow Europe/Warsaw Europe/Athens Europe/Rome Europe/Sofia Europe/Podgorica Europe/Skopje Europe/Vatican Europe/Chisinau Europe/Minsk Europe/Kiev Europe/Belgrade Europe/Samara Europe/Helsinki Europe/Isle_of_Man Europe/Simferopol Europe/Copenhagen Europe/Brussels Europe/Riga Europe/Jersey Europe/Vaduz Europe/Bucharest Europe/Amsterdam Europe/Madrid Europe/Malta Europe/Sarajevo Europe/Busingen Europe/Vienna Europe/San_Marino Europe/Mariehamn Europe/Uzhgorod Europe/Budapest Europe/Andorra Europe/Berlin Europe/Guernsey Europe/Paris Europe/Monaco Europe/Ljubljana Europe/Volgograd Europe/Tirane Europe/Tallinn Europe/Stockholm Europe/Kaliningrad Europe/Zurich Europe/Nicosia Europe/Istanbul Europe/Prague Europe/Oslo Europe/Dublin Factory HST Indian/Chagos Indian/Mauritius Indian/Reunion Indian/Antananarivo Indian/Maldives Indian/Mayotte Indian/Comoro Indian/Kerguelen Indian/Cocos Indian/Mahe Indian/Christmas MET MST MST7MDT PST8PDT Pacific/Auckland Pacific/Apia Pacific/Chuuk Pacific/Tongatapu Pacific/Guam Pacific/Easter Pacific/Galapagos Pacific/Nauru Pacific/Pohnpei Pacific/Wake Pacific/Port_Moresby Pacific/Pitcairn Pacific/Midway Pacific/Bougainville Pacific/Guadalcanal Pacific/Kwajalein Pacific/Funafuti Pacific/Noumea Pacific/Tahiti Pacific/Tarawa Pacific/Pago_Pago Pacific/Wallis Pacific/Niue Pacific/Fakaofo Pacific/Johnston Pacific/Saipan Pacific/Marquesas Pacific/Gambier Pacific/Palau Pacific/Rarotonga Pacific/Fiji Pacific/Kosrae Pacific/Honolulu Pacific/Chatham Pacific/Majuro Pacific/Kiritimati Pacific/Efate Pacific/Norfolk Pacific/Enderbury UTC WET posixrules install -o root -g wheel -m 444 /builds/FreeBSD_HEAD/share/zoneinfo/../../= contrib/tzdata//zone.tab Run tzsetup(8) manually to update /etc/localtime. =3D=3D=3D> sys (install) =3D=3D=3D> sys/boot (install) =3D=3D=3D> sys/boot/ficl (install) =3D=3D=3D> sys/boot/forth (install) install -o root -g wheel -m 444 beastie.4th.8.gz install -o root -g wheel -m 444 brand.4th.8.gz install -o root -g wheel -m 444 check-password.4th.8.gz install -o root -g wheel -m 444 color.4th.8.gz install -o root -g wheel -m 444 delay.4th.8.gz install -o root -g wheel -m 444 loader.conf.5.gz install -o root -g wheel -m 444 loader.4th.8.gz install -o root -g wheel -m 444 menu.4th.8.gz install -o root -g wheel -m 444 menusets.4th.8.gz =3D=3D=3D> sys/boot/efi (install) =3D=3D=3D> sys/boot/efi/libefi (install) =3D=3D=3D> sys/boot/efi/loader (install) install -o root -g wheel -m 555 loader.efi install -o root -g wheel -m 444 loader.8.gz install -o root -g wheel -m 444 zfsloader.8.gz =3D=3D=3D> sys/boot/efi/boot1 (install) install -o root -g wheel -m 555 boot1.efi install -o root -g wheel -m 444 boot1.efifat =3D=3D=3D> sys/boot/libstand32 (install) =3D=3D=3D> sys/boot/zfs (install) =3D=3D=3D> sys/boot/userboot (install) =3D=3D=3D> sys/boot/userboot/ficl (install) =3D=3D=3D> sys/boot/userboot/libstand (install) =3D=3D=3D> sys/boot/userboot/test (install) =3D=3D=3D> sys/boot/userboot/zfs (install) =3D=3D=3D> sys/boot/userboot/userboot (install) install -o root -g wheel -m 444 userboot.so install -o root -g wheel -m 444 loader.8.gz install -o root -g wheel -m 444 zfsloader.8.gz =3D=3D=3D> sys/boot/ficl32 (install) =3D=3D=3D> sys/boot/i386 (install) =3D=3D=3D> sys/boot/i386/mbr (install) install -o root -g wheel -m 444 mbr =3D=3D=3D> sys/boot/i386/pmbr (install) install -o root -g wheel -m 444 pmbr =3D=3D=3D> sys/boot/i386/boot0 (install) install -o root -g wheel -m 444 boot0 =3D=3D=3D> sys/boot/i386/boot0sio (install) install -o root -g wheel -m 444 boot0 =3D=3D=3D> sys/boot/i386/btx (install) =3D=3D=3D> sys/boot/i386/btx/btx (install) =3D=3D=3D> sys/boot/i386/btx/btxldr (install) =3D=3D=3D> sys/boot/i386/btx/lib (install) =3D=3D=3D> sys/boot/i386/boot2 (install) install -o root -g wheel -m 444 boot boot1 boot2 =3D=3D=3D> sys/boot/i386/cdboot (install) install -o root -g wheel -m 444 cdboot =3D=3D=3D> sys/boot/i386/gptboot (install) install -o root -g wheel -m 444 gptboot install -o root -g wheel -m 444 gptboot.8.gz =3D=3D=3D> sys/boot/i386/kgzldr (install) install -o root -g wheel -m 444 kgzldr.o =3D=3D=3D> sys/boot/i386/libi386 (install) =3D=3D=3D> sys/boot/i386/libfirewire (install) =3D=3D=3D> sys/boot/i386/loader (install) install -o root -g wheel -m 555 -b loader install -o root -g wheel -m 444 /builds/FreeBSD_HEAD/sys/boot/i386/loader= /../../forth/loader.conf install -o root -g wheel -m 444 /builds/FreeBSD_HEAD/sys/boot/i386/loader/= ../../forth/beastie.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../for= th/brand.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/brand-fb= sd.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/check-password= .4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/color.4th /build= s/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/delay.4th /builds/FreeBSD_H= EAD/sys/boot/i386/loader/../../forth/frames.4th /builds/FreeBSD_HEAD/sys/bo= ot/i386/loader/../../forth/loader.4th loader.help /builds/FreeBSD_HEAD/sys/= boot/i386/loader/../../forth/logo-beastie.4th /builds/FreeBSD_HEAD/sys/boot= /i386/loader/../../forth/logo-beastiebw.4th /builds/FreeBSD_HEAD/sys/boot/i= 386/loader/../../forth/logo-fbsdbw.4th /builds/FreeBSD_HEAD/sys/boot/i386/l= oader/../../forth/logo-orb.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/..= /../forth/logo-orbbw.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../fo= rth/menu.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/menu-com= mands.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/menusets.4t= h /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/screen.4th /builds/= FreeBSD_HEAD/sys/boot/i386/loader/../../forth/shortcuts.4th /builds/FreeBSD= _HEAD/sys/boot/i386/loader/../../forth/support.4th /builds/FreeBSD_HEAD/sys= /boot/i386/loader/../../forth/version.4th /builds/FreeBSD_HEAD/sys/boot/i38= 6/loader/../../forth/pcibios.4th /builds/FreeBSD_HEAD/sys/boot/i386/loader/= loader.rc /builds/FreeBSD_HEAD/sys/boot/i386/loader/../../forth/menu.rc install -o root -g wheel -m 444 loader.8.gz install -o root -g wheel -m 444 zfsloader.8.gz =3D=3D=3D> sys/boot/i386/pxeldr (install) install -o root -g wheel -m 444 pxeboot install -o root -g wheel -m 444 pxeboot.8.gz =3D=3D=3D> sys/boot/i386/zfsboot (install) install -o root -g wheel -m 444 zfsboot install -o root -g wheel -m 444 zfsboot.8.gz =3D=3D=3D> sys/boot/i386/gptzfsboot (install) install -o root -g wheel -m 444 gptzfsboot install -o root -g wheel -m 444 gptzfsboot.8.gz =3D=3D=3D> sys/boot/i386/zfsloader (install) cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/bu= ilds/FreeBSD_HEAD/sys/boot/i386/zfsloader/../../ficl -I/builds/FreeBSD_HEAD= /sys/boot/i386/zfsloader/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_DIS= K_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -I/builds/FreeBSD_HEAD/= sys/boot/i386/zfsloader/../../common -I. -Wall -I/builds/FreeBSD_HEAD/sys/b= oot/i386/zfsloader/.. -I/builds/FreeBSD_HEAD/sys/boot/i386/zfsloader/../btx= /lib -march=3Di386 -ffreestanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -m= no-sse3 -msoft-float -m32 -std=3Dgnu99 -Qunused-arguments -DLOADER_PREFER= _AMD64 -static -Ttext 0x0 -nostdlib -o zfsloader.sym /builds/FreeBSD_HEAD/o= bj/builds/FreeBSD_HEAD/sys/boot/i386/zfsloader/../btx/lib/crt0.o main.o con= f.o vers.o boot.o commands.o console.o devopen.o interp.o interp_backslash.= o interp_parse.o ls.o misc.o module.o panic.o load_elf32.o load_elf32_obj.o= reloc_elf32.o load_elf64.o load_elf64_obj.o reloc_elf64.o disk.o part.o cr= c32.o bcache.o isapnp.o pnp.o interp_forth.o /builds/FreeBSD_HEAD/obj/build= s/FreeBSD_HEAD/sys/boot/i386/zfsloader/../../ficl32/libficl.a /builds/Free= BSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i386/zfsloader/../../zfs/libzfsbo= ot.a /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i386/zfsloader/.= ./libi386/libi386.a /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i= 386/zfsloader/../../libstand32/libstand.a cp zfsloader.sym zfsloader.bin make[7]: exec(cp) failed (No such file or directory) *** Error code 1 Stop. make[7]: stopped in /builds/FreeBSD_HEAD/sys/boot/i386/zfsloader *** Error code 1 Stop. make[6]: stopped in /builds/FreeBSD_HEAD/sys/boot/i386 *** Error code 1 Stop. make[5]: stopped in /builds/FreeBSD_HEAD/sys/boot *** Error code 1 Stop. make[4]: stopped in /builds/FreeBSD_HEAD/sys *** Error code 1 Stop. make[3]: stopped in /builds/FreeBSD_HEAD *** Error code 1 Stop. make[2]: stopped in /builds/FreeBSD_HEAD *** Error code 1 Stop. make[1]: stopped in /builds/FreeBSD_HEAD *** Error code 1 Stop. make: stopped in /builds/FreeBSD_HEAD Build step 'Execute shell' marked build as failure From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 05:51:05 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CED13132 for ; Sat, 18 Apr 2015 05:51:05 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id BCD7ABDE for ; Sat, 18 Apr 2015 05:51:05 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 7DD3440F for ; Sat, 18 Apr 2015 05:51:05 +0000 (UTC) Date: Sat, 18 Apr 2015 05:51:04 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <1009205350.18.1429336264297.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build became unstable: FreeBSD_HEAD-tests2 #943 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: UNSTABLE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 05:51:05 -0000 See From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 07:35:45 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00E1117E; Sat, 18 Apr 2015 07:35:44 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D5A62822; Sat, 18 Apr 2015 07:35:44 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 2E7A743F; Sat, 18 Apr 2015 07:35:45 +0000 (UTC) Date: Sat, 18 Apr 2015 07:35:43 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, emaste@FreeBSD.org, loos@FreeBSD.org, mckusick@FreeBSD.org, takawata@FreeBSD.org, pfg@FreeBSD.org Message-ID: <789958855.19.1429342544527.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2658 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 07:35:45 -0000 See Changes: [takawata] Add LE related HCI control command to hccontrol(1). [loos] Move the items common to all SoCs to a single file. [loos] Fix the style(9) and adds two missing parentheses on the licence. Reduce the differences to bring in the MMC/SD driver. Approved by:=09ganbold (licence change) [mckusick] More accurately collect name-cache statistics in sysctl function= s sysctl_debug_hashstat_nchash() and sysctl_debug_hashstat_rawnchash(). These changes are in preparation for allowing changes in the size of the vnode hash tables driven by increases and decreases in the maximum number of vnodes in the system. Reviewed by: kib@ Phabric: D2265 [loos] Simplify the receiver code a bit. Drain the RX FIFO and continue on failure. [emaste] crunchide: always include both 32- and 64-bit ELF support This avoids the need to build a target-specific crunchide for cross- uilds. Differential Revision:=09https://reviews.freebsd.org/D2314 Sponsored by:=09The FreeBSD Foundation [loos] Add the necessary support to use both TX queues available on if_emac= . Each TX queue can hold one packet (yes, if_emac can send only two(!) packets at a time). Even with this change the very limited FIFO buffer (3 KiB for TX and 13 KiB for RX) fill up too quick to sustain higher throughput. For the TCP case it turns out that TX isn't the limiting factor, but the RX side is (the FIFO fill up and starts to discard packets, so the sender has to slow down). [pfg] Drop experimental dir_index support. The htree directory index is a highly desirable feature for research purposes and was meant to improve performance in our ext2/3 driver. Unfortunately our implementation has two problems: - It never really delivered any performance improvement. - It appears to corrupt the filesystem in undetermined circumstances. Strictly speaking dir_index is not required for read/write support in ext2/3 and our limited ext4 support still works fine without it. Regain stability in the ext2 driver by removing it. We may need it back (fixed) if we want to support encrypted ext4 support but thanks to the wonders of version control we can always revert this change and bring it back. PR:=09191895 PR:=09198731 PR:=09199309 MFC after:=095 days [loos] Remove unnecessary checks and fix an issue where the interrupt handl= er could return with lock held. ------------------------------------------ [...truncated 177510 lines...] --- all_subdir_libllvmmipsasmparser --- =3D=3D=3D> lib/clang/libllvmmipsasmparser (all) --- usr.sbin.all__D --- --- hid.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o hid.o --- lib.all__D --- --- all_subdir_libllvmmipscodegen --- =3D=3D=3D> lib/clang/libllvmmipscodegen (all) --- usr.sbin.all__D --- --- kbd.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o kbd.o --- lib.all__D --- --- all_subdir_libllvmmipsdesc --- =3D=3D=3D> lib/clang/libllvmmipsdesc (all) --- usr.sbin.all__D --- --- server.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o server.o --- usr.bin.all__D --- --- CodeGenSchedule.o --- c++ -O2 -pipe -I -I -I -I. -I -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D_= _STDC_CONSTANT_MACROS -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -= fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd= 11.0\" -DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROO= T=3D\"\" -fstack-protector -Qunused-arguments -std=3Dc++11 -fno-exceptions= -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions -c -o CodeGenSchedule.o --- lib.all__D --- --- all_subdir_libllvmmipsdisassembler --- =3D=3D=3D> lib/clang/libllvmmipsdisassembler (all) --- usr.sbin.all__D --- --- session.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o session.o --- lib.all__D --- --- all_subdir_libllvmmipsinfo --- =3D=3D=3D> lib/clang/libllvmmipsinfo (all) --- usr.sbin.all__D --- --- bthidd.8.gz --- gzip -cn > bthidd.8.gz --- parser.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c parser.c -o parser.o --- lib.all__D --- --- all_subdir_libllvmmipsinstprinter --- =3D=3D=3D> lib/clang/libllvmmipsinstprinter (all) --- all_subdir_libllvmpowerpcasmparser --- =3D=3D=3D> lib/clang/libllvmpowerpcasmparser (all) --- usr.sbin.all__D --- --- lexer.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c lexer.c -o lexer.o --- lib.all__D --- --- all_subdir_libllvmpowerpccodegen --- =3D=3D=3D> lib/clang/libllvmpowerpccodegen (all) --- all_subdir_libllvmpowerpcdesc --- =3D=3D=3D> lib/clang/libllvmpowerpcdesc (all) --- usr.sbin.all__D --- --- bthidd --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -o bthidd bthidd.o client.o hid.o kbd.o lexer.o = parser.o server.o session.o -lbluetooth -lusbhid =3D=3D=3D> usr.sbin/bluetooth/btpand (all) --- btpand.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = btpand.o --- lib.all__D --- --- all_subdir_libllvmpowerpcdisassembler --- =3D=3D=3D> lib/clang/libllvmpowerpcdisassembler (all) --- usr.sbin.all__D --- --- bnep.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o bn= ep.o --- lib.all__D --- --- all_subdir_libllvmpowerpcinfo --- =3D=3D=3D> lib/clang/libllvmpowerpcinfo (all) --- all_subdir_libllvmpowerpcinstprinter --- =3D=3D=3D> lib/clang/libllvmpowerpcinstprinter (all) --- usr.sbin.all__D --- --- channel.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o= channel.o --- lib.all__D --- --- all_subdir_libllvmsparcasmparser --- =3D=3D=3D> lib/clang/libllvmsparcasmparser (all) --- usr.sbin.all__D --- --- client.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = client.o --- lib.all__D --- --- all_subdir_libllvmsparccodegen --- =3D=3D=3D> lib/clang/libllvmsparccodegen (all) --- usr.sbin.all__D --- --- event.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o e= vent.o --- packet.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = packet.o --- lib.all__D --- --- all_subdir_libllvmsparcdesc --- =3D=3D=3D> lib/clang/libllvmsparcdesc (all) --- usr.sbin.all__D --- --- server.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = server.o --- lib.all__D --- --- all_subdir_libllvmsparcdisassembler --- =3D=3D=3D> lib/clang/libllvmsparcdisassembler (all) --- usr.sbin.all__D --- --- sdp.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o sdp= .o --- tap.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o tap= .o --- lib.all__D --- --- all_subdir_libllvmsparcinfo --- =3D=3D=3D> lib/clang/libllvmsparcinfo (all) --- usr.sbin.all__D --- --- btpand.8.gz --- gzip -cn > btpand.8.gz --- btpand --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -o btpand btpan= d.o bnep.o channel.o client.o event.o packet.o server.o sdp.o tap.o -lblue= tooth -lsdp -lutil --- lib.all__D --- --- all_subdir_libllvmsparcinstprinter --- =3D=3D=3D> lib/clang/libllvmsparcinstprinter (all) --- usr.sbin.all__D --- =3D=3D=3D> usr.sbin/bluetooth/hccontrol (all) --- send_recv.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o send_recv.o --- lib.all__D --- --- all_subdir_libllvmx86asmparser --- =3D=3D=3D> lib/clang/libllvmx86asmparser (all) --- usr.sbin.all__D --- --- link_policy.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o link_policy.o --- link_control.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o link_control.o --- lib.all__D --- --- all_subdir_libllvmx86codegen --- =3D=3D=3D> lib/clang/libllvmx86codegen (all) --- usr.sbin.all__D --- --- le.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o le.o :301:20: error: use of undeclared identifier 'NG_HCI_EVENT_MASK_DEF= AULT' set_event_mask(s,NG_HCI_EVENT_MASK_DEFAULT | ^ :302:11: error: use of undeclared identifier 'NG_HCI_EVENT_MASK_LE' NG_HCI_EVENT_MASK_LE); ^ :303:24: error: use of undeclared identifier 'NG_HCI_LE_EVENT_MASK_= ALL' set_le_event_mask(s, NG_HCI_LE_EVENT_MASK_ALL); ^ :305:20: error: use of undeclared identifier 'NG_HCI_EVENT_MASK_DEF= AULT' set_event_mask(s,NG_HCI_EVENT_MASK_DEFAULT); ^ 4 errors generated. --- lib.all__D --- --- all_subdir_libllvmx86desc --- --- usr.sbin.all__D --- *** [le.o] Error code 1 make[5]: stopped in --- lib.all__D --- =3D=3D=3D> lib/clang/libllvmx86desc (all) --- usr.sbin.all__D --- 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_bluetooth] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [usr.sbin.all__D] Error code 2 make[2]: stopped in --- lib.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_libllvmx86desc] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_clang] Error code 2 make[3]: stopped in --- all_subdir_atf --- A failure has been detected in another branch of the parallel make make[8]: stopped in *** [text_test] Error code 2 make[7]: stopped in 1 error make[7]: stopped in *** [_sub.all] Error code 2 make[6]: stopped in 1 error make[6]: stopped in *** [_sub.all] Error code 2 make[5]: stopped in 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_atf] Error code 2 make[3]: stopped in 2 errors make[3]: stopped in *** [lib.all__D] Error code 2 make[2]: stopped in --- usr.bin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_tblgen] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_clang] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [usr.bin.all__D] Error code 2 make[2]: stopped in 3 errors make[2]: stopped in *** [everything] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 08:56:50 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37AFF230; Sat, 18 Apr 2015 08:56:50 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 1EAC5F94; Sat, 18 Apr 2015 08:56:50 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3723E459; Sat, 18 Apr 2015 08:56:50 +0000 (UTC) Date: Sat, 18 Apr 2015 08:56:48 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, emaste@FreeBSD.org, araujo@FreeBSD.org, rpaulo@FreeBSD.org, loos@FreeBSD.org, mckusick@FreeBSD.org, takawata@FreeBSD.org, pfg@FreeBSD.org Message-ID: <1423712165.20.1429347409821.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <789958855.19.1429342544527.JavaMail.jenkins@jenkins-9.freebsd.org> References: <789958855.19.1429342544527.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2659 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 08:56:50 -0000 See Changes: [rpaulo] Fix French typos in etherswitch. [araujo] Fix misspelling. [araujo] Improve code style(9), no functional changes. Differential Revision:=09D2320 Reviewed by:=09=09takawata [takawata] Forgot to add default event mask definition. ------------------------------------------ [...truncated 177771 lines...] --- client.o --- --- lib.all__D --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o arc= hive_write_open_file.po --- usr.sbin.all__D --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o client.o --- usr.bin.all__D --- --- compile_et --- cc -O2 -pipe -I. -I -std=3Dgnu99 -fstack-protector -Wno-p= ointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable= -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno= -unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arg= uments -o compile_et compile_et.o parse.o lex.o -lroken -L -lvers --- lib.all__D --- --- archive_write_open_filename.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o= archive_write_open_filename.po --- usr.sbin.all__D --- --- hid.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o hid.o --- usr.bin.all__D --- --- all_subdir_clang --- --- CodeGenMapTable.o --- c++ -O2 -pipe -I -I -I -I. -I -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D_= _STDC_CONSTANT_MACROS -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -= fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd= 11.0\" -DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROO= T=3D\"\" -fstack-protector -Qunused-arguments -std=3Dc++11 -fno-exceptions= -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions -c -o CodeGenMapTable.o --- lib.all__D --- --- archive_write_open_memory.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o a= rchive_write_open_memory.po --- archive_write_add_filter_b64encode.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_add_filter_b64encode.po --- usr.sbin.all__D --- --- kbd.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o kbd.o --- lib.all__D --- --- archive_write_add_filter_by_name.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_add_filter_by_name.po --- archive_write_add_filter_bzip2.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_add_filter_bzip2.po --- usr.sbin.all__D --- --- server.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o server.o --- lib.all__D --- --- archive_write_add_filter_compress.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_add_filter_compress.po --- usr.sbin.all__D --- --- session.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c -o session.o --- lib.all__D --- --- archive_write_add_filter_grzip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_add_filter_grzip.po --- usr.sbin.all__D --- --- bthidd.8.gz --- gzip -cn > bthidd.8.gz --- parser.o --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c parser.c -o parser.o --- lib.all__D --- --- archive_write_add_filter_gzip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_add_filter_gzip.po --- archive_write_add_filter_lrzip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_add_filter_lrzip.po --- usr.sbin.all__D --- --- lexer.o --- --- lib.all__D --- --- archive_write_add_filter_lzop.po --- --- usr.sbin.all__D --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -c lexer.c -o lexer.o --- lib.all__D --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_add_filter_lzop.po --- archive_write_add_filter_none.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_add_filter_none.po --- archive_write_add_filter_program.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_add_filter_program.po --- archive_write_add_filter_uuencode.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_add_filter_uuencode.po --- usr.sbin.all__D --- --- bthidd --- cc -O2 -pipe -I -g -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -= Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline= -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sig= n -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-va= riable -Qunused-arguments -o bthidd bthidd.o client.o hid.o kbd.o lexer.o = parser.o server.o session.o -lbluetooth -lusbhid =3D=3D=3D> usr.sbin/bluetooth/btpand (all) --- lib.all__D --- --- archive_write_add_filter_xz.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o= archive_write_add_filter_xz.po --- usr.sbin.all__D --- --- btpand.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = btpand.o --- bnep.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o bn= ep.o --- lib.all__D --- --- archive_write_set_format.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o ar= chive_write_set_format.po --- archive_write_set_format_7zip.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_set_format_7zip.po --- usr.sbin.all__D --- --- channel.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o= channel.o --- client.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = client.o --- event.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o e= vent.o --- lib.all__D --- --- archive_write_set_format_ar.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o= archive_write_set_format_ar.po --- usr.sbin.all__D --- --- packet.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = packet.o --- server.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o = server.o --- lib.all__D --- --- archive_write_set_format_by_name.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_set_format_by_name.po --- archive_write_set_format_cpio.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c = -o archive_write_set_format_cpio.po --- usr.sbin.all__D --- --- sdp.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o sdp= .o --- tap.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o tap= .o --- lib.all__D --- --- archive_write_set_format_cpio_newc.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_set_format_cpio_newc.po --- usr.sbin.all__D --- --- btpand.8.gz --- gzip -cn > btpand.8.gz --- btpand --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compa= re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-en= um-conversion -Wno-unused-local-typedef -Qunused-arguments -o btpand btpan= d.o bnep.o channel.o client.o event.o packet.o server.o sdp.o tap.o -lblue= tooth -lsdp -lutil --- lib.all__D --- --- archive_write_set_format_gnutar.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_set_format_gnutar.po --- usr.sbin.all__D --- =3D=3D=3D> usr.sbin/bluetooth/hccontrol (all) --- all_subdir_bootparamd --- --- all_subdir_bluetooth --- --- send_recv.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o send_recv.o --- all_subdir_bootparamd --- =3D=3D=3D> usr.sbin/bootparamd (all) --- _sub.all --- =3D=3D=3D> usr.sbin/bootparamd/bootparamd (all) --- all_subdir_bluetooth --- --- link_policy.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o link_policy.o --- all_subdir_bootparamd --- --- bootparams.5.gz --- gzip -cn > bootparams.5.gz --- lib.all__D --- --- archive_write_set_format_iso9660.po --- cc -pg -O2 -pipe -DHAVE_BZLIB_H=3D1 -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D= 1 -DPLATFORM_CONFIG_H=3D\" -I -DWITH_OPENSSL -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn= o-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param= eter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st= yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-s= afety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunu= sed-arguments -c -o archive_write_set_format_iso9660.po --- usr.sbin.all__D --- --- bootparamd.8.gz --- gzip -cn > bootparamd.8.gz --- bootparamd.o --- cc -O2 -pipe -DTFTP_DIR=3D\"/tftpboot\" -I. -DYP -std=3Dgnu99 -fstack-pr= otector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -= Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality= -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-s= witch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o bootparamd.o --- all_subdir_bluetooth --- --- link_control.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o link_control.o --- all_subdir_bootparamd --- --- main.o --- cc -O2 -pipe -DTFTP_DIR=3D\"/tftpboot\" -I. -DYP -std=3Dgnu99 -fstack-pr= otector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -= Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality= -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-s= witch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c -o main.o --- all_subdir_bluetooth --- --- le.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-prom= oted-parameter -Qunused-arguments -c -o le.o --- all_subdir_bootparamd --- --- bootparam_prot_svc.o --- cc -O2 -pipe -DTFTP_DIR=3D\"/tftpboot\" -I. -DYP -std=3Dgnu99 -fstack-pr= otector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -= Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality= -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-s= witch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c bo= otparam_prot_svc.c -o bootparam_prot_svc.o --- bootparam_prot_xdr.o --- cc -O2 -pipe -DTFTP_DIR=3D\"/tftpboot\" -I. -DYP -std=3Dgnu99 -fstack-pr= otector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -= Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-var= iable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality= -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-s= witch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c bo= otparam_prot_xdr.c -o bootparam_prot_xdr.o --- all_subdir_bluetooth --- :250:6: error: use of undeclared identifier 'NG_HCI_OCF_LE_READ_SUP= PORTED' NG_HCI_OCF_LE_READ_SUPPORTED), ^ :313:58: note: expanded f= rom macro 'NG_HCI_OPCODE' #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x= 3ff)) ^ 1 error generated. *** [le.o] Error code 1 make[5]: stopped in 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_bluetooth] Error code 2 make[3]: stopped in --- usr.bin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_tblgen] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_clang] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [usr.bin.all__D] Error code 2 make[2]: stopped in --- usr.sbin.all__D --- --- all_subdir_bootparamd --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_bootparamd] Error code 2 make[3]: stopped in 2 errors make[3]: stopped in *** [usr.sbin.all__D] Error code 2 make[2]: stopped in --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_libarchive] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [lib.all__D] Error code 2 make[2]: stopped in 3 errors make[2]: stopped in *** [everything] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 13:45:30 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34B0F433; Sat, 18 Apr 2015 13:45:30 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 20260F5A; Sat, 18 Apr 2015 13:45:30 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 5B7274BA; Sat, 18 Apr 2015 13:45:30 +0000 (UTC) Date: Sat, 18 Apr 2015 13:45:29 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, araujo@FreeBSD.org, emaste@FreeBSD.org, rpaulo@FreeBSD.org, loos@FreeBSD.org, mckusick@FreeBSD.org, takawata@FreeBSD.org, pfg@FreeBSD.org Message-ID: <647247521.23.1429364729965.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1423712165.20.1429347409821.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1423712165.20.1429347409821.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_HEAD #2660 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 13:45:30 -0000 See From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 15:04:49 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 267D7222 for ; Sat, 18 Apr 2015 15:04:49 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 1382298D for ; Sat, 18 Apr 2015 15:04:49 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id ECEF94D4 for ; Sat, 18 Apr 2015 15:04:48 +0000 (UTC) Date: Sat, 18 Apr 2015 15:04:48 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-current@freebsd.org Message-ID: <572540875.25.1429369488783.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1009205350.18.1429336264297.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1009205350.18.1429336264297.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to stable : FreeBSD_HEAD-tests2 #944 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD-tests2 X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 15:04:49 -0000 See From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 15:17:09 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4D144B0; Sat, 18 Apr 2015 15:17:09 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 73BEFA84; Sat, 18 Apr 2015 15:17:08 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3IFH2Eg061211; Sat, 18 Apr 2015 08:17:02 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3IFH2Uc061210; Sat, 18 Apr 2015 08:17:02 -0700 (PDT) (envelope-from david) Date: Sat, 18 Apr 2015 08:17:02 -0700 From: David Wolfskill To: current@freebsd.org Cc: Takanori Watanabe Subject: Fix for r281680 -- broke i386 world Message-ID: <20150418151702.GB36163@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , current@freebsd.org, Takanori Watanabe MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h+CsNYkJBPxpZ+B/" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 15:17:09 -0000 --h+CsNYkJBPxpZ+B/ Content-Type: multipart/mixed; boundary="A1Iwnsx6rNfRhs6P" Content-Disposition: inline --A1Iwnsx6rNfRhs6P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Head/amd64 @ r281689 built OK, but my i386 build failed: =2E.. --- usr.sbin.all__D --- --- all_subdir_bluetooth --- /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:4: error: format specifies t= ype 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned lo= ng long') [-Werror,-Wformat] rp.le_features); ^~~~~~~~~~~~~~ /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:49: error: format specifies = type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned l= ong long') [-Werror,-Wformat] printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); ~~~ ^~~~~~~~~~~~ %llx 2 errors generated. =2E... The attached patch allows i386 to build, and I then tested to verify that amd64 still built. (I don't have Bluetooth devices, so I cannot test its operation.) Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --A1Iwnsx6rNfRhs6P Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="bluetooth.diff" Content-Transfer-Encoding: quoted-printable Index: usr.sbin/bluetooth/hccontrol/le.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- usr.sbin/bluetooth/hccontrol/le.c (revision 281689) +++ usr.sbin/bluetooth/hccontrol/le.c (working copy) @@ -232,7 +232,7 @@ NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES),=20 (void *)&rp, &n); =20 - printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status, + printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, rp.le_features); =20 return 0; @@ -250,7 +250,7 @@ NG_HCI_OCF_LE_READ_SUPPORTED_STATUS), (void *)&rp, &n); =20 - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); + printf("LE_STATUS: %d %d %jx\n", e, rp.status, rp.le_status); =20 return 0; } --A1Iwnsx6rNfRhs6P-- --h+CsNYkJBPxpZ+B/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVMnVtXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7C9MP/1UdgVwEDPyWDpWjpLCjRnY5 f3BVi10BP5Wqy4P4n3CFP+sJ+PGbfDfDiHMLmstXRrBddGVZH1EYZJTWOgZx0Dcw RA2wcM8zPyT8VFAmJfxVrniF4MdaWuTdmBAnZFlLZKoJ7s34THfiQ0la4RelIJvL D+U0MzNEg0qqQ52EAm3eZSwB4NZajSzBJLINIbNGxlkOL8KjYSQLMyfyQJJYW+YL i/PmCuEO0oc7uuyMQegMlAMEbe4gLqwSCwt5c9p7KhNUBZYY6Cb04/OykqrwKzgP iBFUt8uMmPCZrroCZCL4c0GAOAhxuiLoALt73vWi1si1vXA1TFb0aOLXSHvnOBq9 SxbUOU7gUmuMf0uSSq8//QlDEeYAmBHlekWUouRWI/n/Lygsu/8u2BjDO5RzXsIE yewIr2/+I6Ir9N0dnYeCmjhX880LHCBfM7+RCctDwSHYzrIPZeeFebVZUZOuHhYG U1KI7eayPRR+B3JeVeQjG7bup6pEa935wlrxF9UHXPS4EOrSAsD7C6KdwDNIALBb BTrssRRKByHzpEB9NBu+a65J3EBHgHjRcgaJLBG7gO3cSlbQ1afrb3ftpcZDq6aY gGlZ6jNIgGAJuSQe7D0cJ6mZUU7sJiZwEYL9oZqK1wArNPjASHx/jUEtYP8a3cXl /oKM1+mbWI9rPIkyNWjc =+/9R -----END PGP SIGNATURE----- --h+CsNYkJBPxpZ+B/-- From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 15:18:51 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A6A05AB; Sat, 18 Apr 2015 15:18:51 +0000 (UTC) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::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 08CDFA94; Sat, 18 Apr 2015 15:18:50 +0000 (UTC) Received: by oign205 with SMTP id n205so95913361oig.2; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=KnQyPZ345wQQ05wh4epqqI21ftjDygO6s/ji/yFuHFc=; b=CKINZ3bPftbCFrvmBDR2by5uElCZIIRqdu3tELjikbv2We8FXRxtxsrMhYglR9rUo4 jpbsd/ATiSDqd/HV0o/hcaYiN2Onhixn8ej4TSKjnDCrADJ9vkAEAHCnI/djM+brnkpc gp67+s/ibadP+QeaQWILi/nZRl2Gb+VqMKn7vdglB8Ubt8Geu3lxBNdMccfmpSOgYx3P q0yCbdEEL3HhCbUT3hvMkh1OiGsM3FadHtLC23z5OwIhXyforQ/Ob0fMJrG/ZGq36Xz5 ixI6qoiS2ve0X+u8BdMoxQma3x8Pm4TMM8Eb06/qluxOsFf1qNyCyNn8oLx3Dx90GBSQ RakA== MIME-Version: 1.0 X-Received: by 10.202.84.135 with SMTP id i129mr6931385oib.114.1429370330161; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) Received: by 10.202.134.70 with HTTP; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) Received: by 10.202.134.70 with HTTP; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) Reply-To: araujo@FreeBSD.org In-Reply-To: <20150418151702.GB36163@albert.catwhisker.org> References: <20150418151702.GB36163@albert.catwhisker.org> Date: Sat, 18 Apr 2015 23:18:50 +0800 Message-ID: Subject: Re: Fix for r281680 -- broke i386 world From: Marcelo Araujo To: current@freebsd.org, Takanori Watanabe , David Wolfskill Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 15:18:51 -0000 I didn't catch it. But please unbroken the I386 build. On Apr 18, 2015 11:17 PM, "David Wolfskill" wrote: > Head/amd64 @ r281689 built OK, but my i386 build failed: > > ... > --- usr.sbin.all__D --- > --- all_subdir_bluetooth --- > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:4: error: format specifies > type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned > long long') [-Werror,-Wformat] > rp.le_features); > ^~~~~~~~~~~~~~ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:49: error: format specifies > type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned > long long') [-Werror,-Wformat] > printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > ~~~ ^~~~~~~~~~~~ > %llx > 2 errors generated. > .... > > > The attached patch allows i386 to build, and I then tested to verify > that amd64 still built. (I don't have Bluetooth devices, so I > cannot test its operation.) > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Those who murder in the name of God or prophet are blasphemous cowards. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. > From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 15:35:16 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF6E4BF0; Sat, 18 Apr 2015 15:35:16 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EFA1C56; Sat, 18 Apr 2015 15:35:16 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id t3IFYxA2064583 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 18 Apr 2015 18:34:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t3IFYxA2064583 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id t3IFYxD0064582; Sat, 18 Apr 2015 18:34:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 18 Apr 2015 18:34:59 +0300 From: Konstantin Belousov To: David Wolfskill , current@freebsd.org, Takanori Watanabe Subject: Re: Fix for r281680 -- broke i386 world Message-ID: <20150418153459.GX2390@kib.kiev.ua> References: <20150418151702.GB36163@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150418151702.GB36163@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 15:35:17 -0000 On Sat, Apr 18, 2015 at 08:17:02AM -0700, David Wolfskill wrote: > Head/amd64 @ r281689 built OK, but my i386 build failed: > > ... > --- usr.sbin.all__D --- > --- all_subdir_bluetooth --- > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:4: error: format specifies type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned long long') [-Werror,-Wformat] > rp.le_features); > ^~~~~~~~~~~~~~ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:49: error: format specifies type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned long long') [-Werror,-Wformat] > printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > ~~~ ^~~~~~~~~~~~ > %llx > 2 errors generated. > .... > > > The attached patch allows i386 to build, and I then tested to verify > that amd64 still built. (I don't have Bluetooth devices, so I > cannot test its operation.) > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Those who murder in the name of God or prophet are blasphemous cowards. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. > Index: usr.sbin/bluetooth/hccontrol/le.c > =================================================================== > --- usr.sbin/bluetooth/hccontrol/le.c (revision 281689) > +++ usr.sbin/bluetooth/hccontrol/le.c (working copy) > @@ -232,7 +232,7 @@ > NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES), > (void *)&rp, &n); > > - printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status, > + printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, > rp.le_features); > > return 0; > @@ -250,7 +250,7 @@ > NG_HCI_OCF_LE_READ_SUPPORTED_STATUS), > (void *)&rp, &n); > > - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > + printf("LE_STATUS: %d %d %jx\n", e, rp.status, rp.le_status); > > return 0; > } The j modificator specifies that the type of the argument is (u)intmax_t. It is only a coincidense that uint64_t is max integer type, the arg should be casted to uintmax_t. Could you, please, update and test ? From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 15:36:07 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2656AD2B; Sat, 18 Apr 2015 15:36:07 +0000 (UTC) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 DF6ABC6A; Sat, 18 Apr 2015 15:36:06 +0000 (UTC) Received: by oiko83 with SMTP id o83so95783001oik.1; Sat, 18 Apr 2015 08:36:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=sj5E38ns/0vJqa29AKzhnSPxkNazP3jyWztIVQFMMcg=; b=NmAelFBSo2bAtGtSFfOYGccImUoE/Mvgx7Yw8C0X70uH0Xlr1raoKeO9cyWI2NNael yGG8MlnB7fu7lC0xI8vuQtbixh3CwPXiNd3c9LcXCz4fYwpDkuCMdWm2YR29QzZCpjbT ditrPFpaNnyqEh5CgEsximXPx3/zOs+ex1GJMbweOw7AZDk+q4S6WG6rosDoMyO/Q9+x D/kwBOisJrViQXEP37VZPwnU0QFTY6oD6a/dv9nJPZ8Twp50y+TFn5nI9qbwOMfxC1lA 1nB2hVYzxQ+vKsmUkcWgcBG1vCkTD14VlEdgxjPVLUpwDH1NJzHjUVQU8N8UM8sq7umo drTA== MIME-Version: 1.0 X-Received: by 10.60.103.70 with SMTP id fu6mr7532056oeb.27.1429371365686; Sat, 18 Apr 2015 08:36:05 -0700 (PDT) Received: by 10.202.134.70 with HTTP; Sat, 18 Apr 2015 08:36:05 -0700 (PDT) Received: by 10.202.134.70 with HTTP; Sat, 18 Apr 2015 08:36:05 -0700 (PDT) Reply-To: araujo@FreeBSD.org In-Reply-To: <20150418151702.GB36163@albert.catwhisker.org> References: <20150418151702.GB36163@albert.catwhisker.org> Date: Sat, 18 Apr 2015 23:36:05 +0800 Message-ID: Subject: Re: Fix for r281680 -- broke i386 world From: Marcelo Araujo To: current@freebsd.org, Takanori Watanabe , David Wolfskill Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 15:36:07 -0000 Hi, Saw your patch, why %ju and not %llx as the output shows? Best, Head/amd64 @ r281689 built OK, but my i386 build failed: ... --- usr.sbin.all__D --- --- all_subdir_bluetooth --- /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:4: error: format specifies type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned long long') [-Werror,-Wformat] rp.le_features); ^~~~~~~~~~~~~~ /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:49: error: format specifies type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned long long') [-Werror,-Wformat] printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); ~~~ ^~~~~~~~~~~~ %llx 2 errors generated. .... The attached patch allows i386 to build, and I then tested to verify that amd64 still built. (I don't have Bluetooth devices, so I cannot test its operation.) Peace, david -- David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 15:40:41 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF4DBF13; Sat, 18 Apr 2015 15:40:41 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 8D660C85; Sat, 18 Apr 2015 15:40:41 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3IFeeQ2061456; Sat, 18 Apr 2015 08:40:40 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3IFeekM061455; Sat, 18 Apr 2015 08:40:40 -0700 (PDT) (envelope-from david) Date: Sat, 18 Apr 2015 08:40:40 -0700 From: David Wolfskill To: araujo@FreeBSD.org Cc: current@freebsd.org, Takanori Watanabe Subject: Re: Fix for r281680 -- broke i386 world Message-ID: <20150418154040.GC36163@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , araujo@FreeBSD.org, current@freebsd.org, Takanori Watanabe References: <20150418151702.GB36163@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Zljh9u/ceMLi+8mf" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 15:40:42 -0000 --Zljh9u/ceMLi+8mf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 18, 2015 at 11:36:05PM +0800, Marcelo Araujo wrote: > Hi, >=20 > Saw your patch, why %ju and not %llx as the output shows? %llx fails amd64, as the object is 64 bits, and therefore merely "long", not "long long" in amd64. I will test kib@'s recommendation (casting) & report. >... Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --Zljh9u/ceMLi+8mf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVMnr4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7/sQP/RLrX+jkF7p6tgtrNaCcCMhq mS1HFtBhKuke5Ly58/aWr76BQ7LeQGXc5FO6PF+RPON0/xAFEPjvKfKcDiIlwNi0 +/bUBEw4/F/tA9OvLT9+D4HKESmRGmN0fnQ0zP5x4BgS2F+EH4502qvceGGGs84U WLkMxYI6zYD0xLtf63qPB96dDKWMq2KrLcH2RfKfFiTPrQJVUH0EhqdtXp6W6ipU Zs7SltMxrknMvO7wYMXvStchWNzugNH2beSigoqZ/0Wj2aGAO34SBftZq4d3G62b V5IB7esdaFO0LoDnvEzs9K/L9Eygdt8d9sCotqgUK28u7/dDb3Pm00on+3ks5iP+ /wM9essstH4Hz6Cocx4xMGHeAk4m1RFGSkD8jsRk9pllPibN1a/qf18DHKf+WSEX dfXcoq3IORUV4bi6F/rbzVWuGfUmWqWdsAL0kihgRu43TbOp0Aeqd+b3FN4/ZZrs SyANGFjZF3+n7RJxZqb26XkDVY+h4woPDq3N3r5FyQkmrXvZkjvQP4NilAmJhRrU xqHA31yjG5MXvHAu6CH7sch4viVq0TQA+YWhqt9LMuP+79KarbZwgf6AIpsXrz7P S1wg3nJU0r+q6mUcMKECtbYGEOuFxONzgtCxz2RYHBDpTj3PGnHfxputZLL3xjc5 0XkElCFx8keXI4vlsh/G =uiP7 -----END PGP SIGNATURE----- --Zljh9u/ceMLi+8mf-- From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 16:30:59 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7041EC25; Sat, 18 Apr 2015 16:30:59 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 3A21B1D7; Sat, 18 Apr 2015 16:30:58 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3IGUvLn062013; Sat, 18 Apr 2015 09:30:57 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3IGUvXR062012; Sat, 18 Apr 2015 09:30:57 -0700 (PDT) (envelope-from david) Date: Sat, 18 Apr 2015 09:30:57 -0700 From: David Wolfskill To: Konstantin Belousov Cc: current@freebsd.org, Takanori Watanabe Subject: Re: Fix for r281680 -- broke i386 world Message-ID: <20150418163057.GD36163@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , Konstantin Belousov , current@freebsd.org, Takanori Watanabe References: <20150418151702.GB36163@albert.catwhisker.org> <20150418153459.GX2390@kib.kiev.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="M8g8Xvd1npd+rU3W" Content-Disposition: inline In-Reply-To: <20150418153459.GX2390@kib.kiev.ua> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 16:30:59 -0000 --M8g8Xvd1npd+rU3W Content-Type: multipart/mixed; boundary="wtUqn8XWZYmnPFNh" Content-Disposition: inline --wtUqn8XWZYmnPFNh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 18, 2015 at 06:34:59PM +0300, Konstantin Belousov wrote: > ... > > - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > > + printf("LE_STATUS: %d %d %jx\n", e, rp.status, rp.le_status); > > =20 > > return 0; > > } >=20 > The j modificator specifies that the type of the argument is (u)intmax_t. > It is only a coincidense that uint64_t is max integer type, the arg should > be casted to uintmax_t. >=20 > Could you, please, update and test ? > .... Thank you for the correction; the attached patch survives both i386 & amd64 "make buildworld" ... and comes a bit closer to the above specification. (I had tried "(uintmax_t)rp.le_features" at first; that failed (at least on amd64), with: --- usr.sbin.all__D --- /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:15: error: expected ')' (uintmax_t)rp.le_features); ^ /usr/src/usr.sbin/bluetooth/hccontrol/le.c:235:8: note: to match this '(' printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, ^ /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:60: error: expected ')' printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_sta= tus); ^ /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:8: note: to match this '(' printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_sta= tus); ^ 2 errors generated. So I took a bit of evasive action.) Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --wtUqn8XWZYmnPFNh Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="bluetooth.diff" Content-Transfer-Encoding: quoted-printable Index: usr.sbin/bluetooth/hccontrol/le.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- usr.sbin/bluetooth/hccontrol/le.c (revision 281689) +++ usr.sbin/bluetooth/hccontrol/le.c (working copy) @@ -232,8 +232,8 @@ NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES),=20 (void *)&rp, &n); =20 - printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status, - rp.le_features); + printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, + (u_int64_t)rp.le_features); =20 return 0; } @@ -250,7 +250,7 @@ NG_HCI_OCF_LE_READ_SUPPORTED_STATUS), (void *)&rp, &n); =20 - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); + printf("LE_STATUS: %d %d %jx\n", e, rp.status, (u_int64_t)rp.le_status); =20 return 0; } --wtUqn8XWZYmnPFNh-- --M8g8Xvd1npd+rU3W Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVMobAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk70VwP/RpkshV8t2K675ms2m9uzmgz ZkluZZkrjL5WEGJfw4DFLbK7Kdx5cCXDs5tdvAj+yGNrYwO0i/yf7PLJvFXaIzOS n6h27FZ4Su6pSkzOTGIdehKAe21K/2ai1DRHM1Vpm6yea4xhYSUjr51NcjtOhjcI e7AfBMlJ/sqgwIw6LemE9mp/mip+sPgzkyMORKiASeddfo3VLcbLdiNnesuPzGGp sg5Hw0i3+tqvMb05m5LNCj7YFLkKq2aeokHiNMtb6cfQC5hKEr9VtI2I9yAOp7J6 +7uF6kakYTmn/TurvugeOv67nNkK/t1voDaBnSuYfxCTCQKa75BAum0e5UFCFbzx 0bXz2SoE8nQ95+EA1XIw/hEQdsmUVXsn977OB04E1JBXdD81CSEjUmN/XWkbfRHn cY6Bj1DACljzea1ZjFbTxH3qBsztFbCQA4lG9dr7vAMy5lCwgwl2yYURln44IY0U u4cij42OGUdH8v0MAtL/xm9lprBMX0z81dnRlTsvWNCcYxf2AZnDAF6rjI+CMYzh 7cwkCpTk/YCoXAbXgVWb9ZKCRin52a3d+I9ldEOOsbGB5WNztaqDrkMOykIzc/Hl Keu3I5fjbZe9g7NXRIctBYLauLVwutB5LfJhaMusrwhQH2FAupnbGgryCidp7jjw rPFoSWP0/kBQRuPyexLf =pXY9 -----END PGP SIGNATURE----- --M8g8Xvd1npd+rU3W-- From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 16:46:52 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B96231; Sat, 18 Apr 2015 16:46:52 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 440CA3EC; Sat, 18 Apr 2015 16:46:52 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id t3IGkeH4030533 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 18 Apr 2015 19:46:40 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t3IGkeH4030533 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id t3IGkeu7030519; Sat, 18 Apr 2015 19:46:40 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 18 Apr 2015 19:46:40 +0300 From: Konstantin Belousov To: David Wolfskill Cc: current@freebsd.org, Takanori Watanabe Subject: Re: Fix for r281680 -- broke i386 world Message-ID: <20150418164640.GY2390@kib.kiev.ua> References: <20150418151702.GB36163@albert.catwhisker.org> <20150418153459.GX2390@kib.kiev.ua> <20150418163057.GD36163@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150418163057.GD36163@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 16:46:52 -0000 On Sat, Apr 18, 2015 at 09:30:57AM -0700, David Wolfskill wrote: > On Sat, Apr 18, 2015 at 06:34:59PM +0300, Konstantin Belousov wrote: > > ... > > > - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > > > + printf("LE_STATUS: %d %d %jx\n", e, rp.status, rp.le_status); > > > > > > return 0; > > > } > > > > The j modificator specifies that the type of the argument is (u)intmax_t. > > It is only a coincidense that uint64_t is max integer type, the arg should > > be casted to uintmax_t. > > > > Could you, please, update and test ? > > .... > > Thank you for the correction; the attached patch survives both i386 & > amd64 "make buildworld" ... and comes a bit closer to the above > specification. (I had tried "(uintmax_t)rp.le_features" at first; that > failed (at least on amd64), with: > > --- usr.sbin.all__D --- > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:15: error: expected ')' > (uintmax_t)rp.le_features); > ^ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:235:8: note: to match this '(' > printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, > ^ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:60: error: expected ')' > printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_status); > ^ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:8: note: to match this '(' > printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_status); > ^ > 2 errors generated. > > So I took a bit of evasive action.) > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Those who murder in the name of God or prophet are blasphemous cowards. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. > Index: usr.sbin/bluetooth/hccontrol/le.c > =================================================================== > --- usr.sbin/bluetooth/hccontrol/le.c (revision 281689) > +++ usr.sbin/bluetooth/hccontrol/le.c (working copy) > @@ -232,8 +232,8 @@ > NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES), > (void *)&rp, &n); > > - printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status, > - rp.le_features); > + printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, > + (u_int64_t)rp.le_features); > > return 0; > } > @@ -250,7 +250,7 @@ > NG_HCI_OCF_LE_READ_SUPPORTED_STATUS), > (void *)&rp, &n); > > - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > + printf("LE_STATUS: %d %d %jx\n", e, rp.status, (u_int64_t)rp.le_status); > > return 0; > } No, this is equally wrong. If the problem is due to uintmax_t not brought in to the scope by other dependencies, explicit #include should be added at the prologue. I am struggling for two days trying to pass my pending patches through make tinderbox. I added the uintmax_t version into the mix right now for the next try. From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 17:03:49 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 730DA828 for ; Sat, 18 Apr 2015 17:03:49 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (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 104CD80C for ; Sat, 18 Apr 2015 17:03:48 +0000 (UTC) Received: by widdi4 with SMTP id di4so54209078wid.0 for ; Sat, 18 Apr 2015 10:03:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ISCUD8MyUX7Un5S1LUYSq25n+oIbS1tu898+g1ErLTE=; b=CpYaWOKt2OzG1boJE6EFTj5Fc75T8pTnshtru4wry0AfKJk6hhi6FB/CWrUK9mj3c2 OINHWSKmW0BT+W39+XBVDQxjuityFAc3Qbg4TfLofnwGvaq49Y4zsVeZ0SnnQO1rCY2Q fb8GhQj/PojSZlpF7ehrR3wE+1RzWbZJjWO1rVcIFDK2VEvsePhoYCHbeF8I2Wvgt8G4 EQPQUzHK2qa/0XZaT5iJqmhIZ8JROPkIXWKAclnGSxAqMPnwd/gPUw/tDeHA1yM7zC9s hnyu8R+9E2frLjwldVWZqH01ht6z7ftEtK/wnPEF8qpViljoC/DrpPePpJNho2tkPz/B YO1Q== X-Gm-Message-State: ALoCoQlm5XY08+eWyznn9Tp9bQ3b5xNxcUxFOJkilhNNaBr9vWMiOZ/spfvGPIGtyNX4tzjN61ik X-Received: by 10.194.94.164 with SMTP id dd4mr16308848wjb.56.1429376620103; Sat, 18 Apr 2015 10:03:40 -0700 (PDT) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id ge8sm19643171wjc.32.2015.04.18.10.03.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 18 Apr 2015 10:03:39 -0700 (PDT) Message-ID: <55328E6E.2060807@multiplay.co.uk> Date: Sat, 18 Apr 2015 18:03:42 +0100 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Fix for r281680 -- broke i386 world References: <20150418151702.GB36163@albert.catwhisker.org> <20150418153459.GX2390@kib.kiev.ua> <20150418163057.GD36163@albert.catwhisker.org> In-Reply-To: <20150418163057.GD36163@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 17:03:49 -0000 On 18/04/2015 17:30, David Wolfskill wrote: > On Sat, Apr 18, 2015 at 06:34:59PM +0300, Konstantin Belousov wrote: >> ... >>> - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); >>> + printf("LE_STATUS: %d %d %jx\n", e, rp.status, rp.le_status); >>> >>> return 0; >>> } >> The j modificator specifies that the type of the argument is (u)intmax_t. >> It is only a coincidense that uint64_t is max integer type, the arg should >> be casted to uintmax_t. >> >> Could you, please, update and test ? >> .... > Thank you for the correction; the attached patch survives both i386 & > amd64 "make buildworld" ... and comes a bit closer to the above > specification. (I had tried "(uintmax_t)rp.le_features" at first; that > failed (at least on amd64), with: > > --- usr.sbin.all__D --- > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:15: error: expected ')' > (uintmax_t)rp.le_features); > ^ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:235:8: note: to match this '(' > printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, > ^ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:60: error: expected ')' > printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_status); > ^ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:8: note: to match this '(' > printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_status); > ^ > 2 errors generated. > > So I took a bit of evasive action.) > The errors not very good, but I'm guessing your missing #include for uintmax_t where as u_int64_t is from sys/types.h iirc. Regards Steve From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 17:53:15 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ADBE305; Sat, 18 Apr 2015 17:53:15 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 E2515C8C; Sat, 18 Apr 2015 17:53:14 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3IHrBoZ062636; Sat, 18 Apr 2015 10:53:11 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3IHrAHD062635; Sat, 18 Apr 2015 10:53:10 -0700 (PDT) (envelope-from david) Date: Sat, 18 Apr 2015 10:53:10 -0700 From: David Wolfskill To: Konstantin Belousov , Steven Hartland Cc: current@freebsd.org, Takanori Watanabe Subject: Re: Fix for r281680 -- broke i386 world Message-ID: <20150418175310.GI36163@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , Konstantin Belousov , Steven Hartland , current@freebsd.org, Takanori Watanabe MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2CW6+cughRlDaKZr" Content-Disposition: inline In-Reply-To: <55328E6E.2060807@multiplay.co.uk> <20150418164640.GY2390@kib.kiev.ua> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 17:53:15 -0000 --2CW6+cughRlDaKZr Content-Type: multipart/mixed; boundary="DMotDPdpQlD4ewOK" Content-Disposition: inline --DMotDPdpQlD4ewOK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 18, 2015 at 07:46:40PM +0300, Konstantin Belousov wrote: > ... > No, this is equally wrong. If the problem is due to uintmax_t not brought > in to the scope by other dependencies, explicit > #include > should be added at the prologue. >=20 > I am struggling for two days trying to pass my pending patches through > make tinderbox. I added the uintmax_t version into the mix right now > for the next try. OK; attached survived buildworld for both amd64 & i386, and I think it's what's intended. On Sat, Apr 18, 2015 at 06:03:42PM +0100, Steven Hartland wrote: > ...=20 > > So I took a bit of evasive action.) > > > The errors not very good, but I'm guessing your missing #include=20 > for uintmax_t where as u_int64_t is from sys/types.h iirc. > ... Quite so; thanks. Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --DMotDPdpQlD4ewOK Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="bluetooth.diff" Content-Transfer-Encoding: quoted-printable Index: usr.sbin/bluetooth/hccontrol/le.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- usr.sbin/bluetooth/hccontrol/le.c (revision 281689) +++ usr.sbin/bluetooth/hccontrol/le.c (working copy) @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include @@ -232,8 +233,8 @@ NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES),=20 (void *)&rp, &n); =20 - printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status, - rp.le_features); + printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, + (uintmax_t)rp.le_features); =20 return 0; } @@ -250,7 +251,7 @@ NG_HCI_OCF_LE_READ_SUPPORTED_STATUS), (void *)&rp, &n); =20 - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); + printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_status); =20 return 0; } --DMotDPdpQlD4ewOK-- --2CW6+cughRlDaKZr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVMpoGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7D1EP/32YE9eZ8kvw/gkusYtSrpoX 7ckagyeNNtyTr/87JUJsjhUA7vWIT8NoBHMtIppZNRtno95/+bCDsp0basLdBBE0 nGktUzVLKjBUymiI6fntaNdQqyKNsETNMZVSKyShz3qCNE1QLXJMYEYb4YhL/n5C RjOfK1g21YatwecMyPS2Bh6IoGgFpGt7NiDQGfHdxUWCx3UKEZybJj7b5NDGhjj4 3X5CsMYWqBgZnWY9Duk1cD6nRxykITb4JxpKOHN8DVVogMrHIWhtQKMSnQ2m11HL bQHn0l986BwBw8mhuKPS8kYSQPYSmRhErs8zWJ09TMJ6ezwP9hCaL8DCDZzVClpD ApezC3/DB3kDMLQ2leQXAeAK3tlHqTKg4u24BRaPKnvSAte85Cr2WFOZKyqyRpLQ wTqRMCNL2gVoXh7OE8OL5ZbHBwppNVsJzXoxwr2HMq6KU1BnYuA2lJHKDHEM4zyL 86Case1x1w2MgxXyH2tOL5lSgO+c4DMLciftRcOmcVGxojSVilgUceqmfTU1l/t2 PnR4EqelhA1G/yL3Oe1qshBJb3/vjs4GxXY+Le1cAh9gX/dUaQywsppoE54HGzkI LY9+zgjiO3BMNDkml/+MYBjB7N5hAA5q73euyloyuv2lPTnev2e7h6zImQfOV/0u tPuvmKPPIPbSxXWjGFX0 =8f13 -----END PGP SIGNATURE----- --2CW6+cughRlDaKZr-- From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 18:11:46 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0FDB563; Sat, 18 Apr 2015 18:11:45 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92E3CE46; Sat, 18 Apr 2015 18:11:45 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id t3IIBWcY044830 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 18 Apr 2015 21:11:32 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t3IIBWcY044830 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id t3IIBW61044829; Sat, 18 Apr 2015 21:11:32 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 18 Apr 2015 21:11:32 +0300 From: Konstantin Belousov To: David Wolfskill , Steven Hartland , current@freebsd.org, Takanori Watanabe Subject: Re: Fix for r281680 -- broke i386 world Message-ID: <20150418181132.GA2390@kib.kiev.ua> References: <55328E6E.2060807@multiplay.co.uk> <20150418164640.GY2390@kib.kiev.ua> <20150418175310.GI36163@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150418175310.GI36163@albert.catwhisker.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 18:11:46 -0000 On Sat, Apr 18, 2015 at 10:53:10AM -0700, David Wolfskill wrote: > On Sat, Apr 18, 2015 at 07:46:40PM +0300, Konstantin Belousov wrote: > > ... > > No, this is equally wrong. If the problem is due to uintmax_t not brought > > in to the scope by other dependencies, explicit > > #include > > should be added at the prologue. > > > > I am struggling for two days trying to pass my pending patches through > > make tinderbox. I added the uintmax_t version into the mix right now > > for the next try. > > OK; attached survived buildworld for both amd64 & i386, and I think it's > what's intended. > > On Sat, Apr 18, 2015 at 06:03:42PM +0100, Steven Hartland wrote: > > ... > > > So I took a bit of evasive action.) > > > > > The errors not very good, but I'm guessing your missing #include > > for uintmax_t where as u_int64_t is from sys/types.h iirc. > > ... > > Quite so; thanks. > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Those who murder in the name of God or prophet are blasphemous cowards. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. > Index: usr.sbin/bluetooth/hccontrol/le.c > =================================================================== > --- usr.sbin/bluetooth/hccontrol/le.c (revision 281689) > +++ usr.sbin/bluetooth/hccontrol/le.c (working copy) > @@ -39,6 +39,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -232,8 +233,8 @@ > NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES), > (void *)&rp, &n); > > - printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status, > - rp.le_features); > + printf("LOCAL SUPPORTED: %d %d %ju\n", e, rp.status, > + (uintmax_t)rp.le_features); > > return 0; > } > @@ -250,7 +251,7 @@ > NG_HCI_OCF_LE_READ_SUPPORTED_STATUS), > (void *)&rp, &n); > > - printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > + printf("LE_STATUS: %d %d %jx\n", e, rp.status, (uintmax_t)rp.le_status); > > return 0; > } Yes, thank you. This is exactly what I run with make universe right now. It seems the patch was landed in r281697. From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 18:12:34 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18F1D665; Sat, 18 Apr 2015 18:12:34 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (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 935C6E56; Sat, 18 Apr 2015 18:12:33 +0000 (UTC) Received: by labbd9 with SMTP id bd9so101118980lab.2; Sat, 18 Apr 2015 11:12:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=c/Ezh9LREUTOhlqM7vqwMi8ZYku7K+glrbfVsat9bsw=; b=kTGG+XTp4KhH/JtiTe0BflskDGCrjfPk3BseukSiAgjKVSqnR2OLAcpLEbOb27Iwpp YWXXB1PeAl6/Cu5uCWyvrBKUv5kh9DxlHcjLwp8sPC+OlN2ovAuuA51xJoP6Z1oQMFuO ysKwQSJwACMviZoXSr72FqEoY4swuZsgfIc0Ac7fh47Dap8tKaDEHTNhz7aF76ZOY/YT X3q3UsSWOiZOpuCQ+/ch7s99RdlEe2Z5uyk52SCwmrPTVyQ5/RKKF53k8fHG/vHO6i/p RTKSagS4dD5t18/ZQC182OJ/UbTr0EouICZc/IV7bUsrMUQw6wGUZr9DGOMF+ue6kS7S IHtA== MIME-Version: 1.0 X-Received: by 10.152.205.106 with SMTP id lf10mr9126400lac.89.1429380751781; Sat, 18 Apr 2015 11:12:31 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.164.38 with HTTP; Sat, 18 Apr 2015 11:12:31 -0700 (PDT) Date: Sat, 18 Apr 2015 11:12:31 -0700 X-Google-Sender-Auth: 6st8hkg0Il_k6jw2VOCX4WCg41E Message-ID: Subject: [Request for Help] Reducing gcc 4.9 compilation warnings From: Craig Rodrigues To: freebsd-current Current Cc: "freebsd-testing@freebsd.org" , FreeBSD Toolchain Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 18:12:34 -0000 Hi, After the latest commits by members of freebsd-toolchain@ , I have managed to compile latest CURRENT world and GENERIC kernel on amd64 with an gcc 4.9 external toolchain by doing: pkg install devel/amd64-xtoolchain-gcc cd /usr/src sed -i "" -e 's/boot2//' sys/boot/i386/Makefile make buildworld CROSS_TOOLCHAIN=amd64-gcc NO_WERROR=yes WERROR= make buildkernel CROSS_TOOLCHAIN=amd64-gcc NO_WERROR=yes WERROR= It was necessary to skip boot2 from building because of errors reported here: https://lists.freebsd.org/pipermail/freebsd-toolchain/2015-April/001658.html The boot2 compilation errors still need to be worked on. However, most other things compile with warnings. If folks are interested in looking at the warnings, you can see them here: https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc4.9/warnings17 Please look at these warnings, and if you see places to patch the code to eliminate the warnings, please submit patches and commit them if you can. clang is still going to be the default compiler in the base system, but it is nice to have FreeBSD compilable by multiple compilers. -- Craig From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 22:56:26 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665DB776; Sat, 18 Apr 2015 22:56:26 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 522B6DA1; Sat, 18 Apr 2015 22:56:26 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 6C3B3581; Sat, 18 Apr 2015 22:56:26 +0000 (UTC) Date: Sat, 18 Apr 2015 22:56:25 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, kib@FreeBSD.org, rpaulo@FreeBSD.org, mav@FreeBSD.org, markj@FreeBSD.org, sjg@FreeBSD.org, jhibbits@FreeBSD.org Message-ID: <241191209.26.1429397785855.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2663 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 22:56:26 -0000 See Changes: [kib] Regen. [kib] Regen. [kib] The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and pwrite(2) syscalls are wrapped to provide compatibility with pre-7.x kernels which required padding before the off_t parameter. The fcntl(2) contains compatibility code to handle kernels before the struct flock was changed during the 8.x CURRENT development. The shims were reasonable to allow easier revert to the older kernel at that time. Now, two or three major releases later, shims do not serve any purpose. Such old kernels cannot handle current libc, so revert the compatibility code. Make padded syscalls support conditional under the COMPAT6 config option. For COMPAT32, the syscalls were under COMPAT6 already. Remove WITHOUT_SYSCALL_COMPAT build option, which only purpose was to (partially) disable the removed shims. Reviewed by:=09jhb, imp (previous versions) Discussed with:=09peter Sponsored by:=09The FreeBSD Foundation MFC after:=091 week [jhibbits] Implement hwpmc(4) for Freescale e500 core. This supports e500v1, e500v2, and e500mc. Tested only on e500v2, but the performance counters are identical across all, with e500mc having some additional events. Relnotes:=09Yes [kib] Make wait6(2), waitid(3) and ppoll(2) cancellation points. The waitid() function is required to be cancellable by the standard. The wait6() and ppoll() follow the other syscalls in their groups. Reviewed by:=09jhb, jilles (previous versions) Sponsored by:=09The FreeBSD Foundation MFC after:=091 week [kib] Revert unrelated chunk from the r281707. MFC after:=092 weeks [kib] Remove lazy pmap switch code from i386. Naive benchmark with md(4) shows no difference with the code removed. On both amd64 and i386, assert that a released pmap is not active. Proposed and reviewed by:=09alc Discussed with:=09Svatopluk Kraus , peter Sponsored by:=09The FreeBSD Foundation MFC after:=092 weeks [markj] Add manual pages for the io, ip, proc, sched, tcp and udp DTrace pr= oviders. The format of these pages is somewhat experimental, so they may be subject to further tweaking. Differential Revision:=09https://reviews.freebsd.org/D2170 Reviewed by:=09bcr, rpaulo MFC after:=092 weeks [rpaulo] Synaptics: don't report the middle button when clickPad is used. On trackpads that had support for both, we were sending two button events when the trackpad was pressed. Tested by:=09Jakob Alvermark MFC after:=091 week [kib] Complete r281670, unlist removed files. Sponsored by:=09The FreeBSD Foundation [markj] Remove unimplemented sched provider probes. They were added for compatibility with the sched provider in Solaris and illumos, but our sched provider is already incompatible since it uses nativ= e types, so there isn't much point in keeping them around. Differential Revision:=09https://reviews.freebsd.org/D2167 Reviewed by:=09rpaulo [markj] SDT(9): add a section on SDT providers, mentioning the "sdt" provid= er. Add examples demonstrating how one can list available providers and the DTrace probes provided by a provider. Differential Revision:=09https://reviews.freebsd.org/D2166 Reviewed by:=09rpaulo MFC after:=092 weeks [mav] Workaround bhyve virtual disks operation on top of GEOM providers. GEOM does not support scatter/gather lists in its I/Os. Such requests are cut in pieces by physio(), that may be problematic, if those pieces are not multiple of provider's sector size. If such case is detected, move the data through temporary sequential buffer. MFC after:=092 weeks [sjg] No need to delete export from filesystems which are not exported. [mav] Do not report stripe size if it is equal to sector size. MFC after:=091 week ------------------------------------------ [...truncated 103791 lines...] --- all_subdir_libmilter --- --- strl.o --- cc -O2 -pipe -I -I -I. -DNOT_SENDMAIL= -Dsm_snprintf=3Dsnprintf -D_THREAD_SAFE -DSM_CONF_POLL -DNETINET6 -std=3D= gnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-= int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c -o strl.o --- all_subdir_libdwarf --- --- dwarf_pro_types.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_pro_types.= c -o dwarf_pro_types.o --- all_subdir_libnetgraph --- --- msg.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -W= all -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o msg.o --- all_subdir_libmilter --- --- worker.o --- cc -O2 -pipe -I -I -I. -DNOT_SENDMAIL= -Dsm_snprintf=3Dsnprintf -D_THREAD_SAFE -DSM_CONF_POLL -DNETINET6 -std=3D= gnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-= int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c -o w= orker.o --- all_subdir_libngatm --- --- traffic.So --- cc -fpic -DPIC -O2 -pipe -I -I -I= -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wr= edundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-= declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Qunused-arguments -c -= o traffic.So --- all_subdir_libdwarf --- --- dwarf_pro_types.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pro_types.c -o dwarf_pro_types.So --- all_subdir_libnetgraph --- --- debug.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -W= all -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o debug.o --- all_subdir_libmilter --- --- libmilter.so.5 --- building shared library libmilter.so.5 --- all_subdir_libdwarf --- --- dwarf_pro_vars.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_pro_vars.c= -o dwarf_pro_vars.o --- all_subdir_libmilter --- cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libmilter.so.5 -Wl,-soname,libmilter.so.5 `NM=3D'nm' lorder = main.So engine.So listener.So handler.So comm.So monitor.So smfi.So signal.= So sm_gethost.So errstring.So strl.So worker.So | tsort -q`=20 --- libmilter.a --- building static milter library --- all_subdir_libdwarf --- --- dwarf_pro_vars.So --- --- all_subdir_libngatm --- --- uni_ie.So --- --- all_subdir_libdwarf --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pro_vars.c -o dwarf_pro_vars.So --- all_subdir_libngatm --- cc -fpic -DPIC -O2 -pipe -I -I -I= -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wr= edundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-= declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Qunused-arguments -c -o= uni_ie.So --- all_subdir_libmilter --- ranlib -D libmilter.a --- all_subdir_libnetgraph --- --- libnetgraph.so.4 --- building shared library libnetgraph.so.4 cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libnetgraph.so.4 -Wl,-soname,libnetgraph.so.4 `NM=3D'nm' lor= der sock.So msg.So debug.So | tsort -q`=20 --- all_subdir_libnv --- =3D=3D=3D> lib/libnv (all) --- all_subdir_libdwarf --- --- dwarf_pro_weaks.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_pro_weaks.= c -o dwarf_pro_weaks.o --- all_subdir_libohash --- --- all_subdir_libnetgraph --- --- libnetgraph.a --- building static netgraph library --- all_subdir_libohash --- =3D=3D=3D> lib/libohash (all) --- all_subdir_libnetgraph --- ranlib -D libnetgraph.a --- all_subdir_libopie --- --- all_subdir_libohash --- --- ohash.o --- --- all_subdir_libopie --- =3D=3D=3D> lib/libopie (all) --- all_subdir_libohash --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -W= all -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o ohash.o --- all_subdir_libdwarf --- --- dwarf_pro_weaks.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pro_weaks.c -o dwarf_pro_weaks.So --- all_subdir_libpcap --- =3D=3D=3D> lib/libpcap (all) --- all_subdir_libohash --- --- libohash.a --- --- all_subdir_libpcap --- --- pcap-bpf.So --- --- all_subdir_libohash --- building static ohash library --- all_subdir_libpcap --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o pcap-bpf.So --- all_subdir_libdwarf --- --- dwarf_pubnames.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_pubnames.c= -o dwarf_pubnames.o --- all_subdir_libohash --- ranlib -D libohash.a --- all_subdir_libngatm --- --- uni_msg.So --- cc -fpic -DPIC -O2 -pipe -I -I -I= -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wr= edundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-= declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Qunused-arguments -c -= o uni_msg.So --- all_subdir_libdwarf --- --- dwarf_pubnames.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pubnames.c -o dwarf_pubnames.So --- dwarf_pubtypes.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_pubtypes.c= -o dwarf_pubtypes.o --- dwarf_pubtypes.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pubtypes.c -o dwarf_pubtypes.So --- all_subdir_libpcap --- --- pcap-netmap.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o pcap-netm= ap.So --- all_subdir_libdwarf --- --- dwarf_types.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_types.c -o= dwarf_types.o --- dwarf_types.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_types.c -o dwarf_types.So --- dwarf_vars.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_vars.c -o = dwarf_vars.o --- all_subdir_libpcap --- --- pcap-common.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o pcap-common.So --- all_subdir_libdwarf --- --- dwarf_vars.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_vars.c -o dwarf_vars.So --- all_subdir_libpcap --- --- inet.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o inet.So --- all_subdir_libdwarf --- --- dwarf_weaks.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -= Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign = -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -Qunused-arguments -c dwarf_weaks.c -o= dwarf_weaks.o --- all_subdir_libpcap --- --- fad-getad.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o fad-getad.So --- all_subdir_libdwarf --- --- dwarf_weaks.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_weaks.c -o dwarf_weaks.So --- all_subdir_libpcap --- --- gencode.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o gencode.So --- all_subdir_libdwarf --- --- libdwarf.a --- building static dwarf library ranlib -D libdwarf.a --- libdwarf.so.4 --- building shared library libdwarf.so.4 cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libdwarf.so.4 -Wl,-soname,libdwarf.so.4 `NM=3D'nm' lorder dw= arf_abbrev.So dwarf_arange.So dwarf_attr.So dwarf_attrval.So dwarf_cu.So dw= arf_dealloc.So dwarf_die.So dwarf_dump.So dwarf_errmsg.So dwarf_finish.So d= warf_form.So dwarf_frame.So dwarf_funcs.So dwarf_init.So dwarf_lineno.So dw= arf_loclist.So dwarf_macinfo.So dwarf_pro_arange.So dwarf_pro_attr.So dwarf= _pro_die.So dwarf_pro_expr.So dwarf_pro_finish.So dwarf_pro_frame.So dwarf_= pro_funcs.So dwarf_pro_init.So dwarf_pro_lineno.So dwarf_pro_macinfo.So dwa= rf_pro_pubnames.So dwarf_pro_reloc.So dwarf_pro_sections.So dwarf_pro_types= .So dwarf_pro_vars.So dwarf_pro_weaks.So dwarf_pubnames.So dwarf_pubtypes.S= o dwarf_ranges.So dwarf_reloc.So dwarf_sections.So dwarf_seterror.So dwarf_= str.So dwarf_types.So dwarf_vars.So dwarf_weaks.So libdwarf.So libdwarf_abb= rev.So libdwarf_arange.So libdwarf_attr.So libdwarf_die.So libdwarf_error.S= o libdwarf_elf_access.So libdwarf_elf_init.So libdwarf_frame.So libdwarf_in= fo.So libdwarf_init.So libdwarf_lineno.So libdwarf_loc.So libdwarf_loclist.= So libdwarf_macinfo.So libdwarf_nametbl.So libdwarf_ranges.So libdwarf_relo= c.So libdwarf_rw.So libdwarf_sections.So libdwarf_str.So | tsort -q` -lelf --- all_subdir_libpmc --- =3D=3D=3D> lib/libpmc (all) --- libpmc.So --- cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-header= s -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st= rings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -= Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-poin= ter-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c -o libpmc.So --- pmclog.So --- cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-header= s -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st= rings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -= Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-poin= ter-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c -o pmclog.So --- libpmc.So --- :302:1= : error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_C= LASS_P5'? PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC); ^ :273:3= : note: expanded from macro 'PMC_MDEP_TABLE' PMC_CLASS_##C, __VA_ARGS__ \ ^ :64:1: note: expanded from here PMC_CLASS_E500 ^ :144:2: note: 'PMC_CLASS_P5' declared here __PMC_CLASSES() ^ :125:2: note: expanded from macro '__PMC_CLASSES' __PMC_CLASS(P5) /* Intel Pentium counters */ \ ^ :143:24: note: expanded from macro '__PMC_CLASS' #define __PMC_CLASS(N) PMC_CLASS_##N , ^ :46:1: note: expanded from here PMC_CLASS_P5 ^ :302:4= 4: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_= CLASS_P5'? PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC); ^~~~~~~~~~~~~~ PMC_CLASS_P5 :273:1= 8: note: expanded from macro 'PMC_MDEP_TABLE' PMC_CLASS_##C, __VA_ARGS__ \ ^ :144:2: note: 'PMC_CLASS_P5' declared here __PMC_CLASSES() ^ :125:2: note: expanded from macro '__PMC_CLASSES' __PMC_CLASS(P5) /* Intel Pentium counters */ \ ^ :143:24: note: expanded from macro '__PMC_CLASS' #define __PMC_CLASS(N) PMC_CLASS_##N , ^ :46:1: note: expanded from here PMC_CLASS_P5 ^ :2961:= 7: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_= CLASS_P5'? case PMC_CLASS_E500: ^~~~~~~~~~~~~~ PMC_CLASS_P5 :144:2: note: 'PMC_CLASS_P5' declared here __PMC_CLASSES() ^ :125:2: note: expanded from macro '__PMC_CLASSES' __PMC_CLASS(P5) /* Intel Pentium counters */ \ ^ :143:24: note: expanded from macro '__PMC_CLASS' #define __PMC_CLASS(N) PMC_CLASS_##N , ^ :46:1: note: expanded from here PMC_CLASS_P5 ^ :2961:= 7: error: duplicate case value 'PMC_CLASS_P5' case PMC_CLASS_E500: ^ :2925:= 7: note: previous case defined here case PMC_CLASS_P5: ^ 4 errors generated. *** [libpmc.So] Error code 1 make[5]: stopped in 1 error make[5]: stopped in *** [all_subdir_libpmc] Error code 2 make[4]: stopped in --- all_subdir_libngatm --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_libngatm] Error code 2 make[4]: stopped in --- all_subdir_libpcap --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_libpcap] Error code 2 make[4]: stopped in 3 errors make[4]: stopped in A failure has been detected in another branch of the parallel make make[3]: stopped in *** [libraries] Error code 2 make[2]: stopped in 1 error make[2]: stopped in *** [_libraries] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 23:49:50 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5779B251; Sat, 18 Apr 2015 23:49:50 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (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 2426830F; Sat, 18 Apr 2015 23:49:50 +0000 (UTC) Received: by pdbqd1 with SMTP id qd1so167328246pdb.2; Sat, 18 Apr 2015 16:49:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=Idlwg225htm57lr/QBKkXbOGJtEfTTdwuvK2gtQazpA=; b=y25x+9zsI5/krVntdnzjDS6UV2sXYUkt5k6RSL7YwDeR9wZNBezvWjyO6ro6ih0aan qxggAVEnIkBEpQ6N3UQMmbEEZo/1nio5zQLMGRHVegZLWSY1UF970f6xiKWxyxro68uQ d1usQq+9awU/O0BtrNqgV5vkzOMVlzqJQ7odvnSm0ZNANVwPFLBTR0pTfNvqc0U3d0Hp oEfKCV06fWtX0/FQ66Jn67JZgAMkBQdLOpAbhOoI02B6sZOIcT+kIAATpIYqq3FMbOOt ELI02ODxP7Vs/kr0Q8ndzyrT6XqYQRk6ag3pYiBz0FskUZSOBmMlHOFU4YhBlytXQJPV p/wg== X-Received: by 10.67.24.65 with SMTP id ig1mr16496386pad.61.1429400989561; Sat, 18 Apr 2015 16:49:49 -0700 (PDT) Received: from [10.132.64.237] (mobile-166-171-250-150.mycingular.net. [166.171.250.150]) by mx.google.com with ESMTPSA id zi10sm13999583pab.35.2015.04.18.16.49.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 18 Apr 2015 16:49:48 -0700 (PDT) References: <241191209.26.1429397785855.JavaMail.jenkins@jenkins-9.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <241191209.26.1429397785855.JavaMail.jenkins@jenkins-9.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <5F0168F7-4968-4E2E-AD5C-B408540D1963@gmail.com> Cc: "freebsd-current@freebsd.org" , "kib@FreeBSD.org" , "rpaulo@FreeBSD.org" , "mav@FreeBSD.org" , "markj@FreeBSD.org" , "sjg@FreeBSD.org" , "jhibbits@FreeBSD.org" X-Mailer: iPhone Mail (12F70) From: Garrett Cooper Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #2663 Date: Sat, 18 Apr 2015 16:49:43 -0700 To: "jenkins-admin@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 23:49:50 -0000 > On Apr 18, 2015, at 15:56, jenkins-admin@freebsd.org wrote: > =3D=3D=3D> lib/libpmc (all) > --- libpmc.So --- > cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-heade= rs -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-str= ings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wi= nline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer= -sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Qunused-arguments -c -o libpmc.So > --- pmclog.So --- > cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-heade= rs -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-str= ings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wi= nline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer= -sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Qunused-arguments -c -o pmclog.So > --- libpmc.So --- > :302:= 1: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_C= LASS_P5'? > PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC);= > ^ > :273:= 3: note: expanded from macro 'PMC_MDEP_TABLE' > PMC_CLASS_##C, __VA_ARGS__ \ > ^ > :64:1: note: expanded from here > PMC_CLASS_E500 > ^ > :144:2: note: 'PMC_CLASS_P5' declared here > __PMC_CLASSES() > ^ > :125:2: note: expanded from macro '__PMC_CLASSES' > __PMC_CLASS(P5) /* Intel Pentium counters */ \ > ^ > :143:24: note: expanded from macro '__PMC_CLASS' > #define __PMC_CLASS(N) PMC_CLASS_##N , > ^ > :46:1: note: expanded from here > PMC_CLASS_P5 > ^ > :302:= 44: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_= CLASS_P5'? > PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC);= > ^~~~~~~~~~~~~~ > PMC_CLASS_P5 > :273:= 18: note: expanded from macro 'PMC_MDEP_TABLE' > PMC_CLASS_##C, __VA_ARGS__ \ > ^ > :144:2: note: 'PMC_CLASS_P5' declared here > __PMC_CLASSES() > ^ > :125:2: note: expanded from macro '__PMC_CLASSES' > __PMC_CLASS(P5) /* Intel Pentium counters */ \ > ^ > :143:24: note: expanded from macro '__PMC_CLASS' > #define __PMC_CLASS(N) PMC_CLASS_##N , > ^ > :46:1: note: expanded from here > PMC_CLASS_P5 > ^ > :2961= :7: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_= CLASS_P5'? > case PMC_CLASS_E500: > ^~~~~~~~~~~~~~ > PMC_CLASS_P5 > :144:2: note: 'PMC_CLASS_P5' declared here > __PMC_CLASSES() > ^ > :125:2: note: expanded from macro '__PMC_CLASSES' > __PMC_CLASS(P5) /* Intel Pentium counters */ \ > ^ > :143:24: note: expanded from macro '__PMC_CLASS' > #define __PMC_CLASS(N) PMC_CLASS_##N , > ^ > :46:1: note: expanded from here > PMC_CLASS_P5 > ^ > :2961= :7: error: duplicate case value 'PMC_CLASS_P5' > case PMC_CLASS_E500: > ^ > :2925= :7: note: previous case defined here > case PMC_CLASS_P5: > ^ > 4 errors generated. > *** [libpmc.So] Error code 1 r281713 broke the build :(..= From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 23:53:19 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CC1A4AA; Sat, 18 Apr 2015 23:53:19 +0000 (UTC) Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::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 212AC3D9; Sat, 18 Apr 2015 23:53:19 +0000 (UTC) Received: by qku63 with SMTP id 63so172979112qku.3; Sat, 18 Apr 2015 16:53:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PZyQ5nWtvudlYWDgA+6clnZavbfnlwLuPNzezDy1MOM=; b=GHyjGkOOg+gdAm6slhtZSg6+ASjdRakTjgo6cxintaxx20mSiCFKns0c0a+Q2fc9lR rviGtpv0FMlHr9RbLYaNxv41GLqjnxZw/IvVNSZnQz1rQsKrr6rgueTWWqEGhq7uBMJu 9tsZeG0rHrlvmp5zs5t+E6mD8z7xRInPYK2OwfUiYjXwYtD/wD2T0uEP752cv+rzB3bC x/ry2EURMn5ZZTvv4bcBFMEP0LZhUD0En7jrAw2KhrP2KwwlBJJAY4EoU6LVqOczPpci OvZ0At1S5gXFIfBoJz3U9OO++ZpoDOuwbngnQKylfOlmTQbyzgh6b4bybgyeq3LfijON xJOw== MIME-Version: 1.0 X-Received: by 10.55.20.30 with SMTP id e30mr17996160qkh.45.1429401197944; Sat, 18 Apr 2015 16:53:17 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.140.84.179 with HTTP; Sat, 18 Apr 2015 16:53:17 -0700 (PDT) Received: by 10.140.84.179 with HTTP; Sat, 18 Apr 2015 16:53:17 -0700 (PDT) In-Reply-To: <5F0168F7-4968-4E2E-AD5C-B408540D1963@gmail.com> References: <241191209.26.1429397785855.JavaMail.jenkins@jenkins-9.freebsd.org> <5F0168F7-4968-4E2E-AD5C-B408540D1963@gmail.com> Date: Sat, 18 Apr 2015 16:53:17 -0700 X-Google-Sender-Auth: 4ODOYAqqwI8qJt0VVocYs6Bk41c Message-ID: Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #2663 From: Justin Hibbits To: Garrett Cooper Cc: "sjg@FreeBSD.org" , FreeBSD Current , "markj@FreeBSD.org" , "jenkins-admin@freebsd.org" , "mav@FreeBSD.org" , "rpaulo@FreeBSD.org" , "kib@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 23:53:19 -0000 Crap, sorry. I wonder how that compiled fine for me. I'll fix it in a couple hours when I get home. -Justin On Apr 18, 2015 4:49 PM, "Garrett Cooper" wrote: > > > On Apr 18, 2015, at 15:56, jenkins-admin@freebsd.org wrote: > > > > ===> lib/libpmc (all) > > --- libpmc.So --- > > cc -fpic -DPIC -O2 -pipe -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter > -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations > -Wthread-safety -Wno-empty-body -Wno-string-plus-int > -Wno-unused-const-variable -Qunused-arguments -c < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libpmc/libpmc.c> -o > libpmc.So > > --- pmclog.So --- > > cc -fpic -DPIC -O2 -pipe -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter > -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations > -Wthread-safety -Wno-empty-body -Wno-string-plus-int > -Wno-unused-const-variable -Qunused-arguments -c < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libpmc/pmclog.c> -o > pmclog.So > > --- libpmc.So --- > > :302:1: > error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean > 'PMC_CLASS_P5'? > > PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, > PMC_CLASS_TSC); > > ^ > > :273:3: > note: expanded from macro 'PMC_MDEP_TABLE' > > PMC_CLASS_##C, __VA_ARGS__ \ > > ^ > > :64:1: note: expanded from here > > PMC_CLASS_E500 > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:144:2: > note: 'PMC_CLASS_P5' declared here > > __PMC_CLASSES() > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:125:2: > note: expanded from macro '__PMC_CLASSES' > > __PMC_CLASS(P5) /* Intel Pentium counters */ \ > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:143:24: > note: expanded from macro '__PMC_CLASS' > > #define __PMC_CLASS(N) PMC_CLASS_##N , > > ^ > > :46:1: note: expanded from here > > PMC_CLASS_P5 > > ^ > > :302:44: > error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean > 'PMC_CLASS_P5'? > > PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, > PMC_CLASS_TSC); > > ^~~~~~~~~~~~~~ > > PMC_CLASS_P5 > > :273:18: > note: expanded from macro 'PMC_MDEP_TABLE' > > PMC_CLASS_##C, __VA_ARGS__ \ > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:144:2: > note: 'PMC_CLASS_P5' declared here > > __PMC_CLASSES() > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:125:2: > note: expanded from macro '__PMC_CLASSES' > > __PMC_CLASS(P5) /* Intel Pentium counters */ \ > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:143:24: > note: expanded from macro '__PMC_CLASS' > > #define __PMC_CLASS(N) PMC_CLASS_##N , > > ^ > > :46:1: note: expanded from here > > PMC_CLASS_P5 > > ^ > > :2961:7: > error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean > 'PMC_CLASS_P5'? > > case PMC_CLASS_E500: > > ^~~~~~~~~~~~~~ > > PMC_CLASS_P5 > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:144:2: > note: 'PMC_CLASS_P5' declared here > > __PMC_CLASSES() > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:125:2: > note: expanded from macro '__PMC_CLASSES' > > __PMC_CLASS(P5) /* Intel Pentium counters */ \ > > ^ > > < > https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include/sys/pmc.h>:143:24: > note: expanded from macro '__PMC_CLASS' > > #define __PMC_CLASS(N) PMC_CLASS_##N , > > ^ > > :46:1: note: expanded from here > > PMC_CLASS_P5 > > ^ > > :2961:7: > error: duplicate case value 'PMC_CLASS_P5' > > case PMC_CLASS_E500: > > ^ > > :2925:7: > note: previous case defined here > > case PMC_CLASS_P5: > > ^ > > 4 errors generated. > > *** [libpmc.So] Error code 1 > > r281713 broke the build :(..