From owner-freebsd-arm@freebsd.org Sun Jul 17 12:27:55 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA2FDB9A565 for ; Sun, 17 Jul 2016 12:27:55 +0000 (UTC) (envelope-from jau789@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::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 3CC8515CA for ; Sun, 17 Jul 2016 12:27:55 +0000 (UTC) (envelope-from jau789@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id f126so74381940wma.1 for ; Sun, 17 Jul 2016 05:27:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=gy8woHf2iH18Q21yYIjeBIsz0JoayjpKlzKYnChthlU=; b=K4M0074QJoOev6jppeF7WeZlJnUMuzss1NA241J4vMs/O5MVGTvZKtLjWGdC9qPthV z0cX8UQOgrxLyYqPkvw+qRyNGc+Oyfxe42jGxBZX+Vn7WU40HIxKUxWLG6TpwOkqlpmL FeoSfFxLIy70oB1uiSrdt8gP+OJbJOmg5NYoMQ+li5VRlpLigRBLyEbeduUDD7AZ9L0+ hYC19QglGHVZsdD3eX1l5sDtRPYDusiSHQ0jeNMvDfkd+az+cb/gaxKsoLO+22t5U9CU tz4IqjAFGWVO3KBbTlkOONRJIFynR1zcYeoqMUHU763etAa2Zp8ZwtwDIUFt159k2WhE c7Rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=gy8woHf2iH18Q21yYIjeBIsz0JoayjpKlzKYnChthlU=; b=AgQojJDEiMURAEGnimjPmOsjq3N4UjdwRHVF+y7gmATii2f/dHsjbK0KOjVFTtYMRi oYLNRJu8qzEpUIFVOy7PiL5quO9I26oCeDwaCsON1bfYKE3DAcBd5ZDspEvfy7K+m+jc VqLajucq60Tet5V+dW5ZeYYSWRf+b+QOwRIctIvh4RIlX/bXGyGpcaeaT9norD59D+KA q+D79YiqEcO+/aYM6tLGOutKcqjPjvt29UMLuxrfVRytFYmiwZ7wt0FQtqsioSw1Vs+Q 6MbGOKPlaFZ0BGRmmvR4MGD7Gz+G0/tyV4FCzBO634dD3vJmVlhGzCi5PFzgkw51mo8d yg+w== X-Gm-Message-State: ALyK8tIqW8OoZwZSURCZfM9MbFz3KLU42/HUPqiE9U9p2btTyaZuOsoAqAVg8+qmjPwhHA== X-Received: by 10.28.131.199 with SMTP id f190mr2052582wmd.30.1468758473539; Sun, 17 Jul 2016 05:27:53 -0700 (PDT) Received: from [192.168.1.131] (xdsl-205-1.nblnetworks.fi. [83.145.205.1]) by smtp.googlemail.com with ESMTPSA id r16sm7876559wme.16.2016.07.17.05.27.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 Jul 2016 05:27:52 -0700 (PDT) Subject: Re: Random number generator on rpi To: Jia-Shiun Li References: <5d8ec4d4-4c36-139d-6102-4fdb200fdf65@gmail.com> Cc: "freebsd-arm@freebsd.org" From: "Jukka A. Ukkonen" Message-ID: <790435eb-f3fc-8d4c-4231-e3cfbf93157b@gmail.com> Date: Sun, 17 Jul 2016 15:27:51 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 12:27:55 -0000 On 07/15/16 07:32, Jia-Shiun Li wrote: > sorry for replying so late. Turns out I need to attach rndtest device to > hook it on. Updated patch attached. Also commented some code lines in > rndtest to print report messages. You should be able to see repeated > kernel messages like below: > > bcmrng0: rndtest: runs pass zeros interval 1 (2343 < 2543 < 2657) > bcmrng0: rndtest: runs pass zeros interval 2 (1135 < 1255 < 1365) > bcmrng0: rndtest: runs pass zeros interval 3 (542 < 624 < 708) > bcmrng0: rndtest: runs pass zeros interval 4 (251 < 301 < 373) > bcmrng0: rndtest: runs pass zeros interval 5 (111 < 158 < 201) > bcmrng0: rndtest: runs pass zeros interval 6 (111 < 149 < 201) > bcmrng0: rndtest: runs pass ones interval 1 (2343 < 2535 < 2657) > bcmrng0: rndtest: runs pass ones interval 2 (1135 < 1265 < 1365) > bcmrng0: rndtest: runs pass ones interval 3 (542 < 576 < 708) > bcmrng0: rndtest: runs pass ones interval 4 (251 < 315 < 373) > bcmrng0: rndtest: runs pass ones interval 5 (111 < 185 < 201) > bcmrng0: rndtest: runs pass ones interval 6 (111 < 153 < 201) > bcmrng0: rndtest: chi^2(4): pass (sum 1570182) > bcmrng0: rndtest: longruns pass (15 ones, 12 zeros) > > > by the rndtest result, guess I can safely conclude the hardware rng > working correctly? > > > On Thu, Jun 9, 2016 at 3:53 PM, Jukka A. Ukkonen > wrote: > > > So, does this somehow indicate that fortuna has attached the > new random device as a source of true randomness? > > root@rpi2:~ # sysctl kern.random > kern.random.fortuna.minpoolsize: 64 > kern.random.harvest.mask_symbolic: > [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED > kern.random.harvest.mask_bin: 00111111111 > kern.random.harvest.mask: 511 > kern.random.random_sources: > > > The mask only reports environmental sources, not hardware rng sources. I kind of guessed that. I tested the modified patch yesterday. Now I see the following couple of lines during a verbose boot... bcmrng0: mem 0x104000-0x10400f on simplebus0 random: harvesting attach, 8 bytes (4 bits) from bcmrng0 So, at least random claims it tries to use bcmrng as a source of randomness. Thanks. --jau From owner-freebsd-arm@freebsd.org Sun Jul 17 18:32:25 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC0FBB9C97B for ; Sun, 17 Jul 2016 18:32:25 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (kientzle.com [142.254.26.11]) (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 517B81D13 for ; Sun, 17 Jul 2016 18:32:25 +0000 (UTC) (envelope-from tim@kientzle.com) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id u6HIMfft071214; Sun, 17 Jul 2016 18:22:41 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.106] (192.168.1.101 [192.168.1.101]) by kientzle.com with SMTP id xknwsp4z48nsiuxtegq5es3u2e; Sun, 17 Jul 2016 18:22:41 +0000 (UTC) (envelope-from tim@kientzle.com) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Bizarre clone attempt failures on Raspberry Pi2... From: Tim Kientzle In-Reply-To: Date: Sun, 17 Jul 2016 11:22:41 -0700 Cc: freebsd-arm Content-Transfer-Encoding: 7bit Message-Id: <841D0760-66D7-43A7-AB6A-AEFEA177DAD6@kientzle.com> References: <548783e1-9047-68f7-5f50-449db684d602@denninger.net> <5475ea53-ae22-2634-6f2a-5737d1b0e308@denninger.net> <398ae56c-8893-f188-c210-cf7f19ccf433@denninger.net> <1468518953.72182.219.camel@freebsd.org> <7a91fc79-1c85-fac8-aa3f-db90592f3f44@denninger.net> <60b6e156-981e-9fbd-b68c-0daae1961286@denninger.net> <04391154-A38E-46CD-B570-B2BECFD19022@gromit.dlib.vt.edu> To: Karl Denninger X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 18:32:25 -0000 > > > The quick fix is to put "failok" (or noauto) in the default /etc/fstab > entry for the dos filesystem, since it is not necessary for that > filesystem to be mounted at all on a running machine. If there is a > policy reason to leave it accessible (and there's a fairly-clean > argument that there is) then "failok" might be preferable to "noauto", > but either way forcing a filesystem that is not necessary to be > accessible or the system fails to come up and does not give any > indication of same on what many users will have accessible to them is > facially wrong. History: I believe this is something I introduced in Crochet that has been picked up by the RE build scripts. Mounting the MSDOS partition as /boot/msdos was intended to ensure that the critical boot elements were all visible so they could be easily edited and/or updated. For example, the FDT files (and other boot-time configuration files) reside there. Without this, those components are invisible and hence more difficult to update on device and also more difficult to explain and document. Tim From owner-freebsd-arm@freebsd.org Mon Jul 18 23:27:51 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2304B9DCC4 for ; Mon, 18 Jul 2016 23:27:51 +0000 (UTC) (envelope-from stevek@juniper.net) Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0126.outbound.protection.outlook.com [104.47.40.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20B1A12E8 for ; Mon, 18 Jul 2016 23:27:50 +0000 (UTC) (envelope-from stevek@juniper.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junipernetworks.onmicrosoft.com; s=selector1-juniper-net; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=gsY1cAftivqoPdrRK/mnUPBfEDz9VlEdvoyt28/ShGo=; b=iNW+CFacxSwVWQhMjumzf6EEGO0LoQ60TlwtJ3ODJHGByAn/4ZzoArFm27VKEfuh4vhkyQMY1IJZsCgeL/sDRdWxTuzcyrz28pr+j53kiop1AdlDn9BSFl1aywt0NVyf1ZqXI5KrpFjWJHOxhcl8y2M2mxvk1Y6vYv+cD/Emg/E= Received: from SN1PR05CA0018.namprd05.prod.outlook.com (10.163.68.156) by CO2PR05MB2437.namprd05.prod.outlook.com (10.166.95.25) with Microsoft SMTP Server (TLS) id 15.1.528.16; Mon, 18 Jul 2016 15:52:49 +0000 Received: from BN1BFFO11FD010.protection.gbl (2a01:111:f400:7c10::1:171) by SN1PR05CA0018.outlook.office365.com (2a01:111:e400:5197::28) with Microsoft SMTP Server (TLS) id 15.1.539.14 via Frontend Transport; Mon, 18 Jul 2016 15:52:49 +0000 Authentication-Results: spf=softfail (sender IP is 66.129.239.18) smtp.mailfrom=juniper.net; freebsd.org; dkim=none (message not signed) header.d=none;freebsd.org; dmarc=none action=none header.from=juniper.net; Received-SPF: SoftFail (protection.outlook.com: domain of transitioning juniper.net discourages use of 66.129.239.18 as permitted sender) Received: from p-emfe01a-sac.jnpr.net (66.129.239.18) by BN1BFFO11FD010.mail.protection.outlook.com (10.58.144.73) with Microsoft SMTP Server (TLS) id 15.1.523.9 via Frontend Transport; Mon, 18 Jul 2016 15:52:49 +0000 Received: from localhost (172.25.4.217) by p-emfe01a-sac.jnpr.net (172.24.192.21) with Microsoft SMTP Server id 14.3.123.3; Mon, 18 Jul 2016 08:52:47 -0700 Date: Mon, 18 Jul 2016 11:54:55 -0400 From: Steve Kiernan To: "Jukka A. Ukkonen" CC: Jia-Shiun Li , "freebsd-arm@freebsd.org" Subject: Re: Random number generator on rpi Message-ID: <20160718115455.10fa95bb@juniper.net> In-Reply-To: <790435eb-f3fc-8d4c-4231-e3cfbf93157b@gmail.com> References: <5d8ec4d4-4c36-139d-6102-4fdb200fdf65@gmail.com> <790435eb-f3fc-8d4c-4231-e3cfbf93157b@gmail.com> Organization: Juniper Networks Inc. X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-EOPAttributedMessage: 0 X-MS-Office365-Filtering-HT: Tenant X-Forefront-Antispam-Report: CIP:66.129.239.18; IPV:NLI; CTRY:US; EFV:NLI; SFV:NSPM; SFS:(10019020)(6009001)(7916002)(2980300002)(199003)(189002)(24454002)(377454003)(68736007)(76506005)(93886004)(4326007)(7846002)(2906002)(305945005)(87936001)(586003)(50986999)(33646002)(57986006)(230700001)(76176999)(19580405001)(19580395003)(69596002)(92566002)(77096005)(15975445007)(6806005)(104016004)(1411001)(47776003)(81156014)(81166006)(8676002)(46406003)(8936002)(105596002)(50466002)(356003)(23726003)(1076002)(86362001)(36756003)(50226002)(189998001)(2950100001)(11100500001)(106466001)(97736004)(5890100001)(110136002)(39210200001); DIR:OUT; SFP:1102; SCL:1; SRVR:CO2PR05MB2437; H:p-emfe01a-sac.jnpr.net; FPR:; SPF:SoftFail; PTR:InfoDomainNonexistent; A:1; MX:1; LANG:en; X-Microsoft-Exchange-Diagnostics: 1; BN1BFFO11FD010; 1:HMuCdjvHhdr4di8iakdcrfV6bvgAYYUiq5wE7rWdgDg0Zl5Qn93iI0deBpLoDbCmxbMyg+m1XG30d15AizlhvXauTRXOy8FXMjerIbmVI6cBxmDr+AFsN/MToZAufnXwi2QORZgNszCZsMqcWZwPiCDkka8ixYhzjHj/MEjgE5FdWZqoAulhEHdU/jp9wXqs7yMOkCkNw+M4sx0EH6BZJmb3HkE5++VLwcGejuHjeqxDeMkKz1riw4KBGhe2o2k86GUKiVVqvjcr2SIAn9bxCBL4n9vZD/4xlMzy7DqOknEbSf7RErdwnavy+jsdJUsC8Shetioc/zMs7qwW6yltNFskxxDITv5UTp2zlh6hd5inPYIao1O1axtPbdYUXzD6bHSloICDzkXy38d4IBoel+y2zZAyXLeJ01TOTO1BBwQKAm6WiKhg+Ps2xQKMDzm9A3oMxUtQtHQLuLZpHTMt9PFNHIR4V2ahzhV0EiXqT86/Bia729Fl1CenBl1NvbpUiVqJOqvvJ1cjCfy0mCCKpDMpfxGxbBIdQGXVqQH6gSYbA2TvuL5v//gKVFJTRrWY X-MS-Office365-Filtering-Correlation-Id: a950089b-f394-456a-2502-08d3af2391df X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB2437; 2:YI9DRfg1nXiUIURxUzvQVqNSGADmABWnZiifOmQnNyYxWbYws/SkkObDo57FbyFGyNfsoE9i1bKL+o8Vupz/qsAgDrr3ziFCueojSEpzQ6R57KZrrYRhl6dcbovaGcGWOiY+XMPj9Z7d5uHulV539lO70Jsxp6N5xzX7veBO9i/WH0SkoW10dX7Q6Gwc3mYi; 3:ChqI36NUlSog/azuHhD+BVMYKZdZr1xY1YNZ8Hp7nSWGERO/GqFpcIV/YKxVn7QVRXAzMFJYp5xcs4CxTydJ+IIRuWlN+hgUQmANZ9jNixgssp5re4GyOz6Ydpl/FO2Go7QG/Zuw3GTjh/O2hRRIkaDhU3gbam4r1N5bG11XHhhQqZR2/xbp5LOrgt0zZbPw9N1+YuMOE2loojAJ0+qad95xJ+UwwvpGJ3e+2J0GQl8= X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CO2PR05MB2437; X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB2437; 25:SihjkCk1dXWmh0IQ75iXu6lraN7JjjeLDRXzObmqYbxm1crLYmhtaV2kykQYIGfpf89Kco6IWoC+6hrXtGNpu/HjgXQcXsdSFQ9Ux3B1a21C2y6szOVEu6hBqRnBafHGjhNnKu/Qbl9w6kFjUEO1nIUDfAr0WF8Bcoc/bHgO2a+iFNoDKtxKdmyWwU5H022FrhUWbFG1dbwnQiLaCeSTx4UmcawvQcfrI9SgmxgHdzeYXTMnuRk7D3ln274vLbOBtdvt+qOWN3MSPv/THBCHcNeja8skU8CabObtnv0O4v40WOskpnC11TjvoYkLbD0cgFytq06aBGJBiC0J3aMB/2AUEwMzRltNb3EarDNL2VJWGNegx6FMFjDUI8Sc2hebNg/cKVPUpHJ/VFJm2EStk8XUsyfrvSafEBwJPTGNWTgvamaFBfUC7zRMT8jZWF+w4kfsBPeFzKATKU9/3LdLeRRmgLlBXlABGChkpZj5sUsKTl1z/qMWIXyhILPPZ9+d4J1fDnKgmEvzE6kIjNQ7KtZGhnnb90k2tbt76CYEBNkkrfuybrLi2JqEbgbRo/lQAlCz83wBDN6MbGfQ9mSNnQ3EinWRDFfPqBq+wnWHwaRMSI/SvfBwVsAPY0aepewkZhwwCltpUUMVSFQvxOTzAzm6UROcR9UwpJSaHhhnPwB/KyKT/ISZAF1K3Gpkhv4tuZ4UTXF8Abj9qapGmxROMt3+AlJzIRwf3sf1syIiLf2gCGuDIiBLJdMqL3CpSK5HCNzdqK9jr0hcoTTqmvy8XybXadpgOcTG9fBXuf15hENrZ/8afuTOwi5ECSxmHf5nPbLEq0RtGAQ8Tl4bq8SmfsNWwt2rSnyT4+AzsPPc3ahfRpdVyCdyZhSPzDdBzzwr X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB2437; 31:LaYk+qF64nwRzbRzk+JXtiqGaKa/nHjrxtYu9LgWBWvHtvNVYBxA4kgylbMdMjd0FIPdDScU6mOTWD82MSXmpJCikTXB1XUTA/+L60g7graWDNxLMOeQ5HlMQkJS6253j+sYrFDYvc7eAbz0B6FNJtk43/H/+nXY5k8XNA9p1cuT3UcWmHI/AsR7PZfzgyB8bD5YUecHEzwIIMqUmDhXyw==; 20:T7MD8cxH4Pci7FEbtSTXgP6N+rG4h5Mv1NHy5+w7vCKrXKoZLUdlqDqVeHc6aSQgCkOmdAfp/gpV64m2HLd1Kaity5ScfP9VWWal5dvWWqqw8w+IVYEs+V1nIH6W9XQl21p/h5M4crBZWVMWYmA2a/9dkBSAcB7ra93e3ktjKnBLcyDqAXCWxttAPcVT1jKn18273IjjlmUywmp0GKqtgIFWOqrMRehLWfKFFbAoHAJ6/cjxtWP/qx4mSU07T+zB8cXvwizjM7jsaLxikYzJEyoLpqUSgerJD8+sqxBeTVfGQwL2pHlZQbivZiz+55aO6amw31ADetxgSIjNXZWRBS8e8C1SWzmegBErtgWhNpKlXXXdzYmDVhOP5yIKJkXopspjbr+XzMX0y/lGB5TuTdJDh9Z5UsBlbzQFksBCL3rFIcF9qdWsb2UyIYVt416VEsF/6IkgIK9RnjJ8kmcikKsur34LJKApktHNHv5iJ1c7mzWYGZKnGqwwHU0NhmAz X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:(20558992708506); X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(2401047)(13023025)(13024025)(13018025)(13015025)(13017025)(8121501046)(5005006)(3002001)(10201501046)(6055026); SRVR:CO2PR05MB2437; BCL:0; PCL:0; RULEID:; SRVR:CO2PR05MB2437; X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB2437; 4:aNUD4VIGGebtbh3X+ioCFw6HrlfaQm2IqIJcZTmYxRc4/n54FI2BxY7BGTHDjQsLxF6dBA57WvLJiU45UrO+PyeXSyZL4NiV8MdhBAW+BS0OZjMStVwwEVYwiix9DKHuX+I2zoqzEGGnCa6Nlto/XlsYzhoxeRpVRgbkykHbRy8P8hG/Utrak21u12PW/ejyrG+IZrPIXxa6M/doP6pKiJ4/tKBJGcOfNb5toVgBhpCt5Bx/g9XbbZCPJ2XPxifkMzHix4W1pRYhl3fKR9ZpiJAbrIVooEHNfKpTgCl910nnkb2qtQTQC8wSPwJYmRRkRjJAF+uxU0OQSj3cIZZVU8MqAyDqx+06R85DhVJFfXCz7W3ffmP4lcbO8xiaB8DnYdd5B1Tcj6YgD+DFKM24m9eidT+Wqx5+MS7KJE5oQQBzzER/lOxPgS9ijgSBwkpvTHVOFMeg3KfvqxHuWntenUN8JQBPYX42cWEnc2tUM/dpZTT2xBOt6tTHc2yd+ymmEAwPNRZDhBehwWv2+Y0CsQ== X-Forefront-PRVS: 00073DB75F X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; CO2PR05MB2437; 23:JuJ0UfAtFSMVWkzBGNXri/mGeIUikP1zIgjTXgcg1?= =?us-ascii?Q?Nx7YgpWH6KiNBSHjhZmZJJfI/yNntKuvR/Gau/wmWrVUHOQ/9Y2d/7VOtAEa?= =?us-ascii?Q?Q/KXRdvUACZ9MyhFl4ysEVJ8i+XmG8vUy8ZjERfDG/dUzb2SKey0O3nu16cd?= =?us-ascii?Q?sE1jDxMxea2/1Td8B8GZ9KWA1CypJWwEgldWCvgf/sxYAqAcxLHqC1JboQVS?= =?us-ascii?Q?ggX+I1ZXMT5FhPZsfS7UydsIFQXtk85SBVSSsvkp19+BKQ1vZ1IrH6UmgdQt?= =?us-ascii?Q?jwBmFsSkTZaS7PnfEvi7k74CKQg1Zm/KgbENE71NW++nWCtFK9YBitp0oLED?= =?us-ascii?Q?c8n8AAsuaCDRKFAPS3dKlid5WR+NtXvBFlLc3hsmiN98iDfKEAt+UDBPsuze?= =?us-ascii?Q?eU2f3r73jZmatdesqdHkzCH0H8rpfRqgz4xYpO3V+I26YsfuOI3hhOBBqUxW?= =?us-ascii?Q?7JevLUvMR+/L9L53dSeTvsgZ/7irZehNJ402IYWrA5BCPwr/VxFLBtdZmRBX?= =?us-ascii?Q?8uM0srnEUKV30QFlWEtStFcAo3EJO2U1VV+UIEGj/mFzDSwwg/qxwRJ9rlEm?= =?us-ascii?Q?YC5xpwMQWzaU+Lf5yWQ751EckrRU/kbMyhYgdMflk7aQ8OpuOJMSkvAXQUId?= =?us-ascii?Q?I4S57nKONopFGaxvQEILwYmVONkzNOcFKqeIPO1CF5PRlZ4Oj5RwzQ/MfAW/?= =?us-ascii?Q?5DD2hvfi+PRtkGofqZw+B+GIA9l4lrqOM4CNpL8gfcvn9HPMGl59PD6RPlW9?= =?us-ascii?Q?Iq6qZuSwZ065QjxsjsXUY0HBTBbNVEYlkllGiV4n/P7p4tTlKlj6VsjDbByq?= =?us-ascii?Q?ybayG3XasK5UQHfhla5gTSM3LjTq11zjZsdjfsLcG4kgawsH/Kwl8SlEGCoH?= =?us-ascii?Q?Jkey4/pknfuCf4ORvyHIMDfM6c19uBzPSMe9jx9E9lVsidgV5v5YB+Uuzgwm?= =?us-ascii?Q?C/B4kmN8KnYQsh2PPT9Z8S2a1WG54dRWvxGyLkhJm6exOZqjjXxyN0eQgUVO?= =?us-ascii?Q?H1C7tL5dPmRN+8CDoJ0xJuK7wFkLSNFdOWonNlDDeHhraQlWgm3VfCDNxEYP?= =?us-ascii?Q?z4atfc7oLpHqaqBuvsoLFYkPPW6zWBlnadvMJzMnxbknCxuH2w151CVkCBHJ?= =?us-ascii?Q?s/8Ls5SIRVl8r+P6a12NpIby/0Wt+uQ1G7A6aqqvMF01SxykRZjSgyghyxS2?= =?us-ascii?Q?ArdxKDgSelpv4tikCtiwK8LUBDDx0lSj92ybNGLBSMwOGHrYLWUcDnu8McAP?= =?us-ascii?Q?NLYfg2JdUp1CmIXnYnbf+LLEjUH8m1wko4iPpIWeFKzP2HmoHdD07Cwy0veU?= =?us-ascii?B?dz09?= X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB2437; 6:QWwKGPoRu641AzE5phHUxj5dMp/jsm7BAxgJNuXoYNeN/SW3U08uZoNACMCQrJ2wZMjbkievO2KGD6bBsd8kZkFw+8N+1MUgvZwgSgt6n1o52LYAAVZUpzrIVnk3BkK3tgX+dEovsRBSNeIxJyv4twdmez2KoXN819qQTf+FOt2c8KQlHkI2QNzGgfAOfSJbEESqtA7R/crfNx2ZewMNnqCc1h0THbjgX4zl+wehzBTjjeMFsWelDgnmDSQe6S3KmEpOBSr3uJ3ucGHMSU6Eyhy45QZAuuqjjELADwwIPCa5HYGVWaFgIQX3gTZRm+GIdbzkvNeuU4COP8SQUrPr6A==; 5:2h7K441R19aohwp7HEjOVpFRUlNS9xtZkEyKPRHAO9y3SBydQzHf/ZPBkSU6G1I4RjRprk+uA4Py4B0JU7E5m0P8W/Er9/DuRmtCRmOPMoUWQ66kx/Vzmlxg4hYkjlgOPFcyzWWHyXWazCCzAfylJQ==; 24:4naYBG92fe7ZEhTMiVzvGUxrEABket7plWJRL5YST5Czkm0EcKYX6UgPTJQxAoY8u79jayKIyYRFcbQaroFQzXtfI5xQ15JRLEeZuYitnkQ=; 7:o4QPKdYREIl4dSINCCeCDMuD7nIUOzV62hCe4BMVX5qWc9aCZJk4qKhztm1d6uUGVt60Twk//z5coWUiWpWm3uvkaPrzJRynj+AXgjsVVfVp8xOoYDnSqPzCHdWvEOFRFkeyJ909q+mc8xW/6P4JGvVsWXwAIkhRfG/8vo+4pV0v6p7gcZ2tTI8j5cCK10IUilvtXookHxf+RHL0DyqAEZdLXwlNjtl5qP6e1ld8wSSZczN9iV0GWxJZS5dqXtP3 SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-OriginatorOrg: juniper.net X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 Jul 2016 15:52:49.1664 (UTC) X-MS-Exchange-CrossTenant-Id: bea78b3c-4cdb-4130-854a-1d193232e5f4 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=bea78b3c-4cdb-4130-854a-1d193232e5f4; Ip=[66.129.239.18]; Helo=[p-emfe01a-sac.jnpr.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CO2PR05MB2437 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 23:27:51 -0000 On Sun, 17 Jul 2016 15:27:51 +0300 "Jukka A. Ukkonen" wrote: > On 07/15/16 07:32, Jia-Shiun Li wrote: > > sorry for replying so late. Turns out I need to attach rndtest device to > > hook it on. Updated patch attached. Also commented some code lines in > > rndtest to print report messages. You should be able to see repeated > > kernel messages like below: > > > > bcmrng0: rndtest: runs pass zeros interval 1 (2343 < 2543 < 2657) > > bcmrng0: rndtest: runs pass zeros interval 2 (1135 < 1255 < 1365) > > bcmrng0: rndtest: runs pass zeros interval 3 (542 < 624 < 708) > > bcmrng0: rndtest: runs pass zeros interval 4 (251 < 301 < 373) > > bcmrng0: rndtest: runs pass zeros interval 5 (111 < 158 < 201) > > bcmrng0: rndtest: runs pass zeros interval 6 (111 < 149 < 201) > > bcmrng0: rndtest: runs pass ones interval 1 (2343 < 2535 < 2657) > > bcmrng0: rndtest: runs pass ones interval 2 (1135 < 1265 < 1365) > > bcmrng0: rndtest: runs pass ones interval 3 (542 < 576 < 708) > > bcmrng0: rndtest: runs pass ones interval 4 (251 < 315 < 373) > > bcmrng0: rndtest: runs pass ones interval 5 (111 < 185 < 201) > > bcmrng0: rndtest: runs pass ones interval 6 (111 < 153 < 201) > > bcmrng0: rndtest: chi^2(4): pass (sum 1570182) > > bcmrng0: rndtest: longruns pass (15 ones, 12 zeros) > > > > > > by the rndtest result, guess I can safely conclude the hardware rng > > working correctly? > > > > > > On Thu, Jun 9, 2016 at 3:53 PM, Jukka A. Ukkonen > > wrote: > > > > > > So, does this somehow indicate that fortuna has attached the > > new random device as a source of true randomness? > > > > root@rpi2:~ # sysctl kern.random > > kern.random.fortuna.minpoolsize: 64 > > kern.random.harvest.mask_symbolic: > > [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED > > kern.random.harvest.mask_bin: 00111111111 > > kern.random.harvest.mask: 511 > > kern.random.random_sources: > > > > > > The mask only reports environmental sources, not hardware rng sources. > > I kind of guessed that. > > I tested the modified patch yesterday. Now I see the following couple > of lines during a verbose boot... > > bcmrng0: mem 0x104000-0x10400f on > simplebus0 > random: harvesting attach, 8 bytes (4 bits) from bcmrng0 > > So, at least random claims it tries to use bcmrng as a source of > randomness. Thanks. You might want to see my RPi rng driver review up on Phabricator. It is interrupt driven, which keeps the CPU utilization down to a fraction of a percent, whereas using a callout or other method easily consumes much more of the CPU. The review is here: https://reviews.freebsd.org/D6888 Note that for RBG (random bit generator) like the one in the RPi, they are not really RNGs themselves but random bit sources that must be processed by other algorithms to generate random numbers. So even if one were to grab the data to test for "randomness", one would need to not assume the rndtest would necessarily be appropriate, since the values returned by the RBG are not to be used directly as random numbers without post-processing. -Steve From owner-freebsd-arm@freebsd.org Tue Jul 19 01:18:26 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D796B9C8FA for ; Tue, 19 Jul 2016 01:18:26 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-154.reflexion.net [208.70.211.154]) (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 D449E17E6 for ; Tue, 19 Jul 2016 01:18:25 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 12021 invoked from network); 19 Jul 2016 01:18:58 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 19 Jul 2016 01:18:58 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v7.90.4) with SMTP; Mon, 18 Jul 2016 21:18:13 -0400 (EDT) Received: (qmail 19829 invoked from network); 19 Jul 2016 01:18:12 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 19 Jul 2016 01:18:12 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id E399F1C407A; Mon, 18 Jul 2016 18:18:11 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: FYI: svn commit: r301453 - in head/sys: arm/arm arm64/arm64 dev/fdt dev/gpio dev/iicbus dev/ofw dev/pci dev/vnic kern mips/mips sys Message-Id: <73BDB217-7D9D-4D54-8DE6-A1DE3BA9FFD2@dsl-only.net> Date: Mon, 18 Jul 2016 18:18:16 -0700 To: freebsd-arm , FreeBSD PowerPC ML , FreeBSD Current , freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 01:18:26 -0000 This is just an FYI copied from svn-src-head: = https://lists.freebsd.org/pipermail/svn-src-head/2016-July/089328.html = says the below. I'm just giving it somewhat wider exposure. Likely any = replies should be to = https://lists.freebsd.org/pipermail/svn-src-head/2016-July/089328.html = instead of to this message. Nathan Whitehorn nwhitehorn at freebsd.org on Tue Jul 19 00:11:53 UTC = 2016 wrote: > Could you please describe what this change is in more detail? >=20 > It breaks a lot of encapsulations we have worked very hard to = maintain,=20 > moves ARM code into MI parts of the kernel, and the OFW parts violate=20= > IEEE 1275 (the Open Firmware standard). In particular, there is no=20 > guarantee that the interrupts for a newbus (or OF) device are encoded = in=20 > a property called "interrupts" (or, indeed, in any property at all) on=20= > that node and there are many, many device trees where that is not the=20= > case (e.g. ones with interrupt maps, as well as Apple hardware). By=20 > putting that knowledge into the OF root bus device, which we have = tried=20 > to keep it out of, this enforces a standard that doesn't actually = exist. >=20 > I'm hesitant to ask for reversion on something that landed 6 weeks ago=20= > without me noticing, but this needs a lot more architectural work = before=20 > any parts of the kernel should use it. > -Nathan >=20 > On 06/05/16 09:20, Svatopluk Kraus wrote: > > Author: skra > > Date: Sun Jun 5 16:20:12 2016 > > New Revision: 301453 > > URL: https://svnweb.freebsd.org/changeset/base/301453 > > > > Log: > > INTRNG - change the way how an interrupt mapping data are = provided > > to the framework in OFW (FDT) case. > > > > This is a follow-up to r301451. > > > > Differential Revision: https://reviews.freebsd.org/D6634 > > > > Modified: > > head/sys/arm/arm/nexus.c > > head/sys/arm64/arm64/gic_v3.c > > head/sys/arm64/arm64/nexus.c > > head/sys/dev/fdt/simplebus.c > > head/sys/dev/gpio/ofw_gpiobus.c > > head/sys/dev/iicbus/ofw_iicbus.c > > head/sys/dev/ofw/ofw_bus_subr.c > > head/sys/dev/ofw/ofw_bus_subr.h > > head/sys/dev/ofw/ofwbus.c > > head/sys/dev/pci/pci_host_generic.c > > head/sys/dev/vnic/mrml_bridge.c > > head/sys/dev/vnic/thunder_mdio_fdt.c > > head/sys/kern/subr_intr.c > > head/sys/mips/mips/nexus.c > > head/sys/sys/intr.h . . . (I omit the actual modifications) . . . =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-arm@freebsd.org Tue Jul 19 14:15:34 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42E5FB9EDCC for ; Tue, 19 Jul 2016 14:15:34 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from nh503-vm14.bullet.mail.kks.yahoo.co.jp (nh503-vm14.bullet.mail.kks.yahoo.co.jp [183.79.56.200]) by mx1.freebsd.org (Postfix) with SMTP id B506B175A for ; Tue, 19 Jul 2016 14:15:33 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from [183.79.100.141] by nh503.bullet.mail.kks.yahoo.co.jp with NNFMP; 19 Jul 2016 14:12:18 -0000 Received: from [183.79.100.136] by t504.bullet.mail.kks.yahoo.co.jp with NNFMP; 19 Jul 2016 14:12:18 -0000 Received: from [127.0.0.1] by omp505.mail.kks.yahoo.co.jp with NNFMP; 19 Jul 2016 14:12:18 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 873518.95211.bm@omp505.mail.kks.yahoo.co.jp Received: (qmail 85915 invoked by uid 60001); 19 Jul 2016 14:12:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.jp; s=yj20110701; t=1468937538; bh=qmfcXkafv5tUl2evaJHZcpjZWZwc9osgiRQfwp4vepQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:X-YMail-JAS:References:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=pewdF+vEkMN4CSduNWQf1LUsqSpPS8jIGZQ7F9up+HACgOB3nC6uXa8fHDTcZvD2k1Jw8+BKoiFg/1S/RcEqzSgpBi7O4ObCyKiQ952PbDVTi7kdRpfZZa0b5gz1icoHSbKzx+Ek+NQbHhYlgFXzX9mvl6NBkxw4U2RV7vdTA8I= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Message-ID:X-YMail-OSG:Received:X-Mailer:X-YMail-JAS:References:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=udc0pFREetcX0rSrF/tX6cwg2R+0eRuYyCUxbv6sRNGt/NKTd9iAErkj/hACX0PbLQrSWLtrlSDEDUhMUgausxrALTf24IqPAuTdxVgkUOilvFijSc/3+coe0epJ9SqHG9TF4rTOCiE2tMShbDSaHSkqr62RgGccRRDKOyTdBj0=; Message-ID: <529014.75786.qm@web101711.mail.ssk.yahoo.co.jp> X-YMail-OSG: hwZr2ZMVM1laNABSkE4Sk0T9k4YePf1yc2VThmSku0Lk0GseBOcAyj4BPbQ61DXQFqNYnDrHa1xmE15yFuprHUdeMa02TMdYlEXyGH6YDTv9raJm.m954oPbAfpsr7922eWuRwCzqUU9lPuKxCXrrJhcpx6IrihE.xxLDy1qeTZyxe4jZ.1o6hvLUW.9A9_LM5fw9oJoh.ZMbszJ1oY6IOgUlbvWMhKdcnPXQldAoHcY37Gm5YqFIaiWACjjeXG37m1R.eddtusVsqyOEh6XraOcaqKqmpTTI2XpNGIgPw_94qlv4ig.a3EOPhgfFJMQ7oEODVuQHQze658q8Z8VU6KiApYs9jIFJMrIDvTBT6O0ZgRHqnlBTpfVFC7HDq.rzzfHhOUgba0tTtmGI_oHVk2K1LEy.x_o1DPo0IlaZeCxRop_VomEdfw1yMv8aIz.VCcOuYgnXutbLvU5c2NPVrYt7ALFutUVYEC9d.Y6MQiKVnKzMN1gnX8ytrj5tQn3jqPEdJvcPxBL5rOd4SbOWwLd5T0skakJsOGnoN3TBzrUT72MsJ8Ueuct Received: from [110.134.196.53] by web101711.mail.ssk.yahoo.co.jp via HTTP; Tue, 19 Jul 2016 23:12:17 JST X-Mailer: YahooMailWebService/0.8.111_69 X-YMail-JAS: biZuM3sVM1lbMnRqchN1eshJOLuPz_WV4zTUJIeqUXHXiVdnS0wYYXDK4GH0nHxdehfgIPYyC51pF33eYhiHRWpEFivl.cc05S0lGBde0TsTWX2X6z.IVdDDLSJUPG8KAXIj References: <681626.83208.qm@web101715.mail.ssk.yahoo.co.jp> Date: Tue, 19 Jul 2016 23:12:17 +0900 (JST) From: Mori Hiroki Reply-To: Mori Hiroki Subject: Re: RT1310 support To: "freebsd-arm@freebsd.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 14:15:34 -0000 Hi.=0A=0AI post review today.=0A=0Ahttps://reviews.freebsd.org/D7238=0A=0A= =0AAlso post AR531x/231x review.=0A=0Ahttps://reviews.freebsd.org/D7237=0A= =0A=0ABest Regard=0A=0AHiroki Mori=0A=0A=0A----- Original Message -----=0A>= From: Adrian Chadd =0A>To: Mori Hiroki =0A>Cc: "freebsd-arm@freebsd.org" =0A>= Date: 2016/7/16, Sat 14:47=0A>Subject: Re: RT1310 support=0A> =0A>ooo nice!= can you put together a patch in reviews.freebsd.org ? I'll=0A>look at it a= nd commit it if everyone is happy!=0A>=0A>(Same with the AR24xx/54xx SoC st= uff too, I'd like to see that.. :)=0A>=0A>=0A>-adrian=0A>=0A>=0A>On 11 July= 2016 at 15:23, Mori Hiroki wrote:=0A>> Hi=0A>>=0A>= > This is Ralink old arm soc RT1310A support code.=0A>>=0A>> https://github= .com/yamori813/freebsd/tree/zrouter/sys/arm/ralink=0A>>=0A>>=0A>> dmesg is = here.=0A>>=0A>> https://gist.github.com/yamori813/88224f1c96c9c592fb611b12a= 15e4ab5=0A>>=0A>>=0A>> I like old soc. :)=0A>>=0A>> Hiroki Mori=0A>> ______= _________________________________________=0A>> freebsd-arm@freebsd.org mail= ing list=0A>> https://lists.freebsd.org/mailman/listinfo/freebsd-arm=0A>> T= o unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"=0A>= =0A>=0A> From owner-freebsd-arm@freebsd.org Tue Jul 19 19:44:32 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C82B9E431 for ; Tue, 19 Jul 2016 19:44:32 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::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 A412C1C1D for ; Tue, 19 Jul 2016 19:44:32 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-pf0-x235.google.com with SMTP id x72so10328243pfd.2 for ; Tue, 19 Jul 2016 12:44:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:content-transfer-encoding:message-id:date:subject:from :in-reply-to:references:to; bh=4EIjx05vRnllxdxPj9NkCw6/zKVZAmYrWRp+wWlDFwA=; b=gU7egu+N1GBh9s1ZF7TuHL0UFKWzxjw2/81bXooy2cLMlXOIu50pssRN5V8PGvbLE0 Kd3kYXyShtJNT3UUF8fvmS9M8B+H6FlRQs5+LQXdtZr5IFREHGuTDAWrqjnwuZV7+xCK 04Va7iQtoSNyyD1U9LaUWGOc63Cmywje26mhiUDtzLCDLWoiK2kXP1s8e6Lvfu63EFOC O46JdXBH9yjjxjTVYEp3Ia68mFz/or8Br90pnERP3JZ2IKZ3GEtFfdJvelfZnZZyhUzp 2F71Fd0ZsYWV4UZg+GPxieTE9hL2HmyW7iRO2LDBDZeAGBlVmtQ9aetTGnIy5NDmR05y xuuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:content-transfer-encoding :message-id:date:subject:from:in-reply-to:references:to; bh=4EIjx05vRnllxdxPj9NkCw6/zKVZAmYrWRp+wWlDFwA=; b=VufggaIc/n/8C8fMlbv6fh+C1kdoBryKLCQCItl+T1DqPbiKUeIrtaVMgdNl9kZ+/A 6DPt7yH4efRrVIEtviXC+WMhrFYdbTJAR6P4kxP11KnV3X3VutdwUwiSMJAtSe9jLKXB /oCxi76iL5BCYy7eHP3kofZkzaiauOhlQYrENIIsbhrNOk8+igVtfx6bQS4nsrJTZYTx tYNdU/+kPyhUkHxVA/BISlD0oC5F/i477lUTvox71CP9VMFlhzCax/B6oH60h5TzKuJf /9xrezzm9/uaCZxSMYDDhvPtzzkFWbKVu5I5LOYTHoLcLwkm7AsoKeUf6T3xvlJ2C1P1 kFeg== X-Gm-Message-State: ALyK8tL3E6WY3OqmSPTfZ7AJLqDRfcA52HQpLXX3zyxEgOn6XvWVid5+Kcazd3GckH0aIA== X-Received: by 10.98.9.11 with SMTP id e11mr41133077pfd.153.1468957472278; Tue, 19 Jul 2016 12:44:32 -0700 (PDT) Received: from [127.0.0.1] (69-11-46-165.yktn.hsdb.sasknet.sk.ca. [69.11.46.165]) by smtp.gmail.com with ESMTPSA id b90sm6941693pfc.29.2016.07.19.12.44.30 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Jul 2016 12:44:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: BlackBerry Email (10.3.2.2876) Message-ID: <20160719194430.4763730.20119.8633@gmail.com> Date: Tue, 19 Jul 2016 13:44:30 -0600 Subject: Re: RT1310 support From: Russell Haley In-Reply-To: <529014.75786.qm@web101711.mail.ssk.yahoo.co.jp> References: <681626.83208.qm@web101715.mail.ssk.yahoo.co.jp> <529014.75786.qm@web101711.mail.ssk.yahoo.co.jp> To: Mori Hiroki , freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 19:44:32 -0000 Hiroki-san, Can you tell me where I could get my hands on something that uses this proc= essor (in North America preferably)?=E2=80=8E I have found some obscure ref= erences to some older routers, but nothing definitive.=C2=A0 Most sincerely, Russell Haley Sent=C2=A0from=C2=A0my=C2=A0BlackBerry=C2=A010=C2=A0smartphone=C2=A0on=C2= =A0the=C2=A0Koodo=C2=A0network. =C2=A0 Original Message =C2=A0 From: Mori Hiroki Sent: Tuesday, July 19, 2016 8:15 AM To: freebsd-arm@freebsd.org Reply To: Mori Hiroki Subject: Re: RT1310 support Hi. I post review today. https://reviews.freebsd.org/D7238 Also post AR531x/231x review. https://reviews.freebsd.org/D7237 Best Regard Hiroki Mori ----- Original Message ----- >From: Adrian Chadd >To: Mori Hiroki =20 >Cc: "freebsd-arm@freebsd.org" >Date: 2016/7/16, Sat 14:47 >Subject: Re: RT1310 support >=20 >ooo nice! can you put together a patch in reviews.freebsd.org ? I'll >look at it and commit it if everyone is happy! > >(Same with the AR24xx/54xx SoC stuff too, I'd like to see that.. :) > > >-adrian > > >On 11 July 2016 at 15:23, Mori Hiroki wrote: >> Hi >> >> This is Ralink old arm soc RT1310A support code. >> >> https://github.com/yamori813/freebsd/tree/zrouter/sys/arm/ralink >> >> >> dmesg is here. >> >> https://gist.github.com/yamori813/88224f1c96c9c592fb611b12a15e4ab5 >> >> >> I like old soc. :) >> >> Hiroki Mori >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > > > _______________________________________________ freebsd-arm@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-arm To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@freebsd.org Tue Jul 19 20:26:21 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C05BB9E0A4 for ; Tue, 19 Jul 2016 20:26:21 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26C611A50 for ; Tue, 19 Jul 2016 20:26:21 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id j185so42482270oih.0 for ; Tue, 19 Jul 2016 13:26:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=91ImEe2hpx3/jxY1CKwm057jn37yX8VdMcZLnHJ+6zk=; b=UKwLrxZH/QKIgm9y8ACp7da+q2K4zB+y+Yn/xGXDK0iArf0K3DZcgMZyCr/Q/JmTx3 HLM/5rg87LKjeWIbLEtkCGdWFW/MhOGrDChkEohAJ5wzagBhZ6OmRahfgkdi0CNmYr01 B7X2Q8G5kNRr52cjUZtfAEyikry+5MgVGM4p0Ap9dDLSz+Oj8lz/IdcndiIycpD87c7X L/dGzZfEKSNE0mmRC9MaKU3RMU5pl3GgEqgV08Fa2AagPMWSvs55nVtPUtrIZfqJGQZg Cin3JXvjUnB/uD39YSnos+IA6azkH7vjjTJunaJg2U9qnjZLOnrvSaSXixgG3LFLNCue Opsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=91ImEe2hpx3/jxY1CKwm057jn37yX8VdMcZLnHJ+6zk=; b=GIA8xY2fnee+h/+yjv0mIJBq4snXGHo7hIdBPi2FG5qNvJSsPSL+ypkb0/y6Vv+s9G qSk701haA+UmBXLYTRBu4faQ6qitaEQPSR8oqkp+QDACbS0CveT1F9kW3QcJtk2TH0FA QcHWJtLrWD1BNCywGa8wdp+uaClwz5JcHS6aiUxo2yla37yFUXQpbPGltfqa1yaFNCDu mSFOSJZxHzpYw1I3lGQMr0iDmKMt+Ccw/Ndh2fzpbg2ZT1RfZKj28UjqsxGXN1VN79a4 vwHtj2zCAToJGh4FR9grV66JqUZXmXwIn2wmEeyhwia42w/+7SMhlb4rirLGNuFWpVHi VNog== X-Gm-Message-State: ALyK8tIDH6ruztMXd8KbcxG4wxTG3ImcWyHIGjwbkt5wpKt/l7KJw4+8A0/wGIJWGik0YDNkLfiuLK65dfmGuA== X-Received: by 10.157.60.228 with SMTP id t33mr24189479otf.163.1468959980263; Tue, 19 Jul 2016 13:26:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.7.1 with HTTP; Tue, 19 Jul 2016 13:26:19 -0700 (PDT) From: "Herminio Hernandez, Jr." Date: Tue, 19 Jul 2016 13:26:19 -0700 Message-ID: Subject: rpi2 as wireless router To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 20:26:21 -0000 I am trying to set freebsd as a wifi router on my rpi2. My Iphone can see the ssid but it is failing to conect. FreeBSD can see the phone: root@rpi2:~ # ifconfig wlan0 list sta ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR RSN HTCAP WME I am running tcp dump and I see the dhcp requests and replies, but there is no connection establishing. Is there anything I am missing. Thanks Herminio From owner-freebsd-arm@freebsd.org Tue Jul 19 22:28:52 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD36FB9EE1E for ; Tue, 19 Jul 2016 22:28:52 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (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 9F72A17FD for ; Tue, 19 Jul 2016 22:28:52 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=9s2BNAWhrU2EXn9KMuOkzahvlewurQWgfLtw307GhOU=; b=J8OnDDIjfHJiRjKr08RPKr++iP gHHBrXz5Nkrm0wgI6c78YQ0xn+hd8n/f10mFVZCY4zKFeW1W3o23m4QHfvN318HJhgcu4pspv4HLT ysFLQI2trTN72RlQQ/+Id69d6qVvGvGhPq5+hS7IQv5klhEpZ0OEGuIgIpgIRbSpcWm8=; Received: from [114.120.237.163] (port=26870 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bPdVO-003Ten-5Y; Tue, 19 Jul 2016 16:28:46 -0600 Date: Wed, 20 Jul 2016 06:28:41 +0800 From: Erich Dollansky To: "Herminio Hernandez, Jr." Cc: freebsd-arm@freebsd.org Subject: Re: rpi2 as wireless router Message-ID: <20160720062841.5efb9539@X220.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 22:28:52 -0000 Hi, does the wireless adaptor work on an amd64 machine as an access point? Erich On Tue, 19 Jul 2016 13:26:19 -0700 "Herminio Hernandez, Jr." wrote: > I am trying to set freebsd as a wifi router on my rpi2. My Iphone can > see the ssid but it is failing to conect. FreeBSD can see the phone: > > > root@rpi2:~ # ifconfig wlan0 list sta > ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG > iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR > RSN HTCAP WME > > I am running tcp dump and I see the dhcp requests and replies, but > there is no connection establishing. Is there anything I am missing. > > Thanks > Herminio > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@freebsd.org Wed Jul 20 03:04:07 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41DC1B9D71E for ; Wed, 20 Jul 2016 03:04:07 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::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 0FA831B0E for ; Wed, 20 Jul 2016 03:04:07 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by mail-pf0-x235.google.com with SMTP id h186so13778295pfg.3 for ; Tue, 19 Jul 2016 20:04:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ikWFt/NDzNrvP1GFtAoYJOOvvBTjJ+X/UO+31cH2Oy4=; b=oyez6Nq/sZI+VptR3Bqt7JOME834n1vrJdL5JYCqPDhP1futwMU9JnswXpbyzIJbji c2DK4/9jY0naf79nG/SFQE8F8tLLdYXRfD6B43yrMwx1eIQ/KW6SkoRhLr1w4Raw3VIe zlRtox/3V18fzzjqW4c3pMgYcijOyGgTMSXmRlOlhx4LJMzhr+KqQPWgNl2VgzW0OdLY u29eiXgRjN5WWVvQDah5CCOMSkmN9zK4YilArVsdhfpOmSoeaQJNX8t7467bFWOdytG7 NLy3foGT7O7h8dkXfDsnBKpr4DwBvxZJIGbiGJ+Zo/14+52XFOLV/z8UV52E+5SIFl3r W4zQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ikWFt/NDzNrvP1GFtAoYJOOvvBTjJ+X/UO+31cH2Oy4=; b=OJoH1GJ6sChyuKpvNaKVNDPRUZ3j79B4+8l0TYSjOaLfscFpuZ9Zb+q2O05BoLmt7y KkeVqAi4go6d2JXSvXCrt2Z/ey8oteMd6KtcrLgcGtTJgOttZmWVdltoqV29a6DU9QJu G7MKWrKhDd1WQYuFafAVVoqr9sTk15UO30zfKnhLYOO9fSVBpwFCqY+jx/YhCrAo0PGH SpQSu/gK0wvXeX1eIhHqVkvWhK8OFbKBJtWR+OTSHSGxWH8JFkaL1v/v1qTP9cRM89Nc +bkyHD17LglixNruDf9rKxITTlcRRPsKCnEsaipzEBQMBhzNeWn+RK9kv/FcJWW5Y7Bu 1ATA== X-Gm-Message-State: ALyK8tIaKYSry1JpXmQaXnHoMENeoVSh9XBMXqt1RaGYT/hm1Cizpt2kW77Fiw0xpKkCOA== X-Received: by 10.98.20.201 with SMTP id 192mr61635431pfu.144.1468983846523; Tue, 19 Jul 2016 20:04:06 -0700 (PDT) Received: from debian-macbookpro (wsip-24-249-178-180.ph.ph.cox.net. [24.249.178.180]) by smtp.gmail.com with ESMTPSA id c7sm438920pfj.25.2016.07.19.20.04.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Jul 2016 20:04:05 -0700 (PDT) Date: Tue, 19 Jul 2016 20:04:04 -0700 From: Herminio Hernandez Jr To: Erich Dollansky Cc: freebsd-arm@freebsd.org Subject: Re: rpi2 as wireless router Message-ID: <20160720030404.GA7311@debian-macbookpro> References: <20160720062841.5efb9539@X220.alogt.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20160720062841.5efb9539@X220.alogt.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 03:04:07 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 07/20, Erich Dollansky wrote: > Hi, >=20 > does the wireless adaptor work on an amd64 machine as an access point? >=20 It is a USB adaptor I have not tried it on an amd64 system however it does = support hostap root@rpi2:~ # ifconfig wlan0 list caps drivercaps=3D591c541 cryptocaps=3Db htcaps=3D6000c<> > Erich >=20 >=20 > On Tue, 19 Jul 2016 13:26:19 -0700 > "Herminio Hernandez, Jr." wrote: >=20 > > I am trying to set freebsd as a wifi router on my rpi2. My Iphone can > > see the ssid but it is failing to conect. FreeBSD can see the phone: > >=20 > >=20 > > root@rpi2:~ # ifconfig wlan0 list sta > > ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG > > iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR > > RSN HTCAP WME > >=20 > > I am running tcp dump and I see the dhcp requests and replies, but > > there is no connection establishing. Is there anything I am missing. > >=20 > > Thanks > > Herminio > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >=20 --huq684BweRXVnRxX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXjuokAAoJEH77aDWU7UChIN4P/3D92g2CIFlMmUzn9EJmPR4m aRYkQAM7S6GGTKouSBcjGvNO7x4I/V3ERbslSBvns8APT/KeS8zpAyN/NMbdWb4F jzEvTHLBXO+AJqtvxj8OMt+0xJC8jtUMW4QaGhJqOQo/dvxHSCUlC1TVlzSV8bPN rxCGDjx7Iy8qUpO0ghubboemCQJEqOtzD52m7GZi5oM1XVJxl8hcrxH7bZK/ICPS sUbQJKfG1idPPGLZ9F3vcNn2ddSn1qxFoV4XdSEFRC+Mvpt2s8Aa7yRBiPnTJmi/ w6Y6ahvkhkVt03DzgsOlkkLjFt0ERcTziWzoZkluyohvOGqMKbx806Jsgunp1RMh sgSUPVtkhCgB6CvT4OkwKOQj1DkaKNTuEaOXVfvobPCoVyzEATgtXg9RLZTOmhkI hPpSTVHYjRHlVSlTQMgSEd4+u4RWXwVRyH4SAMsjdumb9lWH8I37wwCFYe2O6rGg I3h0zol5r/zr4UsH3lqy/+3MLpe7dR6Enun+Ed97Sd1vXgyJbKeGkzOgnaYiAtR9 wYC89Yj1Jegi8WvSpeHbHjY+0zoPJDySt3DUgCA6SUTVCFGMvAEJb/v0zPTEr18T tC6miVImTiJR5l1MaJtg1FjczRwyfWoQtgFs+xphDuI1s+FrH7QKr/Fki4CeP44o wlR0MxGRpqfUrSwINpYv =rxov -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-arm@freebsd.org Wed Jul 20 06:30:38 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37B1BB9E7CF for ; Wed, 20 Jul 2016 06:30:38 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vps.rulingia.com (vps.rulingia.com [103.243.244.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "rulingia.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE0981858 for ; Wed, 20 Jul 2016 06:30:37 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from server.rulingia.com (ppp59-167-167-3.static.internode.on.net [59.167.167.3]) by vps.rulingia.com (8.15.2/8.15.2) with ESMTPS id u6K6UAir071429 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 20 Jul 2016 16:30:16 +1000 (AEST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.15.2/8.15.2) with ESMTPS id u6K6U3q3067902 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 20 Jul 2016 16:30:03 +1000 (AEST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.15.2/8.15.2/Submit) id u6K6U2w6067901; Wed, 20 Jul 2016 16:30:02 +1000 (AEST) (envelope-from peter) Date: Wed, 20 Jul 2016 16:30:02 +1000 From: Peter Jeremy To: "Herminio Hernandez, Jr." Cc: freebsd-arm@freebsd.org Subject: Re: rpi2 as wireless router Message-ID: <20160720063002.GC35271@server.rulingia.com> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WhfpMioaduB5tiZL" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 06:30:38 -0000 --WhfpMioaduB5tiZL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2016-Jul-19 13:26:19 -0700, "Herminio Hernandez, Jr." wrote: >I am trying to set freebsd as a wifi router on my rpi2. My Iphone can see >the ssid but it is failing to conect. FreeBSD can see the phone: > > >root@rpi2:~ # ifconfig wlan0 list sta >ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG >iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR RSN >HTCAP WME > >I am running tcp dump and I see the dhcp requests and replies, but there is >no connection establishing. Is there anything I am missing. That means the iPhone is associated and you are seeing traffic from it but it seems it isn't seeing traffic from your AP. What is the output =66rom "ifconfig -a"? How far through the DHCP negotiation does the iPhone get and what IP address are you sending in the DHCP response? Do you have a Unix-like host that you can run as a client so you can run tcpdump on it? --=20 Peter Jeremy --WhfpMioaduB5tiZL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXjxpqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFRUIyOTg2QzMwNjcxRTc0RTY1QzIyN0Ux NkE1OTdBMEU0QTIwQjM0AAoJEBall6Dkogs0ShwP/3uLI2rTcICg3Yr86HHDz+y1 rYw14fEPFJv4+mFzxHyX2gZAff3ODaezzyk3LaI2ojx46cAe2Qtp3WYT8WdkmzkV 6UqSDLrINX+6/hfO6ajoPrp+dY79fHQhGu/IdLrzhNdacTKMSWSijL8dBNwpU4oy zz3nwaLZecd93RvtOiPk0CzcjtM6C4NlU8Gbuj9+TzL2uWqwPrNinIYl/fgRREXA lohkV6/ZqEzaTyANl4BVpSj87xYfa/uWe52gJDH1DPliNoPG48DIuI+ztAY8lWUs L44ZoKVqY+GbsRd+dZtbJVeiAzRMcHNpuxqUOswZzSz5v4zdaewIcZ9RRs04EsHn ggTDwKZNBcpoELH54Hxjwbpv5KxcUQ7aAAmcW3blRVNLi2kZEWlwFlj0pwvq3X7g LW9FUvycc7r7Dj4gxUzob3q7OeS0iH+rE46pb2vyuOLLG46sNyu2VmS50Z9ODo+V byI0sAhkaIhYUHXHd7mLJw+rxV0Rd+IcMU4oHwUm7auM0NF5j5rZbOsCcJQwwqV2 VUI/aFbAFxPf+JtUwGEaFmklN1h6rjHWtvLqrYDp2Bt+1qVxzbhuU4Bn89h1JWXA M857cdU1Rx582hy6ARrYkf/OfpuEHjNOP9nQ/m70PQIxjvtIK3Wnjcgz0pki1q7Z I0V8vsq89NnDmTcQo3Ss =FP02 -----END PGP SIGNATURE----- --WhfpMioaduB5tiZL-- From owner-freebsd-arm@freebsd.org Wed Jul 20 06:50:53 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F30DB9EDA2 for ; Wed, 20 Jul 2016 06:50:53 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from nh505-vm8.bullet.mail.kks.yahoo.co.jp (nh505-vm8.bullet.mail.kks.yahoo.co.jp [183.79.57.110]) by mx1.freebsd.org (Postfix) with SMTP id AD00812EC for ; Wed, 20 Jul 2016 06:50:52 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from [183.79.100.141] by nh505.bullet.mail.kks.yahoo.co.jp with NNFMP; 20 Jul 2016 06:48:29 -0000 Received: from [183.79.101.63] by t504.bullet.mail.kks.yahoo.co.jp with NNFMP; 20 Jul 2016 06:48:29 -0000 Received: from [127.0.0.1] by omp507.mail.kks.yahoo.co.jp with NNFMP; 20 Jul 2016 06:48:29 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 634925.66451.bm@omp507.mail.kks.yahoo.co.jp Received: (qmail 33155 invoked by uid 60001); 20 Jul 2016 06:48:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.jp; s=yj20110701; t=1468997309; bh=KhngYfG3U7KDWNZeBHPrYj8nWDN91kNEzRdGVFSD6B8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:X-YMail-JAS:References:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=lYmcbLURv3A5u4IfdPxLGKkNCOO2413Gbsp+uJ28RTsJPaf2wthLig5U/rczafYJS9lDKhKOC5CnvH2o8g9dIADD+/v9bIxGuW5njtNg7XPXDxz/SdrmM5Lj2XDefWuhmOrXQA1fzu0q0Up2fKABV/bdnE9/icgZknz2+HBgnQQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Message-ID:X-YMail-OSG:Received:X-Mailer:X-YMail-JAS:References:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=rFgvWfO3PVYdHSkmZ+QuAcWd2eAhqzbhn77w7judVLXENmQblsAx1C2fHWxesiKogm1leFrRm2+CQTM8rzjqWRXpV5Y+YEW1RWOAG6J1qEgWh/Pu9zDZxEEsRHR9rQhoMucNd5phlStwuJ3MuKPVP3QEYGpPa/9rxf2jILiNmIY=; Message-ID: <208457.28781.qm@web101702.mail.ssk.yahoo.co.jp> X-YMail-OSG: mRM67cgVM1mDwzhBsAFYxNccaMrrBG5tUFYXGC0jopLAoXmyH.zeIzIjbBLTEUw37PcWGpyuQ4o7Rslr9zcKqob7SvoaE2EtEru4Z.1Q0mInClibadiIlAXaNOxMr3VUUxcDWQ38F79P59CHlVW2elUHeb2DTqoSVX9l2R22UU9n1a7s9H.OiUD0xfi2eXGnP56qhsMpbeE4mBeZt0hENeBNBlIRxVCiW43Z7GtwckviZXHNqd_wg.Rm0Yf0mlb6M8swJc00B4k1curxClcYwQgO.3NLhFfO2TnHxXUUNLkgLBuO4ky0FhDTeHVFZXj9ha430oeqd1J0aBbBEraTgSKJrQQAU9zTyxmkLZwRDgQ5_0aG0GqFye147wAH9QPq_IUydeVT81mIHhz.nJnTe3AgyRjXYube67AqaUid0O8m9QHf7pZUCKTAuwK3t1jYWXC.OQVlROhHB2P8tGCmume5Q6buGYjvV.pYbBQVYloqQtTxHoHL94gz3VKUeg3lFsa6eLF_WFHFBBbRU0xSNgBCNPBKXDfZnvA5DhVb77qEZw.iwxKxwie6UA-- Received: from [110.134.196.53] by web101702.mail.ssk.yahoo.co.jp via HTTP; Wed, 20 Jul 2016 15:48:28 JST X-Mailer: YahooMailWebService/0.8.111_69 X-YMail-JAS: npxcDUEVM1mJHbq.EHhEXimX6KEsA0YD3s3yH9pLLMHUXjwmRJ3FTK.neDwZCsIVFtfsHFQEffpo5RXnNqwL.mj_Ows.I6duNxSvMhQSAgtgvl.0fp.7k9iTnmeJ8VmkvVHX References: <681626.83208.qm@web101715.mail.ssk.yahoo.co.jp> <529014.75786.qm@web101711.mail.ssk.yahoo.co.jp> <20160719194430.4763730.20119.8633@gmail.com> Date: Wed, 20 Jul 2016 15:48:28 +0900 (JST) From: Mori Hiroki Reply-To: Mori Hiroki Subject: Re: RT1310 support To: "freebsd-arm@freebsd.org" In-Reply-To: <20160719194430.4763730.20119.8633@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 06:50:53 -0000 Hi=0A=0AI look as follow router is use RT1310.=0A=0AEdimax - BR-6504N=0ABEL= KIN - F5D8231-4 v3=0AD-Link - WBR-1310=0AAIRLINK - AR680W=0ANetComm - NP740= n=0ASandbberg - Wireless N300 Router=0A=0ABUFFALO - WZR2-G300N(Japan)=0APCI= - MZK-W04N(Japan)=0A=0ARalink only make arm soc 2007-2008. Hereafter Ralin= k move to mips soc RT2880.=0A=0AHiroki Mori=0A=0A=0A----- Original Message = -----=0A>From: Russell Haley =0A>To: Mori Hiroki ; freebsd-arm@freebsd.org =0A>Date: 2016/7/20, Wed 04:44= =0A>Subject: Re: RT1310 support=0A> =0A>Hiroki-san,=0A>=0A>Can you tell me = where I could get my hands on something that uses this processor (in North = America preferably)?=E2=80=8E I have found some obscure references to some = older routers, but nothing definitive.=C2=A0=0A>=0A>Most sincerely,=0A>=0A>= Russell Haley=0A>=0A>Sent=C2=A0from=C2=A0my=C2=A0BlackBerry=C2=A010=C2=A0sm= artphone=C2=A0on=C2=A0the=C2=A0Koodo=C2=A0network.=0A>=C2=A0 Original Messa= ge =C2=A0=0A>From: Mori Hiroki=0A>Sent: Tuesday, July 19, 2016 8:15 AM=0A>T= o: freebsd-arm@freebsd.org=0A>Reply To: Mori Hiroki=0A>Subject: Re: RT1310 = support=0A>=0A>Hi.=0A>=0A>I post review today.=0A>=0A>https://reviews.freeb= sd.org/D7238=0A>=0A>=0A>Also post AR531x/231x review.=0A>=0A>https://review= s.freebsd.org/D7237=0A>=0A>=0A>Best Regard=0A>=0A>Hiroki Mori=0A>=0A>=0A>--= --- Original Message -----=0A>>From: Adrian Chadd = =0A>>To: Mori Hiroki =0A>>Cc: "freebsd-arm@freebsd.= org" =0A>>Date: 2016/7/16, Sat 14:47=0A>>Subject: = Re: RT1310 support=0A>> =0A>>ooo nice! can you put together a patch in revi= ews.freebsd.org ? I'll=0A>>look at it and commit it if everyone is happy!= =0A>>=0A>>(Same with the AR24xx/54xx SoC stuff too, I'd like to see that.. = :)=0A>>=0A>>=0A>>-adrian=0A>>=0A>>=0A>>On 11 July 2016 at 15:23, Mori Hirok= i wrote:=0A>>> Hi=0A>>>=0A>>> This is Ralink old ar= m soc RT1310A support code.=0A>>>=0A>>> https://github.com/yamori813/freebs= d/tree/zrouter/sys/arm/ralink=0A>>>=0A>>>=0A>>> dmesg is here.=0A>>>=0A>>> = https://gist.github.com/yamori813/88224f1c96c9c592fb611b12a15e4ab5=0A>>>=0A= >>>=0A>>> I like old soc. :)=0A>>>=0A>>> Hiroki Mori=0A>>> ________________= _______________________________=0A>>> freebsd-arm@freebsd.org mailing list= =0A>>> https://lists.freebsd.org/mailman/listinfo/freebsd-arm=0A>>> To unsu= bscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"=0A>>=0A>>= =0A>>=0A>_______________________________________________=0A>freebsd-arm@fre= ebsd.org mailing list=0A>https://lists.freebsd.org/mailman/listinfo/freebsd= -arm=0A>To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.o= rg"=0A>=0A>=0A> From owner-freebsd-arm@freebsd.org Wed Jul 20 07:07:25 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DD3DB9C0BD for ; Wed, 20 Jul 2016 07:07:25 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (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 D766B19C8 for ; Wed, 20 Jul 2016 07:07:24 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=99NSbuPSb5F5820RP9RVElrzuCWHdk6SU6SPppkKT+c=; b=bddZaBAmmOwQuVMzY8/Jp03JVk BsUIoZ72jAM5RqXDVhjqNI4NHPkVmIvVygZDxt3oMhIwrA8dK4TQH4DA0xHau+eOCFfVPIXqJ8Iig aLS9JOXQQbek7fCmcKXh055KpPPt0fcqKTkV3Ag5TERpwhXpnaJevwzqQm27TCKc0fcA=; Received: from [114.121.235.131] (port=53789 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bPlbG-001OXa-Uz; Wed, 20 Jul 2016 01:07:23 -0600 Date: Wed, 20 Jul 2016 15:07:16 +0800 From: Erich Dollansky To: Herminio Hernandez Jr Cc: freebsd-arm@freebsd.org Subject: Re: rpi2 as wireless router Message-ID: <20160720150716.2e332d38@X220.alogt.com> In-Reply-To: <20160720030404.GA7311@debian-macbookpro> References: <20160720062841.5efb9539@X220.alogt.com> <20160720030404.GA7311@debian-macbookpro> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 07:07:25 -0000 Hi, On Tue, 19 Jul 2016 20:04:04 -0700 Herminio Hernandez Jr wrote: > On 07/20, Erich Dollansky wrote: > > Hi, > > > > does the wireless adaptor work on an amd64 machine as an access > > point? > It is a USB adaptor I have not tried it on an amd64 system however it > does support hostap > > root@rpi2:~ # ifconfig wlan0 list caps > drivercaps=591c541 > cryptocaps=b > htcaps=6000c<> > just try it to isolate the error. Make sure the settings on both machine are identical. Erich > > > Erich > > > > > > On Tue, 19 Jul 2016 13:26:19 -0700 > > "Herminio Hernandez, Jr." wrote: > > > > > I am trying to set freebsd as a wifi router on my rpi2. My Iphone > > > can see the ssid but it is failing to conect. FreeBSD can see the > > > phone: > > > > > > > > > root@rpi2:~ # ifconfig wlan0 list sta > > > ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG > > > iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS > > > AQEPHTR RSN HTCAP WME > > > > > > I am running tcp dump and I see the dhcp requests and replies, but > > > there is no connection establishing. Is there anything I am > > > missing. > > > > > > Thanks > > > Herminio > > > _______________________________________________ > > > freebsd-arm@freebsd.org mailing list > > > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > > > To unsubscribe, send any mail to > > > "freebsd-arm-unsubscribe@freebsd.org" > > From owner-freebsd-arm@freebsd.org Wed Jul 20 08:12:14 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD445B9D87B for ; Wed, 20 Jul 2016 08:12:14 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::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 8E0B81E3B for ; Wed, 20 Jul 2016 08:12:14 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: by mail-vk0-x231.google.com with SMTP id x130so59008692vkc.0 for ; Wed, 20 Jul 2016 01:12:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tMSNuzI06gh52W/2U2MXt7eYfPzcI3R1/lJd5tqY5Uc=; b=qTVVXQdIo5XamASQx7DzuGzSVn6dLiBT8hnJRMlmdwuJseTYDO1+4r4znFQ5a845Rp hbB93zUG1qpipxVmoYZGog65xUwm2Ch8n8SSHLy1Yk802ryaUM3NtVxQw1L8qdCEKjJU mR0fdHpFxxXb2Z/9cbYnZhS+/At/EruM2lKAbUBLqKXDIXUJxeTD0IhIA/OLTylpihMH 4Sh0IiIAe5PBRTi+/2v7CBifRf8hFwMv4rVn1kQOyy77S0L8cB2Py5cnPW9P6qJmNUN8 sDc9MvShc8G0W7N0n1/uFjNINcAy4tFV2AZMeF/SC86Z7puEIAvEcZCDpXIzVSgiRwg/ Ihdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tMSNuzI06gh52W/2U2MXt7eYfPzcI3R1/lJd5tqY5Uc=; b=Z7f4fLlU0K6FDqjkXOtgJTkuSSfVB17mfbptF0Bf5FXBj/rO7CeQVHpX9H9FCOYROk yPiZoTPIQoFvOJ1i9++WrFR2BKWO/fVBEPwwy2SLBxDW/1cdhe8VRAJgzCPWeNwmVbZc QaOnvPkp75GUcqzwfLRgeYBHM4m+0isKhKNtvNZRsj3pyqkAFHMj8xRtGJAhkaDo8+Xg p05ec4mAqYUZFsi7/aJ75fAGGcBC674n6vZm/8gZI62N0N8IAHVeSNLtes0Wy9mLOeBt BAFGEYbFiIJCZ01yS/FoRi2e114s0mt8UkYGnjalxlZbBdLbjjcBd3hvROYGzccFgwMv ySMw== X-Gm-Message-State: ALyK8tKXO6iNVL+bZA/QyGFk+oArkDuO/lJMVDdqwCKoGxn9CVnbrK5iXEHrOhHlrgwgkNp9tHKRUDH3YEjqxg== X-Received: by 10.31.114.203 with SMTP id n194mr22303842vkc.55.1469002333700; Wed, 20 Jul 2016 01:12:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.0.237 with HTTP; Wed, 20 Jul 2016 01:11:44 -0700 (PDT) In-Reply-To: <20160718115455.10fa95bb@juniper.net> References: <5d8ec4d4-4c36-139d-6102-4fdb200fdf65@gmail.com> <790435eb-f3fc-8d4c-4231-e3cfbf93157b@gmail.com> <20160718115455.10fa95bb@juniper.net> From: Jia-Shiun Li Date: Wed, 20 Jul 2016 16:11:44 +0800 Message-ID: Subject: Re: Random number generator on rpi To: Steve Kiernan Cc: "Jukka A. Ukkonen" , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 08:12:15 -0000 On Mon, Jul 18, 2016 at 11:54 PM, Steve Kiernan wrote: > > You might want to see my RPi rng driver review up on Phabricator. > It is interrupt driven, which keeps the CPU utilization down to a fraction > of a percent, whereas using a callout or other method easily consumes much > more of the CPU. > > The review is here: > https://reviews.freebsd.org/D6888 > > Note that for RBG (random bit generator) like the one in the RPi, they are > not really RNGs themselves but random bit sources that must be processed > by other algorithms to generate random numbers. So even if one were to grab > the data to test for "randomness", one would need to not assume the rndtest > would necessarily be appropriate, since the values returned by the RBG are > not to be used directly as random numbers without post-processing. > > -Steve > I saw it committed yesterday. Great & thanks! BTW does it have any other document other than http://pastehtml.com/view/crkxyohmp.rtxt as mentioned in https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=19334&start=275 ? I cannot find any other source of info other than linux source and the above link... -Jia-Shiun. From owner-freebsd-arm@freebsd.org Wed Jul 20 14:10:58 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67378B9E4B9 for ; Wed, 20 Jul 2016 14:10:58 +0000 (UTC) (envelope-from stevek@juniper.net) Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0100.outbound.protection.outlook.com [104.47.40.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 184231572 for ; Wed, 20 Jul 2016 14:10:57 +0000 (UTC) (envelope-from stevek@juniper.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junipernetworks.onmicrosoft.com; s=selector1-juniper-net; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=rb7CI19olELRtGkMTsvOUIZUMs3rKAIHaYJUH8S4BVw=; b=RymXSyF8uu42QNmUdXVOEAhkwc0rH3ZBdmlkZr02Dp39OePL0Q6KN7dmMTZ0NYGcX2g1uWOBb6HrEaI3A5iZxDUoAI16NkMYAl0al2QMt8kqYxKntPTmqYCsgas0Mfp5DNWvB/CxB+31X4FwktOoz766byDbWDlr1rP6Hg3tqmE= Received: from CY1PR05CA0006.namprd05.prod.outlook.com (10.166.186.144) by CO2PR05MB587.namprd05.prod.outlook.com (10.141.197.146) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.549.5; Wed, 20 Jul 2016 14:10:50 +0000 Received: from BY2FFO11OLC016.protection.gbl (2a01:111:f400:7c0c::155) by CY1PR05CA0006.outlook.office365.com (2a01:111:e400:c5a4::16) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.549.5 via Frontend Transport; Wed, 20 Jul 2016 14:10:49 +0000 Authentication-Results: spf=softfail (sender IP is 66.129.239.18) smtp.mailfrom=juniper.net; freebsd.org; dkim=none (message not signed) header.d=none;freebsd.org; dmarc=none action=none header.from=juniper.net; Received-SPF: SoftFail (protection.outlook.com: domain of transitioning juniper.net discourages use of 66.129.239.18 as permitted sender) Received: from p-emfe01a-sac.jnpr.net (66.129.239.18) by BY2FFO11OLC016.mail.protection.outlook.com (10.1.15.61) with Microsoft SMTP Server (TLS) id 15.1.523.9 via Frontend Transport; Wed, 20 Jul 2016 14:10:50 +0000 Received: from localhost (172.25.4.217) by p-emfe01a-sac.jnpr.net (172.24.192.21) with Microsoft SMTP Server id 14.3.123.3; Wed, 20 Jul 2016 07:10:27 -0700 Date: Wed, 20 Jul 2016 10:12:07 -0400 From: Steve Kiernan To: Jia-Shiun Li CC: "Jukka A. Ukkonen" , "freebsd-arm@freebsd.org" Subject: Re: Random number generator on rpi Message-ID: <20160720101207.12d52ae7@juniper.net> In-Reply-To: References: <5d8ec4d4-4c36-139d-6102-4fdb200fdf65@gmail.com> <790435eb-f3fc-8d4c-4231-e3cfbf93157b@gmail.com> <20160718115455.10fa95bb@juniper.net> Organization: Juniper Networks Inc. X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/hxGt/zePnr_NfQOfMP3yOp7"; protocol="application/pgp-signature" X-EOPAttributedMessage: 0 X-MS-Office365-Filtering-HT: Tenant X-Forefront-Antispam-Report: CIP:66.129.239.18; IPV:NLI; CTRY:US; EFV:NLI; SFV:NSPM; SFS:(10019020)(6009001)(7916002)(2980300002)(189002)(199003)(24454002)(377454003)(68736007)(4326007)(50226002)(76506005)(36756003)(305945005)(19273905006)(356003)(6806005)(104016004)(81166006)(57986006)(2906002)(81156014)(512954002)(105596002)(69596002)(33646002)(2950100001)(19300405004)(86362001)(87936001)(1076002)(7846002)(110136002)(106466001)(92566002)(189998001)(586003)(19580405001)(16799955002)(19580395003)(97736004)(77096005)(84326002)(1411001)(8676002)(15395725005)(15975445007)(8936002)(93886004)(50986999)(76176999)(39210200001)(562404015)(563064011); DIR:OUT; SFP:1102; SCL:1; SRVR:CO2PR05MB587; H:p-emfe01a-sac.jnpr.net; FPR:; SPF:SoftFail; PTR:InfoDomainNonexistent; MX:1; A:1; LANG:en; X-Microsoft-Exchange-Diagnostics: 1; BY2FFO11OLC016; 1:wQoTUerwyQFnkxXHSKNy/qroLRBWgUsE91UmA2WxVCNg50GSTicTDGT1cfN/2JNCF6WUdi23hGOFTRMFRWK+7NDHTPedOBD785h7g0yWQmzFakuXcTEGaAmOajGrYYyJRx14njTGeyvUzRsbZgIPrkOz5cV2dUNDfGuSni9WL+3tJxo17vUdCnr8q2/vKFSeTbpO36nx9LX0QVm2JOJupNZ5tc+kuUVPgrzUAPemkMosdW09ch3HjHNRaq7ekdfmrHcjHYoe1ZPraWR3R+lDFBD1WSqllxlQl5I9MmQPv/IYGYJ8MD0K3A7xTnXQTY3mvMzsCNUqq2Fim+m0nHsXEoLGRwmnHBVY7LUBe/2evuNOewZHHCxHFptRZ5dwegrNzw+cilBr7ziiN/I8JQAC6CfWRR05jdHLPrlQOwZCPxhIkS33YbBC0+hqA08KvIPd9P0Gipq8PE6QJdTqW32ruTG5EeLT/6ypw6fiSUDRNyRSLWQHPwgLTOatf6b65RkmU56mVVJjwbmw0i1ubxj1/w6aMnyphVy9FqIU6KYILC1TunnXfm/GVhOX1WShzXXk X-MS-Office365-Filtering-Correlation-Id: 8d21a343-89eb-4f4b-0764-08d3b0a7a78d X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB587; 2:kA8tVVqXo+iUnjf13vvaW96Zo3O3ejlFYwMVOrZpnETqKA23kNnvzHDSu80g7qHSLDmImj0F5M9UBaIe25uXxQkVajDuYGttBDM724av9UymhE6jq0qVy2bXmreJPi+/FpTRVDD9WE+RkS+TW5wN1kvgLcjkwWF/EOk4IiOsTR9VWiTJnVH4f5vbR4PZ9NPb; 3:QDzhLAgPV1J07a7/pObE2CYWHGlwP+HhJArEw17QWLWU7OOsizRQvJZ3XnbKA+xPEOqQ1exOlcpy4+Rhoud5Am/dHr1RunfXiQtdlRPgCF9m0XT98UL/07hVR3CdS4PVekBBAjq+8JEI/83fZQuqh6ZiASLco8c0GRIuNVBQDtNgZVdiElI1y8qXzc6wNArMWRPfBp1quy9T0TUuXnixpOOlzC+WnzlRkL5VA/wzArk= X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CO2PR05MB587; X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB587; 25:YgCCWT8uo4WSzl3px/ACfuDSA0LqVwu12pZu86MkytDy5UC6WW/TqlhCfqDCJyVAvJ7BsTc338cBUa5hOqS7FxuO4CUpe/JgPQhMKotiJ19qQmw1DBN6qg4Sz/7bToEcvVB2wIx4cIIZmdAUy5DXetp5mGqvRvDS/pZB9P5xwdW+/QbN49Z3RzwQJ08L78i/5FmuKHMoOA2QLYmF6OEqRJ3kGGkeVxllOcCLPgPqXl4Tu/PPKItFkrprhSa1ZPLyxm9cgmzYpXIcwgMW+AAOxQqn0AcjzyntM/tk+O0dBSe1YBI1aGOG2pqUq/D8An9BQlJIbUeUQVuss7hh/84+vi+/J8T75iFiBTELzCb0Ik7GE44QFu94pJztLai2Mu2tAfgFOEGcLMViHF9jF/+Z6IDGvUP+0zZhbiJkAP4leC9L1aCl//2LH2lXeMycNwUZ5PnfWqu6hk5XvnPA6weZ5/dCi/v99EpOOfjnUUugTaMVbNuLfgQjYCrmcm59hX6SIDL4gbE/9OSKREF/hrwDo0+nff93GhnvGOxJy9CXSMxyFpJZubVFjXzEo+d+0xpeXBq/MWZrsVpf4XSjmQHn6boJP5qxvwBUK7BuJ+HH4CtSAoPhUl8FVthaABf6Tbg1kMKt3LTSMPb5Q1cHprtIqbQZmzSqFkCFxY+gXQNEhzxMnBdW52zwbxqae7x4z84YJtwqdEvfZuyVLoQycezBe4PFpsnbm4feqtz3Ul+H/6p2XLGzyzBV5Ekthct+ZvFTD08A0qeD8vGgKY/c8Vnoh7dq/CcLxddpBdTYc10LHhmKXCzbepIBErkZMjrGbzumds+W3Qz3mRCW1XkjAmqLLX1xeUntc02+pq2SxIz1CBEaG5ZJ/oxipAflDGU5SVxj8WvNCs7Qg9tkdB1eEyX1KkPnYI6XDYWDAWUDh8fmytg= X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB587; 31:4OjZdseNdj71mowzhqCg26XnC3LC7F5u4s1YUCcgYdmCaFrGnTv4MVcbelrJeQFbcMZIQkUsjUrPYO550e/I0RSCrEXJLfm+29bFvT63cu6MyMqs3iq4fWsp46Zs+jfoxW11DObxR8nO9IHp8a3LbVRxAUFxWAYsOcv33QXHuKY16g36ozKxJ093OXbsLYscgJZYaCcmSzCKoJn9hZgjbw==; 20:fQW9L5q8AFcfWxeEZ90Xzj8yny8CiLOt4/OZ1H7AfEEs9OmicLzC3Dsd+8/r4HJI42GMAtFD/Y34nu+MKAZ9RjkwFeVEc02K3bH4QvrPFRU7pGUWhlfTAUIJdtkaqNk47jqfqWZ/GRwjZRL90ZGg8BNNUapNLVCydmIBr9LIJpNLIlbexWreYyl+SLvjjlQhkHke0ltFoCmKYAPl/VAOzxCPeIFJmzKYh/R//JrNpqFyWBB0DIwyJgUf/m8HG2bz+ony8JQK1BzNiP5xrDbMRKNg1h+wmSgx2HIrRIDI6wuYaJtrXvH5hf/uCmTbbaEvIK0woISyRc/9eniV3plvhe2pVw3OqGN8zC4jWTU+4c55mwFIKz76H+L+JlDyqYBnKkHVDq343+5XM2O1UUN1CxDkZ4CEu8pLDJraS46orI71DtbYPBWci2EBEdyiv7BsQCJBUFDQGHuYMRRICZZKfx1680vcnC36AMlmgM7r8m9rN72Dj8q7AARPCmBJKJss X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:(138986009662008); X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(2401047)(13018025)(8121501046)(13024025)(13023025)(13015025)(13017025)(5005006)(10201501046)(3002001)(6055026); SRVR:CO2PR05MB587; BCL:0; PCL:0; RULEID:; SRVR:CO2PR05MB587; X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB587; 4:xGcAc6Bf4Rpj46PGdTMefwFIYmW5inPoARlVymmnSKQBOow06E1pqnTK1YO4IgeGfNgSk/WUC4DC+GAY0wEj3jSH4hmIot/d1aB73vxtdzeABFwqlF8YOP/mxSr18kI+EDMh+w7CjB40sAOCyp2CtLpq/1nm6ApfPN3NGxA46l4tJX8+JXKZUnlNM6BEjPW4yIuNXanPpTGZQwk9aQDp2y/86Xp/m7iiMBPdDux4asy6STpA4Y4e/zv44GXxOGEah6zhhG0iW6MA86L2nD4UX5GRcXIhMDG+c9b9PEouQX43vKwCXzYk7g1UWqVJPmNnvzL1JCXr3RRS/C1tzj5WTADM+CedJbpCCtlHNByzZiuyszhSJYpEjY5NoGa+PK2XkcMITSzgeO3wv+LTV8prHqxCUHn0pYsYpeiPAW2e83ImGxstt4ZV29mPd3O68U3f4Sqjnv3/HNgjWIot9ksLIeoHUfG49YvbCBGtaSJA+im/35mH4K8ol2Ak9nQxaRoDxC+SQL//LTZDzB6//zDHUQ== X-Forefront-PRVS: 000947967F X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; CO2PR05MB587; 23:m0vxFpftBe13nKRIdLKOJp+pAEb2bXoTWygJLxWdPl?= =?us-ascii?Q?WSFuUJMpBIdWOUz7TZe4VPMQEl1qKb4jNfF8TATjQnWFG66SyZesDTFsv/0D?= =?us-ascii?Q?9vKLVmGeVRAQBJxwnkPY25GZyrg/3gsPc03Gv62YDXt1QJMWeMl/5AyT9SOL?= =?us-ascii?Q?F4I5ZzeSOEMkbjkufgbWUzMd81SdNKaXvgxD77/kA3IDnrt6YvxmnNyoIeHi?= =?us-ascii?Q?DxnHLxOEQepSXe3AV1bDgutl9V0nuf5+t7G6mL/hDPDPVJdWKDKhU6PriJNH?= =?us-ascii?Q?590nlO6ppG9ddAvPxDBWW8koKV6FL2iLN7CWhsvlEUS/WymJ1WnumS9N3B2Q?= =?us-ascii?Q?bsucy2Z4dkkfQV8c8ywGRefMbI2vrxWeyIx7rvGglOYQR+AekHRacMRjvNhG?= =?us-ascii?Q?7m0t67MeY7NrWlPMkATXnafC2Xg48L6X5qIV+yQRpKc/bO5JXjNvjE/h32k9?= =?us-ascii?Q?mCY3OoqbGfQ0nMP1vmesVImUZmQgPN8JJHp4cRXKpTGSxD27QE6MhSf2lekE?= =?us-ascii?Q?l9JBvip2yUERhcjiW4mYit6q2LQTIWAR7Pj3peTVhOqOvPGCUrMBqu1OAvgK?= =?us-ascii?Q?6iFBddEYMbgKttWi20yTj3EdTyXfghIQZ35hoV5ntuRmLdX/QmJCkEu0Nt8X?= =?us-ascii?Q?in9yBS1vUAzpQhZPqovuTigrLzeYmCy0B86+2X4/U/D7jTCdZm1lwNzAzCYY?= =?us-ascii?Q?RPbjZI27G4UrgKaVrpy2yU7UfEguRnMoButFmAmAhf6bplMD1aToPNsSq82X?= =?us-ascii?Q?iXa4TLpfOiBGoAwvs611UdISWLH6+JhnM98F4owtGPQjzb3UlaxRI2GbDEHj?= =?us-ascii?Q?E7Q5o85hAbCJQPX7MTU8P3+Zeb8uzEfhpmAAmAmFr3CZB3iwFTB4yxMSgL0T?= =?us-ascii?Q?2+6lEhpY1Xl4dV6KsNQtDxpZDQ6Lnu7GxC31CEuu3jIA2gxWCoQVgBHnN9Ga?= =?us-ascii?Q?Dbl+Rk4WRRCWGWfXTCRXHqPn2Emih8RKyJy93xEvkAsi5/Mm3Vwno2qQowCa?= =?us-ascii?Q?bsLQ4AcfhgeJZ76DvCVFwLs0ayiRGjRvJ+2J+5JkmmhVQPgY986DmduMB9Py?= =?us-ascii?Q?VZkm5TveHzYYA3gGj4BDAithTPty8ZBDd+i5MYD5K4EdsXZ8le17Wv6yU6JL?= =?us-ascii?Q?mhg8lkheS1erJqcQmSF5uNv7JYdw27zfRvif5+ipeLRTtxfKpLa0a20sJVhX?= =?us-ascii?Q?+Xx3hnlKsS1NfKSiS/cfJrhTUGte2hykCep2+Ce3FsJDd/85gXk7dufNbU6M?= =?us-ascii?Q?mDY/xSPNg7tHbQzlA+oO/Dq0dmw2Pj085Iew0ZGGgFN4roa0Ug30sfqU5h1T?= =?us-ascii?Q?bS4swf2GUrEH+dYeZ2WHDQPYoelL7p8jS1Sr3hsSsW?= X-Microsoft-Exchange-Diagnostics: 1; CO2PR05MB587; 6:IEQxgayqooOgp2pmqhCSni3/ZugXp38KVeJoggWkr/1NfmZr6GIeIGb1F4cORNlCdlTQyjFY52dq200toVcyNDt72p96CCrNTjHgLX/kpY1CCYXBF3RR6d/vgn3lVUi2jEZZy9fukehmqisGk7fMsSzqG53ukCrpE7TgOqzLtBuhJzsbZgxag2CYCTpDrqh0P/ALvBUQDkbeYKVZT9F2zUmj28XftWfBrDXm19RMbc5BrLSih6bStnif8YUaNJVrUpY7oUB+rC1Bh+r+d3k83UONNgvx0gAw9Ypa4QpPowrzd1s7EJnJeimHkF8C9MwG9zUyLnJf3O5fwzlUs8Bb/A==; 5:acTP2PqzbPhA0otrfP/7zdJc3yuLla3MZNF+guhbok+ZFDNsLXT1IJFyihx8GsCUrYkfXSIld2GnXrjrD+J+oZWs/9fAIq9/pH792UCCte+CXYnZY0jczgTNUmG13kv9pH/CKlxMQfCIBZk6uha87g==; 24:2T4IzhAyt38OlVHYEMVwyeF61/Gxt3OaKkrkaqvCJSsorvQAX6Zm7ainXPO5oBUqK/mkLOcY5J1pRZ2bF/Bf35nWx88C4WCiMQpxmPONeVI=; 7:AXxFqE7GnlI5kJiflitywBgIh7jaeqByCCIxdtU6WpuLXxm9WeApeZ4r1Y8KePF2ZyFIbLffaT/3p+kgYcaFALnc/glgzJy5o9y7DNFlh+J8dgQJoCngHSUxdPE2BAkMRL398Bw8mXtH+BiwkHIddEzSgRJfo16eABZxI7+arIXnpwHw9mAF1bWgOf+4rrFPQyru2+s9IawwS8CLBJtqDd3O25x1f4rx/2wThtkYbe+3PxqW5sZ8hPUtkk3swxx+ SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-OriginatorOrg: juniper.net X-MS-Exchange-CrossTenant-OriginalArrivalTime: 20 Jul 2016 14:10:50.4252 (UTC) X-MS-Exchange-CrossTenant-Id: bea78b3c-4cdb-4130-854a-1d193232e5f4 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=bea78b3c-4cdb-4130-854a-1d193232e5f4; Ip=[66.129.239.18]; Helo=[p-emfe01a-sac.jnpr.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CO2PR05MB587 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 14:10:58 -0000 --Sig_/hxGt/zePnr_NfQOfMP3yOp7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 20 Jul 2016 16:11:44 +0800 Jia-Shiun Li wrote: > On Mon, Jul 18, 2016 at 11:54 PM, Steve Kiernan wrot= e: >=20 > > > > You might want to see my RPi rng driver review up on Phabricator. > > It is interrupt driven, which keeps the CPU utilization down to a fract= ion > > of a percent, whereas using a callout or other method easily consumes m= uch > > more of the CPU. > > > > The review is here: > > https://reviews.freebsd.org/D6888 > > > > Note that for RBG (random bit generator) like the one in the RPi, they = are > > not really RNGs themselves but random bit sources that must be processed > > by other algorithms to generate random numbers. So even if one were to = grab > > the data to test for "randomness", one would need to not assume the rnd= test > > would necessarily be appropriate, since the values returned by the RBG = are > > not to be used directly as random numbers without post-processing. > > > > -Steve > > =20 >=20 >=20 > I saw it committed yesterday. Great & thanks! >=20 > BTW does it have any other document other than > http://pastehtml.com/view/crkxyohmp.rtxt > as mentioned in > https://www.raspberrypi.org/forums/viewtopic.php?f=3D29&t=3D19334&start= =3D275 ? >=20 > I cannot find any other source of info other than linux source and the > above link... There's not a lot of information available, but I know from working on other Broadcom SoCs that have the same register setup for the RBG, it appears to be based on the RBG100 design. I validated the settings from empirical testing and what I know about the RBG100. For example, the BCM56340 enterprise switching SoC has the same RBG in it, except the one on the RPi appears to have a smaller FIFO. On the BCM56340, the FIFO threshold default value is number of 32-bit words, while on the RPi it appears to be number of bytes, but everything else is the same. On the RPi it fires the interrupt when the number of words available in the status register only has 4 32-bit words, instead of 16 that is seen on the switching SoC version. -Steve --Sig_/hxGt/zePnr_NfQOfMP3yOp7 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXj4a3AAoJEC6j1WNlVsksrYkQAK9TwO9SIcfMifKlJHG5b/bi h5WLzTupvmLw0dldwCpDzQ+/+7+nxPBTUGov7Ql8h0w5VJS0yoZWM74iCkoMXGab y/7gLsI/Lmh57bUNzTz8T4uzGzlhLGLeKWSbMpYOLYku5NHw1P9uXP/IrgEM5s04 wOwCMVe95gZZ6pwbwfCBAlRGig2NTfyI5QogklXOwbsOclSIaDe/qNOB8w+ICfiR p4oNhXUKHIJCIiolVcSP8KnqMb+s+wb+99UJ+q38MsegA1z/bkS10Ta4Qo+fBD7z i+zlV1vint+Gvbbz4ST+K58HjD/QJAU80uC2MmtlSlvGiCPSI9uSLRK8ph+xMc6j tu/cAUAduIUTU4BN1ILTwV8YHtn/gA1F5M8BnRLGKJTM1Pm48xv71sh3L64UzsGO 0UA7eiL0FVUv/APb6sAawd7pe0EA8JRdjD0O9LfMy3SyH7hOUCINkzPI9p6hgsYR FPgzBBPKXLw1eIh5Ke8o5wubCeWOcoQ1ikwYFQ0bllk6RDbXVQNoS3WHtllhWJOY 050Yuqwqww8HiRoxxCr1zMy5HoDszJxsRZGuL7i6gRF9a7yOG/pcqWBB5848O7R2 WdsOzwI8M7t2ZUfNt1yERixFufaxtuINRPo45NWvytpBX2xWSSgxlgP42g3Iu0CD 5l/4RUODPruTtkbDckFh =8xdT -----END PGP SIGNATURE----- --Sig_/hxGt/zePnr_NfQOfMP3yOp7-- From owner-freebsd-arm@freebsd.org Wed Jul 20 18:05:07 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D522B9F204 for ; Wed, 20 Jul 2016 18:05:07 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C65E61468 for ; Wed, 20 Jul 2016 18:05:06 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by mail-oi0-x22a.google.com with SMTP id l65so82794383oib.1 for ; Wed, 20 Jul 2016 11:05:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BEiAnGJhl7LaJhUOWfCHZSoVECB1eGf2/6NMuVRr6cY=; b=0C/RJ2klDNa0NK9UmNjy4RwBNcpJd9P16tlvORCKS011ymvxqZ7n6aQg+Rv9pv/QJF tIKuLGDlClrNUQCrb6TzwcB7DQsTy95N/jTmPq3t3Na49RGsIbzQFy6Pz7eonNdLzCiz XyhcwjyNC6LTRFuvJu4HHKv5NAvD/ai/z6iNWmpeMc99j1NCd1dqkAp9BYdZCBmqImlW 9LVMZxhIrIn8oZIZFJCSKVqenV8bRqa7FfA67dV60s7SahelDoYIN2I+ePjD803PtWqF g8RLUAgp0bf0RnaCuOw9wsxYorLiXKP1aEb1BwkgFTD+PnxK6+ec/31Vzf6ekGvggSLo QZ4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=BEiAnGJhl7LaJhUOWfCHZSoVECB1eGf2/6NMuVRr6cY=; b=XlHwPtOkP+lSeVY4+SuXAP/6Fe9cmyF76UmJQkyq2DpRcDzlzx1GLwnUVdNHNRY1DD JwochERa31LtoHvi74ad/pc8qNKORM0FFekK5rpRPNvIFiKqGy95KP22H07N3vEhXKCU U7SWwcfGS0kHeeZF4dht3EX1DRlNJdHd5LU2tIr/tgnzLulk9UE73clOvtdVzGxu6/dB f17exDdENCtc7nRjUh2ITkPRnphONZsF32+nsYIJevDnhp688yGnkvk7K7WTVwu5NK0C n+GNHgXyFT/cQOGcnMxnIjhAs224B7qvYl5WLESVhSBDn7WalicF3pT5ulmMw5o6FwR5 V7OQ== X-Gm-Message-State: ALyK8tI9jn0ycwa+W31nXaUADKXl6PIwcUxzG8cU49zAE/o9FDH/Xl2iAbrYCePNMaJ089OZiT0smGbgm4RMww== X-Received: by 10.157.4.21 with SMTP id 21mr26167267otc.182.1469037906093; Wed, 20 Jul 2016 11:05:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.7.1 with HTTP; Wed, 20 Jul 2016 11:05:05 -0700 (PDT) In-Reply-To: <20160720063002.GC35271@server.rulingia.com> References: <20160720063002.GC35271@server.rulingia.com> From: "Herminio Hernandez, Jr." Date: Wed, 20 Jul 2016 11:05:05 -0700 Message-ID: Subject: Re: rpi2 as wireless router To: Peter Jeremy Cc: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 18:05:07 -0000 I ran tcpdump on both freebsd and my laptop running Debian. Freebsd sees the DHCP Discover and then sends the DHCP Offer, but never receives the DHCP Request. Debian sends the DHCP Discover, but never sees the DHCP Offer, therefore never sends the DHCP Request. On Tue, Jul 19, 2016 at 11:30 PM, Peter Jeremy wrote: > On 2016-Jul-19 13:26:19 -0700, "Herminio Hernandez, Jr." < > herminio.hernandezjr@gmail.com> wrote: > >I am trying to set freebsd as a wifi router on my rpi2. My Iphone can see > >the ssid but it is failing to conect. FreeBSD can see the phone: > > > > > >root@rpi2:~ # ifconfig wlan0 list sta > >ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG > >iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR RSN > >HTCAP WME > > > >I am running tcp dump and I see the dhcp requests and replies, but there > is > >no connection establishing. Is there anything I am missing. > > That means the iPhone is associated and you are seeing traffic from it > but it seems it isn't seeing traffic from your AP. What is the output > from "ifconfig -a"? How far through the DHCP negotiation does the > iPhone get and what IP address are you sending in the DHCP response? > > Do you have a Unix-like host that you can run as a client so you can > run tcpdump on it? > > -- > Peter Jeremy > From owner-freebsd-arm@freebsd.org Wed Jul 20 18:49:49 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89511B9F193 for ; Wed, 20 Jul 2016 18:49:49 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-157.reflexion.net [208.70.211.157]) (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 27F171895 for ; Wed, 20 Jul 2016 18:49:48 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 22282 invoked from network); 20 Jul 2016 18:50:27 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 20 Jul 2016 18:50:27 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.90.6) with SMTP; Wed, 20 Jul 2016 14:49:52 -0400 (EDT) Received: (qmail 19464 invoked from network); 20 Jul 2016 18:49:52 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 20 Jul 2016 18:49:52 -0000 X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 8D3201C42A7; Wed, 20 Jul 2016 11:49:42 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r418841 - in head/benchmarks/iozone: . files From: Mark Millard In-Reply-To: Date: Wed, 20 Jul 2016 11:49:45 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <362F3D5B-93B2-4E01-9B42-0F3CCDB560F0@dsl-only.net> References: <8238CC04-1CFA-47DE-8605-9E07CA5B3EE6@dsl-only.net> To: freebsd-arm , FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 18:49:49 -0000 [This is a resend: I forgot to list freebsd-arm and freebsd-ppc. See = https://lists.freebsd.org/pipermail/freebsd-ports/2016-July/104089.html = for the original.] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D418841 is = broken on armv6, powerpc, and all other ILP32 FreeBSD architectures: +-typedef long long off64_t; ++typedef long off64_t; long is not 64-bits but only 32-bits for ILP32 FreeBSD architectures. = FreeBSD uses 64 bits for off_t even for ILP32 architectures. For FreeBSD = off_t and iozone's off64_t need to be compatible. Use of %ld instead of %lld formats have the same issue with ILP32 = FreeBSD architectures. +- sscanf(optarg,"%lld",&kilobytes64); ++ sscanf(optarg,"%ld",&kilobytes64); See the activity at: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211152 =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-arm@freebsd.org Wed Jul 20 19:45:49 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30425B9E8B1 for ; Wed, 20 Jul 2016 19:45:49 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22e.google.com (mail-vk0-x22e.google.com [IPv6:2607:f8b0:400c:c05::22e]) (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 DE89D177C for ; Wed, 20 Jul 2016 19:45:48 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22e.google.com with SMTP id s189so83512376vkh.1 for ; Wed, 20 Jul 2016 12:45:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=o07zeXSlzgan7FG8afjee/OniUt33f9K7DiIsYXOrLc=; b=jLJmq/PqhUtjtzlv4vbJGjyq7Ntq0qJnNTH5pjEwmAUM3UVR+2bTRPI8szQyicLrfJ BaWqPE++VnzM5I5zy0aFa1yskebL9xvJs4RtFG9eegrf8tf52jAF6wSGa8VrnXDG0YMn 7guNWls+jOzkzSVzs/E6GIvTos1h1avuGIb0YimnI+U5HPiTd1w/JZOw+WNGBKtpiBfV 06vkRoxAlGBvvw+K1oMH8LKGWp0XtJgf+BwsX9/EoQn/EsGLA9xtSD0yrHb/Z7h89IvY xDLC/bA+rl5ascPfEKB4Uu1Mr2uIphFeff/EtsaRvctKXT9sZVWXHeXtnnXO8kO9wVtL 2ERA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o07zeXSlzgan7FG8afjee/OniUt33f9K7DiIsYXOrLc=; b=Syr47QleRkPRIM3LU4mC1lX3anvVXrNqZigICpp5kuMp4R/V7ZJFCSnLjd5E6819ar HRI7gwqPTYKhK+WVGfXLXCFhWO5xNuqeR42EmGtOnJJ6x+ez+m1u4H/NE5A3c7ZRYJDz IEY9SjwIsSbkAeNmbECszY+wc8zZGNzck62vDPBT/3tWjaME5WqkLcpKtkQQH/cuLr+f cXhbxlXVO+6aihKgiD6boLh1Qr1rTjyCuYE7ECQTNdsAI5ic61zw/OOi9MnzH2PPfIEm cbYAlTAmDvk7/fBSblx1vm5oNk3lhZoFPmzVd+qnElhiQdURk6Vpk1RjT14Gg7cbbk32 8VFQ== X-Gm-Message-State: ALyK8tJr2KfsnpQwujkyRd6lZeG3MZkNfqV1WBK8AK1UbLi9XAR0Hvx/KDchD0+N26hKDuhGqqY1DTGD2RYjlA== X-Received: by 10.31.185.9 with SMTP id j9mr11587187vkf.144.1469043947924; Wed, 20 Jul 2016 12:45:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.75 with HTTP; Wed, 20 Jul 2016 12:45:47 -0700 (PDT) From: Russell Haley Date: Wed, 20 Jul 2016 13:45:47 -0600 Message-ID: Subject: FreeBSD user home directory To: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 19:45:49 -0000 Hi guys, Note: auto-correct on this computer is setting freebsd to FreeBSD. Please assume lowercase where appropriate if I don't catch them all. I've decided to be lazy and just use the default freebsd user with the stuff I'm doing right now. I have two separate instances running: 10.2 in a Digital Ocean instance and arm 11-ALPHA-6 on my Hummingboard. The home directory for the FreeBSD user on the 10.2 cloud instance is in the expected location of /usr/home/freebsd. freebsd@do:~ % pwd /usr/home/freebsd However, the arm build puts the freebsd home directory is under /home/freebsd freebsd@imx6:~ % pwd /home/freebsd Thanks to a previous conversation with Mikael I have found that the script /usr/src/release/tools/arm.subr calls function arm_create_user() which places the user under /home (like debian). Can someone indicate if this is a mistake (which I think it is) or on purpose. From http://svnweb.freebsd.org/base/stable/11/release/tools/arm.subr?view=markup: 79 arm_create_user() { 80 # Create a default user account 'freebsd' with the password 'freebsd', 81 # and set the default password for the 'root' user to 'root'. 82 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ 83 groupadd freebsd -g 1001 84 chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/home/freebsd 85 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ 86 useradd freebsd \ 87 -m -M 0755 -w yes -n freebsd -u 1001 -g 1001 -G 0 \ 88 -c 'FreeBSD User' -d '/home/freebsd' -s '/bin/csh' 89 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ 90 usermod root -w yes 91 92 return 0 93} Incidentally, I tried to look up the "correct location" by using man hier and neither instance indicates that a home folder even exists! I also believe this to be an oversight. Again, if it is, please let me know and I will attempt to create the correct problem report and hopefully at some point some patches (i'm not in my usual environment so doing stuff with src isn't convenient right now). Cheers! Russ From owner-freebsd-arm@freebsd.org Wed Jul 20 19:56:53 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEA79B9EDF5 for ; Wed, 20 Jul 2016 19:56:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9311F1202; Wed, 20 Jul 2016 19:56:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 50603177D; Wed, 20 Jul 2016 19:56:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 20 Jul 2016 19:56:52 +0000 From: Glen Barber To: Russell Haley Cc: freebsd-arm Subject: Re: FreeBSD user home directory Message-ID: <20160720195652.GE65494@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Y46ssxGX9/CNNfN6" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 19:56:53 -0000 --Y46ssxGX9/CNNfN6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 20, 2016 at 01:45:47PM -0600, Russell Haley wrote: > Hi guys, >=20 > Note: auto-correct on this computer is setting freebsd to FreeBSD. > Please assume lowercase where appropriate if I don't catch them all. >=20 > I've decided to be lazy and just use the default freebsd user with the > stuff I'm doing right now. I have two separate instances running: > 10.2 in a Digital Ocean instance and arm 11-ALPHA-6 on my > Hummingboard. >=20 > The home directory for the FreeBSD user on the 10.2 cloud instance is > in the expected location of /usr/home/freebsd. >=20 > freebsd@do:~ % pwd > /usr/home/freebsd >=20 > However, the arm build puts the freebsd home directory is under /home/fre= ebsd >=20 > freebsd@imx6:~ % pwd > /home/freebsd >=20 > Thanks to a previous conversation with Mikael I have found that the > script /usr/src/release/tools/arm.subr calls function > arm_create_user() which places the user under /home (like debian). > Can someone indicate if this is a mistake (which I think it is) or on > purpose. > From http://svnweb.freebsd.org/base/stable/11/release/tools/arm.subr?vi= ew=3Dmarkup: >=20 No, this was not a mistake. This is from the pw(8) manual: -d dir This option sets the account's home directory. Normally, this is only used if the home directory is to be different from the default determined from /etc/pw.conf - normally /home with the account name as a subdirectory. =20 It's a matter of preference. Some installs will create /home as a symlink to /usr/home, some with /usr/home as a symlink to /home. > 79 arm_create_user() { > 80 # Create a default user account 'freebsd' with the password 'freebsd', > 81 # and set the default password for the 'root' user to 'root'. > 82 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ > 83 groupadd freebsd -g 1001 > 84 chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/home/freebsd > 85 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ > 86 useradd freebsd \ > 87 -m -M 0755 -w yes -n freebsd -u 1001 -g 1001 -G 0 \ > 88 -c 'FreeBSD User' -d '/home/freebsd' -s '/bin/csh' > 89 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ > 90 usermod root -w yes > 91 > 92 return 0 > 93} >=20 > Incidentally, I tried to look up the "correct location" by using man > hier and neither instance indicates that a home folder even exists! I > also believe this to be an oversight. Again, if it is, please let me > know and I will attempt to create the correct problem report and > hopefully at some point some patches (i'm not in my usual environment > so doing stuff with src isn't convenient right now). >=20 With the manual page quote above, I don't think there is any "wrong" behavior here. On your DigitalOcean machine, does /home exist? If so, I suspect it is a symlink. Glen --Y46ssxGX9/CNNfN6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXj9eEAAoJEAMUWKVHj+KTVUsP/iujf9f/9pfayBLThh7ujl2G 1UjuTOIS3aiu4pzvJL7hCLq2dHfa0gJh81FnYBYFVm2Nzlow4qhh8he0IjRH1OTR 6VAV5cjqLprG4RbEAXBeSH+7tOY/vPIohWtzAAjwZhNlq+4K/eR8Yvgq/bC74xbS Lh1G+sYqk99Hx7FRs7GymEhRr0756U1hcmtreb5GR7a58R4FdXwiyise4LsavDF6 SA6vzawIp0GgAVM3XwqE7Z+j13cW71iGKQA36Xc9gC61MEL52r3G/fK7P9x+A90A Wd3P/RLuInU7SoB5PDnvtkNgHdP87YyYYIoqTncPehEaUf5RFJ/a6wqzR1HazbXU s7njypIYL315YBDoG7/tOU6fBJkrp9+CV8aBKDNhaezdT8DF2Nt1rgN3zQi3ZQN6 Yc1I8i6W4rX1JadRW2MWI3P2OWyGBFoRnPMrF2OvoLvBUhh3xEZoMERRjj9SO36+ 59f9ST69Lp6xD7wNkTDgj0lq4zH1NzqJit57b0QlC4q1/D553DMiicKvBYjTj0Dy QYKzVmCF/ylOqbd1GGwDz0ZUxmSXo8oXLNrXUoI4gm1jBvB9l0llWoA307Oxiqlr csSeATO0+dtK3HWKUrmLXVrruApvrF764rOMnEAPouimQekfofvNf/UAhcWazDui BnPk1mX1+l+r1iBF4rwu =Gjw/ -----END PGP SIGNATURE----- --Y46ssxGX9/CNNfN6-- From owner-freebsd-arm@freebsd.org Wed Jul 20 20:55:25 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0889FB9F1BF for ; Wed, 20 Jul 2016 20:55:25 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0: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 ACB4C1D01; Wed, 20 Jul 2016 20:55:24 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x236.google.com with SMTP id n129so40790175vke.3; Wed, 20 Jul 2016 13:55: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:from:date:message-id:subject:to :cc; bh=7di5OowLS672NAOSVKuAxpgithsZWzEKUvqZiL0DxR4=; b=l5eLS5crU4QHwLOJYoF7AeN3ibtDnVr1ThTG7MHFeTGIiM+sPw7iUP8685mn1w7Icw BvVO7CeBDrKaz3os/SESew3zxXWkxHmHIsSd+HqFyapWx3xHcG+UrkT0bhHBFppG5YVh 21cVrv1aMCNL4HPWeLJ/Gkmg9/qtNMnJrUA1xTpQXku4smtKLG0WJFXyRzqq28pLQXCV gtLOlTSnqFbSFplOoGBKLVW5U28nhs+gJQoTg5dWiG3b8K4zYuFv6TTaBH+1GJhUVl4M l4VBEgrSxc6Tr8sJDr6qY5MctQLKu6+Fe2IeqCLgEpqJmz003TwckGLlX+y4IaHbwrJE 4yew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=7di5OowLS672NAOSVKuAxpgithsZWzEKUvqZiL0DxR4=; b=MCxwKIE8tlxhVoU58yQk/q74qEfez7sdyHNJQHiDDiff0s+TyzHS+b3Wmn7SjmAx46 MfMHG0JUEsW36ghAwjR9EUJm3CPzecjl0r089rG70zg5aXMElK2ytbzgseCzU69HBm5b xiUFREoPyZAqjnwg5WYP+JnjxCaMLC5HXN8xJ8W3pZjeYQHu+riQTGLSxFvAnYzps+s5 geOU3QI5/KhrVYTNp/BFS+0YILCYvvE+Ksx/9l38JMa2cJkER4TRZ8HmGjgupE6fcmkC 0jlJ4LH0IYiCUp1i2IEsypCyqHWqG49c/CIzuNb8qVQV0EnvYV1/TENwg0LRBZwV0+9y wc8w== X-Gm-Message-State: ALyK8tIIzhPLJeAH3Lqk07iy/6az3M0oO4OgRj+7cjit83h1iECi3oAr0/3lKFYA8mcXX+jxmTiw8nkDgxvbMQ== X-Received: by 10.159.35.143 with SMTP id 15mr25902763uao.39.1469048123393; Wed, 20 Jul 2016 13:55:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.75 with HTTP; Wed, 20 Jul 2016 13:55:23 -0700 (PDT) In-Reply-To: <20160720195652.GE65494@FreeBSD.org> References: <20160720195652.GE65494@FreeBSD.org> From: Russell Haley Date: Wed, 20 Jul 2016 14:55:23 -0600 Message-ID: Subject: Re: FreeBSD user home directory To: Glen Barber Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 20:55:25 -0000 On Wed, Jul 20, 2016 at 1:56 PM, Glen Barber wrote: > On Wed, Jul 20, 2016 at 01:45:47PM -0600, Russell Haley wrote: >> Hi guys, >> >> Note: auto-correct on this computer is setting freebsd to FreeBSD. >> Please assume lowercase where appropriate if I don't catch them all. >> >> I've decided to be lazy and just use the default freebsd user with the >> stuff I'm doing right now. I have two separate instances running: >> 10.2 in a Digital Ocean instance and arm 11-ALPHA-6 on my >> Hummingboard. >> >> The home directory for the FreeBSD user on the 10.2 cloud instance is >> in the expected location of /usr/home/freebsd. >> >> freebsd@do:~ % pwd >> /usr/home/freebsd >> >> However, the arm build puts the freebsd home directory is under /home/freebsd >> >> freebsd@imx6:~ % pwd >> /home/freebsd >> >> Thanks to a previous conversation with Mikael I have found that the >> script /usr/src/release/tools/arm.subr calls function >> arm_create_user() which places the user under /home (like debian). >> Can someone indicate if this is a mistake (which I think it is) or on >> purpose. >> From http://svnweb.freebsd.org/base/stable/11/release/tools/arm.subr?view=markup: >> > > No, this was not a mistake. This is from the pw(8) manual: > > -d dir This option sets the account's home directory. Normally, > this is only used if the home directory is to be different > from the default determined from /etc/pw.conf - normally > /home with the account name as a subdirectory. > > It's a matter of preference. Some installs will create /home as > a symlink to /usr/home, some with /usr/home as a symlink to /home. > >> 79 arm_create_user() { >> 80 # Create a default user account 'freebsd' with the password 'freebsd', >> 81 # and set the default password for the 'root' user to 'root'. >> 82 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ >> 83 groupadd freebsd -g 1001 >> 84 chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/home/freebsd >> 85 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ >> 86 useradd freebsd \ >> 87 -m -M 0755 -w yes -n freebsd -u 1001 -g 1001 -G 0 \ >> 88 -c 'FreeBSD User' -d '/home/freebsd' -s '/bin/csh' >> 89 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ >> 90 usermod root -w yes >> 91 >> 92 return 0 >> 93} >> >> Incidentally, I tried to look up the "correct location" by using man >> hier and neither instance indicates that a home folder even exists! I >> also believe this to be an oversight. Again, if it is, please let me >> know and I will attempt to create the correct problem report and >> hopefully at some point some patches (i'm not in my usual environment >> so doing stuff with src isn't convenient right now). >> > > With the manual page quote above, I don't think there is any "wrong" > behavior here. > > On your DigitalOcean machine, does /home exist? If so, I suspect it is > a symlink. Thanks for the awesome fast response Glen. Yes, you are correct there is a symlink to /home in the DO instance. However in the arm instance there are no symlinks in either direction: freebsd@imx6:/% ll total 81 -rw-r--r-- 2 root wheel 1481 Jul 1 16:06 .cshrc -rw-r--r-- 2 root wheel 750 Jul 1 16:06 .profile drwxrwxr-x 2 root operator 512 Jul 1 15:42 .snap/ -r--r--r-- 1 root wheel 6190 Jul 1 15:44 COPYRIGHT drwxr-xr-x 2 root wheel 1024 Jul 1 15:43 bin/ drwxr-xr-x 9 root wheel 1024 Jul 1 17:25 boot/ dr-xr-xr-x 17 root wheel 512 Jul 1 17:25 dev/ -rw-r--r-- 1 root wheel 4096 Jul 1 17:25 entropy drwxr-xr-x 25 root wheel 2560 Jul 2 11:52 etc/ drwxr-xr-x 4 root wheel 512 Jul 2 11:52 home/ drwxr-xr-x 4 root wheel 1536 Jul 1 15:43 lib/ drwxr-xr-x 3 root wheel 512 Jul 1 15:42 libexec/ drwxr-xr-x 2 root wheel 512 Jul 1 15:42 media/ drwxr-xr-x 2 root wheel 512 Jul 1 15:42 mnt/ dr-xr-xr-x 2 root wheel 512 Jul 1 15:42 proc/ drwxr-xr-x 2 root wheel 2560 Jul 1 15:43 rescue/ drwxr-xr-x 6 root wheel 512 Jul 2 00:02 root/ drwxr-xr-x 2 root wheel 2560 Jul 1 15:44 sbin/ lrwxr-xr-x 1 root wheel 11 Jul 1 15:42 sys@ -> usr/src/sys drwxrwxrwt 7 root wheel 180 Jul 2 09:35 tmp/ drwxr-xr-x 15 root wheel 512 Jul 2 11:52 usr/ drwxr-xr-x 24 root wheel 512 Jul 1 17:25 var/ freebsd@imx6:/usr% ll total 76 drwxr-xr-x 2 root wheel 8192 Jul 1 15:44 bin/ drwxr-xr-x 2 root wheel 512 Jul 2 11:52 home/ drwxr-xr-x 54 root wheel 6656 Jul 1 15:43 include/ drwxr-xr-x 10 root wheel 15360 Jul 1 15:44 lib/ drwxr-xr-x 4 root wheel 512 Jul 1 15:42 lib32/ drwxr-xr-x 6 root wheel 512 Jul 1 15:42 libdata/ drwxr-xr-x 8 root wheel 1536 Jul 1 15:44 libexec/ drwxr-xr-x 14 root wheel 512 Jul 2 00:02 local/ drwxr-xr-x 2 root wheel 512 Jul 1 15:42 obj/ drwxr-xr-x 2 root wheel 5120 Jul 1 15:44 sbin/ drwxr-xr-x 33 root wheel 1024 Jul 1 15:42 share/ drwxr-xr-x 2 root wheel 512 Jul 1 15:42 src/ drwxr-xr-x 15 root wheel 512 Jul 1 15:44 tests/ Which seems to me to still be in error as there are now TWO home directories. Maybe I haven't been paying enough attention when generating users but I could have sworn that all previous users I create went under /usr/home (I know, I'm being pedantic if the symlink exists). Thanks Russ From owner-freebsd-arm@freebsd.org Wed Jul 20 20:56:14 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 696BAB9F1F9 for ; Wed, 20 Jul 2016 20:56:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::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 333841D5B for ; Wed, 20 Jul 2016 20:56:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id f6so61202495ith.0 for ; Wed, 20 Jul 2016 13:56:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=St0xyqomrrr4+kXuHvZYUvwpPW+bXHi72+6nmEMFp+c=; b=hfaxfzf2cRHvvBTNqhErduOvvSJeTQUwsLAccr8r1grrUH/bQjT6CpSZAJ8eqgDwDD YLLb1JUIsIXCB3xe9RgbvaQ69y01isZDexgAV+YDLfRXjlM5uG2zH9ysSnoggDXYLmM3 5gCvLUYyjm4bjhMOaoFvbxzU5WTmripOG/vSlo1NvjEDaGukxjJi+uyAQXUmTLmy/tJe yVj4aa1F8+xIdslUTEYWyNvgUrxvCn+CZ147KyCCzilJH7iqtbhOdvwSUVAx5ylKJgFM srONFLgdTRebi4Ii8igzSpwYRjcrVoMs2WCxhWOc0Wo28rwt2egHTLi++ugliL6iA9T5 kR/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=St0xyqomrrr4+kXuHvZYUvwpPW+bXHi72+6nmEMFp+c=; b=YBXLKeW7Uap/MPsleDfNG5Wj1Fljc4OLHNucyaZEwfWwrfOcooSfzPjecUXv/X2chE C1tw05SVZSjf/I6CLC8zPqU+W2qzeZKEOycBMsc4csrOAsio+8X/P8yZC8cHUITPKCMM OrFLyhhrwyTGoP9xUmXMFTdkmb+Y+iMtRPIkW8LKBXy2EG5w6BvM5118gvgcZxQursiy 7fNh9qrwNf70w797Y5k1ed1BxdLA4bjG36X2AL7iGlaMh74gBpYPIrspjmfo/YvJndXa t1BEbEIUdRInzgNvEz35M1V/on/wRvf1n3QFnDtG8j4zO8L55EtNv+4pOj8gJ17DAKDp M0/Q== X-Gm-Message-State: ALyK8tJTq46TghA8BSVuXOS6encmiioD7xE8CDLwuQR2zO5zoONukaHshpFU7Um6ClIdydcfIaQIql+gfTfOag== X-Received: by 10.36.242.68 with SMTP id j65mr10459768ith.25.1469048173720; Wed, 20 Jul 2016 13:56:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Wed, 20 Jul 2016 13:56:12 -0700 (PDT) In-Reply-To: References: <20160720063002.GC35271@server.rulingia.com> From: Adrian Chadd Date: Wed, 20 Jul 2016 13:56:12 -0700 Message-ID: Subject: Re: rpi2 as wireless router To: "Herminio Hernandez, Jr." Cc: Peter Jeremy , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 20:56:14 -0000 Hi, Please supply 'dmesg' and 'ifconfig -a' and maybe /etc/hostapd.conf (minus the encryption key, of course) Thanks! -a On 20 July 2016 at 11:05, Herminio Hernandez, Jr. wrote: > I ran tcpdump on both freebsd and my laptop running Debian. Freebsd sees > the DHCP Discover and then sends the DHCP Offer, but never receives the > DHCP Request. Debian sends the DHCP Discover, but never sees the DHCP > Offer, therefore never sends the DHCP Request. > > On Tue, Jul 19, 2016 at 11:30 PM, Peter Jeremy wrote: > >> On 2016-Jul-19 13:26:19 -0700, "Herminio Hernandez, Jr." < >> herminio.hernandezjr@gmail.com> wrote: >> >I am trying to set freebsd as a wifi router on my rpi2. My Iphone can see >> >the ssid but it is failing to conect. FreeBSD can see the phone: >> > >> > >> >root@rpi2:~ # ifconfig wlan0 list sta >> >ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG >> >iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR RSN >> >HTCAP WME >> > >> >I am running tcp dump and I see the dhcp requests and replies, but there >> is >> >no connection establishing. Is there anything I am missing. >> >> That means the iPhone is associated and you are seeing traffic from it >> but it seems it isn't seeing traffic from your AP. What is the output >> from "ifconfig -a"? How far through the DHCP negotiation does the >> iPhone get and what IP address are you sending in the DHCP response? >> >> Do you have a Unix-like host that you can run as a client so you can >> run tcpdump on it? >> >> -- >> Peter Jeremy >> > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@freebsd.org Wed Jul 20 21:11:33 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53771B9F617 for ; Wed, 20 Jul 2016 21:11:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::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 1BDFD14EF for ; Wed, 20 Jul 2016 21:11:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x233.google.com with SMTP id j124so62376031ith.1 for ; Wed, 20 Jul 2016 14:11:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=oythPMjdgK4vBnT/Ulply8zQMMXtCdU6fElmUVB+bDY=; b=LbhOLnixbyAPNKodgnrLCLhjr+LpynQU3VmoYoYnsuv6b3nCzKZo3tJT3AfDuj5g6+ wiG2ZC7CCKKw8Tg2r9d3u/jwcDtj6L0D16Zk9Ptv2A2W3O7jsKs6dwCl0+ztfxkTVfeV 3EXtAVBZhMYDSqyZIDR+WYTbaj91nii2S5SF/Sii3qLOu209QOITKlM3ta7Pq8stkWRc 57aqeccNeii2RX5T1mVU2GHy9lUiPVQm0zvtTZTyiRxn+UUfcfqUTqGNvNFG2X1CV4/C ZiVtdkfTTVoQ56LVAJMU3mmwDV2A4jUgKi8Wf3lU4LIUz2CDG//RjLrsAUK6mQ4cnPDr XuKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=oythPMjdgK4vBnT/Ulply8zQMMXtCdU6fElmUVB+bDY=; b=fEmJ2JY/VPJEm1xq39E2ioOJQG/saSx1mi+MrWC1R14eP19BKxuOUN4+IV0zcBm/Km 74eEhjDlncojWOR3Foir19sP3K4YYSqHrPUr0S/JaF1Duv3ll7kefqBmV/JwvBN8sMcI Csewuumhee3JS/+s0tpMK4oFE9tsuhqM2ycJM31QTvqS9Q826AWA2x3G9IJYO+H0sCFi JbEfKONvn9tlktSsDZLRWU6Kz4TyWyrnneQkc5rOMvttcNHYtkbdDrcqYxqeT2qHN3D5 RYTJ1yVjdPn9wk8cnvxXrEJ6t1WXyCqY7hIO9JLvP4ZvgJ/qovZD0ASxfldBa7bQC+Mk 0Nyw== X-Gm-Message-State: ALyK8tL4W8GwlUiUD07OX3c63wJuDF+eqpgz78+PpvcMeiH2wpmnFGcFTstG+n++JEjKrD9RxY652495IporfQ== X-Received: by 10.36.111.72 with SMTP id x69mr11130798itb.71.1469049091479; Wed, 20 Jul 2016 14:11:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Wed, 20 Jul 2016 14:11:30 -0700 (PDT) In-Reply-To: <208457.28781.qm@web101702.mail.ssk.yahoo.co.jp> References: <681626.83208.qm@web101715.mail.ssk.yahoo.co.jp> <529014.75786.qm@web101711.mail.ssk.yahoo.co.jp> <20160719194430.4763730.20119.8633@gmail.com> <208457.28781.qm@web101702.mail.ssk.yahoo.co.jp> From: Adrian Chadd Date: Wed, 20 Jul 2016 14:11:30 -0700 Message-ID: Subject: Re: RT1310 support To: Mori Hiroki Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:11:33 -0000 woo, I'll go look at the atheros side of things! Nice work! -adrian On 19 July 2016 at 23:48, Mori Hiroki wrote: > Hi > > I look as follow router is use RT1310. > > Edimax - BR-6504N > BELKIN - F5D8231-4 v3 > D-Link - WBR-1310 > AIRLINK - AR680W > NetComm - NP740n > Sandbberg - Wireless N300 Router > > BUFFALO - WZR2-G300N(Japan) > PCI - MZK-W04N(Japan) > > Ralink only make arm soc 2007-2008. Hereafter Ralink move to mips soc RT2= 880. > > Hiroki Mori > > > ----- Original Message ----- >>From: Russell Haley >>To: Mori Hiroki ; freebsd-arm@freebsd.org >>Date: 2016/7/20, Wed 04:44 >>Subject: Re: RT1310 support >> >>Hiroki-san, >> >>Can you tell me where I could get my hands on something that uses this pr= ocessor (in North America preferably)?=E2=80=8E I have found some obscure r= eferences to some older routers, but nothing definitive. >> >>Most sincerely, >> >>Russell Haley >> >>Sent from my BlackBerry 10 smartphone on the Koodo network. >> Original Message >>From: Mori Hiroki >>Sent: Tuesday, July 19, 2016 8:15 AM >>To: freebsd-arm@freebsd.org >>Reply To: Mori Hiroki >>Subject: Re: RT1310 support >> >>Hi. >> >>I post review today. >> >>https://reviews.freebsd.org/D7238 >> >> >>Also post AR531x/231x review. >> >>https://reviews.freebsd.org/D7237 >> >> >>Best Regard >> >>Hiroki Mori >> >> >>----- Original Message ----- >>>From: Adrian Chadd >>>To: Mori Hiroki >>>Cc: "freebsd-arm@freebsd.org" >>>Date: 2016/7/16, Sat 14:47 >>>Subject: Re: RT1310 support >>> >>>ooo nice! can you put together a patch in reviews.freebsd.org ? I'll >>>look at it and commit it if everyone is happy! >>> >>>(Same with the AR24xx/54xx SoC stuff too, I'd like to see that.. :) >>> >>> >>>-adrian >>> >>> >>>On 11 July 2016 at 15:23, Mori Hiroki wrote: >>>> Hi >>>> >>>> This is Ralink old arm soc RT1310A support code. >>>> >>>> https://github.com/yamori813/freebsd/tree/zrouter/sys/arm/ralink >>>> >>>> >>>> dmesg is here. >>>> >>>> https://gist.github.com/yamori813/88224f1c96c9c592fb611b12a15e4ab5 >>>> >>>> >>>> I like old soc. :) >>>> >>>> Hiroki Mori >>>> _______________________________________________ >>>> freebsd-arm@freebsd.org mailing list >>>> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >>>> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >>> >>> >>> >>_______________________________________________ >>freebsd-arm@freebsd.org mailing list >>https://lists.freebsd.org/mailman/listinfo/freebsd-arm >>To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >> >> >> > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@freebsd.org Wed Jul 20 21:13:13 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF565B9F741 for ; Wed, 20 Jul 2016 21:13:13 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::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 86F3B171D for ; Wed, 20 Jul 2016 21:13:13 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x229.google.com with SMTP id u186so125916504ita.0 for ; Wed, 20 Jul 2016 14:13:13 -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:from:date:message-id :subject:to:cc; bh=cyfoPcFovfNre7hh5AAYaWUaACc6CgL3+wErcDD9RXs=; b=Krgx5mA08mo+LvPCpCm3tL10NY4V6w0IEyu5lkObABCuroXWO/3s0AMstsBbiEgsDn NlRI0n1rilI0yUc5HUpWMiK5OFvpvKYab/zDA4J6Eyao1LU6RDhdLSOHxjUEkoQ6dtod GExeUM0rEJ8fgdxlcFfJKyoCgmZY3hjjHZDsQ+zpEQhaP/p4DBsYQMu5QSYLAFYxDDeW 8aNJBo4bhmjq309rMNTgaJ9/tIt5wRpoCa8iE6i1suCBR9x3k8ugF9ECtKaANjYiqTBc ZFUEJ5/XcaQ1VcMw1cg6uiQi7WGYZcQBNsOSUy1Esc6LZ3ZTbUW/pRQ4KcRJqV73hbqq czVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=cyfoPcFovfNre7hh5AAYaWUaACc6CgL3+wErcDD9RXs=; b=BVSMqGroTbDOMWix3HXibJtIOZp2K+6cvDB5cAR3nXs4+A2N8o2mkK4ahy5BE4xhbA OJ2UDt3mFtKSPzvxQ1vNfGy3P61fHQn20JUTMaOB/7p486cZ3atU7TIjkAkAdtgoEnKd MTJbDdE5NbP87A1ukNcsJq7hSGZcpIGe+kLLnj/4QmoRznZpyaMKJISkRivfrVOiqJGz T/VmOLSD8YybX+cT4A2tR6rEZiUlm7WWJj07TjM+EKXaOZvzVj5uNY4nCEqpkoCZbQMJ X5sZUIOlqUcEubWmCFCbwUrQNhOUtgpBqYjmFEfFlfPvibqkByJWA2yy617xJsNixdo1 69Nw== X-Gm-Message-State: ALyK8tIsCpamiwaAhEbNIN9gx849MQXhqj6D/JfNi7H9it6ej0vfKTDhL9LbWHHgU0yWUPT+d7jqEsC9tfbWsQ== X-Received: by 10.36.242.68 with SMTP id j65mr10534040ith.25.1469049193098; Wed, 20 Jul 2016 14:13:13 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.36.141.129 with HTTP; Wed, 20 Jul 2016 14:13:12 -0700 (PDT) In-Reply-To: References: <681626.83208.qm@web101715.mail.ssk.yahoo.co.jp> <529014.75786.qm@web101711.mail.ssk.yahoo.co.jp> <20160719194430.4763730.20119.8633@gmail.com> <208457.28781.qm@web101702.mail.ssk.yahoo.co.jp> From: Adrian Chadd Date: Wed, 20 Jul 2016 14:13:12 -0700 X-Google-Sender-Auth: N_LG_AU429pD1JQ9SsL_whUswKg Message-ID: Subject: Re: RT1310 support To: Mori Hiroki Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:13:13 -0000 Hi, Just to make things cleaner - would you mind renaming the ARxxx_BASE to std.ARxxxx ? That's how it should've been done; the XXX_BASE thing was my mistake. :) -a From owner-freebsd-arm@freebsd.org Wed Jul 20 21:14:03 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A35CB9F7A3 for ; Wed, 20 Jul 2016 21:14:03 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::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 C5D761784 for ; Wed, 20 Jul 2016 21:14:02 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: by mail-qk0-x230.google.com with SMTP id x1so57298837qkb.3 for ; Wed, 20 Jul 2016 14:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=from:subject:date:message-id:to:mime-version; bh=Vi73V8mk4FYa3XtLRyCSGXcBWXX9NAUnT996xzmUIco=; b=QpTqfJLseVLY1vIgHEU3N3806tAZlNxIO+F2Yf1xE6/8Cy3iOfGQWbsRbmYtlFSonW foz2ONQh/+F8SQK5fBYjkBhNhG/4WluegE6rYv7YULg2+iXUk7D/A1ZWuNc7z7SfRnYP 7o1R5E4U78k5s/+eKHg5s6PE11IvuZemAYkmrJyW5y9b4e7gm3NEnjt1IxibxZO5PbOR Brfk6UpHva/ww8UB2fVta/uHrlttgkO/umnl6j0l6um/P0IEdFH11Zqlyv/bOe6AHMF9 XSrMubIZ/doQDu3Bmnnp6/yMxXujCASXq7CyWLduC9QISwL7F51c5/oTFG20y6OuGlVT jddQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:date:message-id:to:mime-version; bh=Vi73V8mk4FYa3XtLRyCSGXcBWXX9NAUnT996xzmUIco=; b=XlbU0Cafi+jMPNw2lzDjg8lKWY1FZStl75SOcltBsfJTN55XLQp0ZONPd+eQi8Fltq dDHCUHgxbyjSTJuK2AxARE+XW5/tEZaik60ixuvfQITHWCbctjeKbMuVGtAq1OWgtuU+ JnVGRK/heBXTYLxKZsHpm5ebkaLME+7ZbE4sJDKXtDio/Z7qxWxU8V1TwMyEKYzajJKg Tq8jNaBAcagUW3OddTVlTfxKyhV8eVY0QFygOwIt6FzBdDxYQY7B0nMTHNNZuCWgj0YH 1BDtCQpkP9Mmj8lZZdhW4ov0qgUgCZpBIH0dAZ6fcDhkMJjxAfSmkIy3kHWAPCci4Ffi jUoQ== X-Gm-Message-State: ALyK8tLNOtWmBmv/I1PB7Hm6Vb5zBdE3YqMlyNMqiTSVGy9B94sbUQ1SKMHFewNSZB+5jZeqM2c8tlpamOcurpzh//Mg5j/qgJ2I/GSVK9U/mu6UaHiFCXNliA1f7TQpQ2JqOLEPswQ+qEj00p1Z/HHivB6/LpYqas389F7x4ZJ1QNYXpXDXFQXLBsTfJ0+IhoU= X-Received: by 10.55.141.193 with SMTP id p184mr65691243qkd.47.1469049241767; Wed, 20 Jul 2016 14:14:01 -0700 (PDT) Received: from [10.3.9.54] ([63.88.83.66]) by smtp.gmail.com with ESMTPSA id p94sm2437641qkp.44.2016.07.20.14.14.00 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Jul 2016 14:14:00 -0700 (PDT) From: Shawn Webb X-Pgp-Agent: GPGMail Content-Type: multipart/signed; boundary="Apple-Mail=_FBE3E7D1-7F4B-4381-93A0-D235911B3F45"; protocol="application/pgp-signature"; micalg=pgp-sha512 Subject: ARM64 Desktop Date: Wed, 20 Jul 2016 17:13:57 -0400 Message-Id: <86C3A4AA-2BA8-4C25-9E86-DBC16CF09142@hardenedbsd.org> To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:14:03 -0000 --Apple-Mail=_FBE3E7D1-7F4B-4381-93A0-D235911B3F45 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hey All, If I were to buy the below-linked desktop, what kinds of things would I = be looking at to implement support for it? Alternatively, since it = supports UEFI booting, would any work be needed to support it? Link to desktop: https://shop.softiron.co.uk/product/overdrive-1000/ = Thanks, Shawn Webb Cofounder and Security Engineer HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE --Apple-Mail=_FBE3E7D1-7F4B-4381-93A0-D235911B3F45 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 iQIcBAEBCgAGBQJXj+mXAAoJEGqEZY9SRW7ugQoP/3tAkJ09AgL59oyA6b3MTDha 97b70B/+8k5qmDQDWLbRa9owMJ2dfj/CjgjtKxMKGnmCa9EXGHpKc27ejJGqShVe XOusLe1kipyKuQZtcO4k6dFo2zjEr2a/AN6bRIC6rulv0ZoznetV07NkFbtbRzxX pvT3Wg802+HQ/rHMUitt6CJ8HKohsh4fj7VsBji/JnCfK5KZpjsxT3pb/fkfxZpm I7SUjb1hLhDOSDM46+P80nQDrAkA8LTiL8JSef31JdfLljym2KCMlVjyDzkhq3pC P4d4S5jz+gcg7HcPD0LczmGbYbp51nYSSGjuioHGeG/DLLXZFiqkPcn52KXas135 Fss1ubCTJR7dzxunwkjrHwy74uk7+cIbWAuhLyPluviK45L/KFG3tCh/B4qthOo8 2L3W3nKlga2Y9nnArA0M/bY/6dQcsh7DOGHAzXAYvy6qotLpfPUbQ+Sr94nDzjuj LsJBOvt0lak0h1vC3xb8me15aLVIKanJdv1vUxLM5s8ozuWP6EMmCPOf1hchCJCK dLksZER+LflGXs+jKTUZMncoRcN6S3/ijNtecViN9IjKn3tbYwqX8LRmbZWC80Wd ZVP6LdyKPH/d8emM+yyaf69Yji/WPj/FzJaMhb1n1ovt5Pb+QGzlTaVQn6ncLe/e jkDrPPK+Y+SxSWXEWSQT =Z/PQ -----END PGP SIGNATURE----- --Apple-Mail=_FBE3E7D1-7F4B-4381-93A0-D235911B3F45-- From owner-freebsd-arm@freebsd.org Wed Jul 20 21:17:02 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56C38B9F829 for ; Wed, 20 Jul 2016 21:17:02 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 141AA1869 for ; Wed, 20 Jul 2016 21:17:02 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id l65so89966200oib.1 for ; Wed, 20 Jul 2016 14:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZgNvTAAcQFegHcUCA9J0/qIT/6P9aFL9hyz9mqkm21k=; b=kx2jPTqPpmfBjWQzIHSUqc+BksRJ+4z4GKh7V+gPKbL0VmWGh9fhtNd2+3wgF3U6TH FhGEIVvPs9w7brh7qFcDf0zWGdJMkBFWJxG43aa6a8h0QGGJIiJXAjvxjwr61PiDLM/W nRkT733ZPjebYii0oXh6kEZx/4OHhrMszuuof3t29rmuArXu9hCbkekRETFQd0U7RDkd oe8ax1OIIv/2nbs7uiDXmgrX8yEKmw7SIitOwcbJMQP/U4sleeKuEreQ511cybsejpXk jsRpvgQqJYbOC3bddN4VVzTKHFR8L77jdZyNOBQYP9fcsge44KG2xN/UlrCrFWYcwH1c 099w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZgNvTAAcQFegHcUCA9J0/qIT/6P9aFL9hyz9mqkm21k=; b=ClOaFAbRd5PNtcdIYjDeCwGTklPrLyZp0B7HgOzKZwRxYfXOmFd9sXImNUXZu22SJv X19LNvX+4GXi2i7lT1FXYBD++x6dZhUFf82w7P3EjgpYleVezIAQcH5lkHPP/IGtx9vO wNe8I0miuREcEI4NjvRbmg3cPSy9XKaRI2IyvwL64+m/Ly+03wRjqSotoyLxunpjtmdK mb/LXS4d9p1wFhldgt5TOEHTkEsTG7sQYm9Xbe2kNepXA6wY1nRpOynXpUW+8HABc3V6 pD8/dw/vOAY27z/fBAtx5x86GlWULQN9I0Cu7bRUXiOuBlE0sse7t2xVHiMyrXyapu6F JtwQ== X-Gm-Message-State: ALyK8tLzUEHoyaqqULu4N5RrjjbozW7AeKybMfgKP45JICn77aN2QG53fPTLlDq3ikgnib7RwrHfuuh+sQzXuA== X-Received: by 10.202.114.81 with SMTP id p78mr23481243oic.16.1469049421259; Wed, 20 Jul 2016 14:17:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.7.1 with HTTP; Wed, 20 Jul 2016 14:17:00 -0700 (PDT) In-Reply-To: References: <20160720063002.GC35271@server.rulingia.com> From: "Herminio Hernandez, Jr." Date: Wed, 20 Jul 2016 14:17:00 -0700 Message-ID: Subject: Re: rpi2 as wireless router To: Adrian Chadd Cc: Peter Jeremy , "freebsd-arm@freebsd.org" Content-Type: multipart/mixed; boundary=001a11352e78e9859f053817b839 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:17:02 -0000 --001a11352e78e9859f053817b839 Content-Type: text/plain; charset=UTF-8 Here you go! On Wed, Jul 20, 2016 at 1:56 PM, Adrian Chadd wrote: > Hi, > > Please supply 'dmesg' and 'ifconfig -a' and maybe /etc/hostapd.conf > (minus the encryption key, of course) > > Thanks! > > > -a > > > On 20 July 2016 at 11:05, Herminio Hernandez, Jr. > wrote: > > I ran tcpdump on both freebsd and my laptop running Debian. Freebsd sees > > the DHCP Discover and then sends the DHCP Offer, but never receives the > > DHCP Request. Debian sends the DHCP Discover, but never sees the DHCP > > Offer, therefore never sends the DHCP Request. > > > > On Tue, Jul 19, 2016 at 11:30 PM, Peter Jeremy > wrote: > > > >> On 2016-Jul-19 13:26:19 -0700, "Herminio Hernandez, Jr." < > >> herminio.hernandezjr@gmail.com> wrote: > >> >I am trying to set freebsd as a wifi router on my rpi2. My Iphone can > see > >> >the ssid but it is failing to conect. FreeBSD can see the phone: > >> > > >> > > >> >root@rpi2:~ # ifconfig wlan0 list sta > >> >ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG > >> >iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR > RSN > >> >HTCAP WME > >> > > >> >I am running tcp dump and I see the dhcp requests and replies, but > there > >> is > >> >no connection establishing. Is there anything I am missing. > >> > >> That means the iPhone is associated and you are seeing traffic from it > >> but it seems it isn't seeing traffic from your AP. What is the output > >> from "ifconfig -a"? How far through the DHCP negotiation does the > >> iPhone get and what IP address are you sending in the DHCP response? > >> > >> Do you have a Unix-like host that you can run as a client so you can > >> run tcpdump on it? > >> > >> -- > >> Peter Jeremy > >> > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > --001a11352e78e9859f053817b839 Content-Type: text/plain; charset=US-ASCII; name="freebsd-hostapd_conf.txt" Content-Disposition: attachment; filename="freebsd-hostapd_conf.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_iqve35rh0 cm9vdEBycGkyOi9ob21lL3JpY2FuLWxpbnV4ICMgY2F0IC9ldGMvaG9zdGFwZC5jb25mIAppbnRl cmZhY2U9d2xhbjAKZGVidWc9NApjdHJsX2ludGVyZmFjZT0vdmFyL3J1bi9ob3N0YXBkCmN0cmxf aW50ZXJmYWNlX2dyb3VwPXdoZWVsCnNzaWQ9ZnJlZWJzZAp3cGE9MQp3cGFfcGFzc3BocmFzZT0q KioqKioqKioKd3BhX2tleV9tZ210PVdQQS1QU0sKd3BhX3BhaXJ3aXNlPUNDTVAgVEtJUAoK --001a11352e78e9859f053817b839 Content-Type: text/plain; charset=US-ASCII; name="freebsd-ifconfig.txt" Content-Disposition: attachment; filename="freebsd-ifconfig.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_iqve35rp1 cm9vdEBycGkyOi9ob21lL3JpY2FuLWxpbnV4ICMgaWZjb25maWcgLWEKbG8wOiBmbGFncz04MDQ5 PFVQLExPT1BCQUNLLFJVTk5JTkcsTVVMVElDQVNUPiBtZXRyaWMgMCBtdHUgMTYzODQKCW9wdGlv bnM9NjAwMDAzPFJYQ1NVTSxUWENTVU0sUlhDU1VNX0lQVjYsVFhDU1VNX0lQVjY+CglpbmV0NiA6 OjEgcHJlZml4bGVuIDEyOCAKCWluZXQ2IGZlODA6OjElbG8wIHByZWZpeGxlbiA2NCBzY29wZWlk IDB4MSAKCWluZXQgMTI3LjAuMC4xIG5ldG1hc2sgMHhmZjAwMDAwMCAKCWdyb3VwczogbG8gCglu ZDYgb3B0aW9ucz0yMTxQRVJGT1JNTlVELEFVVE9fTElOS0xPQ0FMPgp1ZTA6IGZsYWdzPTg4NDM8 VVAsQlJPQURDQVNULFJVTk5JTkcsU0lNUExFWCxNVUxUSUNBU1Q+IG1ldHJpYyAwIG10dSAxNTAw CglvcHRpb25zPTgwMDA5PFJYQ1NVTSxWTEFOX01UVSxMSU5LU1RBVEU+CglldGhlciBiODoyNzpl Yjo1OTphMzphZAoJaW5ldCAxOTIuMTY4LjI1NS44NyBuZXRtYXNrIDB4ZmZmZmZmMDAgYnJvYWRj YXN0IDE5Mi4xNjguMjU1LjI1NSAKCW1lZGlhOiBFdGhlcm5ldCBhdXRvc2VsZWN0ICgxMDBiYXNl VFggPGZ1bGwtZHVwbGV4PikKCXN0YXR1czogYWN0aXZlCgluZDYgb3B0aW9ucz0yOTxQRVJGT1JN TlVELElGRElTQUJMRUQsQVVUT19MSU5LTE9DQUw+CndsYW4wOiBmbGFncz04ODQzPFVQLEJST0FE Q0FTVCxSVU5OSU5HLFNJTVBMRVgsTVVMVElDQVNUPiBtZXRyaWMgMCBtdHUgMTUwMAoJZXRoZXIg MDA6MGY6MTM6OTc6MDM6YzUKCWluZXQgMTkyLjE2OC4wLjEgbmV0bWFzayAweGZmZmZmZjAwIGJy b2FkY2FzdCAxOTIuMTY4LjAuMjU1IAoJZ3JvdXBzOiB3bGFuIAoJc3NpZCBmcmVlYnNkIGNoYW5u ZWwgNiAoMjQzNyBNSHogMTFnIGh0LzIwKSBic3NpZCAwMDowZjoxMzo5NzowMzpjNQoJcmVnZG9t YWluIEZDQyBjb3VudHJ5IFVTIGF1dGhtb2RlIFdQQSBwcml2YWN5IE1JWEVEIGRlZnR4a2V5IDIK CVRLSVAgMjoxMjgtYml0IHR4cG93ZXIgMzAgc2NhbnZhbGlkIDYwIHByb3Rtb2RlIENUUyBodDIw CgktYW1wZHV0eCBhbXBkdXJ4IGFtcGR1bGltaXQgNjRrIGFtcGR1ZGVuc2l0eSAxNiAtc3RiYyB3 bWUgZHRpbXBlcmlvZCAxCgktZGZzCgltZWRpYTogSUVFRSA4MDIuMTEgV2lyZWxlc3MgRXRoZXJu ZXQgYXV0b3NlbGVjdCBtb2RlIDExbmcgPGhvc3RhcD4KCXN0YXR1czogcnVubmluZwoJbmQ2IG9w dGlvbnM9Mjk8UEVSRk9STU5VRCxJRkRJU0FCTEVELEFVVE9fTElOS0xPQ0FMPgpwZmxvZzA6IGZs YWdzPTE0MTxVUCxSVU5OSU5HLFBST01JU0M+IG1ldHJpYyAwIG10dSAzMzE4NAoJZ3JvdXBzOiBw ZmxvZyAKcm9vdEBycGkyOi9ob21lL3JpY2FuLWxpbnV4ICMgCgo= --001a11352e78e9859f053817b839 Content-Type: text/plain; charset=US-ASCII; name="freebsd-dmesg.txt" Content-Disposition: attachment; filename="freebsd-dmesg.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_iqve35rr2 cm9vdEBycGkyOi9ob21lL3JpY2FuLWxpbnV4ICMgZG1lc2cgCktEQjogZGVidWdnZXIgYmFja2Vu ZHM6IGRkYgpLREI6IGN1cnJlbnQgYmFja2VuZDogZGRiCkNvcHlyaWdodCAoYykgMTk5Mi0yMDE2 IFRoZSBGcmVlQlNEIFByb2plY3QuCkNvcHlyaWdodCAoYykgMTk3OSwgMTk4MCwgMTk4MywgMTk4 NiwgMTk4OCwgMTk4OSwgMTk5MSwgMTk5MiwgMTk5MywgMTk5NAoJVGhlIFJlZ2VudHMgb2YgdGhl IFVuaXZlcnNpdHkgb2YgQ2FsaWZvcm5pYS4gQWxsIHJpZ2h0cyByZXNlcnZlZC4KRnJlZUJTRCBp cyBhIHJlZ2lzdGVyZWQgdHJhZGVtYXJrIG9mIFRoZSBGcmVlQlNEIEZvdW5kYXRpb24uCkZyZWVC U0QgMTEuMC1BTFBIQTYgIzAgcjMwMjMwMzogRnJpIEp1bCAgMSAxNzo1Mzo1NiBVVEMgMjAxNgog ICAgcm9vdEByZWxlbmcyLm55aS5mcmVlYnNkLm9yZzovdXNyL29iai9hcm0uYXJtdjYvdXNyL3Ny Yy9zeXMvUlBJMiBhcm0KRnJlZUJTRCBjbGFuZyB2ZXJzaW9uIDMuOC4wICh0YWdzL1JFTEVBU0Vf MzgwL2ZpbmFsIDI2MjU2NCkgKGJhc2VkIG9uIExMVk0gMy44LjApClZUOiBpbml0IHdpdGhvdXQg ZHJpdmVyLgpzZW1hX3N5c2luaXQKQ1BVOiBDb3J0ZXggQTcgcmV2IDUgKENvcnRleC1BIGNvcmUp CiBTdXBwb3J0ZWQgZmVhdHVyZXM6IEFSTV9JU0EgVEhVTUIyIEpBWkVMTEUgVEhVTUJFRSBBUk12 NCBTZWN1cml0eV9FeHQKIFdCIGVuYWJsZWQgTEFCVCBicmFuY2ggcHJlZGljdGlvbiBkaXNhYmxl ZApMb1VVOjIgTG9DOjMgTG9VSVM6MiAKQ2FjaGUgbGV2ZWwgMTogCiAzMktCLzY0QiA0LXdheSBk YXRhIGNhY2hlIFdCIFJlYWQtQWxsb2MgV3JpdGUtQWxsb2MKIDMyS0IvMzJCIDItd2F5IGluc3Ry dWN0aW9uIGNhY2hlIFJlYWQtQWxsb2MKQ2FjaGUgbGV2ZWwgMjogCiA1MTJLQi82NEIgOC13YXkg dW5pZmllZCBjYWNoZSBXQiBSZWFkLUFsbG9jIFdyaXRlLUFsbG9jCnJlYWwgbWVtb3J5ICA9IDk4 OTg1MTY0OCAoOTQzIE1CKQphdmFpbCBtZW1vcnkgPSA5NTc0NDQwOTYgKDkxMyBNQikKRnJlZUJT RC9TTVA6IE11bHRpcHJvY2Vzc29yIFN5c3RlbSBEZXRlY3RlZDogNCBDUFVzCnJhbmRvbTogZW50 cm9weSBkZXZpY2UgZXh0ZXJuYWwgaW50ZXJmYWNlCmtiZDAgYXQga2JkbXV4MApvZndidXMwOiA8 T3BlbiBGaXJtd2FyZSBEZXZpY2UgVHJlZT4Kc2ltcGxlYnVzMDogPEZsYXR0ZW5lZCBkZXZpY2Ug dHJlZSBzaW1wbGUgYnVzPiBtZW0gMHgzZjAwMDAwMC0weDNmZmZmZmZmIG9uIG9md2J1czAKbG9j YWxfaW50YzA6IDxCQ00yODM2IEludGVycnVwdCBDb250cm9sbGVyPiBtZW0gMHg0MDAwMDAwMC0w eDQwMDAwMGZmIG9uIHNpbXBsZWJ1czAKZ2VuZXJpY190aW1lcjA6IDxBUk12NyBHZW5lcmljIFRp bWVyPiBvbiBvZndidXMwClRpbWVjb3VudGVyICJBUk0gTVBDb3JlIFRpbWVjb3VudGVyIiBmcmVx dWVuY3kgMTkyMDAwMDAgSHogcXVhbGl0eSAxMDAwCkV2ZW50IHRpbWVyICJBUk0gTVBDb3JlIEV2 ZW50dGltZXIiIGZyZXF1ZW5jeSAxOTIwMDAwMCBIeiBxdWFsaXR5IDEwMDAKaW50YzA6IDxCQ00y ODM1IEludGVycnVwdCBDb250cm9sbGVyPiBtZW0gMHhiMjAwLTB4YjNmZiBvbiBzaW1wbGVidXMw CmJjbXdkMDogPEJDTTI3MDgvMjgzNSBXYXRjaGRvZz4gbWVtIDB4MTAwMDFjLTB4MTAwMDI3IG9u IHNpbXBsZWJ1czAKZ3BpbzA6IDxCQ00yNzA4LzI4MzUgR1BJTyBjb250cm9sbGVyPiBtZW0gMHgy MDAwMDAtMHgyMDAwYWYgb24gc2ltcGxlYnVzMApncGlvMDogcmVhZC1vbmx5IHBpbnM6IDQ2LDQ4 LTUzLgpncGlvMDogcmVzZXJ2ZWQgcGluczogNDgtNTMuCmdwaW9idXMwOiA8T0ZXIEdQSU8gYnVz PiBvbiBncGlvMApncGlvbGVkMDogPEdQSU8gbGVkPiBhdCBwaW4gMzUgb24gZ3Bpb2J1czAKZ3Bp b2xlZDE6IDxHUElPIGxlZD4gYXQgcGluIDQ3IG9uIGdwaW9idXMwCmdwaW9jMDogPEdQSU8gY29u dHJvbGxlcj4gb24gZ3BpbzAKaWljaGIwOiA8QkNNMjcwOC8yODM1IEJTQyBjb250cm9sbGVyPiBt ZW0gMHgyMDUwMDAtMHgyMDUwMWYgb24gc2ltcGxlYnVzMAppaWNidXMwOiA8T0ZXIEkyQyBidXM+ IG9uIGlpY2hiMAppaWMwOiA8STJDIGdlbmVyaWMgSS9PPiBvbiBpaWNidXMwCmlpY2hiMTogPEJD TTI3MDgvMjgzNSBCU0MgY29udHJvbGxlcj4gbWVtIDB4ODA0MDAwLTB4ODA0MDFmIG9uIHNpbXBs ZWJ1czAKaWljYnVzMTogPE9GVyBJMkMgYnVzPiBvbiBpaWNoYjEKaWljMTogPEkyQyBnZW5lcmlj IEkvTz4gb24gaWljYnVzMQpzcGkwOiA8QkNNMjcwOC8yODM1IFNQSSBjb250cm9sbGVyPiBtZW0g MHgyMDQwMDAtMHgyMDQwMWYgb24gc2ltcGxlYnVzMApzcGlidXMwOiA8T0ZXIFNQSSBidXM+IG9u IHNwaTAKYmNtX2RtYTA6IDxCQ00yODM1IERNQSBDb250cm9sbGVyPiBtZW0gMHg3MDAwLTB4N2Zm ZiwweGUwNTAwMC0weGUwNWZmZiBvbiBzaW1wbGVidXMwCm1ib3gwOiA8QkNNMjgzNSBWaWRlb0Nv cmUgTWFpbGJveD4gbWVtIDB4Yjg4MC0weGI4YmYgb24gc2ltcGxlYnVzMApzZGhjaV9iY20wOiA8 QnJvYWRjb20gMjcwOCBTREhDSSBjb250cm9sbGVyPiBtZW0gMHgzMDAwMDAtMHgzMDAwZmYgb24g c2ltcGxlYnVzMAptbWMwOiA8TU1DL1NEIGJ1cz4gb24gc2RoY2lfYmNtMAp1YXJ0MDogPFByaW1l Q2VsbCBVQVJUIChQTDAxMSk+IG1lbSAweDIwMTAwMC0weDIwMWZmZiBvbiBzaW1wbGVidXMwCnVh cnQwOiBjb25zb2xlICgxMTUyMDAsbiw4LDEpCnZjaGlxMDogPEJDTTI4MzUgVkNISVE+IG1lbSAw eGI4MDAtMHhiODRmIG9uIHNpbXBsZWJ1czAKdmNoaXE6IGxvY2FsIHZlciA4IChtaW4gMyksIHJl bW90ZSB2ZXIgOC4KcGNtMDogPFZDSElRIGF1ZGlvPiBvbiB2Y2hpcTAKYmNtMjgzeF9kd2NvdGcw OiA8RFdDIE9URyAyLjAgaW50ZWdyYXRlZCBVU0IgY29udHJvbGxlciAoYmNtMjgzeCk+IG1lbSAw eDk4MDAwMC0weDk5ZmZmZiBvbiBzaW1wbGVidXMwCnVzYnVzMCBvbiBiY20yODN4X2R3Y290ZzAK Y3B1bGlzdDA6IDxPcGVuIEZpcm13YXJlIENQVSBHcm91cD4gb24gb2Z3YnVzMApjcHUwOiA8T3Bl biBGaXJtd2FyZSBDUFU+IG9uIGNwdWxpc3QwCmJjbTI4MzVfY3B1ZnJlcTA6IDxDUFUgRnJlcXVl bmN5IENvbnRyb2w+IG9uIGNwdTAKY3B1MTogPE9wZW4gRmlybXdhcmUgQ1BVPiBvbiBjcHVsaXN0 MApjcHUyOiA8T3BlbiBGaXJtd2FyZSBDUFU+IG9uIGNwdWxpc3QwCmNwdTM6IDxPcGVuIEZpcm13 YXJlIENQVT4gb24gY3B1bGlzdDAKZmIwOiA8QkNNMjgzNSBWVCBmcmFtZWJ1ZmZlciBkcml2ZXI+ IG9uIG9md2J1czAKZmJkMCBvbiBmYjAKVlQ6IGluaXRpYWxpemUgd2l0aCBuZXcgVlQgZHJpdmVy ICJmYiIuCmZiMDogNjU2eDQxNig2NTZ4NDE2QDAsMCkgMjRicHAKZmIwOiBmYnN3YXA6IDEsIHBp dGNoIDE5NjgsIGJhc2UgMHgzZGFhYzAwMCwgc2NyZWVuX3NpemUgODE4Njg4CmNyeXB0b3NvZnQw OiA8c29mdHdhcmUgY3J5cHRvPgpUaW1lY291bnRlcnMgdGljayBldmVyeSAxMC4wMDAgbXNlYwp1 c2J1czA6IDQ4ME1icHMgSGlnaCBTcGVlZCBVU0IgdjIuMAp1Z2VuMC4xOiA8RFdDT1RHPiBhdCB1 c2J1czAKdWh1YjA6IDxEV0NPVEcgT1RHIFJvb3QgSFVCLCBjbGFzcyA5LzAsIHJldiAyLjAwLzEu MDAsIGFkZHIgMT4gb24gdXNidXMwCm1tY3NkMDogOEdCIDxTREhDIFNBMDhHIDIuMyBTTiA0NTMy QUNGOSBNRkcgMDIvMjAxNiBieSAyIFRNPiBhdCBtbWMwIDQxLjZNSHovNGJpdC82NTUzNS1ibG9j awpiY20yODM1X2NwdWZyZXEwOiBBUk0gNjAwTUh6LCBDb3JlIDI1ME1IeiwgU0RSQU0gNDAwTUh6 LCBUdXJibyBPRkYKUmVsZWFzZSBBUHMKVHJ5aW5nIHRvIG1vdW50IHJvb3QgZnJvbSB1ZnM6L2Rl di91ZnMvcm9vdGZzIFtyd10uLi4KV0FSTklORzogLyB3YXMgbm90IHByb3Blcmx5IGRpc21vdW50 ZWQKd2FybmluZzogbm8gdGltZS1vZi1kYXkgY2xvY2sgcmVnaXN0ZXJlZCwgc3lzdGVtIHRpbWUg d2lsbCBub3QgYmUgc2V0IGFjY3VyYXRlbHkKdWh1YjA6IDEgcG9ydCB3aXRoIDEgcmVtb3ZhYmxl LCBzZWxmIHBvd2VyZWQKdWdlbjAuMjogPHZlbmRvciAweDA0MjQ+IGF0IHVzYnVzMAp1aHViMTog PHZlbmRvciAweDA0MjQgcHJvZHVjdCAweDk1MTQsIGNsYXNzIDkvMCwgcmV2IDIuMDAvMi4wMCwg YWRkciAyPiBvbiB1c2J1czAKdWh1YjE6IE1UVCBlbmFibGVkCnVodWIxOiA1IHBvcnRzIHdpdGgg NCByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAp1Z2VuMC4zOiA8dmVuZG9yIDB4MDQyND4gYXQgdXNi dXMwCnNtc2MwOiA8dmVuZG9yIDB4MDQyNCBwcm9kdWN0IDB4ZWMwMCwgcmV2IDIuMDAvMi4wMCwg YWRkciAzPiBvbiB1c2J1czAKc21zYzA6IGNoaXAgMHhlYzAwLCByZXYuIDAwMDIKbWlpYnVzMDog PE1JSSBidXM+IG9uIHNtc2MwCnVrcGh5MDogPEdlbmVyaWMgSUVFRSA4MDIuM3UgbWVkaWEgaW50 ZXJmYWNlPiBQSFkgMSBvbiBtaWlidXMwCnVrcGh5MDogIG5vbmUsIDEwYmFzZVQsIDEwYmFzZVQt RkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1GRFgsIGF1dG8KdWUwOiA8VVNCIEV0aGVybmV0PiBv biBzbXNjMAp1ZTA6IEV0aGVybmV0IGFkZHJlc3M6IGI4OjI3OmViOjU5OmEzOmFkCnVnZW4wLjQ6 IDx2ZW5kb3IgMHgwYmRhPiBhdCB1c2J1czAKcmFuZG9tOiB1bmJsb2NraW5nIGRldmljZS4Kc21z YzA6IGNoaXAgMHhlYzAwLCByZXYuIDAwMDIKdWUwOiBsaW5rIHN0YXRlIGNoYW5nZWQgdG8gRE9X Tgp1ZTA6IGxpbmsgc3RhdGUgY2hhbmdlZCB0byBVUAp1cnR3bjA6IDx2ZW5kb3IgMHgwYmRhIHBy b2R1Y3QgMHg4MTc2LCBjbGFzcyAwLzAsIHJldiAyLjAwLzIuMDAsIGFkZHIgND4gb24gdXNidXMw CnVydHduMDogTUFDL0JCIFJUTDgxODhDVVMsIFJGIDYwNTIgMVQxUgp1cnR3bjA6IGVuYWJsaW5n IDExbgp3bGFuMDogRXRoZXJuZXQgYWRkcmVzczogMDA6MGY6MTM6OTc6MDM6YzUKcGZsb2cwOiBw cm9taXNjdW91cyBtb2RlIGVuYWJsZWQKd2xhbjA6IGllZWU4MDIxMV9uZXdfc3RhdGVfbG9ja2Vk OiBwZW5kaW5nIElOSVQgLT4gU0NBTiB0cmFuc2l0aW9uIGxvc3QKCg== --001a11352e78e9859f053817b839-- From owner-freebsd-arm@freebsd.org Wed Jul 20 21:18:38 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFF4DB9F86E for ; Wed, 20 Jul 2016 21:18:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::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 A73931945; Wed, 20 Jul 2016 21:18:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x231.google.com with SMTP id b62so59060130iod.3; Wed, 20 Jul 2016 14:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jN2Z23FTdcgshXpKNvcz6XpLpe5mG9DMkFyhncAuoL8=; b=zD6TbwfdUfCrDy75dUQf/7YfpO6ycohend0H4weQm0yh7u/qYJUZwPhdO1Zp4/kl1F fY9HSb4+CaGVG3qfqBWz9bxyZILgkAFnAv9AbHRp3N6EbldpfcmN9Oxlv6yFLGSKymtH 0dWIbgJ0quNlZ/gpnTtFzEXqvQ1qapdOIct3/3luqZs3Zc342WQsop8SH02Y/5OzmTwt WgczPO9ST0tybmm0U39tK0u06Bt+pfjj0ts4wR+ehp9yjKSsqRc6f97w25mopjbDsKJH DcXWYTD19+2bu5wVaEANCzmZTPXzk6YVdQiPmJPUAZWldSMneqHPaqXA3fJ0aMNBrlgL S3FQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jN2Z23FTdcgshXpKNvcz6XpLpe5mG9DMkFyhncAuoL8=; b=FZ75mE3h5CGE1VhaJUPUjqrqfmhrkuJuFfidAu9oF9ATNSvBDMK1oPCK2swIliLPrx ew9EGqYDB7vIweMAdrF0EBkKhnV6NvDJhbdFqtzD4CmLczmKX/VP+t4mKzsiqv7xHPdT 1UaLSIFZevoZM4Ehyd1GEHpN2kmJcuJY84d4uEvOmt92hpjqEJnuabKCn14uFrrqkS1c b/hoZTSjSrOxNuDJ2G7REdVN+unJHYT3u6G2VLOLm8wnRBgFvLURpwnJmp8YkUy2XBis xokDKRn+5w0ezW/+ViggXaXcC3T5DV2Tmq7HJCeYq6DgjvZ8dh7W+VxEsufxB99+wKC7 wS/A== X-Gm-Message-State: ALyK8tKqfwh7RDea0iPQ+6rfYpI6kKE1dmHF88lmVPu7NDOC7UeUSIpFiBGDQ4dd82nivcbXll3k2Zs7rDZh/Q== X-Received: by 10.107.15.157 with SMTP id 29mr28233192iop.123.1469049518192; Wed, 20 Jul 2016 14:18:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Wed, 20 Jul 2016 14:18:37 -0700 (PDT) In-Reply-To: References: <20160720063002.GC35271@server.rulingia.com> From: Adrian Chadd Date: Wed, 20 Jul 2016 14:18:37 -0700 Message-ID: Subject: Re: rpi2 as wireless router To: "Herminio Hernandez, Jr." , Andriy Voskoboinyk Cc: Peter Jeremy , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:18:39 -0000 hi, besides changing it to wpa=3, this should work. I haven't used urtwn in AP mode though. Andriy? -a On 20 July 2016 at 14:17, Herminio Hernandez, Jr. wrote: > Here you go! > > On Wed, Jul 20, 2016 at 1:56 PM, Adrian Chadd > wrote: >> >> Hi, >> >> Please supply 'dmesg' and 'ifconfig -a' and maybe /etc/hostapd.conf >> (minus the encryption key, of course) >> >> Thanks! >> >> >> -a >> >> >> On 20 July 2016 at 11:05, Herminio Hernandez, Jr. >> wrote: >> > I ran tcpdump on both freebsd and my laptop running Debian. Freebsd sees >> > the DHCP Discover and then sends the DHCP Offer, but never receives the >> > DHCP Request. Debian sends the DHCP Discover, but never sees the DHCP >> > Offer, therefore never sends the DHCP Request. >> > >> > On Tue, Jul 19, 2016 at 11:30 PM, Peter Jeremy >> > wrote: >> > >> >> On 2016-Jul-19 13:26:19 -0700, "Herminio Hernandez, Jr." < >> >> herminio.hernandezjr@gmail.com> wrote: >> >> >I am trying to set freebsd as a wifi router on my rpi2. My Iphone can >> >> > see >> >> >the ssid but it is failing to conect. FreeBSD can see the phone: >> >> > >> >> > >> >> >root@rpi2:~ # ifconfig wlan0 list sta >> >> >ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG >> >> >iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS AQEPHTR >> >> > RSN >> >> >HTCAP WME >> >> > >> >> >I am running tcp dump and I see the dhcp requests and replies, but >> >> > there >> >> is >> >> >no connection establishing. Is there anything I am missing. >> >> >> >> That means the iPhone is associated and you are seeing traffic from it >> >> but it seems it isn't seeing traffic from your AP. What is the output >> >> from "ifconfig -a"? How far through the DHCP negotiation does the >> >> iPhone get and what IP address are you sending in the DHCP response? >> >> >> >> Do you have a Unix-like host that you can run as a client so you can >> >> run tcpdump on it? >> >> >> >> -- >> >> Peter Jeremy >> >> >> > _______________________________________________ >> > freebsd-arm@freebsd.org mailing list >> > https://lists.freebsd.org/mailman/listinfo/freebsd-arm >> > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > > From owner-freebsd-arm@freebsd.org Wed Jul 20 21:21:26 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6213EB9F8F7 for ; Wed, 20 Jul 2016 21:21:26 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-156.reflexion.net [208.70.211.156]) (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 1B88F1A77 for ; Wed, 20 Jul 2016 21:21:25 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 7204 invoked from network); 20 Jul 2016 21:21:21 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 20 Jul 2016 21:21:21 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.6) with SMTP; Wed, 20 Jul 2016 17:21:20 -0400 (EDT) Received: (qmail 7005 invoked from network); 20 Jul 2016 21:21:20 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 20 Jul 2016 21:21:20 -0000 X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 63C2E1C42CB; Wed, 20 Jul 2016 14:21:15 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: FreeBSD user home directory Message-Id: Date: Wed, 20 Jul 2016 14:21:18 -0700 To: freebsd-arm , russ.haley@gmail.com Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:21:26 -0000 Russell Haley russ.haley at gmail.com wrote on Wed Jul 20 20:55:25 UTC = 2016: > However in the arm instance there are no symlinks in either direction . . . > Which seems to me to still be in error as there are now TWO home = directories. My rpi2 (long following 11.0-CURRENT via periodic updates via source = builds and now 11.0-STABLE) still has no /home (not even as a symbolic = link) but does have a /usr/home . (FYI: I use mergemaster.) # ls -l / total 701781 -rw-r--r-- 1 root wheel 955 Jul 8 02:57 .cshrc -rw-r--r-- 1 root wheel 247 Jul 8 02:58 .profile drwxrwxr-x 2 root operator 512 Jan 7 2016 .snap -r--r--r-- 1 root wheel 6195 Jul 8 02:58 COPYRIGHT drwxr-xr-x 2 root wheel 1024 Jul 8 17:04 bin drwxr-xr-x 10 root wheel 1024 Jul 8 17:17 boot dr-xr-xr-x 18 root wheel 512 Jul 8 17:17 dev -rw-r--r-- 1 root wheel 4096 Jul 8 17:17 entropy drwxr-xr-x 25 root wheel 2560 Jul 16 01:26 etc drwxr-xr-x 4 root wheel 1536 Jul 8 17:04 lib drwxr-xr-x 3 root wheel 512 Jul 8 17:04 libexec drwx------ 2 root wheel 512 Jan 7 2016 lost+found drwxr-xr-x 2 root wheel 512 Jan 24 21:35 media drwxr-xr-x 19 root wheel 512 Jan 24 21:35 mnt dr-xr-xr-x 2 root wheel 512 Jan 24 21:35 proc drwxr-xr-x 2 root wheel 2560 Jul 8 17:04 rescue -rw------- 1 root wheel 47116148 Jan 7 2016 restoresymtable drwxr-xr-x 13 root wheel 1536 Jul 17 16:46 root drwxr-xr-x 2 root wheel 2560 Jul 8 17:04 sbin -rw------- 1 root wheel 2147483648 Jan 7 2016 swapfile0 lrwxr-xr-x 1 root wheel 11 Jul 8 02:57 sys -> = usr/src/sys drwxrwxrwt 12 root wheel 512 Jul 20 03:11 tmp drwxr-xr-x 15 root wheel 512 Jul 8 17:16 usr drwxr-xr-x 25 root wheel 512 Jul 8 17:17 var # ls -l /usr total 80 drwxr-xr-x 2 root wheel 8704 Jul 8 17:05 bin drwxr-xr-x 3 root wheel 512 Dec 1 2015 home drwxr-xr-x 54 root wheel 6656 Jul 8 17:07 include drwxr-xr-x 10 root wheel 15872 Jul 8 17:05 lib drwxr-xr-x 6 root wheel 512 Jan 24 21:35 libdata drwxr-xr-x 8 root wheel 1536 Jul 8 17:04 libexec drwxr-xr-x 17 root wheel 512 Jan 24 21:35 local drwxr-xr-x 6 root wheel 512 Jan 24 21:35 obj drwxr-xr-t 71 root wheel 2048 Jul 12 01:43 ports drwxr-xr-x 2 root wheel 5120 Jul 8 17:06 sbin drwxr-xr-x 33 root wheel 1024 Mar 20 16:26 share drwxr-xr-x 24 root wheel 1024 Jan 24 21:35 src drwxr-xr-x 15 root wheel 512 Jul 8 17:04 tests So I'm not sure how you got a /home created. Side note to avoid the above making a bad suggestion: /swapfile0 is not = in use because the last time that I tied file based swapping it was not = reliable: the system can hang. (Bugzilla submittal 206048 was made. The = issue is not arm specific, with a comment added about an arm64 = virtualbox client example at the time.) I've a separate partition that = is used for swapping. =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-arm@freebsd.org Wed Jul 20 21:28:09 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BDB6B9FBA9 for ; Wed, 20 Jul 2016 21:28:09 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) (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 29A161D58 for ; Wed, 20 Jul 2016 21:28:08 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f51.google.com with SMTP id g62so47060940lfe.3 for ; Wed, 20 Jul 2016 14:28:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=GrLEbUR4y+ijLvLn+Qey+GSo/GqPvW+jq3QbMAZZm44=; b=fETjzogSBXpx1jNhxRqN5T5n5L7mZ0EAHgilPaUE08AiDjByYoCRSg9gCib6Et8mJU 696q27APXZI/TBqYOeLK4ToZ4lUGHcwKoD4JK6Xxr98Hgrf8cLWH8YPNYMlsDsrItR33 lAkVG7Ky9WLI9KeSg3Tt85mewRZ8fs3D2/qYaO8DhJOEq5bzWaj9whOho/zrXgbK1tu/ fMoifCnRQk754ltzUUs909YLckQ0t8OBejFwxI3Lom3S6RZ2NAVB8trOMP6964UEYF8S J8E+EeQQZwpoN7JoiaEqaiXMimhxa/FDYEaBF8rMxZUVxjV+v+NJ/EiphKe/8GHSPn/T aVDA== X-Gm-Message-State: ALyK8tJoeM09mh1ckH8JF/e4nnnS6aCZD/tzI7uFXaxDjabf+zLsE7AinM1MZQQSm6lHeg== X-Received: by 10.46.33.217 with SMTP id h86mr7712959lji.39.1469050080554; Wed, 20 Jul 2016 14:28:00 -0700 (PDT) Received: from localhost (host-176-37-109-22.la.net.ua. [176.37.109.22]) by smtp.gmail.com with ESMTPSA id h22sm952543lji.21.2016.07.20.14.27.59 (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 20 Jul 2016 14:28:00 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Herminio Hernandez, Jr." , "Adrian Chadd" Cc: "Peter Jeremy" , "freebsd-arm@freebsd.org" Subject: Re: rpi2 as wireless router References: <20160720063002.GC35271@server.rulingia.com> Date: Thu, 21 Jul 2016 00:27:54 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Andriy Voskoboinyk" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:28:09 -0000 Thu, 21 Jul 2016 00:18:37 +0300 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Adrian Chadd = : ifconfig wlan0 -ht ? (if this will not help - try to disable encryption temporarily) P.S. RTL8188CUS ? > hi, > > besides changing it to wpa=3D3, this should work. I haven't used urtwn= > in AP mode though. > > Andriy? > > > -a > > > On 20 July 2016 at 14:17, Herminio Hernandez, Jr. > wrote: >> Here you go! >> >> On Wed, Jul 20, 2016 at 1:56 PM, Adrian Chadd >> wrote: >>> >>> Hi, >>> >>> Please supply 'dmesg' and 'ifconfig -a' and maybe /etc/hostapd.conf >>> (minus the encryption key, of course) >>> >>> Thanks! >>> >>> >>> -a >>> >>> >>> On 20 July 2016 at 11:05, Herminio Hernandez, Jr. >>> wrote: >>> > I ran tcpdump on both freebsd and my laptop running Debian. Freebs= d = >>> sees >>> > the DHCP Discover and then sends the DHCP Offer, but never receive= s = >>> the >>> > DHCP Request. Debian sends the DHCP Discover, but never sees the D= HCP >>> > Offer, therefore never sends the DHCP Request. >>> > >>> > On Tue, Jul 19, 2016 at 11:30 PM, Peter Jeremy >>> > wrote: >>> > >>> >> On 2016-Jul-19 13:26:19 -0700, "Herminio Hernandez, Jr." < >>> >> herminio.hernandezjr@gmail.com> wrote: >>> >> >I am trying to set freebsd as a wifi router on my rpi2. My Iphon= e = >>> can >>> >> > see >>> >> >the ssid but it is failing to conect. FreeBSD can see the phone:= >>> >> > >>> >> > >>> >> >root@rpi2:~ # ifconfig wlan0 list sta >>> >> >ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FL= AG >>> >> >iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS = >>> AQEPHTR >>> >> > RSN >>> >> >HTCAP WME >>> >> > >>> >> >I am running tcp dump and I see the dhcp requests and replies, b= ut >>> >> > there >>> >> is >>> >> >no connection establishing. Is there anything I am missing. >>> >> >>> >> That means the iPhone is associated and you are seeing traffic fr= om = >>> it >>> >> but it seems it isn't seeing traffic from your AP. What is the = >>> output >>> >> from "ifconfig -a"? How far through the DHCP negotiation does th= e >>> >> iPhone get and what IP address are you sending in the DHCP respon= se? >>> >> >>> >> Do you have a Unix-like host that you can run as a client so you = can >>> >> run tcpdump on it? >>> >> >>> >> -- >>> >> Peter Jeremy >>> >> >>> > _______________________________________________ >>> > freebsd-arm@freebsd.org mailing list >>> > https://lists.freebsd.org/mailman/listinfo/freebsd-arm >>> > To unsubscribe, send any mail to = >>> "freebsd-arm-unsubscribe@freebsd.org" >> From owner-freebsd-arm@freebsd.org Wed Jul 20 21:33:46 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E452B9FF08 for ; Wed, 20 Jul 2016 21:33:46 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x234.google.com (mail-vk0-x234.google.com [IPv6:2607:f8b0:400c:c05::234]) (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 0A2DD1527 for ; Wed, 20 Jul 2016 21:33:46 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x234.google.com with SMTP id x130so87497978vkc.0 for ; Wed, 20 Jul 2016 14:33:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=F8s1mnD5Gz+/y86/Xk4dwqirEfmyyGZ9GbiQ2iaWToE=; b=Y+dRVOH2Ro03Cfwz/mapXe44ng1GcWBUhSPp5giZZide5URcJCk9puV3l0xUBUvtPo tpV3A3OITuAokHp35mMOCG8p8DX2Hl9kkH+EfG7BFdf3zeKJjCU6K2sn2XfwcW+HfpQ0 /gvyDhO2243F18DNcSpUHZw0LZjZx86Y4OliMfdI3qpyM5nH+3iE1O+GsSB6RQy/fw3T CgHlqqj0v6KYLHetuDqMWXFmP8DlOiaY6kcUERMhPsQgT+YC8ob8nIN7d85PsvH9mpJ0 9eOS80wHK7KDBnX4bDmhZ+dSyvM4xKA9oGVKKZZsUqjA5qEvpyZ5+YhYFOQ79ksfanka oFQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=F8s1mnD5Gz+/y86/Xk4dwqirEfmyyGZ9GbiQ2iaWToE=; b=IR2MNf3VvuKvn6w9VkZeaRG8nMShISzuDeXn4Ns8ldN330DszJA3BYPavh10m1rYgH 08t+BtzbOXI8oB2ZzOtc+9R8vcsFl0LxO6DSmF0RIkPn1JbBttundw0fjqIzJS+8HNoA +BdaEE2Gcg2dXT7k9wgyPsaocGu+mPHuczDAL5lLpZgAL+QXbRINYxe3BnLD7JV1z52c SQYx3Gk/wuld3z8PYNjTArQPGYlNeCfpWCAzpDYg7EZMky6KCCMh9QyatBRtXXuEUMBB qoHmcyQw0DF0EXN4QRg8Dv/ZqXT9vPcYMZ0yiHn1fjnYyJyHQBUbTrXVOI7jZjCv+EhA f+TQ== X-Gm-Message-State: ALyK8tKrkkFxMwNRRVPGPL9RfWgBlXopV/+N88IhJ8U+r9Eewp4NX4oqZaJp5U/RDRpEUGuVM3zctYD7eSkMcg== X-Received: by 10.31.230.194 with SMTP id d185mr24041909vkh.143.1469050425079; Wed, 20 Jul 2016 14:33:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.148.74 with HTTP; Wed, 20 Jul 2016 14:33:44 -0700 (PDT) In-Reply-To: References: From: Russell Haley Date: Wed, 20 Jul 2016 15:33:44 -0600 Message-ID: Subject: Re: FreeBSD user home directory To: Mark Millard Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 21:33:46 -0000 On Wed, Jul 20, 2016 at 3:21 PM, Mark Millard wrote: > Russell Haley russ.haley at gmail.com wrote on Wed Jul 20 20:55:25 UTC 2016: > >> However in the arm instance there are no symlinks in either direction > . . . >> Which seems to me to still be in error as there are now TWO home directories. > > > My rpi2 (long following 11.0-CURRENT via periodic updates via source builds and now 11.0-STABLE) still has no /home (not even as a symbolic link) but does have a /usr/home . (FYI: I use mergemaster.) > > # ls -l / > total 701781 > -rw-r--r-- 1 root wheel 955 Jul 8 02:57 .cshrc > -rw-r--r-- 1 root wheel 247 Jul 8 02:58 .profile > drwxrwxr-x 2 root operator 512 Jan 7 2016 .snap > -r--r--r-- 1 root wheel 6195 Jul 8 02:58 COPYRIGHT > drwxr-xr-x 2 root wheel 1024 Jul 8 17:04 bin > drwxr-xr-x 10 root wheel 1024 Jul 8 17:17 boot > dr-xr-xr-x 18 root wheel 512 Jul 8 17:17 dev > -rw-r--r-- 1 root wheel 4096 Jul 8 17:17 entropy > drwxr-xr-x 25 root wheel 2560 Jul 16 01:26 etc > drwxr-xr-x 4 root wheel 1536 Jul 8 17:04 lib > drwxr-xr-x 3 root wheel 512 Jul 8 17:04 libexec > drwx------ 2 root wheel 512 Jan 7 2016 lost+found > drwxr-xr-x 2 root wheel 512 Jan 24 21:35 media > drwxr-xr-x 19 root wheel 512 Jan 24 21:35 mnt > dr-xr-xr-x 2 root wheel 512 Jan 24 21:35 proc > drwxr-xr-x 2 root wheel 2560 Jul 8 17:04 rescue > -rw------- 1 root wheel 47116148 Jan 7 2016 restoresymtable > drwxr-xr-x 13 root wheel 1536 Jul 17 16:46 root > drwxr-xr-x 2 root wheel 2560 Jul 8 17:04 sbin > -rw------- 1 root wheel 2147483648 Jan 7 2016 swapfile0 > lrwxr-xr-x 1 root wheel 11 Jul 8 02:57 sys -> usr/src/sys > drwxrwxrwt 12 root wheel 512 Jul 20 03:11 tmp > drwxr-xr-x 15 root wheel 512 Jul 8 17:16 usr > drwxr-xr-x 25 root wheel 512 Jul 8 17:17 var > > # ls -l /usr > total 80 > drwxr-xr-x 2 root wheel 8704 Jul 8 17:05 bin > drwxr-xr-x 3 root wheel 512 Dec 1 2015 home > drwxr-xr-x 54 root wheel 6656 Jul 8 17:07 include > drwxr-xr-x 10 root wheel 15872 Jul 8 17:05 lib > drwxr-xr-x 6 root wheel 512 Jan 24 21:35 libdata > drwxr-xr-x 8 root wheel 1536 Jul 8 17:04 libexec > drwxr-xr-x 17 root wheel 512 Jan 24 21:35 local > drwxr-xr-x 6 root wheel 512 Jan 24 21:35 obj > drwxr-xr-t 71 root wheel 2048 Jul 12 01:43 ports > drwxr-xr-x 2 root wheel 5120 Jul 8 17:06 sbin > drwxr-xr-x 33 root wheel 1024 Mar 20 16:26 share > drwxr-xr-x 24 root wheel 1024 Jan 24 21:35 src > drwxr-xr-x 15 root wheel 512 Jul 8 17:04 tests > > So I'm not sure how you got a /home created. I'm using the pre-build iso from the website. I just simply used the default user from the default build. Russ From owner-freebsd-arm@freebsd.org Wed Jul 20 22:06:58 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C73C1B9FCFC for ; Wed, 20 Jul 2016 22:06:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B70CD1F14; Wed, 20 Jul 2016 22:06:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 7625B1EF9; Wed, 20 Jul 2016 22:06:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 20 Jul 2016 22:06:56 +0000 From: Glen Barber To: Russell Haley Cc: freebsd-arm Subject: Re: FreeBSD user home directory Message-ID: <20160720220656.GG65494@FreeBSD.org> References: <20160720195652.GE65494@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LP3HGykwGcUp63ex" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 22:06:58 -0000 --LP3HGykwGcUp63ex Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 20, 2016 at 02:55:23PM -0600, Russell Haley wrote: > On Wed, Jul 20, 2016 at 1:56 PM, Glen Barber wrote: > > On Wed, Jul 20, 2016 at 01:45:47PM -0600, Russell Haley wrote: > >> Hi guys, > >> > >> Note: auto-correct on this computer is setting freebsd to FreeBSD. > >> Please assume lowercase where appropriate if I don't catch them all. > >> > >> I've decided to be lazy and just use the default freebsd user with the > >> stuff I'm doing right now. I have two separate instances running: > >> 10.2 in a Digital Ocean instance and arm 11-ALPHA-6 on my > >> Hummingboard. > >> > >> The home directory for the FreeBSD user on the 10.2 cloud instance is > >> in the expected location of /usr/home/freebsd. > >> > >> freebsd@do:~ % pwd > >> /usr/home/freebsd > >> > >> However, the arm build puts the freebsd home directory is under /home/= freebsd > >> > >> freebsd@imx6:~ % pwd > >> /home/freebsd > >> > >> Thanks to a previous conversation with Mikael I have found that the > >> script /usr/src/release/tools/arm.subr calls function > >> arm_create_user() which places the user under /home (like debian). > >> Can someone indicate if this is a mistake (which I think it is) or on > >> purpose. > >> From http://svnweb.freebsd.org/base/stable/11/release/tools/arm.subr= ?view=3Dmarkup: > >> > > > > No, this was not a mistake. This is from the pw(8) manual: > > > > -d dir This option sets the account's home directory. Normally, > > this is only used if the home directory is to be different > > from the default determined from /etc/pw.conf - normally > > /home with the account name as a subdirectory. > > > > It's a matter of preference. Some installs will create /home as > > a symlink to /usr/home, some with /usr/home as a symlink to /home. > > > >> 79 arm_create_user() { > >> 80 # Create a default user account 'freebsd' with the password 'freebs= d', > >> 81 # and set the default password for the 'root' user to 'root'. > >> 82 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ > >> 83 groupadd freebsd -g 1001 > >> 84 chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/home/freebsd > >> 85 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ > >> 86 useradd freebsd \ > >> 87 -m -M 0755 -w yes -n freebsd -u 1001 -g 1001 -G 0 \ > >> 88 -c 'FreeBSD User' -d '/home/freebsd' -s '/bin/csh' > >> 89 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ > >> 90 usermod root -w yes > >> 91 > >> 92 return 0 > >> 93} > >> > >> Incidentally, I tried to look up the "correct location" by using man > >> hier and neither instance indicates that a home folder even exists! I > >> also believe this to be an oversight. Again, if it is, please let me > >> know and I will attempt to create the correct problem report and > >> hopefully at some point some patches (i'm not in my usual environment > >> so doing stuff with src isn't convenient right now). > >> > > > > With the manual page quote above, I don't think there is any "wrong" > > behavior here. > > > > On your DigitalOcean machine, does /home exist? If so, I suspect it is > > a symlink. >=20 > Thanks for the awesome fast response Glen. Yes, you are correct there > is a symlink to /home in the DO instance. However in the arm instance > there are no symlinks in either direction: >=20 > freebsd@imx6:/% ll > total 81 > -rw-r--r-- 2 root wheel 1481 Jul 1 16:06 .cshrc > -rw-r--r-- 2 root wheel 750 Jul 1 16:06 .profile > drwxrwxr-x 2 root operator 512 Jul 1 15:42 .snap/ > -r--r--r-- 1 root wheel 6190 Jul 1 15:44 COPYRIGHT > drwxr-xr-x 2 root wheel 1024 Jul 1 15:43 bin/ > drwxr-xr-x 9 root wheel 1024 Jul 1 17:25 boot/ > dr-xr-xr-x 17 root wheel 512 Jul 1 17:25 dev/ > -rw-r--r-- 1 root wheel 4096 Jul 1 17:25 entropy > drwxr-xr-x 25 root wheel 2560 Jul 2 11:52 etc/ > drwxr-xr-x 4 root wheel 512 Jul 2 11:52 home/ > drwxr-xr-x 4 root wheel 1536 Jul 1 15:43 lib/ > drwxr-xr-x 3 root wheel 512 Jul 1 15:42 libexec/ > drwxr-xr-x 2 root wheel 512 Jul 1 15:42 media/ > drwxr-xr-x 2 root wheel 512 Jul 1 15:42 mnt/ > dr-xr-xr-x 2 root wheel 512 Jul 1 15:42 proc/ > drwxr-xr-x 2 root wheel 2560 Jul 1 15:43 rescue/ > drwxr-xr-x 6 root wheel 512 Jul 2 00:02 root/ > drwxr-xr-x 2 root wheel 2560 Jul 1 15:44 sbin/ > lrwxr-xr-x 1 root wheel 11 Jul 1 15:42 sys@ -> usr/src/sys > drwxrwxrwt 7 root wheel 180 Jul 2 09:35 tmp/ > drwxr-xr-x 15 root wheel 512 Jul 2 11:52 usr/ > drwxr-xr-x 24 root wheel 512 Jul 1 17:25 var/ >=20 >=20 >=20 > freebsd@imx6:/usr% ll > total 76 > drwxr-xr-x 2 root wheel 8192 Jul 1 15:44 bin/ > drwxr-xr-x 2 root wheel 512 Jul 2 11:52 home/ > drwxr-xr-x 54 root wheel 6656 Jul 1 15:43 include/ > drwxr-xr-x 10 root wheel 15360 Jul 1 15:44 lib/ > drwxr-xr-x 4 root wheel 512 Jul 1 15:42 lib32/ > drwxr-xr-x 6 root wheel 512 Jul 1 15:42 libdata/ > drwxr-xr-x 8 root wheel 1536 Jul 1 15:44 libexec/ > drwxr-xr-x 14 root wheel 512 Jul 2 00:02 local/ > drwxr-xr-x 2 root wheel 512 Jul 1 15:42 obj/ > drwxr-xr-x 2 root wheel 5120 Jul 1 15:44 sbin/ > drwxr-xr-x 33 root wheel 1024 Jul 1 15:42 share/ > drwxr-xr-x 2 root wheel 512 Jul 1 15:42 src/ > drwxr-xr-x 15 root wheel 512 Jul 1 15:44 tests/ >=20 > Which seems to me to still be in error as there are now TWO home directo= ries. >=20 This seems strange. On one of my boards, /usr/home does not exist. freebsd@rpi2:~ % ls /usr/home ls: /usr/home: No such file or directory In addition, look at the timestamp of your /usr/home. Could you do an ls(1) in there? I'm curious what added that. Anyway, this is easy to fix. > Maybe I haven't been paying enough attention when generating users but > I could have sworn that all previous users I create went under > /usr/home (I know, I'm being pedantic if the symlink exists). >=20 Well, no, you're not being pedantic. This is a "what does the user expect" issue. Thank you for the report. I'll look into this a bit more. Glen --LP3HGykwGcUp63ex Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXj/X7AAoJEAMUWKVHj+KTtgAP/jH2JtZllhB4BYfNPlaSozhJ Rt+Wu9K9LRmBWqtKExCx01D5tp1bmRqnOW+T485aCj42IsS/PEq7PHy3dMGaY+1w KKiNo6YCJCUrdnFyLmdtELNeIjVOe9aNNhA4DurPako1jg2EjrnLChW0r6JaSMk1 C8Dl28esE/293HqjBWw8sGob8VdL1YTpqiY52/II8bXTw7V5zj2hYBvqM68sykc6 n2u3SMLq2VGOdG0e4TocWuyeXOK31BgmSZ713WjkRmscWfSJ3lXibzByTsITOvLD OrrtOg+/kjNamAk+Fy2+5XVB5wM93/f8B/vReKxarr/xBcv8T+6+vvHDFV0klNmG uEJTRWGOLoSI30Prmh4UP8c3/7rXWSrblFTw6t1BeO6Tux+7ZMxLlR8GlTWQtOOJ eI5Msk/0J0GyfGmziI7GJsNv/sgisvsFnC9P/VqQmdYt6sDGDJwDG1mIlMAv4YFw LEpLyUQItgKAvRVubI43gb/sRHU75r6vKqLNqnIwlUdrufnGEPb9HX8tpbRG/6fP BBqW9oQlhdkdf0nXEm9vZQvroKmAXrAIM4N1VMjx2XO3ESiIjZ+qHh0/xUamAz2D VPYE5wnYf7/+4Pr9tm03fHCZg8PWnXbQ1dCX6322ePM5BBQtWLDssIbqJboj6kXl 8Acys5W2X9IgvP881vKO =Z3Mx -----END PGP SIGNATURE----- --LP3HGykwGcUp63ex-- From owner-freebsd-arm@freebsd.org Wed Jul 20 22:19:34 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B47C9B9FF25 for ; Wed, 20 Jul 2016 22:19:34 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0: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 6EE3915D8; Wed, 20 Jul 2016 22:19:34 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x229.google.com with SMTP id x130so88819196vkc.0; Wed, 20 Jul 2016 15:19:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HLGDT9I0bEG8GY3DGFgPRAWDVchHSKyojl+GzNQFDa0=; b=K/Y2aHruGhpuEuWirU/bmPIrshaJpTVQkyWbf5zhCrfib7RRT6eUY2CqBzod8lqP0w 1NrbfV8QQvOoDYBF1jSMNU4jYOrGjoxWBx2pnpCIwBi04eOR3+MU0Yl0wPSxOIdx5Zmv QP3FJF5SmI8+8jp3ebGxwIW6XUsC82bTDPIQMKJAEIekyEjRpPSncyLSpe+REuDcwWfV Xytt/6voiL+imubaqxzZt4jyoIzDz28HPgjFKtDEF1j/ns2CR4wzb3EYvrgU6kvsM/JR vFwfKbmZGRYpAlSzLH8gF2bt5GVT++vskTmuAdUCUc8NeuYv4F3B10WAP6VBm5YDK6Ns 3Beg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=HLGDT9I0bEG8GY3DGFgPRAWDVchHSKyojl+GzNQFDa0=; b=VGBfrhA+mcofKNEUuASsZRN+vAF1V6j0qnVhevza3yxiJ9Wum4wlIzPg33E2gzESn4 9mNCkyX+GTNihIQTxmAPkLdRcSPvtBJnc8fPbXg4vG4qF2Ct2woVT/h183jJ1j1iArBK bCrbF9QmIG5woIx1MqHzBd2mMqQ+HYRFrosqhuVN9WiPej7zrbzByi4lmdDvIi0akiJD i7a3x+5lH+7IM+jHY8AMw8PNn0fqiVdik6YjO1zbEuFCQQr74OQ2oW2yp46T5aymhVrq 3hEV2hrqh8RLBAhmpszRQ7i5uss+L9dGlUhrGCxR+2HYGNXtDrADuuGK0VGmIayDTwGn mymA== X-Gm-Message-State: ALyK8tJaaororFPOgd9y+p8Ra4Izbq+pM6t8Kks1s5I4kfUuIOoF1m7yrYKaQHuWGiwFyPU8e1v5rJjU62jbNQ== X-Received: by 10.31.185.9 with SMTP id j9mr11893485vkf.144.1469053173092; Wed, 20 Jul 2016 15:19:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.75 with HTTP; Wed, 20 Jul 2016 15:19:32 -0700 (PDT) In-Reply-To: <20160720220656.GG65494@FreeBSD.org> References: <20160720195652.GE65494@FreeBSD.org> <20160720220656.GG65494@FreeBSD.org> From: Russell Haley Date: Wed, 20 Jul 2016 16:19:32 -0600 Message-ID: Subject: Re: FreeBSD user home directory To: Glen Barber Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 22:19:34 -0000 On Wed, Jul 20, 2016 at 4:06 PM, Glen Barber wrote: > On Wed, Jul 20, 2016 at 02:55:23PM -0600, Russell Haley wrote: >> On Wed, Jul 20, 2016 at 1:56 PM, Glen Barber wrote: >> > On Wed, Jul 20, 2016 at 01:45:47PM -0600, Russell Haley wrote: >> >> Hi guys, >> >> >> >> Note: auto-correct on this computer is setting freebsd to FreeBSD. >> >> Please assume lowercase where appropriate if I don't catch them all. >> >> >> >> I've decided to be lazy and just use the default freebsd user with the >> >> stuff I'm doing right now. I have two separate instances running: >> >> 10.2 in a Digital Ocean instance and arm 11-ALPHA-6 on my >> >> Hummingboard. >> >> >> >> The home directory for the FreeBSD user on the 10.2 cloud instance is >> >> in the expected location of /usr/home/freebsd. >> >> >> >> freebsd@do:~ % pwd >> >> /usr/home/freebsd >> >> >> >> However, the arm build puts the freebsd home directory is under /home/freebsd >> >> >> >> freebsd@imx6:~ % pwd >> >> /home/freebsd >> >> >> >> Thanks to a previous conversation with Mikael I have found that the >> >> script /usr/src/release/tools/arm.subr calls function >> >> arm_create_user() which places the user under /home (like debian). >> >> Can someone indicate if this is a mistake (which I think it is) or on >> >> purpose. >> >> From http://svnweb.freebsd.org/base/stable/11/release/tools/arm.subr?view=markup: >> >> >> > >> > No, this was not a mistake. This is from the pw(8) manual: >> > >> > -d dir This option sets the account's home directory. Normally, >> > this is only used if the home directory is to be different >> > from the default determined from /etc/pw.conf - normally >> > /home with the account name as a subdirectory. >> > >> > It's a matter of preference. Some installs will create /home as >> > a symlink to /usr/home, some with /usr/home as a symlink to /home. >> > >> >> 79 arm_create_user() { >> >> 80 # Create a default user account 'freebsd' with the password 'freebsd', >> >> 81 # and set the default password for the 'root' user to 'root'. >> >> 82 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ >> >> 83 groupadd freebsd -g 1001 >> >> 84 chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/home/freebsd >> >> 85 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ >> >> 86 useradd freebsd \ >> >> 87 -m -M 0755 -w yes -n freebsd -u 1001 -g 1001 -G 0 \ >> >> 88 -c 'FreeBSD User' -d '/home/freebsd' -s '/bin/csh' >> >> 89 chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \ >> >> 90 usermod root -w yes >> >> 91 >> >> 92 return 0 >> >> 93} >> >> >> >> Incidentally, I tried to look up the "correct location" by using man >> >> hier and neither instance indicates that a home folder even exists! I >> >> also believe this to be an oversight. Again, if it is, please let me >> >> know and I will attempt to create the correct problem report and >> >> hopefully at some point some patches (i'm not in my usual environment >> >> so doing stuff with src isn't convenient right now). >> >> >> > >> > With the manual page quote above, I don't think there is any "wrong" >> > behavior here. >> > >> > On your DigitalOcean machine, does /home exist? If so, I suspect it is >> > a symlink. >> >> Thanks for the awesome fast response Glen. Yes, you are correct there >> is a symlink to /home in the DO instance. However in the arm instance >> there are no symlinks in either direction: >> >> freebsd@imx6:/% ll >> total 81 >> -rw-r--r-- 2 root wheel 1481 Jul 1 16:06 .cshrc >> -rw-r--r-- 2 root wheel 750 Jul 1 16:06 .profile >> drwxrwxr-x 2 root operator 512 Jul 1 15:42 .snap/ >> -r--r--r-- 1 root wheel 6190 Jul 1 15:44 COPYRIGHT >> drwxr-xr-x 2 root wheel 1024 Jul 1 15:43 bin/ >> drwxr-xr-x 9 root wheel 1024 Jul 1 17:25 boot/ >> dr-xr-xr-x 17 root wheel 512 Jul 1 17:25 dev/ >> -rw-r--r-- 1 root wheel 4096 Jul 1 17:25 entropy >> drwxr-xr-x 25 root wheel 2560 Jul 2 11:52 etc/ >> drwxr-xr-x 4 root wheel 512 Jul 2 11:52 home/ >> drwxr-xr-x 4 root wheel 1536 Jul 1 15:43 lib/ >> drwxr-xr-x 3 root wheel 512 Jul 1 15:42 libexec/ >> drwxr-xr-x 2 root wheel 512 Jul 1 15:42 media/ >> drwxr-xr-x 2 root wheel 512 Jul 1 15:42 mnt/ >> dr-xr-xr-x 2 root wheel 512 Jul 1 15:42 proc/ >> drwxr-xr-x 2 root wheel 2560 Jul 1 15:43 rescue/ >> drwxr-xr-x 6 root wheel 512 Jul 2 00:02 root/ >> drwxr-xr-x 2 root wheel 2560 Jul 1 15:44 sbin/ >> lrwxr-xr-x 1 root wheel 11 Jul 1 15:42 sys@ -> usr/src/sys >> drwxrwxrwt 7 root wheel 180 Jul 2 09:35 tmp/ >> drwxr-xr-x 15 root wheel 512 Jul 2 11:52 usr/ >> drwxr-xr-x 24 root wheel 512 Jul 1 17:25 var/ >> >> >> >> freebsd@imx6:/usr% ll >> total 76 >> drwxr-xr-x 2 root wheel 8192 Jul 1 15:44 bin/ >> drwxr-xr-x 2 root wheel 512 Jul 2 11:52 home/ >> drwxr-xr-x 54 root wheel 6656 Jul 1 15:43 include/ >> drwxr-xr-x 10 root wheel 15360 Jul 1 15:44 lib/ >> drwxr-xr-x 4 root wheel 512 Jul 1 15:42 lib32/ >> drwxr-xr-x 6 root wheel 512 Jul 1 15:42 libdata/ >> drwxr-xr-x 8 root wheel 1536 Jul 1 15:44 libexec/ >> drwxr-xr-x 14 root wheel 512 Jul 2 00:02 local/ >> drwxr-xr-x 2 root wheel 512 Jul 1 15:42 obj/ >> drwxr-xr-x 2 root wheel 5120 Jul 1 15:44 sbin/ >> drwxr-xr-x 33 root wheel 1024 Jul 1 15:42 share/ >> drwxr-xr-x 2 root wheel 512 Jul 1 15:42 src/ >> drwxr-xr-x 15 root wheel 512 Jul 1 15:44 tests/ >> >> Which seems to me to still be in error as there are now TWO home directories. >> > > This seems strange. On one of my boards, /usr/home does not exist. > > freebsd@rpi2:~ % ls /usr/home > ls: /usr/home: No such file or directory > > In addition, look at the timestamp of your /usr/home. > > Could you do an ls(1) in there? I'm curious what added that. There is no files in the /usr/home directory. freebsd@imx6:/usr/home% ls -l total 0 Both /usr/home and /home were created on July 2, which was the day I created the sd card (I think, the image was posted on July 1). > Anyway, this is easy to fix. >> Maybe I haven't been paying enough attention when generating users but >> I could have sworn that all previous users I create went under >> /usr/home (I know, I'm being pedantic if the symlink exists). >> > > Well, no, you're not being pedantic. This is a "what does the user > expect" issue. Thank you for the report. > > I'll look into this a bit more. Thanks for your help! Russ From owner-freebsd-arm@freebsd.org Wed Jul 20 22:21:31 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67C15BA0071 for ; Wed, 20 Jul 2016 22:21:31 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::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 26F8517BD; Wed, 20 Jul 2016 22:21:31 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id l65so92013327oib.1; Wed, 20 Jul 2016 15:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=NEge6df0QXSnyPD3AMJg9PZb37PGpWgAhpjMX2GGkS4=; b=wVhECImH+sotDYFzOt+2mb0gC0rJuTGigoTXQqQy/Uy1OLSSL2pdS/aDLm4mgYbIng EQ0khnguLnMAQDWVmLieqwxV/Bq4zSElrJlIP7grk5pQ7MDS+BN5pa9JZfRLbdG7prMm Ho2n5HWVbKn2nvjLFi5wjRx6Di/8GREBcXD8NEsWEfFy+tWKxVs0OxWk1+aakxPshnI5 rm5KFpSNVaRSwBRFRhJ/L7P66+wY030bSd1unWjHjaRZt3rTiDRH7enSUn9hLoKzu5Tn DydJJ9RCxpTJVaovkSUwtx0MJ/V3L6BJaFjY/w7XG2tS0McO13rdO3jy4cDPzIjUH/QB c7+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NEge6df0QXSnyPD3AMJg9PZb37PGpWgAhpjMX2GGkS4=; b=AX3nF4fwRE6xKhiaAgecjqG7dsE0S2CIQPN6ZCHoIt1D2uJejK+YIM54SM1pLlyczD MMNSNrVUirfIq8kmSjZpDE3GIqOsVHpFaQIkFREYrE7t65USWYK9IF334rNp7AiePwyt adsBzfUlUQ73LwD3HNsYJr3BNASUpnzECV7JiO+4Er4HkS3Q7f7Yh0s1Uv1uCgVFCBzG KNu3Lwf/8PkHNy990pNSXPxmlRcmPTuX5pha+JqLXx26iwIygKclLkavlrtBMn86YmUh U0Ro6MkfiMbfQRmKKGrmYfmuTpH6jUh2P9leUBqQ9AnyPIq+bQZhRTYCeMG0EMD5iOBf TPhQ== X-Gm-Message-State: ALyK8tLCmEUuIF9F/G0yVspD1HnkC9KEXPyy1atgDxyacxvlP3enT+wACHDrVN4h9sKauVbbqElCLoay08i4Mg== X-Received: by 10.157.11.51 with SMTP id a48mr28191353ota.128.1469053290344; Wed, 20 Jul 2016 15:21:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.7.1 with HTTP; Wed, 20 Jul 2016 15:21:29 -0700 (PDT) In-Reply-To: References: <20160720063002.GC35271@server.rulingia.com> From: "Herminio Hernandez, Jr." Date: Wed, 20 Jul 2016 15:21:29 -0700 Message-ID: Subject: Re: rpi2 as wireless router To: Andriy Voskoboinyk Cc: Adrian Chadd , Peter Jeremy , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 22:21:31 -0000 Still a no go. For some reason Debian is not seeing the DHCP Offer from FreeBSD. On Wed, Jul 20, 2016 at 2:27 PM, Andriy Voskoboinyk wrote: > Thu, 21 Jul 2016 00:18:37 +0300 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Adrian Chadd < > adrian.chadd@gmail.com>: > > ifconfig wlan0 -ht ? > (if this will not help - try to disable encryption temporarily) > > P.S. RTL8188CUS ? > > > hi, >> >> besides changing it to wpa=3D3, this should work. I haven't used urtwn >> in AP mode though. >> >> Andriy? >> >> >> -a >> >> >> On 20 July 2016 at 14:17, Herminio Hernandez, Jr. >> wrote: >> >>> Here you go! >>> >>> On Wed, Jul 20, 2016 at 1:56 PM, Adrian Chadd >>> wrote: >>> >>>> >>>> Hi, >>>> >>>> Please supply 'dmesg' and 'ifconfig -a' and maybe /etc/hostapd.conf >>>> (minus the encryption key, of course) >>>> >>>> Thanks! >>>> >>>> >>>> -a >>>> >>>> >>>> On 20 July 2016 at 11:05, Herminio Hernandez, Jr. >>>> wrote: >>>> > I ran tcpdump on both freebsd and my laptop running Debian. Freebsd >>>> sees >>>> > the DHCP Discover and then sends the DHCP Offer, but never receives >>>> the >>>> > DHCP Request. Debian sends the DHCP Discover, but never sees the DHC= P >>>> > Offer, therefore never sends the DHCP Request. >>>> > >>>> > On Tue, Jul 19, 2016 at 11:30 PM, Peter Jeremy >>>> > wrote: >>>> > >>>> >> On 2016-Jul-19 13:26:19 -0700, "Herminio Hernandez, Jr." < >>>> >> herminio.hernandezjr@gmail.com> wrote: >>>> >> >I am trying to set freebsd as a wifi router on my rpi2. My Iphone >>>> can >>>> >> > see >>>> >> >the ssid but it is failing to conect. FreeBSD can see the phone: >>>> >> > >>>> >> > >>>> >> >root@rpi2:~ # ifconfig wlan0 list sta >>>> >> >ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG >>>> >> >iphone-macaddress 1 6 1M 20.0 0 11 44944 EPS >>>> AQEPHTR >>>> >> > RSN >>>> >> >HTCAP WME >>>> >> > >>>> >> >I am running tcp dump and I see the dhcp requests and replies, but >>>> >> > there >>>> >> is >>>> >> >no connection establishing. Is there anything I am missing. >>>> >> >>>> >> That means the iPhone is associated and you are seeing traffic from >>>> it >>>> >> but it seems it isn't seeing traffic from your AP. What is the >>>> output >>>> >> from "ifconfig -a"? How far through the DHCP negotiation does the >>>> >> iPhone get and what IP address are you sending in the DHCP response= ? >>>> >> >>>> >> Do you have a Unix-like host that you can run as a client so you ca= n >>>> >> run tcpdump on it? >>>> >> >>>> >> -- >>>> >> Peter Jeremy >>>> >> >>>> > _______________________________________________ >>>> > freebsd-arm@freebsd.org mailing list >>>> > https://lists.freebsd.org/mailman/listinfo/freebsd-arm >>>> > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.or= g >>>> " >>>> >>> >>> From owner-freebsd-arm@freebsd.org Wed Jul 20 22:31:18 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA354BA01C5 for ; Wed, 20 Jul 2016 22:31:18 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B96771D93; Wed, 20 Jul 2016 22:31:18 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 7A02614C8; Wed, 20 Jul 2016 22:31:18 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 20 Jul 2016 22:31:17 +0000 From: Glen Barber To: Russell Haley Cc: freebsd-arm Subject: Re: FreeBSD user home directory Message-ID: <20160720223117.GH65494@FreeBSD.org> References: <20160720195652.GE65494@FreeBSD.org> <20160720220656.GG65494@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yoJ+tVrWAGi8fpuI" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 22:31:18 -0000 --yoJ+tVrWAGi8fpuI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 20, 2016 at 04:19:32PM -0600, Russell Haley wrote: > On Wed, Jul 20, 2016 at 4:06 PM, Glen Barber wrote: > >> Which seems to me to still be in error as there are now TWO home dire= ctories. > >> > > > > This seems strange. On one of my boards, /usr/home does not exist. > > > > freebsd@rpi2:~ % ls /usr/home > > ls: /usr/home: No such file or directory > > > > In addition, look at the timestamp of your /usr/home. > > > > Could you do an ls(1) in there? I'm curious what added that. >=20 > There is no files in the /usr/home directory. >=20 > freebsd@imx6:/usr/home% ls -l > total 0 >=20 > Both /usr/home and /home were created on July 2, which was the day I > created the sd card (I think, the image was posted on July 1). >=20 Hmm, even stranger. I wonder if this was somehow created when you first logged into the system. The timestamp change for /home makes sense, since all of the dot-files (.cshrc, etc.) are populated from the skeleton (/usr/share/skel) on first login. You may have discovered a bug somewhere, I'm not sure where yet. > > Anyway, this is easy to fix. >=20 > >> Maybe I haven't been paying enough attention when generating users but > >> I could have sworn that all previous users I create went under > >> /usr/home (I know, I'm being pedantic if the symlink exists). > >> > > > > Well, no, you're not being pedantic. This is a "what does the user > > expect" issue. Thank you for the report. > > > > I'll look into this a bit more. >=20 > Thanks for your help! >=20 Thank you for reporting this. Glen --yoJ+tVrWAGi8fpuI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXj/u1AAoJEAMUWKVHj+KTJOEQAIaQ7RGKI12oqdC2kpN2Mx4I G2MVxje7gB6E90sctXBGzxxwEyITRqgZ5aObL7yGag7+Bt0Abh7D3oykxVfrDteC C/FDRYn3QJYW7usV6VONAXuY9BJNYZ0m1lNGleLOMhn0AUMMcysSrM/pfTqZJxjF 7h0kfyoV9YBYVKhSLJ2VvBhvWDakIi9epaMtv40mP16Xo4GUohHNyHedqH3WmwBw r9ndqEfrLHT0S4PfeO12e1w9lsezDNqrR/giuaHmHI8M1EgB5KWsNKgDvf6+VJQD /6LfbDN6BzGgG8+ZPyv7PajP6CDt2aDCuZjTK33oGew3U9JuCD+R1SP17ijdUWNt C2k2nWVX6rRGORrZw9p9bMeJNqtS8KaHm37tzdak17jh3+Jnwp5IMe8R8BnnEXWg OWqaC+vM46dzJbRq9+gL1WaoK8BoNvlGQJTUNztMH3VrZTNDnevngT+PyG+syLGS 6KsE1JX63tTRIr1aQSrCAsbufKvTdW90+uPlSydZbpRM/Q4rjbC+bOYeVfuuIyFg 1W6vw87KpUvhjjPCMZ0AIAk47VuywqoYrIPiArLmbeO/WVP7q61jcQ+tFqj2zA97 k4yd4BqO94qzM507RTOZYcLbu3ZPxV9rAJlXxawnAmn2vB9I1AeI17kbH9NHUsNq Sajzw0L32i4Inf3f312T =NOUH -----END PGP SIGNATURE----- --yoJ+tVrWAGi8fpuI-- From owner-freebsd-arm@freebsd.org Wed Jul 20 22:33:56 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EAC4BA037C for ; Wed, 20 Jul 2016 22:33:56 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vps.rulingia.com (vps.rulingia.com [103.243.244.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "rulingia.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F34911EC; Wed, 20 Jul 2016 22:33:54 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from server.rulingia.com (ppp59-167-167-3.static.internode.on.net [59.167.167.3]) by vps.rulingia.com (8.15.2/8.15.2) with ESMTPS id u6KMXhRr075621 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 21 Jul 2016 08:33:50 +1000 (AEST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.15.2/8.15.2) with ESMTPS id u6KMXbh0060363 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 21 Jul 2016 08:33:37 +1000 (AEST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.15.2/8.15.2/Submit) id u6KMXbko060362; Thu, 21 Jul 2016 08:33:37 +1000 (AEST) (envelope-from peter) Date: Thu, 21 Jul 2016 08:33:37 +1000 From: Peter Jeremy To: "Herminio Hernandez, Jr." Cc: Andriy Voskoboinyk , Adrian Chadd , "freebsd-arm@freebsd.org" Subject: Re: rpi2 as wireless router Message-ID: <20160720223337.GE35271@server.rulingia.com> References: <20160720063002.GC35271@server.rulingia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uh9ZiVrAOUUm9fzH" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 22:33:56 -0000 --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2016-Jul-20 15:21:29 -0700, "Herminio Hernandez, Jr." wrote: >Still a no go. For some reason Debian is not seeing the DHCP Offer from >FreeBSD. If you do a tcpdump on both systems, what do you see? --=20 Peter Jeremy --uh9ZiVrAOUUm9fzH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXj/xBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFRUIyOTg2QzMwNjcxRTc0RTY1QzIyN0Ux NkE1OTdBMEU0QTIwQjM0AAoJEBall6Dkogs0nboP/j/StBkyZ7lQ17cZQX7g/dMm 8jz4ksxGekHE7ING+fEsEdRrry7uvQ02pDQhuAFen0crUHCyflCZEHwSAUK14axU hOKQt/KIdVuKQcr9vsULhBRZi065Yx7EXwJiS6RGneUKahBMTVt5rfH3bQDL/FSD +YeiNTiXRaIXXRmqFhi7vie5Jfm2iNZoCTkuPMxqB0jRP1YqJ0PK62AzJm/kez7k RgDq3+U/QPB2Yz+q0ddzaKhwbtGx0oA3E/Nk4YJJM4uMgHackiQAbEY2OI6EWhYs eHXYV+PPfhsThYCkqC2Jber8AYuVegnamTOD2jNzA2lxRmheGeIFoFAUyUcGHZFh hfs79ckCFUvWORK1Odclhx7F5qGCAdyb3oexzrskPunFZSU49xYMZhhCpvihia3k 2mLQ3vbtMOabSFAyKnVcfI84Ws2A+wrFMPVZnhvNMmRg1TwTy1DDRjnPWq+ttXkU rd30l9FirHt0SC6xiObf3XYSgEZ7OAgk2wmA1aVcT4iTKJpHJwFY8OEJIozE3U8f 9CSO+cjuPpw9LDEGHk8djah/rEH7/tOrLpO/B4ZVa278rJ0DJwMBPjqkkI2ddnv9 KNt1pONLw9H4nTAmBtT7aA4C26gNDuqpC2zzMfTdGXtkqKws+8PppaG+T2g3pbz9 ZXF1AJSC8MjoGL/Emv1F =0J4J -----END PGP SIGNATURE----- --uh9ZiVrAOUUm9fzH-- From owner-freebsd-arm@freebsd.org Wed Jul 20 22:42:15 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F128ABA05B1 for ; Wed, 20 Jul 2016 22:42:15 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (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 BDC7715D3; Wed, 20 Jul 2016 22:42:15 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by mail-pa0-x234.google.com with SMTP id pp5so22213566pac.3; Wed, 20 Jul 2016 15:42:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=wMW9f7RnWj/2nzORBngALIy3fyOh9uNczjfx66efFHg=; b=onpbO0svjc9EJi3BOhjNpihp4x8nsQSS+JFrJc7sbe7ueNNf7dgwMepimGYY+lJ+mU WMLttioBxyLm08OzgGYaXkkK59HrtQJu1qBmPytfO/vFK9MhzjjYzk9PxtHaCGWmR85E Lw23i8gyzP4UsgAq7t5pIT6A8dEGVvH/ZoWRewcxYaprOcHK8+f81uwgy4+hjWR8IHj9 CIvq/sjqvRkMQ7SFfvfCIU54ENXEsmRGceayhh9k+tCJiyAPfKvuibTg6uI4DIA51prT K6F81vSFI023HCLGyMLeyqao1VNEPXkCKJHdS33EFortUaIdsu1S2L8b2XwnUEefXQgi HUuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=wMW9f7RnWj/2nzORBngALIy3fyOh9uNczjfx66efFHg=; b=cc53p62zmxbaZKlSr8Aya9BHPz1F8Kn43W9+MTqqXR9aLgzIzw3YwtVXArug6jzPJH R0lXLzrD/7+/EP/nssN+35xa4VKJrcVxdrmAKGtWcvez3y6I1BqJZ4m6SsM3N1RZEhQD Dkbn8XWbOuhjfVH/LpBegLF92kRqawC25UNwKuSJ1a5joxUPEh4bXFvIl8JemV6T+UZK UZa0ZGZ4+PoZH3hz1hv3VcpUwqk2BSyD1R3WHrQN38ad+j823HFR9ybfOUDTj7qE9YNT eRc6cEryGoOueYvZ7Yn27pkxGJv/abEO/UhDKna219oiYcGpZzVm4curaS3k5v0AKIT6 nG4w== X-Gm-Message-State: ALyK8tJG5iFC2QfmyBVdAh+ABlSEbTQwrGk7wEw6XO0mjTP0trReYFnxs8x7wY51dilUPg== X-Received: by 10.66.222.202 with SMTP id qo10mr16879356pac.76.1469054535188; Wed, 20 Jul 2016 15:42:15 -0700 (PDT) Received: from [26.214.109.253] ([172.58.17.85]) by smtp.gmail.com with ESMTPSA id c82sm6898622pfb.72.2016.07.20.15.42.14 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Jul 2016 15:42:14 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: rpi2 as wireless router From: "Herminio Hernandez Jr. " X-Mailer: iPhone Mail (13F69) In-Reply-To: <20160720223337.GE35271@server.rulingia.com> Date: Wed, 20 Jul 2016 15:42:13 -0700 Cc: Andriy Voskoboinyk , Adrian Chadd , "freebsd-arm@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <60BAAAA2-D1A5-40AF-9B43-9AB4815D9DFF@gmail.com> References: <20160720063002.GC35271@server.rulingia.com> <20160720223337.GE35271@server.rulingia.com> To: Peter Jeremy X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 22:42:16 -0000 On the FreeBSD side I see the DHCP Discover then it sends the DHCP Offer but= receives nothing. Debian sends the DHCP Discover, never sees the DHCP Offer= that FreeBSD sent.=20 Sent from my iPhone > On Jul 20, 2016, at 3:33 PM, Peter Jeremy wrote: >=20 >> On 2016-Jul-20 15:21:29 -0700, "Herminio Hernandez, Jr." wrote: >> Still a no go. For some reason Debian is not seeing the DHCP Offer from >> FreeBSD. >=20 > If you do a tcpdump on both systems, what do you see? >=20 > --=20 > Peter Jeremy From owner-freebsd-arm@freebsd.org Wed Jul 20 22:50:57 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EBE5BA08D7 for ; Wed, 20 Jul 2016 22:50:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9471C80; Wed, 20 Jul 2016 22:50:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 31F2B1B9C; Wed, 20 Jul 2016 22:50:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 20 Jul 2016 22:50:56 +0000 From: Glen Barber To: Russell Haley Cc: freebsd-arm Subject: Re: FreeBSD user home directory Message-ID: <20160720225056.GI65494@FreeBSD.org> References: <20160720195652.GE65494@FreeBSD.org> <20160720220656.GG65494@FreeBSD.org> <20160720223117.GH65494@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LvqQYVlCa9hUs6nS" Content-Disposition: inline In-Reply-To: <20160720223117.GH65494@FreeBSD.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 22:50:57 -0000 --LvqQYVlCa9hUs6nS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 20, 2016 at 10:31:17PM +0000, Glen Barber wrote: > On Wed, Jul 20, 2016 at 04:19:32PM -0600, Russell Haley wrote: > > On Wed, Jul 20, 2016 at 4:06 PM, Glen Barber wrote: > > > Anyway, this is easy to fix. > >=20 > > >> Maybe I haven't been paying enough attention when generating users b= ut > > >> I could have sworn that all previous users I create went under > > >> /usr/home (I know, I'm being pedantic if the symlink exists). > > >> > > > > > > Well, no, you're not being pedantic. This is a "what does the user > > > expect" issue. Thank you for the report. > > > > > > I'll look into this a bit more. > >=20 > > Thanks for your help! > >=20 >=20 > Thank you for reporting this. >=20 A fix for this specific issue has been committed as r303119. Glen --LvqQYVlCa9hUs6nS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXkABQAAoJEAMUWKVHj+KTW7wP/0Amjj6jKNt78v2MwKhMg77K VfF0qFeXCfe1k5HPk97EcQbWX3Z+oHebejdY0R2KrP2ktJZPTfevvs/chYF9jUwJ CcVrCz9+ewvKvsCPXZ6aPOgKFkH7LpUv1xtFkdTdqEVN5Yafz66dTvvjtHL1D85E MTpkD4/LSPyIQHmEMlzqcQdkuOxx71ai1pG+QSz3JuTkz3WBwa2qg+mbLeBowkVy NvkpwZ9oLrtlMNAt5HJwYvFlLwg7uSVEZEBtZja71Coq2fNM3H2bbdqqM31XOM2t hi+S/Ersdlk5Hr3MxdDqFZpUvc5u4xqw5mkhsmOP7a1fQObHHlQW6XQ8EC5CU6Tj bCFO/eXn/MfDhKmkjWUsWBlsQPOO30r+gYDuqu/H/Y+DfyzXar02XaHmj4qeYJih PZI/jMFWq6ghDJxO+wgkT+z1DMVRjLFi+6Sal6OG0xVfEG8XLv9y78M9XQfqScqo iMLNzNNS7ffZb3pHouw2TT1gTHBw4BFETtQ2olSIZF+pYtAKrGhhmV7+VCEnZl0q 9Z1UrJiC59t3Qe9ypig2aAF3aWygP3/JeA3zFCvXil27yarUY8ztATDCCL+qH53G taAkXLpLFpbVKaMBjGFIbiim6UEyekwgMUAZaYGcFXiEuLBW0kzoJoMIwJeQ6Vmw 3XN7+ySDJoPJIpGRMhMT =pfrV -----END PGP SIGNATURE----- --LvqQYVlCa9hUs6nS-- From owner-freebsd-arm@freebsd.org Thu Jul 21 02:54:31 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D0DB9E19C for ; Thu, 21 Jul 2016 02:54:31 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-156.reflexion.net [208.70.211.156]) (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 C55BB1ED8 for ; Thu, 21 Jul 2016 02:54:30 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 27132 invoked from network); 21 Jul 2016 02:54:29 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 21 Jul 2016 02:54:29 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.6) with SMTP; Wed, 20 Jul 2016 22:54:29 -0400 (EDT) Received: (qmail 3682 invoked from network); 21 Jul 2016 02:54:28 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 21 Jul 2016 02:54:28 -0000 X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 86AC81C407A; Wed, 20 Jul 2016 19:54:22 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: FreeBSD user home directory Message-Id: <79BCA7CB-4D6A-45AF-8432-FD7F8577B42F@dsl-only.net> Date: Wed, 20 Jul 2016 19:54:27 -0700 To: freebsd-arm , gjb@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 02:54:31 -0000 Looking at my armv6 and amd64 11.0's (long in use, originally -CURRENT, = now -STABLE, maintained via source updates): amd64 and armv6 (rpi2) both have real /usr/home directories. armv6 (and rpi2) has no /home path established at all, not even as a = symbolic link to elsewhere. amd64 has /home -> usr/home via a symbolic link. (I do not have access to check my memory and will not for weeks but if I = remember right my powerpc64 and powerpc 11.0's were like amd64 above. = They dated back to somewhat before 2016-June-04 when last updated.) If I remember right my old powerpc and powerpc 10.x-STABLE's and = 10.x-RELEASES also agreed with amd64 above. (At the time I only was = experimenting with powerpc64 and powerpc FreeBSD.) In comparison today's -r303119 says: > Log: > Create a /usr/home -> /home symlink for the arm images to > avoid /usr/home confusingly being created as a directory. May be which path is to directly be the actual directory by default has = changed --since all of my contexts started long ago. But what all my confirmable examples suggest is that /usr/home is = normally the directory. I did not manually control or create /usr/home for any of the contexts = as far as I can remember. It was automatic as a side effect of some = activity. If there is variability up to now or across architectures it might be = appropriate to have an UPDATING entry to indicate the new uniform answer = or whatever describes how things now are. Are there alternative standard FreeBSD installation techniques that may = be should all be made to match for such properties? (POLA for such = defaults: lack of variability across [the major or official] = techniques?) =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-arm@freebsd.org Thu Jul 21 03:03:24 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96C27B9E72C for ; Thu, 21 Jul 2016 03:03:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7B8591704; Thu, 21 Jul 2016 03:03:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 3B08F14CA; Thu, 21 Jul 2016 03:03:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Thu, 21 Jul 2016 03:03:22 +0000 From: Glen Barber To: Mark Millard Cc: freebsd-arm Subject: Re: FreeBSD user home directory Message-ID: <20160721030322.GL65494@FreeBSD.org> References: <79BCA7CB-4D6A-45AF-8432-FD7F8577B42F@dsl-only.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Cf/4ySkkvY6jtT1l" Content-Disposition: inline In-Reply-To: <79BCA7CB-4D6A-45AF-8432-FD7F8577B42F@dsl-only.net> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 03:03:24 -0000 --Cf/4ySkkvY6jtT1l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 20, 2016 at 07:54:27PM -0700, Mark Millard wrote: > Looking at my armv6 and amd64 11.0's (long in use, originally > -CURRENT, now -STABLE, maintained via source updates): >=20 > amd64 and armv6 (rpi2) both have real /usr/home directories. >=20 > armv6 (and rpi2) has no /home path established at all, not even > as a symbolic link to elsewhere. >=20 > amd64 has /home -> usr/home via a symbolic link. >=20 > (I do not have access to check my memory and will not for weeks > but if I remember right my powerpc64 and powerpc 11.0's were like > amd64 above. They dated back to somewhat before 2016-June-04 when > last updated.) >=20 > If I remember right my old powerpc and powerpc 10.x-STABLE's and > 10.x-RELEASES also agreed with amd64 above. (At the time I only was > experimenting with powerpc64 and powerpc FreeBSD.) >=20 > In comparison today's -r303119 says: >=20 > > Log: > > Create a /usr/home -> /home symlink for the arm images to > > avoid /usr/home confusingly being created as a directory. >=20 >=20 > May be which path is to directly be the actual directory by default > has changed --since all of my contexts started long ago. >=20 > But what all my confirmable examples suggest is that /usr/home > is normally the directory. >=20 > I did not manually control or create /usr/home for any of the > contexts as far as I can remember. It was automatic as a side effect > of some activity. >=20 Right, but as we do not provide binary upgrade paths for tier-2 architectures, nothing should be affected for source-based upgrades. Especially in this case. > If there is variability up to now or across architectures it might > be appropriate to have an UPDATING entry to indicate the new uniform > answer or whatever describes how things now are. >=20 > Are there alternative standard FreeBSD installation techniques > that may be should all be made to match for such properties? (POLA > for such defaults: lack of variability across [the major or official] > techniques?) >=20 This is discussion that is not applicable for the commit to which you reference. It creates a symlink on an image that is "installed" by writing a raw filesystem onto an SD card via dd(1). This does not affect source-based upgrades. Glen --Cf/4ySkkvY6jtT1l Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXkDt1AAoJEAMUWKVHj+KT41UP/iPE6utgHJrQYDoMs2pNqzWG +90EGAQn8TAe3Z4Pcv5LjHBp42Y3rr6srwxlBJ5vP0Z06LaxtchyFnV3M1txFGkQ Da3+qT53SVDAPtq2tAVkhutff2/sjNUH25QSVAlT4yhYSxnuKgk6LIf7jV/PyQyf Oi9lwRObOzDQ0TWvw2oaNvgS+X3lguOcLpvdz/+35JrFIFlYxaxtwayLG0QOYZVm vYgxgDG/uGS4B1XOKVrUR5aWb77qPNFrHTo3ADpc8+YBmNTc5I6Y7RrXp3GjoUl6 WOZQLpyolyALhTP/U5o/14zaOcLi0iGPMGIe7KIlY4HNtHwWNZwfQdWAw2kPyu8m ax4rgVoyjpZhNoxbgsOJaZB9bMTR/z9pD6p054Bo7Jcil34XRMzJQxTO5zStPxBr 8Lm2NMfmVqWSlegMsJO2/yVWsbBAqQdxCEZ0xDgBWTCRE4YBX41bRlqDfBjg4iSg OTwkob9z7koZL5jjkXCLIZrs/fd5fgEDcSW7lMIHtZ3x3a4qgalWYAw/+ujigrRX UdfzeILo4OtZ4F/he5pvuCrs9yl18YaY118VGUa4OEHNZgL0V8QTikCWHcYTAUlf QvCZdL87UedhQ5v5XMIwnJnO67Ou9TguRicM0iIHW/jx4wyvaIL4cFKfOx5EzMCn PD7Is6MJmm0WhQex4VNN =eQVK -----END PGP SIGNATURE----- --Cf/4ySkkvY6jtT1l-- From owner-freebsd-arm@freebsd.org Thu Jul 21 03:05:00 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4739FB9E784 for ; Thu, 21 Jul 2016 03:05:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DE6C17AB; Thu, 21 Jul 2016 03:05:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x22b.google.com with SMTP id q83so64879930iod.1; Wed, 20 Jul 2016 20:05: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:from:date:message-id:subject:to :cc; bh=4lgfoidzw0hzXnmyeMiDQobYPc8nvGPpFuEqZ7pF3dA=; b=GR9I8u1oWlYxr70vW+JUJT85tY6u2pFRM6iFJHNjSSBM9cFKjwz2mL+bnfgRtvCGqn 5tb18VMRyTRBx7SAl8nQK1Pat5HjA6LO4q+Ly07G/p11yyCg7lfXg/WhF1zp+kTxnFG5 bJJzYr0pyjl3rhdtQL20KXMLK8OwkwyYh+UUJJedbPf/GDDXG+CbCyL/AFa4KpCUYvB0 JN4TNkPxtv4EVBqtKHzJlxb7gYx/vQWIC8p2D90aB+c77zMkGEvAU9YzZFhWTHXBnlf4 QzolYxKeEVD5oJKieeQ2JfXVItiYMY1jRp7WCsmaIXji3j4FHDgCAsj+NxqYBBZOlbaD Nv8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4lgfoidzw0hzXnmyeMiDQobYPc8nvGPpFuEqZ7pF3dA=; b=L12OjC5BDB0kmm4HAnLyVNms6Yfjv2DWGhfnqoAhk9/e4ZwC3d7hJseDxCOXqkDtbq SmGjw+rt9VSiOBuc7VwuxwErU53o60JWLFLl3z76zru5DN+l2UzkgzG2CrO3FD4RejMJ 4BLT7M0NEL3ESi9gLTThD3Vm6fY/CDqUkdpGmGlqHOQJhS+v7fPEMKr1/VczP9WZOpth b9KMEtD/ZlFxAt2widviHML1rt7cEaoR7yusEmZnsK/SSernUl23cTOQNDhiXSogH+EO fbVZvMGh8QS7UjSf8MLAJcvc1BeTuoQvRVtkIejMH5CC5+kB6nM7UwuiAmlutVDMSxDj Vf+Q== X-Gm-Message-State: ALyK8tL3+3rMI5rMOWjpzepQ+U7t/yTU2axSed1D7k7gDwsmHybrjLNGBf/RfYByIS04NH/0rxlaRtaLR94gYQ== X-Received: by 10.107.15.157 with SMTP id 29mr29225840iop.123.1469070299253; Wed, 20 Jul 2016 20:04:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Wed, 20 Jul 2016 20:04:58 -0700 (PDT) In-Reply-To: <60BAAAA2-D1A5-40AF-9B43-9AB4815D9DFF@gmail.com> References: <20160720063002.GC35271@server.rulingia.com> <20160720223337.GE35271@server.rulingia.com> <60BAAAA2-D1A5-40AF-9B43-9AB4815D9DFF@gmail.com> From: Adrian Chadd Date: Wed, 20 Jul 2016 20:04:58 -0700 Message-ID: Subject: Re: rpi2 as wireless router To: "Herminio Hernandez Jr." Cc: Peter Jeremy , Andriy Voskoboinyk , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 03:05:00 -0000 Hi, Ok. We'll have to set up a test environment here to see what's going on, complete with some packet sniffing. Question - if you configure up hostap to be open/no authentication, does it all work? -a From owner-freebsd-arm@freebsd.org Thu Jul 21 03:56:26 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AAF9BA02A7 for ; Thu, 21 Jul 2016 03:56:26 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::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 B74DB1652; Thu, 21 Jul 2016 03:56:25 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id l72so100585966oig.2; Wed, 20 Jul 2016 20:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tDrEOTE44crd5PdOV23eTL4PyjD/p4Pm7uHZkeX5fm8=; b=O6sISEIsYqhGBu45Z9GbRhgqrQcE8LETaXkng0p15wzJ1LRl2Sq48pcxKRTzuFPHtJ RMyqhu+lFYeWPU9sPmpnxD+/l56ePy7xJMue/Vnn5Lbf02shgQaC30o74AaUVjSK/FUV 7vENwt0+Jzovax+iXzd4HVt0KmrpS7foHUdR/vjF2FD0bbLtmCa7vk9OLw4elSDsWZdy 4apzWqC3wH4qmqTdKBHoHVf14ZZlZcSR+YAZeE2cebz2VxXhHC7/Z/pcVKXjY6pvhfkF wpQ95j4MkvtWF8e5NcCUmIYQJDViPfHhsA27fZc5EP4Faqe6U71sfzz87+tBHvTHGiyv DQRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tDrEOTE44crd5PdOV23eTL4PyjD/p4Pm7uHZkeX5fm8=; b=EWg74U6yugsNS4TY5yL/0aWoseWg6oaB0FB1smcpCpVYvrQMErn0UkCSGeemq9hob9 uJmsXtOBs8jfWfw0LSFPzhq6ZSHGh5zproiwMHh+mzZC2l2pTNBJQXxx0yV1tRfuW4DL yVEJKzj1WJq6tXzk2IO5TcXa8axz/naOFX8Bp4e74zVIQUt1N88PZ1wlJEugmgNScO29 DGJvS6wUzcSN3V91OlwosW1D/aqSwvtH9cSiNYfAL5g4+W281ComFVcz4rB5jWX8gFKm A7EyzxfQSDt0bw9JPDbwpX8v/MFFTZTiIpOx5CPywfiMmntMvRaO1a2GNNXGkyM4C7Q/ werA== X-Gm-Message-State: ALyK8tJyCtYOIjCW/OM3pohkBD3oxCeA0DGQEQA+ei2F/LMEsLAhIJB1OjcqF0PqkorhpQ== X-Received: by 10.202.114.209 with SMTP id p200mr25732445oic.183.1469073385109; Wed, 20 Jul 2016 20:56:25 -0700 (PDT) Received: from ?IPv6:2607:fb90:bd4:b5f5:65d0:d5b7:7f9a:f092? ([2607:fb90:bd4:b5f5:65d0:d5b7:7f9a:f092]) by smtp.gmail.com with ESMTPSA id d3sm2552219oic.27.2016.07.20.20.56.24 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Jul 2016 20:56:24 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: rpi2 as wireless router From: "Herminio Hernandez Jr. " X-Mailer: iPhone Mail (13F69) In-Reply-To: Date: Wed, 20 Jul 2016 20:56:22 -0700 Cc: Peter Jeremy , Andriy Voskoboinyk , "freebsd-arm@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <4E1AB9F3-B7F8-49F3-BAD2-259584B04E3B@gmail.com> References: <20160720063002.GC35271@server.rulingia.com> <20160720223337.GE35271@server.rulingia.com> <60BAAAA2-D1A5-40AF-9B43-9AB4815D9DFF@gmail.com> To: Adrian Chadd X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 03:56:26 -0000 No same issue. I am willing to help in any way I can. I can send you the pca= p files I made.=20 Sent from my iPhone > On Jul 20, 2016, at 8:04 PM, Adrian Chadd wrote: >=20 > Hi, >=20 > Ok. We'll have to set up a test environment here to see what's going > on, complete with some packet sniffing. >=20 > Question - if you configure up hostap to be open/no authentication, > does it all work? >=20 >=20 > -a From owner-freebsd-arm@freebsd.org Thu Jul 21 05:05:02 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4E3DBA0E6F for ; Thu, 21 Jul 2016 05:05:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id B48D115FC; Thu, 21 Jul 2016 05:05:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1AC4612B; Thu, 21 Jul 2016 05:05:03 +0000 (UTC) Date: Thu, 21 Jul 2016 05:05:00 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1994893076.38.1469077503113.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3654 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 05:05:02 -0000 FreeBSD_HEAD_arm64 - Build #3654 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3654/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3654/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3654/console Change summaries: 303126 by imp: Actually import nvme_sim so the CAM attachment for NVME (nda) actually works. MFC after: 1 week 303125 by imp: Remove some bogus comments and printfs. Also, we can't cam_periph_releaes_locked() at the end of nvme_probe_start because we hit an assertion which may be bogus. Instead, leak a periph until we sort it out. Since these devices don't arrive and depart often, so this is the lessor of two evils. MFC after: 1 week 303124 by imp: Fix mismerge and add NVME xport support to devstat (or rather, exclude it from SCSI). MFC after: 1 week 303123 by imp: Fix mismerge and include the nvme support. Also, print out the name of any CCB's functions that's not supported. MFC after: 1 week The end of the build log: [...truncated 172670 lines...] ctfconvert -L VERSION -g unwind.o --- vfp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vfp.o -MTvfp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vfp.c --- trap.o --- ctfconvert -L VERSION -g trap.o --- vm_machdep.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vm_machdep.o -MTvm_machdep.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vm_machdep.c --- uma_machdep.o --- ctfconvert -L VERSION -g uma_machdep.o --- thunder_pcie_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_fdt.o -MTthunder_pcie_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_fdt.c --- vfp.o --- ctfconvert -L VERSION -g vfp.o --- thunder_pcie_pem.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem.o -MTthunder_pcie_pem.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem.c --- vm_machdep.o --- ctfconvert -L VERSION -g vm_machdep.o --- thunder_pcie_pem_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem_fdt.o -MTthunder_pcie_pem_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem_fdt.c --- thunder_pcie_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_fdt.o --- thunder_pcie_common.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_common.o -MTthunder_pcie_common.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_common.c --- thunder_pcie_pem_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_pem_fdt.o --- bf_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bf_enc.o -MTbf_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/blowfish/bf_enc.c --- thunder_pcie_common.o --- ctfconvert -L VERSION -g thunder_pcie_common.o --- des_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.des_enc.o -MTdes_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/des/des_enc.c --- thunder_pcie_pem.o --- ctfconvert -L VERSION -g thunder_pcie_pem.o --- ahci_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ahci_generic.o -MTahci_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ahci/ahci_generic.c --- bf_enc.o --- ctfconvert -L VERSION -g bf_enc.o --- dwmmc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc.o -MTdwmmc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc.c --- ahci_generic.o --- ctfconvert -L VERSION -g ahci_generic.o --- dwmmc_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc_hisi.o -MTdwmmc_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc_hisi.c --- des_enc.o --- ctfconvert -L VERSION -g des_enc.o --- ofw_cpu.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofw_cpu.o -MTofw_cpu.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofw_cpu.c --- dwmmc_hisi.o --- ctfconvert -L VERSION -g dwmmc_hisi.o --- ofwpci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofwpci.o -MTofwpci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofwpci.c --- ofw_cpu.o --- ctfconvert -L VERSION -g ofw_cpu.o --- pci_host_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pci_host_generic.o -MTpci_host_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/pci/pci_host_generic.c --- dwmmc.o --- ctfconvert -L VERSION -g dwmmc.o --- psci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci.o -MTpsci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci.c --- ofwpci.o --- ctfconvert -L VERSION -g ofwpci.o --- psci_arm64.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci_arm64.o -MTpsci_arm64.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci_arm64.S --- pmap.o --- ctfconvert -L VERSION -g pmap.o --- psci_arm64.o --- ctfconvert -L VERSION -g psci_arm64.o --- uart_cpu_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.uart_cpu_fdt.o -MTuart_cpu_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/uart/uart_cpu_fdt.c --- dwc_otg_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwc_otg_hisi.o -MTdwc_otg_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/usb/controller/dwc_otg_hisi.c --- psci.o --- ctfconvert -L VERSION -g psci.o --- mrml_bridge.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mrml_bridge.o -MTmrml_bridge.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/mrml_bridge.c --- uart_cpu_fdt.o --- /usr/src/sys/dev/uart/uart_cpu_fdt.c:74:1: warning: unused function 'phandle_chosen_propdev' [-Wunused-function] phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) ^ /usr/src/sys/dev/uart/uart_cpu_fdt.c:99:1: warning: unused function 'uart_fdt_find_by_node' [-Wunused-function] uart_fdt_find_by_node(phandle_t node, int class_list) ^ 2 warnings generated. ctfconvert -L VERSION -g uart_cpu_fdt.o --- nic_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nic_main.o -MTnic_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nic_main.c --- dwc_otg_hisi.o --- ctfconvert -L VERSION -g dwc_otg_hisi.o --- nicvf_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_main.o -MTnicvf_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_main.c --- mrml_bridge.o --- ctfconvert -L VERSION -g mrml_bridge.o --- nicvf_queues.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_queues.o -MTnicvf_queues.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_queues.c --- pci_host_generic.o --- ctfconvert -L VERSION -g pci_host_generic.o --- thunder_bgx_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx_fdt.o -MTthunder_bgx_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx_fdt.c ctfconvert -L VERSION -g thunder_bgx_fdt.o --- thunder_bgx.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx.o -MTthunder_bgx.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx.c --- nic_main.o --- ctfconvert -L VERSION -g nic_main.o --- nicvf_main.o --- ctfconvert -L VERSION -g nicvf_main.o --- thunder_mdio_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio_fdt.o -MTthunder_mdio_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio_fdt.c --- thunder_mdio.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio.o -MTthunder_mdio.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio.c --- thunder_mdio_fdt.o --- ctfconvert -L VERSION -g thunder_mdio_fdt.o --- lmac_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/vnic/lmac_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.lmac_if.o -MTlmac_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror lmac_if.c ctfconvert -L VERSION -g lmac_if.o --- kern_clocksource.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.kern_clocksource.o -MTkern_clocksource.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/kern_clocksource.c --- thunder_mdio.o --- ctfconvert -L VERSION -g thunder_mdio.o --- msi_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/msi_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.msi_if.o -MTmsi_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror msi_if.c --- thunder_bgx.o --- ctfconvert -L VERSION -g thunder_bgx.o --- pic_if.o --- --- msi_if.o --- ctfconvert -L VERSION -g msi_if.o --- pic_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/pic_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pic_if.o -MTpic_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror pic_if.c --- subr_devmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_devmap.o -MTsubr_devmap.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_devmap.c --- pic_if.o --- ctfconvert -L VERSION -g pic_if.o --- subr_intr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_intr.o -MTsubr_intr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_intr.c --- nicvf_queues.o --- ctfconvert -L VERSION -g nicvf_queues.o --- subr_devmap.o --- ctfconvert -L VERSION -g subr_devmap.o --- bcmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bcmp.o -MTbcmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/bcmp.c --- ffs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffs.o -MTffs.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffs.c ctfconvert -L VERSION -g ffs.o --- ffsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsl.o -MTffsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsl.c --- bcmp.o --- ctfconvert -L VERSION -g bcmp.o --- ffsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsll.o -MTffsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsll.c --- ffsl.o --- ctfconvert -L VERSION -g ffsl.o --- fls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.fls.o -MTfls.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/fls.c --- ffsll.o --- ctfconvert -L VERSION -g ffsll.o --- flsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsl.o -MTflsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsl.c --- fls.o --- ctfconvert -L VERSION -g fls.o --- flsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsll.o -MTflsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsll.c --- flsl.o --- ctfconvert -L VERSION -g flsl.o --- memmove.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memmove.o -MTmemmove.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memmove.c --- kern_clocksource.o --- ctfconvert -L VERSION -g kern_clocksource.o --- memset.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memset.o -MTmemset.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memset.c --- flsll.o --- ctfconvert -L VERSION -g flsll.o --- config.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.config.o -MTconfig.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror config.c --- memmove.o --- ctfconvert -L VERSION -g memmove.o --- env.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.env.o -MTenv.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror env.c --- config.o --- ctfconvert -L VERSION -g config.o --- hints.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.hints.o -MThints.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror hints.c --- memset.o --- ctfconvert -L VERSION -g memset.o --- vnode_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vnode_if.o -MTvnode_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vnode_if.c --- env.o --- ctfconvert -L VERSION -g env.o --- hack.So --- :> hack.c cc -B/usr/local/aarch64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So --- hints.o --- ctfconvert -L VERSION -g hints.o --- hack.So --- rm -f hack.c --- subr_intr.o --- ctfconvert -L VERSION -g subr_intr.o --- vnode_if.o --- ctfconvert -L VERSION -g vnode_if.o --- vers.c --- MAKE=/usr/obj/usr/src/make.amd64/bmake sh /usr/src/sys/conf/newvers.sh GENERIC --- vers.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.full --- linking kernel.full cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' *** [kernel.full] Error code 1 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson3039161468723969924.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Jul 21 06:59:40 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EABCB9E4E6 for ; Thu, 21 Jul 2016 06:59:40 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-156.reflexion.net [208.70.211.156]) (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 267961D65 for ; Thu, 21 Jul 2016 06:59:39 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 30561 invoked from network); 21 Jul 2016 06:59:38 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 21 Jul 2016 06:59:38 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.90.6) with SMTP; Thu, 21 Jul 2016 02:59:42 -0400 (EDT) Received: (qmail 13587 invoked from network); 21 Jul 2016 06:59:42 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 21 Jul 2016 06:59:42 -0000 X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id C86301C42A7; Wed, 20 Jul 2016 23:59:36 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: FreeBSD user home directory From: Mark Millard In-Reply-To: <20160721030322.GL65494@FreeBSD.org> Date: Wed, 20 Jul 2016 23:59:36 -0700 Cc: freebsd-arm Content-Transfer-Encoding: 7bit Message-Id: <9F4673FD-828B-4809-911B-00EDD601C425@dsl-only.net> References: <79BCA7CB-4D6A-45AF-8432-FD7F8577B42F@dsl-only.net> <20160721030322.GL65494@FreeBSD.org> To: Glen Barber X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 06:59:40 -0000 On 2016-Jul-20, at 8:03 PM, Glen Barber wrote: > On Wed, Jul 20, 2016 at 07:54:27PM -0700, Mark Millard wrote: >> Looking at my armv6 and amd64 11.0's (long in use, originally >> -CURRENT, now -STABLE, maintained via source updates): >> >> amd64 and armv6 (rpi2) both have real /usr/home directories. >> >> armv6 (and rpi2) has no /home path established at all, not even >> as a symbolic link to elsewhere. >> >> amd64 has /home -> usr/home via a symbolic link. >> >> (I do not have access to check my memory and will not for weeks >> but if I remember right my powerpc64 and powerpc 11.0's were like >> amd64 above. They dated back to somewhat before 2016-June-04 when >> last updated.) >> >> If I remember right my old powerpc and powerpc 10.x-STABLE's and >> 10.x-RELEASES also agreed with amd64 above. (At the time I only was >> experimenting with powerpc64 and powerpc FreeBSD.) >> >> In comparison today's -r303119 says: >> >>> Log: >>> Create a /usr/home -> /home symlink for the arm images to >>> avoid /usr/home confusingly being created as a directory. >> >> >> May be which path is to directly be the actual directory by default >> has changed --since all of my contexts started long ago. >> >> But what all my confirmable examples suggest is that /usr/home >> is normally the directory. >> >> I did not manually control or create /usr/home for any of the >> contexts as far as I can remember. It was automatic as a side effect >> of some activity. >> > > Right, but as we do not provide binary upgrade paths for tier-2 > architectures, nothing should be affected for source-based upgrades. > Especially in this case. > >> If there is variability up to now or across architectures it might >> be appropriate to have an UPDATING entry to indicate the new uniform >> answer or whatever describes how things now are. >> >> Are there alternative standard FreeBSD installation techniques >> that may be should all be made to match for such properties? (POLA >> for such defaults: lack of variability across [the major or official] >> techniques?) >> > > This is discussion that is not applicable for the commit to which you > reference. It creates a symlink on an image that is "installed" by > writing a raw filesystem onto an SD card via dd(1). This does not > affect source-based upgrades. > > Glen Just an FYI: I think I found were my amd64 /usr/home came from: I happened to have experimented with zfs for that and /usr/libexec/bsdinstall/zfsboot uses the following in defining ZFSBOOT_DATASETS # Home directories separated so they are common to all BEs /usr/home # NB: /home is a symlink to /usr/home (BE in "BEs" is "Boot Environment".) My only amd64 environment is the only context that I've experimented with zfs in. It is true that this is not likely to have much in common with how my armv6, powerpc64, and powerpc environments got to be /usr/home style (all tier 2). From owner-freebsd-arm@freebsd.org Thu Jul 21 07:04:50 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83BBBB9E744 for ; Thu, 21 Jul 2016 07:04:50 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 762DE1262; Thu, 21 Jul 2016 07:04:50 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 8D035130; Thu, 21 Jul 2016 07:04:50 +0000 (UTC) Date: Thu, 21 Jul 2016 07:04:48 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: sephe@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <950514945.41.1469084690581.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1994893076.38.1469077503113.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1994893076.38.1469077503113.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3655 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 07:04:50 -0000 FreeBSD_HEAD_arm64 - Build #3655 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3655/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3655/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3655/console Change summaries: 303129 by sephe: hyperv/vmbus: Shuffle function declaration and macro definition. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7259 303128 by sephe: hyperv/vmbus: Reorder channel fields. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7258 303127 by sephe: hyperv/vmbus: Save event flag location and evet flag mask. This avoids unnecessary access to the vmbus_softc struct on sending path. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7257 The end of the build log: [...truncated 172214 lines...] cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vfp.o -MTvfp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vfp.c --- uma_machdep.o --- ctfconvert -L VERSION -g uma_machdep.o --- vm_machdep.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vm_machdep.o -MTvm_machdep.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vm_machdep.c --- trap.o --- ctfconvert -L VERSION -g trap.o --- thunder_pcie_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_fdt.o -MTthunder_pcie_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_fdt.c --- vfp.o --- ctfconvert -L VERSION -g vfp.o --- thunder_pcie_pem.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem.o -MTthunder_pcie_pem.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem.c --- vm_machdep.o --- ctfconvert -L VERSION -g vm_machdep.o --- thunder_pcie_pem_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem_fdt.o -MTthunder_pcie_pem_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem_fdt.c --- thunder_pcie_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_fdt.o --- thunder_pcie_common.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_common.o -MTthunder_pcie_common.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_common.c --- thunder_pcie_pem_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_pem_fdt.o --- bf_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bf_enc.o -MTbf_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/blowfish/bf_enc.c --- thunder_pcie_pem.o --- ctfconvert -L VERSION -g thunder_pcie_pem.o --- des_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.des_enc.o -MTdes_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/des/des_enc.c --- thunder_pcie_common.o --- ctfconvert -L VERSION -g thunder_pcie_common.o --- ahci_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ahci_generic.o -MTahci_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ahci/ahci_generic.c --- bf_enc.o --- ctfconvert -L VERSION -g bf_enc.o --- dwmmc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc.o -MTdwmmc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc.c --- ahci_generic.o --- ctfconvert -L VERSION -g ahci_generic.o --- dwmmc_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc_hisi.o -MTdwmmc_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc_hisi.c --- des_enc.o --- ctfconvert -L VERSION -g des_enc.o --- ofw_cpu.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofw_cpu.o -MTofw_cpu.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofw_cpu.c --- dwmmc_hisi.o --- ctfconvert -L VERSION -g dwmmc_hisi.o --- ofwpci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofwpci.o -MTofwpci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofwpci.c --- ofw_cpu.o --- ctfconvert -L VERSION -g ofw_cpu.o --- pci_host_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pci_host_generic.o -MTpci_host_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/pci/pci_host_generic.c --- dwmmc.o --- ctfconvert -L VERSION -g dwmmc.o --- psci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci.o -MTpsci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci.c --- ofwpci.o --- ctfconvert -L VERSION -g ofwpci.o --- psci_arm64.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci_arm64.o -MTpsci_arm64.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci_arm64.S ctfconvert -L VERSION -g psci_arm64.o --- uart_cpu_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.uart_cpu_fdt.o -MTuart_cpu_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/uart/uart_cpu_fdt.c --- psci.o --- ctfconvert -L VERSION -g psci.o --- dwc_otg_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwc_otg_hisi.o -MTdwc_otg_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/usb/controller/dwc_otg_hisi.c --- pmap.o --- ctfconvert -L VERSION -g pmap.o --- uart_cpu_fdt.o --- /usr/src/sys/dev/uart/uart_cpu_fdt.c:74:1: warning: unused function 'phandle_chosen_propdev' [-Wunused-function] phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) ^ /usr/src/sys/dev/uart/uart_cpu_fdt.c:99:1: warning: unused function 'uart_fdt_find_by_node' [-Wunused-function] uart_fdt_find_by_node(phandle_t node, int class_list) ^ --- mrml_bridge.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mrml_bridge.o -MTmrml_bridge.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/mrml_bridge.c --- uart_cpu_fdt.o --- 2 warnings generated. ctfconvert -L VERSION -g uart_cpu_fdt.o --- nic_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nic_main.o -MTnic_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nic_main.c --- dwc_otg_hisi.o --- ctfconvert -L VERSION -g dwc_otg_hisi.o --- nicvf_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_main.o -MTnicvf_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_main.c --- pci_host_generic.o --- ctfconvert -L VERSION -g pci_host_generic.o --- nicvf_queues.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_queues.o -MTnicvf_queues.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_queues.c --- mrml_bridge.o --- ctfconvert -L VERSION -g mrml_bridge.o --- thunder_bgx_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx_fdt.o -MTthunder_bgx_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx_fdt.c ctfconvert -L VERSION -g thunder_bgx_fdt.o --- thunder_bgx.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx.o -MTthunder_bgx.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx.c --- nicvf_main.o --- ctfconvert -L VERSION -g nicvf_main.o --- nic_main.o --- ctfconvert -L VERSION -g nic_main.o --- thunder_mdio_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio_fdt.o -MTthunder_mdio_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio_fdt.c --- thunder_mdio.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio.o -MTthunder_mdio.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio.c --- thunder_mdio_fdt.o --- ctfconvert -L VERSION -g thunder_mdio_fdt.o --- lmac_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/vnic/lmac_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.lmac_if.o -MTlmac_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror lmac_if.c --- thunder_mdio.o --- ctfconvert -L VERSION -g thunder_mdio.o --- lmac_if.o --- ctfconvert -L VERSION -g lmac_if.o --- kern_clocksource.o --- --- msi_if.o --- --- kern_clocksource.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.kern_clocksource.o -MTkern_clocksource.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/kern_clocksource.c --- msi_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/msi_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.msi_if.o -MTmsi_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror msi_if.c ctfconvert -L VERSION -g msi_if.o --- pic_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/pic_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pic_if.o -MTpic_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror pic_if.c --- thunder_bgx.o --- ctfconvert -L VERSION -g thunder_bgx.o --- subr_devmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_devmap.o -MTsubr_devmap.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_devmap.c --- nicvf_queues.o --- ctfconvert -L VERSION -g nicvf_queues.o --- subr_intr.o --- --- pic_if.o --- ctfconvert -L VERSION -g pic_if.o --- subr_intr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_intr.o -MTsubr_intr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_intr.c --- bcmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bcmp.o -MTbcmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/bcmp.c --- subr_devmap.o --- ctfconvert -L VERSION -g subr_devmap.o --- ffs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffs.o -MTffs.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffs.c --- bcmp.o --- ctfconvert -L VERSION -g bcmp.o --- ffsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsl.o -MTffsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsl.c --- ffs.o --- ctfconvert -L VERSION -g ffs.o --- ffsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsll.o -MTffsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsll.c --- ffsl.o --- ctfconvert -L VERSION -g ffsl.o --- fls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.fls.o -MTfls.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/fls.c --- ffsll.o --- ctfconvert -L VERSION -g ffsll.o --- flsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsl.o -MTflsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsl.c --- fls.o --- ctfconvert -L VERSION -g fls.o --- flsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsll.o -MTflsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsll.c --- flsl.o --- ctfconvert -L VERSION -g flsl.o --- memmove.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memmove.o -MTmemmove.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memmove.c --- kern_clocksource.o --- ctfconvert -L VERSION -g kern_clocksource.o --- flsll.o --- ctfconvert -L VERSION -g flsll.o --- memset.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memset.o -MTmemset.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memset.c --- config.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.config.o -MTconfig.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror config.c --- memmove.o --- ctfconvert -L VERSION -g memmove.o --- env.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.env.o -MTenv.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror env.c --- config.o --- ctfconvert -L VERSION -g config.o --- hints.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.hints.o -MThints.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror hints.c --- memset.o --- ctfconvert -L VERSION -g memset.o --- vnode_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vnode_if.o -MTvnode_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vnode_if.c --- env.o --- ctfconvert -L VERSION -g env.o --- hints.o --- ctfconvert -L VERSION -g hints.o --- hack.So --- :> hack.c cc -B/usr/local/aarch64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So rm -f hack.c --- subr_intr.o --- ctfconvert -L VERSION -g subr_intr.o --- vnode_if.o --- ctfconvert -L VERSION -g vnode_if.o --- vers.c --- MAKE=/usr/obj/usr/src/make.amd64/bmake sh /usr/src/sys/conf/newvers.sh GENERIC --- vers.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.full --- linking kernel.full cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' *** [kernel.full] Error code 1 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson258650437198044239.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Jul 21 07:20:59 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 517D7B9EBFD for ; Thu, 21 Jul 2016 07:20:59 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::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 0BD00179A; Thu, 21 Jul 2016 07:20:59 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id n129so56146669vke.3; Thu, 21 Jul 2016 00:20:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ekQYXQ0vankL0sPuvv1SESrUBpDqRGhqQo8YaQodHfg=; b=iF/WiT9G8dCO/vhHaC0oZ3MBX3SpSlHmq4BSNy7kqMB8XTibS9OGqOgkEffd/YqFXg bs7qLUNgGxBqFzomPysw7DtBX7byxZrNm5Daz88CupjdLfKCCno9Y4zxtc9A9zj/jjAO K9ofXmOMbcJg4dIlhHf9ugmuin3VeAjvESCSt4jZOm5+aCp/MPBZYE0SnBuWVLp2wSwp CSUf2OCqVweYzjQdtVqDXSwDWdMvaWTZ17ESffwYTYJPjOYuIUWEOCwzGZz/H40cyzf4 mn+Kaet6MIHY+T679w5AHfHpxC/cYX+0zAEHww9Sba/Hp1HbUC8GeAMocFwjFQNCrnzK 2rZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ekQYXQ0vankL0sPuvv1SESrUBpDqRGhqQo8YaQodHfg=; b=OO3ngnT0eqZtRexRluUw97QT8fdUU1xUIxrp/lydyw9TrZmfJQBzGTCP8SgrlYA577 Nn/hhJUPHCP2LOSKIGeT0oPU77g43T9wD7lwiRV7NTciDBUktOy4oJx0ewTexOTlorjN 1U5750z3jYZs2CR1tM5VTY/9GlQWoLxtjZNLRC8LGJSzjuFya7rves1aiKtkWo8h7wrv rIZlvArivNzsLOitOTx081wN7E3EjD0pC/2Hi/LdB/7DqAsOf9kabCKJjuhKv+ro/e6O d+YUOdUpW6rA1Zk+L5ouSI9AWHLSQ8wdBOU3uE3jLfRQ4nxuGYBCt7E0ph4wywG397Nq 2hTQ== X-Gm-Message-State: ALyK8tKNcKlbBmtzFeTaax0kzHfK8wXhriA9/XlN1L2VT232AigGcEQeyZ4jX8nW3k1BTANvlDdv14PnrKkfxw== X-Received: by 10.159.32.66 with SMTP id 60mr26554355uam.100.1469085658097; Thu, 21 Jul 2016 00:20:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.75 with HTTP; Thu, 21 Jul 2016 00:20:57 -0700 (PDT) In-Reply-To: <9F4673FD-828B-4809-911B-00EDD601C425@dsl-only.net> References: <79BCA7CB-4D6A-45AF-8432-FD7F8577B42F@dsl-only.net> <20160721030322.GL65494@FreeBSD.org> <9F4673FD-828B-4809-911B-00EDD601C425@dsl-only.net> From: Russell Haley Date: Thu, 21 Jul 2016 01:20:57 -0600 Message-ID: Subject: Re: FreeBSD user home directory To: Mark Millard Cc: Glen Barber , freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 07:20:59 -0000 On Thu, Jul 21, 2016 at 12:59 AM, Mark Millard wrote: > On 2016-Jul-20, at 8:03 PM, Glen Barber wrote: > >> On Wed, Jul 20, 2016 at 07:54:27PM -0700, Mark Millard wrote: >>> Looking at my armv6 and amd64 11.0's (long in use, originally >>> -CURRENT, now -STABLE, maintained via source updates): >>> >>> amd64 and armv6 (rpi2) both have real /usr/home directories. >>> >>> armv6 (and rpi2) has no /home path established at all, not even >>> as a symbolic link to elsewhere. >>> >>> amd64 has /home -> usr/home via a symbolic link. I think Mark is indicating what first caught my eye: the user is created in a real /home directory. The new symbolic link will create a /usr/home reference, but my experience historically (and unfortunately anecdotally at this time) has been the real directory is /usr/home. I can see that what Glen did is consistent with the pw(8) command he quoted earlier so his solution is possibly "more correct"? The real question though is does it make any difference (I'm not an expert on linking)? And if it does, should all planned tier 1 platforms (i.e. x86,amd64 and aarch64) be checked/corrected for consistency? Russ From owner-freebsd-arm@freebsd.org Thu Jul 21 07:30:53 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EC86B9EF2C for ; Thu, 21 Jul 2016 07:30:53 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0: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 DB2151187; Thu, 21 Jul 2016 07:30:52 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x229.google.com with SMTP id w127so101812525vkh.2; Thu, 21 Jul 2016 00:30:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=mmRvHNSmDQ/3cpawAjGKLnYE5lFZwxyuH/4NDe3ggyI=; b=DsIjQuSl7GmRHmuy99BDlLxYOIVyuBnXFUT1brkHhovx+hvu/1M5T5Je5XEG2sbBFB giac74dXfHl4X7GMV4YyJvksAH1ThBluE8XejLTxwCQw2a3w6T8DXzJMkmHLG1FO8iKP 4T+RkK86UBj1+7tSFbhdfYbJUtzCDGDZShU4hOrI62qYVF5z3AB1RL9qIa2Fl4UV5gFH MDfKvo8DfTSBNS0BZhhBZ1jz6VVdRIFMDQtzJzSg0EHXUe0pHGAUIJ9wTufAQM6cKGJx S7XBWwdMKXHOR4jJCaZrlvksbxM77zY0Rhd1d5TTsRDLvcmEj/rJnVjXE69VDZHAjzn3 oSFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=mmRvHNSmDQ/3cpawAjGKLnYE5lFZwxyuH/4NDe3ggyI=; b=bg7CxB9SSnWqRCal32IjQtt4FLM07fGHtOuv9pdZkkHYU7/o5/T9cd3g+qYDEtA9sA xm6jL53FLSzTpQEKQ1IMsw5I/2oEHFwUA29snbHTLz/pmCAVLWQnLqwwTzDv8Z/YIV5K FzC8Khyt8hCIGEKOxQ1U46DOQtLVclx6qyFJReLF1P7oPOsTys7wpRYR6Wl/UCN5dxx5 6I2MNDERLjXeTfCPS82JEBA5fihlbIpUDNHS01DYTDGhnz7+y3kgmk0Qywz0ggE3ylcb oSqvZGImfuU0OTQ63bhUch3SHVKS8bhwbAlx3AAAae3gE5t8KdZCoKicpblHA6Aplvjq CW8w== X-Gm-Message-State: ALyK8tIcasB5JsHARRNRT9Iowg2eyWQfjnBvhT00LbXMCYHJzm7MGFuIO+RxJudIS5OlW9gVfnVkDsaSesmldQ== X-Received: by 10.31.76.66 with SMTP id z63mr26336525vka.107.1469086252133; Thu, 21 Jul 2016 00:30:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.75 with HTTP; Thu, 21 Jul 2016 00:30:51 -0700 (PDT) In-Reply-To: References: <79BCA7CB-4D6A-45AF-8432-FD7F8577B42F@dsl-only.net> <20160721030322.GL65494@FreeBSD.org> <9F4673FD-828B-4809-911B-00EDD601C425@dsl-only.net> From: Russell Haley Date: Thu, 21 Jul 2016 01:30:51 -0600 Message-ID: Subject: Re: FreeBSD user home directory To: Mark Millard Cc: Glen Barber , freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 07:30:53 -0000 On Thu, Jul 21, 2016 at 1:20 AM, Russell Haley wrote: > On Thu, Jul 21, 2016 at 12:59 AM, Mark Millard wrote: >> On 2016-Jul-20, at 8:03 PM, Glen Barber wrote: >> >>> On Wed, Jul 20, 2016 at 07:54:27PM -0700, Mark Millard wrote: >>>> Looking at my armv6 and amd64 11.0's (long in use, originally >>>> -CURRENT, now -STABLE, maintained via source updates): >>>> >>>> amd64 and armv6 (rpi2) both have real /usr/home directories. >>>> >>>> armv6 (and rpi2) has no /home path established at all, not even >>>> as a symbolic link to elsewhere. >>>> >>>> amd64 has /home -> usr/home via a symbolic link. > > I think Mark is indicating what first caught my eye: the user is > created in a real /home directory. The new symbolic link will create a > /usr/home reference, but my experience historically (and unfortunately > anecdotally at this time) has been the real directory is /usr/home. I > can see that what Glen did is consistent with the pw(8) command he > quoted earlier so his solution is possibly "more correct"? The real > question though is does it make any difference (I'm not an expert on > linking)? And if it does, should all planned tier 1 platforms (i.e. > x86,amd64 and aarch64) be checked/corrected for consistency? oops nevermind, I see now that perhaps it's a ZFS thing? I don't have vbox around to spin up an default amd64 instance. :( Perhaps a better question for another mailing list? It seems to me it would be easier to create the zfs dataset under /home? Russ From owner-freebsd-arm@freebsd.org Thu Jul 21 07:55:43 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14CB0BA0662 for ; Thu, 21 Jul 2016 07:55:43 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-156.reflexion.net [208.70.211.156]) (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 D139C11CC for ; Thu, 21 Jul 2016 07:55:42 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 30597 invoked from network); 21 Jul 2016 07:55:42 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 21 Jul 2016 07:55:42 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v7.90.6) with SMTP; Thu, 21 Jul 2016 03:55:35 -0400 (EDT) Received: (qmail 9609 invoked from network); 21 Jul 2016 07:55:35 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 21 Jul 2016 07:55:35 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id B84B51C407A; Thu, 21 Jul 2016 00:55:39 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: FreeBSD user home directory From: Mark Millard In-Reply-To: <9F4673FD-828B-4809-911B-00EDD601C425@dsl-only.net> Date: Thu, 21 Jul 2016 00:55:39 -0700 Cc: freebsd-arm , Russell Haley Content-Transfer-Encoding: quoted-printable Message-Id: <13F2EBE9-4510-4D59-8059-6279560CBAFA@dsl-only.net> References: <79BCA7CB-4D6A-45AF-8432-FD7F8577B42F@dsl-only.net> <20160721030322.GL65494@FreeBSD.org> <9F4673FD-828B-4809-911B-00EDD601C425@dsl-only.net> To: Glen Barber X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 07:55:43 -0000 On 2016-Jul-20, at 11:59 PM, Mark Millard wrote: > On 2016-Jul-20, at 8:03 PM, Glen Barber wrote: >=20 >> On Wed, Jul 20, 2016 at 07:54:27PM -0700, Mark Millard wrote: >>> Looking at my armv6 and amd64 11.0's (long in use, originally >>> -CURRENT, now -STABLE, maintained via source updates): >>>=20 >>> amd64 and armv6 (rpi2) both have real /usr/home directories. >>>=20 >>> armv6 (and rpi2) has no /home path established at all, not even >>> as a symbolic link to elsewhere. >>>=20 >>> amd64 has /home -> usr/home via a symbolic link. >>>=20 >>> (I do not have access to check my memory and will not for weeks >>> but if I remember right my powerpc64 and powerpc 11.0's were like >>> amd64 above. They dated back to somewhat before 2016-June-04 when >>> last updated.) >>>=20 >>> If I remember right my old powerpc and powerpc 10.x-STABLE's and >>> 10.x-RELEASES also agreed with amd64 above. (At the time I only was >>> experimenting with powerpc64 and powerpc FreeBSD.) >>>=20 >>> In comparison today's -r303119 says: >>>=20 >>>> Log: >>>> Create a /usr/home -> /home symlink for the arm images to >>>> avoid /usr/home confusingly being created as a directory. >>>=20 >>>=20 >>> May be which path is to directly be the actual directory by default >>> has changed --since all of my contexts started long ago. >>>=20 >>> But what all my confirmable examples suggest is that /usr/home >>> is normally the directory. >>>=20 >>> I did not manually control or create /usr/home for any of the >>> contexts as far as I can remember. It was automatic as a side effect >>> of some activity. >>>=20 >>=20 >> Right, but as we do not provide binary upgrade paths for tier-2 >> architectures, nothing should be affected for source-based upgrades. >> Especially in this case. >>=20 >>> If there is variability up to now or across architectures it might >>> be appropriate to have an UPDATING entry to indicate the new uniform >>> answer or whatever describes how things now are. >>>=20 >>> Are there alternative standard FreeBSD installation techniques >>> that may be should all be made to match for such properties? (POLA >>> for such defaults: lack of variability across [the major or = official] >>> techniques?) >>>=20 >>=20 >> This is discussion that is not applicable for the commit to which you >> reference. It creates a symlink on an image that is "installed" by >> writing a raw filesystem onto an SD card via dd(1). This does not >> affect source-based upgrades. >>=20 >> Glen >=20 > Just an FYI: >=20 > I think I found were my amd64 /usr/home came from: I happened to have > experimented with zfs for that and /usr/libexec/bsdinstall/zfsboot = uses > the following in defining ZFSBOOT_DATASETS >=20 > # Home directories separated so they are common to all BEs > /usr/home # NB: /home is a symlink to /usr/home >=20 > (BE in "BEs" is "Boot Environment".) My only amd64 environment is the > only context that I've experimented with zfs in. >=20 > It is true that this is not likely to have much in common with how my > armv6, powerpc64, and powerpc environments got to be /usr/home style > (all tier 2). Another FYI: I think I've tracked down where my armv6 /usr/home came = from: I happened to experiment with crochet for my very first armv6 creation = and I've never had to start from scratch again for armv6 after that. # grep -i home ~/crochet/option/User/setup.sh HOME_DIR=3D/usr/home mkdir -p ${BOARD_FREEBSD_MOUNTPOINT}${HOME_DIR}/$1 $PW -V ${BOARD_FREEBSD_MOUNTPOINT}/etc/ useradd -n $1 -s /bin/csh -g = wheel -w yes -d ${HOME_DIR}/$1 $CHOWN $UGID ${BOARD_FREEBSD_MOUNTPOINT}${HOME_DIR}/$1 So crochet uses /usr/home as the directly existing directory (or did at that time anyway). (I'm not saying that crochet is a standard technique. I had forgotten = that I had happened to decide to experiment with it just the one time when I first created a armv6 context.) From owner-freebsd-arm@freebsd.org Thu Jul 21 09:04:45 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 682C7BA09D4 for ; Thu, 21 Jul 2016 09:04:45 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5A6EC12B1; Thu, 21 Jul 2016 09:04:45 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 79EC0134; Thu, 21 Jul 2016 09:04:45 +0000 (UTC) Date: Thu, 21 Jul 2016 09:04:43 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, sephe@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1638710574.43.1469091885503.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <950514945.41.1469084690581.JavaMail.jenkins@jenkins-9.freebsd.org> References: <950514945.41.1469084690581.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3656 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 09:04:45 -0000 FreeBSD_HEAD_arm64 - Build #3656 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3656/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3656/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3656/console Change summaries: 303131 by sephe: hyperv: hv_vmbus_channel -> vmbus_channel MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7260 303130 by bdrewery: Add LOCAL_XTOOL_DIRS to add into cross-tools. Sponsored by: EMC / Isilon Storage Division The end of the build log: [...truncated 172958 lines...] cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vfp.o -MTvfp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vfp.c --- unwind.o --- ctfconvert -L VERSION -g unwind.o --- vm_machdep.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vm_machdep.o -MTvm_machdep.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vm_machdep.c --- trap.o --- ctfconvert -L VERSION -g trap.o --- thunder_pcie_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_fdt.o -MTthunder_pcie_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_fdt.c --- vfp.o --- ctfconvert -L VERSION -g vfp.o --- thunder_pcie_pem.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem.o -MTthunder_pcie_pem.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem.c --- vm_machdep.o --- ctfconvert -L VERSION -g vm_machdep.o --- thunder_pcie_pem_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem_fdt.o -MTthunder_pcie_pem_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem_fdt.c --- thunder_pcie_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_fdt.o --- thunder_pcie_common.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_common.o -MTthunder_pcie_common.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_common.c --- thunder_pcie_pem_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_pem_fdt.o --- bf_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bf_enc.o -MTbf_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/blowfish/bf_enc.c --- thunder_pcie_common.o --- ctfconvert -L VERSION -g thunder_pcie_common.o --- des_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.des_enc.o -MTdes_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/des/des_enc.c --- thunder_pcie_pem.o --- ctfconvert -L VERSION -g thunder_pcie_pem.o --- ahci_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ahci_generic.o -MTahci_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ahci/ahci_generic.c --- bf_enc.o --- ctfconvert -L VERSION -g bf_enc.o --- dwmmc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc.o -MTdwmmc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc.c --- ahci_generic.o --- ctfconvert -L VERSION -g ahci_generic.o --- dwmmc_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc_hisi.o -MTdwmmc_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc_hisi.c --- des_enc.o --- ctfconvert -L VERSION -g des_enc.o --- ofw_cpu.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofw_cpu.o -MTofw_cpu.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofw_cpu.c --- dwmmc_hisi.o --- ctfconvert -L VERSION -g dwmmc_hisi.o --- ofwpci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofwpci.o -MTofwpci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofwpci.c --- ofw_cpu.o --- ctfconvert -L VERSION -g ofw_cpu.o --- pci_host_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pci_host_generic.o -MTpci_host_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/pci/pci_host_generic.c --- dwmmc.o --- ctfconvert -L VERSION -g dwmmc.o --- psci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci.o -MTpsci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci.c --- ofwpci.o --- ctfconvert -L VERSION -g ofwpci.o --- psci_arm64.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci_arm64.o -MTpsci_arm64.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci_arm64.S ctfconvert -L VERSION -g psci_arm64.o --- uart_cpu_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.uart_cpu_fdt.o -MTuart_cpu_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/uart/uart_cpu_fdt.c --- pmap.o --- ctfconvert -L VERSION -g pmap.o --- psci.o --- ctfconvert -L VERSION -g psci.o --- dwc_otg_hisi.o --- --- mrml_bridge.o --- --- dwc_otg_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwc_otg_hisi.o -MTdwc_otg_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/usb/controller/dwc_otg_hisi.c --- mrml_bridge.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mrml_bridge.o -MTmrml_bridge.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/mrml_bridge.c --- uart_cpu_fdt.o --- /usr/src/sys/dev/uart/uart_cpu_fdt.c:74:1: warning: unused function 'phandle_chosen_propdev' [-Wunused-function] phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) ^ /usr/src/sys/dev/uart/uart_cpu_fdt.c:99:1: warning: unused function 'uart_fdt_find_by_node' [-Wunused-function] uart_fdt_find_by_node(phandle_t node, int class_list) ^ 2 warnings generated. ctfconvert -L VERSION -g uart_cpu_fdt.o --- nic_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nic_main.o -MTnic_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nic_main.c --- dwc_otg_hisi.o --- ctfconvert -L VERSION -g dwc_otg_hisi.o --- nicvf_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_main.o -MTnicvf_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_main.c --- pci_host_generic.o --- ctfconvert -L VERSION -g pci_host_generic.o --- nicvf_queues.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_queues.o -MTnicvf_queues.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_queues.c --- mrml_bridge.o --- ctfconvert -L VERSION -g mrml_bridge.o --- thunder_bgx_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx_fdt.o -MTthunder_bgx_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx_fdt.c ctfconvert -L VERSION -g thunder_bgx_fdt.o --- thunder_bgx.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx.o -MTthunder_bgx.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx.c --- nic_main.o --- ctfconvert -L VERSION -g nic_main.o --- thunder_mdio_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio_fdt.o -MTthunder_mdio_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio_fdt.c --- nicvf_main.o --- ctfconvert -L VERSION -g nicvf_main.o --- thunder_mdio.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio.o -MTthunder_mdio.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio.c --- thunder_mdio_fdt.o --- ctfconvert -L VERSION -g thunder_mdio_fdt.o --- lmac_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/vnic/lmac_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.lmac_if.o -MTlmac_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror lmac_if.c ctfconvert -L VERSION -g lmac_if.o --- kern_clocksource.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.kern_clocksource.o -MTkern_clocksource.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/kern_clocksource.c --- thunder_bgx.o --- ctfconvert -L VERSION -g thunder_bgx.o --- msi_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/msi_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.msi_if.o -MTmsi_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror msi_if.c --- thunder_mdio.o --- ctfconvert -L VERSION -g thunder_mdio.o --- pic_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/pic_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pic_if.o -MTpic_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror pic_if.c --- msi_if.o --- ctfconvert -L VERSION -g msi_if.o --- subr_devmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_devmap.o -MTsubr_devmap.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_devmap.c --- nicvf_queues.o --- ctfconvert -L VERSION -g nicvf_queues.o --- pic_if.o --- ctfconvert -L VERSION -g pic_if.o --- subr_intr.o --- --- bcmp.o --- --- subr_intr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_intr.o -MTsubr_intr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_intr.c --- bcmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bcmp.o -MTbcmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/bcmp.c --- subr_devmap.o --- ctfconvert -L VERSION -g subr_devmap.o --- ffs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffs.o -MTffs.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffs.c ctfconvert -L VERSION -g ffs.o --- ffsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsl.o -MTffsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsl.c --- bcmp.o --- ctfconvert -L VERSION -g bcmp.o --- ffsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsll.o -MTffsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsll.c --- ffsl.o --- ctfconvert -L VERSION -g ffsl.o --- fls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.fls.o -MTfls.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/fls.c --- ffsll.o --- ctfconvert -L VERSION -g ffsll.o --- flsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsl.o -MTflsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsl.c --- fls.o --- ctfconvert -L VERSION -g fls.o --- flsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsll.o -MTflsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsll.c --- kern_clocksource.o --- ctfconvert -L VERSION -g kern_clocksource.o --- flsl.o --- ctfconvert -L VERSION -g flsl.o --- memmove.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memmove.o -MTmemmove.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memmove.c --- memset.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memset.o -MTmemset.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memset.c --- flsll.o --- ctfconvert -L VERSION -g flsll.o --- config.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.config.o -MTconfig.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror config.c --- memmove.o --- ctfconvert -L VERSION -g memmove.o --- env.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.env.o -MTenv.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror env.c --- config.o --- ctfconvert -L VERSION -g config.o --- hints.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.hints.o -MThints.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror hints.c --- memset.o --- ctfconvert -L VERSION -g memset.o --- vnode_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vnode_if.o -MTvnode_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vnode_if.c --- env.o --- ctfconvert -L VERSION -g env.o --- hack.So --- :> hack.c cc -B/usr/local/aarch64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So --- hints.o --- ctfconvert -L VERSION -g hints.o --- hack.So --- rm -f hack.c --- subr_intr.o --- ctfconvert -L VERSION -g subr_intr.o --- vnode_if.o --- ctfconvert -L VERSION -g vnode_if.o --- vers.c --- MAKE=/usr/obj/usr/src/make.amd64/bmake sh /usr/src/sys/conf/newvers.sh GENERIC --- vers.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.full --- linking kernel.full cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' *** [kernel.full] Error code 1 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson6215827040816686257.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Jul 21 11:01:46 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D306ABA00A2 for ; Thu, 21 Jul 2016 11:01:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id B9216161D; Thu, 21 Jul 2016 11:01:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id CAB55138; Thu, 21 Jul 2016 11:01:46 +0000 (UTC) Date: Thu, 21 Jul 2016 11:01:42 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, andrew@FreeBSD.org, trasz@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1418447539.46.1469098906837.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1638710574.43.1469091885503.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1638710574.43.1469091885503.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3657 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 11:01:46 -0000 FreeBSD_HEAD_arm64 - Build #3657 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3657/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3657/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3657/console Change summaries: 303134 by kib: Improve typesetting. Reviewed by: bapt No objections from: emaste Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D7261 303133 by andrew: Add support for arm64 to uart_dev_acpi by using the _HID property to find the uart class to use in a similar way as the fdt driver. Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7248 303132 by trasz: Add documentation for "ctld -u", the UCL configuration file format. Submitted by: jceel@ Reviewed by: wblock@ MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D7222 The end of the build log: [...truncated 165112 lines...] --- cryptodev_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/opencrypto/cryptodev_if.m -h --- ubsec.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.ubsec.o -MTubsec.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/ubsec/../../dev/ubsec/ubsec.c -o ubsec.o --- mlphy.o --- ctfconvert -L VERSION -g mlphy.o --- modules-all --- --- all_subdir_udf --- ===> udf (all) --- machine --- machine -> /usr/src/sys/arm64/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- udf_vnops.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.udf_vnops.o -MTudf_vnops.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/udf/../../fs/udf/udf_vnops.c -o udf_vnops.o --- all_subdir_uart --- --- uart_dev_ns8250.o --- ctfconvert -L VERSION -g uart_dev_ns8250.o --- uart_dev_quicc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.uart_dev_quicc.o -MTuart_dev_quicc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/uart/../../dev/uart/uart_dev_quicc.c -o uart_dev_quicc.o ctfconvert -L VERSION -g uart_dev_quicc.o --- uart_dev_sab82532.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.uart_dev_sab82532.o -MTuart_dev_sab82532.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/uart/../../dev/uart/uart_dev_sab82532.c -o uart_dev_sab82532.o --- all_subdir_udf --- ctfconvert -L VERSION -g udf_vnops.o --- osta.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.osta.o -MTosta.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/udf/../../fs/udf/osta.c -o osta.o ctfconvert -L VERSION -g osta.o --- udf_vfsops.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.udf_vfsops.o -MTudf_vfsops.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/udf/../../fs/udf/udf_vfsops.c -o udf_vfsops.o --- all_subdir_uart --- ctfconvert -L VERSION -g uart_dev_sab82532.o --- uart_dev_z8530.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.uart_dev_z8530.o -MTuart_dev_z8530.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/uart/../../dev/uart/uart_dev_z8530.c -o uart_dev_z8530.o --- all_subdir_ubsec --- ctfconvert -L VERSION -g ubsec.o --- ubsec.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ubsec.kld ubsec.o --- all_subdir_udf --- ctfconvert -L VERSION -g udf_vfsops.o --- all_subdir_ubsec --- ctfmerge -L VERSION -g -o ubsec.kld ubsec.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ubsec.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % ubsec.kld --- ubsec.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ubsec.ko.full ubsec.o --- ubsec.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ubsec.ko.full ubsec.ko.debug --- ubsec.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=ubsec.ko.debug ubsec.ko.full ubsec.ko --- all_subdir_uart --- --- uart_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.uart_if.o -MTuart_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c uart_if.c -o uart_if.o --- all_subdir_udf --- --- udf.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o udf.kld udf_vfsops.o udf_vnops.o osta.o --- all_subdir_sound --- --- uaudio.o --- ctfconvert -L VERSION -g uaudio.o --- all_subdir_udf --- ctfmerge -L VERSION -g -o udf.kld udf_vfsops.o udf_vnops.o osta.o --- all_subdir_sound --- --- snd_uaudio.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o snd_uaudio.kld uaudio_pcm.o uaudio.o --- all_subdir_udf --- echo udf_iconv > export_syms awk -f /usr/src/sys/conf/kmod_syms.awk udf.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % udf.kld --- all_subdir_sound --- ctfmerge -L VERSION -g -o snd_uaudio.kld uaudio_pcm.o uaudio.o --- all_subdir_udf --- --- udf.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o udf.ko.full udf_vfsops.o udf_vnops.o osta.o --- udf.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug udf.ko.full udf.ko.debug --- all_subdir_sound --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk snd_uaudio.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % snd_uaudio.kld --- all_subdir_udf --- --- udf.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=udf.ko.debug udf.ko.full udf.ko --- all_subdir_uart --- --- uart_subr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.uart_subr.o -MTuart_subr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/uart/../../dev/uart/uart_subr.c -o uart_subr.o --- all_subdir_sound --- --- snd_uaudio.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o snd_uaudio.ko.full uaudio_pcm.o uaudio.o --- snd_uaudio.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug snd_uaudio.ko.full snd_uaudio.ko.debug --- snd_uaudio.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=snd_uaudio.ko.debug snd_uaudio.ko.full snd_uaudio.ko --- all_subdir_uart --- --- uart_tty.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.uart_tty.o -MTuart_tty.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/uart/../../dev/uart/uart_tty.c -o uart_tty.o --- uart_if.o --- ctfconvert -L VERSION -g uart_if.o --- all_subdir_udf_iconv --- ===> udf_iconv (all) --- all_subdir_uart --- --- uart_dev_z8530.o --- ctfconvert -L VERSION -g uart_dev_z8530.o --- all_subdir_udf_iconv --- --- machine --- machine -> /usr/src/sys/arm64/include --- all_subdir_ufs --- ===> ufs (all) --- all_subdir_udf_iconv --- --- udf_iconv.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/udf_iconv/../../ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.udf_iconv.o -MTudf_iconv.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/udf_iconv/../../fs/udf/udf_iconv.c -o udf_iconv.o --- all_subdir_ufs --- --- machine --- machine -> /usr/src/sys/arm64/include --- opt_ddb.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_ddb.h opt_ddb.h --- opt_directio.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_directio.h opt_directio.h --- opt_ffs.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_ffs.h opt_ffs.h --- opt_quota.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_quota.h opt_quota.h --- opt_suiddir.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_suiddir.h opt_suiddir.h --- opt_ufs.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_ufs.h opt_ufs.h --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- all_subdir_udf_iconv --- ctfconvert -L VERSION -g udf_iconv.o --- udf_iconv.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o udf_iconv.kld udf_iconv.o ctfmerge -L VERSION -g -o udf_iconv.kld udf_iconv.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk udf_iconv.kld export_syms | xargs -J% /usr/local/aarch64-freebsd/bin/objcopy % udf_iconv.kld --- all_subdir_ufs --- --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- all_subdir_udf_iconv --- --- udf_iconv.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o udf_iconv.ko.full udf_iconv.o --- udf_iconv.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug udf_iconv.ko.full udf_iconv.ko.debug --- udf_iconv.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=udf_iconv.ko.debug udf_iconv.ko.full udf_iconv.ko --- all_subdir_uart --- --- uart_bus_acpi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.uart_bus_acpi.o -MTuart_bus_acpi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/uart/../../dev/uart/uart_bus_acpi.c -o uart_bus_acpi.o --- uart_subr.o --- ctfconvert -L VERSION -g uart_subr.o --- all_subdir_ufs --- --- ufs_bmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.ufs_bmap.o -MTufs_bmap.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/ufs/../../ufs/ufs/ufs_bmap.c -o ufs_bmap.o --- all_subdir_unionfs --- ===> unionfs (all) --- machine --- machine -> /usr/src/sys/arm64/include --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- union_vfsops.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.union_vfsops.o -MTunion_vfsops.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -c /usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c -o union_vfsops.o --- all_subdir_uart --- --- uart_tty.o --- ctfconvert -L VERSION -g uart_tty.o --- nsgphy.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nsgphy.o -MTnsgphy.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mii/nsgphy.c --- modules-all --- --- uart_bus_acpi.o --- In file included from /usr/src/sys/modules/uart/../../dev/uart/uart_bus_acpi.c:46: /usr/src/sys/dev/acpica/acpivar.h:36:10: fatal error: 'acpi_if.h' file not found #include "acpi_if.h" ^ 1 error generated. *** [uart_bus_acpi.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/uart 1 error bmake[4]: stopped in /usr/src/sys/modules/uart *** [all_subdir_uart] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_ufs --- ctfconvert -L VERSION -g ufs_bmap.o --- nsgphy.o --- ctfconvert -L VERSION -g nsgphy.o --- modules-all --- --- all_subdir_unionfs --- ctfconvert -L VERSION -g union_vfsops.o --- all_subdir_ufs --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/ufs *** [all_subdir_ufs] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_unionfs --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/unionfs *** [all_subdir_unionfs] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 3 errors bmake[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson7236099977309832177.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Jul 21 12:31:54 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7DFAB9E3F8 for ; Thu, 21 Jul 2016 12:31:54 +0000 (UTC) (envelope-from karl@denninger.net) Received: from mail.denninger.net (denninger.net [70.169.168.7]) (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 77F391B96 for ; Thu, 21 Jul 2016 12:31:54 +0000 (UTC) (envelope-from karl@denninger.net) Received: from [192.168.1.40] (Karl-Desktop.Denninger.net [192.168.1.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.denninger.net (Postfix) with ESMTPSA id 4CDD78960E for ; Thu, 21 Jul 2016 07:31:52 -0500 (CDT) Subject: Re: rpi2 as wireless router To: freebsd-arm@freebsd.org References: <20160720063002.GC35271@server.rulingia.com> <20160720223337.GE35271@server.rulingia.com> <60BAAAA2-D1A5-40AF-9B43-9AB4815D9DFF@gmail.com> <4E1AB9F3-B7F8-49F3-BAD2-259584B04E3B@gmail.com> From: Karl Denninger Message-ID: <201416c9-dc9a-31e9-0af0-48d67dd416d9@denninger.net> Date: Thu, 21 Jul 2016 07:31:51 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <4E1AB9F3-B7F8-49F3-BAD2-259584B04E3B@gmail.com> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-512; boundary="------------ms070809000806010706030503" X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 12:31:54 -0000 This is a cryptographically signed message in MIME format. --------------ms070809000806010706030503 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 7/20/2016 22:56, Herminio Hernandez Jr. wrote: > No same issue. I am willing to help in any way I can. I can send you th= e pcap files I made.=20 > > Sent from my iPhone > >> On Jul 20, 2016, at 8:04 PM, Adrian Chadd wro= te: >> >> Hi, >> >> Ok. We'll have to set up a test environment here to see what's going >> on, complete with some packet sniffing. >> >> Question - if you configure up hostap to be open/no authentication, >> does it all work? >> >> >> -a >> I may be able to do some poking around on this later today.... --=20 Karl Denninger karl@denninger.net /The Market Ticker/ /[S/MIME encrypted email preferred]/ --------------ms070809000806010706030503 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgMFADCABgkqhkiG9w0BBwEAAKCC Bl8wggZbMIIEQ6ADAgECAgEpMA0GCSqGSIb3DQEBCwUAMIGQMQswCQYDVQQGEwJVUzEQMA4G A1UECBMHRmxvcmlkYTESMBAGA1UEBxMJTmljZXZpbGxlMRkwFwYDVQQKExBDdWRhIFN5c3Rl bXMgTExDMRwwGgYDVQQDExNDdWRhIFN5c3RlbXMgTExDIENBMSIwIAYJKoZIhvcNAQkBFhND dWRhIFN5c3RlbXMgTExDIENBMB4XDTE1MDQyMTAyMjE1OVoXDTIwMDQxOTAyMjE1OVowWjEL MAkGA1UEBhMCVVMxEDAOBgNVBAgTB0Zsb3JpZGExGTAXBgNVBAoTEEN1ZGEgU3lzdGVtcyBM TEMxHjAcBgNVBAMTFUthcmwgRGVubmluZ2VyIChPQ1NQKTCCAiIwDQYJKoZIhvcNAQEBBQAD ggIPADCCAgoCggIBALmEWPhAdphrWd4K5VTvE5pxL3blRQPyGF3ApjUjgtavqU1Y8pbI3Byg XDj2/Uz9Si8XVj/kNbKEjkRh5SsNvx3Fc0oQ1uVjyCq7zC/kctF7yLzQbvWnU4grAPZ3IuAp 3/fFxIVaXpxEdKmyZAVDhk9az+IgHH43rdJRIMzxJ5vqQMb+n2EjadVqiGPbtG9aZEImlq7f IYDTnKyToi23PAnkPwwT+q1IkI2DTvf2jzWrhLR5DTX0fUYC0nxlHWbjgpiapyJWtR7K2YQO aevQb/3vN9gSojT2h+cBem7QIj6U69rEYcEDvPyCMXEV9VcXdcmW42LSRsPvZcBHFkWAJqMZ Myiz4kumaP+s+cIDaXitR/szoqDKGSHM4CPAZV9Yh8asvxQL5uDxz5wvLPgS5yS8K/o7zDR5 vNkMCyfYQuR6PAJxVOk5Arqvj9lfP3JSVapwbr01CoWDBkpuJlKfpQIEeC/pcCBKknllbMYq yHBO2TipLyO5Ocd1nhN/nOsO+C+j31lQHfOMRZaPQykXVPWG5BbhWT7ttX4vy5hOW6yJgeT/ o3apynlp1cEavkQRS8uJHoQszF6KIrQMID/JfySWvVQ4ksnfzwB2lRomrdrwnQ4eG/HBS+0l eozwOJNDIBlAP+hLe8A5oWZgooIIK/SulUAsfI6Sgd8dTZTTYmlhAgMBAAGjgfQwgfEwNwYI KwYBBQUHAQEEKzApMCcGCCsGAQUFBzABhhtodHRwOi8vY3VkYXN5c3RlbXMubmV0Ojg4ODgw CQYDVR0TBAIwADARBglghkgBhvhCAQEEBAMCBaAwCwYDVR0PBAQDAgXgMCwGCWCGSAGG+EIB DQQfFh1PcGVuU1NMIEdlbmVyYXRlZCBDZXJ0aWZpY2F0ZTAdBgNVHQ4EFgQUxRyULenJaFwX RtT79aNmIB/u5VkwHwYDVR0jBBgwFoAUJHGbnYV9/N3dvbDKkpQDofrTbTUwHQYDVR0RBBYw FIESa2FybEBkZW5uaW5nZXIubmV0MA0GCSqGSIb3DQEBCwUAA4ICAQBPf3cYtmKowmGIYsm6 eBinJu7QVWvxi1vqnBz3KE+HapqoIZS8/PolB/hwiY0UAE1RsjBJ7yEjihVRwummSBvkoOyf G30uPn4yg4vbJkR9lTz8d21fPshWETa6DBh2jx2Qf13LZpr3Pj2fTtlu6xMYKzg7cSDgd2bO sJGH/rcvva9Spkx5Vfq0RyOrYph9boshRN3D4tbWgBAcX9POdXCVfJONDxhfBuPHsJ6vEmPb An+XL5Yl26XYFPiODQ+Qbk44Ot1kt9s7oS3dVUrh92Qv0G3J3DF+Vt6C15nED+f+bk4gScu+ JHT7RjEmfa18GT8DcT//D1zEke1Ymhb41JH+GyZchDRWtjxsS5OBFMzrju7d264zJUFtX7iJ 3xvpKN7VcZKNtB6dLShj3v/XDsQVQWXmR/1YKWZ93C3LpRs2Y5nYdn6gEOpL/WfQFThtfnat HNc7fNs5vjotaYpBl5H8+VCautKbGOs219uQbhGZLYTv6okuKcY8W+4EJEtK0xB08vqr9Jd0 FS9MGjQE++GWo+5eQxFt6nUENHbVYnsr6bYPQsZH0CRNycgTG9MwY/UIXOf4W034UpR82TBG 1LiMsYfb8ahQJhs3wdf1nzipIjRwoZKT1vGXh/cj3gwSr64GfenURBxaFZA5O1acOZUjPrRT n3ci4McYW/0WVVA3lDGCBRMwggUPAgEBMIGWMIGQMQswCQYDVQQGEwJVUzEQMA4GA1UECBMH RmxvcmlkYTESMBAGA1UEBxMJTmljZXZpbGxlMRkwFwYDVQQKExBDdWRhIFN5c3RlbXMgTExD MRwwGgYDVQQDExNDdWRhIFN5c3RlbXMgTExDIENBMSIwIAYJKoZIhvcNAQkBFhNDdWRhIFN5 c3RlbXMgTExDIENBAgEpMA0GCWCGSAFlAwQCAwUAoIICTTAYBgkqhkiG9w0BCQMxCwYJKoZI hvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNjA3MjExMjMxNTFaME8GCSqGSIb3DQEJBDFCBEDw xEM76GqEhzdzG2282ja6zQ54LIUNi+ORqSLt7+kXRp6ggV6WJox7ebq/HNzSeyPLn/9ZS+6D g5LSQMMhvlOqMGwGCSqGSIb3DQEJDzFfMF0wCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBAjAK BggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYI KoZIhvcNAwICASgwgacGCSsGAQQBgjcQBDGBmTCBljCBkDELMAkGA1UEBhMCVVMxEDAOBgNV BAgTB0Zsb3JpZGExEjAQBgNVBAcTCU5pY2V2aWxsZTEZMBcGA1UEChMQQ3VkYSBTeXN0ZW1z IExMQzEcMBoGA1UEAxMTQ3VkYSBTeXN0ZW1zIExMQyBDQTEiMCAGCSqGSIb3DQEJARYTQ3Vk YSBTeXN0ZW1zIExMQyBDQQIBKTCBqQYLKoZIhvcNAQkQAgsxgZmggZYwgZAxCzAJBgNVBAYT AlVTMRAwDgYDVQQIEwdGbG9yaWRhMRIwEAYDVQQHEwlOaWNldmlsbGUxGTAXBgNVBAoTEEN1 ZGEgU3lzdGVtcyBMTEMxHDAaBgNVBAMTE0N1ZGEgU3lzdGVtcyBMTEMgQ0ExIjAgBgkqhkiG 9w0BCQEWE0N1ZGEgU3lzdGVtcyBMTEMgQ0ECASkwDQYJKoZIhvcNAQEBBQAEggIAVkDdSpgg NEOpzllw9QS5O0zg+eveEI5vOV5Wb7KyEE5VsClPrzdMKTeVuWQn0Q6cjZZjXfrQeELjW3u3 3KIM5219QyDn4tL5gxjbCYaiTzFQ7KlcjNUuXF6TQwOb8sjOXRkdXfm1cr8OLXXDeXwKxzLK aUpASXGY+ky0Ud8IBRwW4RAfBZOClhjeAfHdi1QAv9fjse86MtIhXliE7xtjE2Oy6sZwYP8L c72cyGS+aJDUmvkQyD2whfOsuD9N1kChj4vAaJh8aBnKnGT4kzRwuyQ2UoZkZIiWGNgLhHmX 9LOcxEl+BpJLRy2IxwV+gWF6Fqwp9vjnjLc0yl+JUs5VmAzs3Bf8NkbGPStkHAFeDnq1re2q Q71GiL7ZamT6Oxerz+NVIDLi31ifdwY0lErb3VBUS+ZUeWoUAzkgk0yzqitvhb+mvdOXHY9+ y1xSBm6uTyOv7m5bc83A7jDXUbdFzzag5XLytdr0xTZldEAWyF/nPmhEtoVHyukEB8rvxL9O 05zskvJ8eZI4XsPrwB1j852HxpRZCYBaFAw0cBGf3HaDjKS2iPhZ7i8UHYZskQUcGblD+Kpb Jw3T5xVu1PjW2AyagrydwSqValCl8aM0M4sZYzvJvlvtA6ZxCM0O7ic3S7ok+dev+ru+1vN+ cYF0xMbDxzxNnYm5osDWutzrPSQAAAAAAAA= --------------ms070809000806010706030503-- From owner-freebsd-arm@freebsd.org Thu Jul 21 15:33:36 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA0DCB9FD78 for ; Thu, 21 Jul 2016 15:33:36 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D52BF131D; Thu, 21 Jul 2016 15:33:36 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 0CB8A142; Thu, 21 Jul 2016 15:33:37 +0000 (UTC) Date: Thu, 21 Jul 2016 15:33:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: andrew@FreeBSD.org, manu@FreeBSD.org, ache@FreeBSD.org, pfg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1164306859.53.1469115217062.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1418447539.46.1469098906837.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1418447539.46.1469098906837.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3658 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 15:33:37 -0000 FreeBSD_HEAD_arm64 - Build #3658 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3658/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3658/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3658/console Change summaries: 303146 by pfg: sed(1): Appease older GCC. 303145 by manu: axp209 needs aw_nmi so attach a bit earlier Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D7081 303144 by manu: We need the GIC to be attached so attach later at BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE Reviewed by: andrew MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D7080 303143 by andrew: Fix the build: * Add acpi_if.h to the SRC list in the uart module * Only include new acpi headers when they are needed Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation 303142 by ache: 1) GLOB_BRACE was somewhat broken. First it repeatedly calls glob0() in globexp1() recursive calls, but glob0() was not supposed to be called repeatedly in the original code. It finalize results by possible adding original pattern for no match case, may return GLOB_NOMATCH error and by sorting all things. Original pattern adding or GLOB_NOMATCH error can happens each time glob0() called repeatedly, and sorting happens for one item only, all things are never sorted. Second, f.e. "a{a" pattern does not match "a{a" file but match "a" file instead (just one example, there are many). Third, some errors (f.e. for limits or overflow) can be ignored by GLOB_BRACE code because it forces return (0). Add non-finalizing flag to glob0() and make globexp0() wrapper around recursively called globexp1() to finalize things like glob0() does. Reorganize braces code to work correctly. 2) Don't allow MB_CUR_MAX * strlen overallocation hits GLOB_LIMIT_STRING (ARG_MAX) limit, use final string length, not malloced space for it. 3) Revive DEBUG-ifdefed section. The end of the build log: [...truncated 172125 lines...] --- unwind.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.unwind.o -MTunwind.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/unwind.c ctfconvert -L VERSION -g unwind.o --- uma_machdep.o --- ctfconvert -L VERSION -g uma_machdep.o --- vfp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vfp.o -MTvfp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vfp.c --- vm_machdep.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vm_machdep.o -MTvm_machdep.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vm_machdep.c --- trap.o --- ctfconvert -L VERSION -g trap.o --- thunder_pcie_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_fdt.o -MTthunder_pcie_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_fdt.c --- vfp.o --- ctfconvert -L VERSION -g vfp.o --- thunder_pcie_pem.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem.o -MTthunder_pcie_pem.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem.c --- vm_machdep.o --- ctfconvert -L VERSION -g vm_machdep.o --- thunder_pcie_pem_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem_fdt.o -MTthunder_pcie_pem_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem_fdt.c --- thunder_pcie_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_fdt.o --- thunder_pcie_common.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_common.o -MTthunder_pcie_common.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_common.c --- thunder_pcie_pem_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_pem_fdt.o --- bf_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bf_enc.o -MTbf_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/blowfish/bf_enc.c --- thunder_pcie_pem.o --- ctfconvert -L VERSION -g thunder_pcie_pem.o --- des_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.des_enc.o -MTdes_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/des/des_enc.c --- thunder_pcie_common.o --- ctfconvert -L VERSION -g thunder_pcie_common.o --- ahci_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ahci_generic.o -MTahci_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ahci/ahci_generic.c --- bf_enc.o --- ctfconvert -L VERSION -g bf_enc.o --- dwmmc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc.o -MTdwmmc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc.c --- ahci_generic.o --- ctfconvert -L VERSION -g ahci_generic.o --- dwmmc_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc_hisi.o -MTdwmmc_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc_hisi.c --- des_enc.o --- ctfconvert -L VERSION -g des_enc.o --- ofw_cpu.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofw_cpu.o -MTofw_cpu.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofw_cpu.c --- dwmmc_hisi.o --- ctfconvert -L VERSION -g dwmmc_hisi.o --- ofwpci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofwpci.o -MTofwpci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofwpci.c --- ofw_cpu.o --- ctfconvert -L VERSION -g ofw_cpu.o --- pci_host_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pci_host_generic.o -MTpci_host_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/pci/pci_host_generic.c --- dwmmc.o --- ctfconvert -L VERSION -g dwmmc.o --- psci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci.o -MTpsci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci.c --- ofwpci.o --- ctfconvert -L VERSION -g ofwpci.o --- psci_arm64.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci_arm64.o -MTpsci_arm64.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci_arm64.S ctfconvert -L VERSION -g psci_arm64.o --- uart_cpu_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.uart_cpu_fdt.o -MTuart_cpu_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/uart/uart_cpu_fdt.c --- psci.o --- ctfconvert -L VERSION -g psci.o --- dwc_otg_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwc_otg_hisi.o -MTdwc_otg_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/usb/controller/dwc_otg_hisi.c --- pmap.o --- ctfconvert -L VERSION -g pmap.o --- mrml_bridge.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mrml_bridge.o -MTmrml_bridge.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/mrml_bridge.c --- uart_cpu_fdt.o --- /usr/src/sys/dev/uart/uart_cpu_fdt.c:74:1: warning: unused function 'phandle_chosen_propdev' [-Wunused-function] phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) ^ /usr/src/sys/dev/uart/uart_cpu_fdt.c:99:1: warning: unused function 'uart_fdt_find_by_node' [-Wunused-function] uart_fdt_find_by_node(phandle_t node, int class_list) ^ 2 warnings generated. ctfconvert -L VERSION -g uart_cpu_fdt.o --- nic_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nic_main.o -MTnic_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nic_main.c --- dwc_otg_hisi.o --- ctfconvert -L VERSION -g dwc_otg_hisi.o --- nicvf_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_main.o -MTnicvf_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_main.c --- pci_host_generic.o --- ctfconvert -L VERSION -g pci_host_generic.o --- nicvf_queues.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_queues.o -MTnicvf_queues.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_queues.c --- mrml_bridge.o --- ctfconvert -L VERSION -g mrml_bridge.o --- thunder_bgx_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx_fdt.o -MTthunder_bgx_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx_fdt.c ctfconvert -L VERSION -g thunder_bgx_fdt.o --- thunder_bgx.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx.o -MTthunder_bgx.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx.c --- nic_main.o --- ctfconvert -L VERSION -g nic_main.o --- thunder_mdio_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio_fdt.o -MTthunder_mdio_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio_fdt.c --- nicvf_main.o --- ctfconvert -L VERSION -g nicvf_main.o --- thunder_mdio.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio.o -MTthunder_mdio.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio.c --- thunder_mdio_fdt.o --- ctfconvert -L VERSION -g thunder_mdio_fdt.o --- lmac_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/vnic/lmac_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.lmac_if.o -MTlmac_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror lmac_if.c ctfconvert -L VERSION -g lmac_if.o --- kern_clocksource.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.kern_clocksource.o -MTkern_clocksource.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/kern_clocksource.c --- thunder_mdio.o --- ctfconvert -L VERSION -g thunder_mdio.o --- thunder_bgx.o --- ctfconvert -L VERSION -g thunder_bgx.o --- msi_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/msi_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.msi_if.o -MTmsi_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror msi_if.c --- pic_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/pic_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pic_if.o -MTpic_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror pic_if.c --- msi_if.o --- ctfconvert -L VERSION -g msi_if.o --- subr_devmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_devmap.o -MTsubr_devmap.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_devmap.c --- pic_if.o --- ctfconvert -L VERSION -g pic_if.o --- subr_intr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_intr.o -MTsubr_intr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_intr.c --- nicvf_queues.o --- ctfconvert -L VERSION -g nicvf_queues.o --- bcmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bcmp.o -MTbcmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/bcmp.c --- subr_devmap.o --- ctfconvert -L VERSION -g subr_devmap.o --- ffs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffs.o -MTffs.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffs.c ctfconvert -L VERSION -g ffs.o --- ffsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsl.o -MTffsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsl.c --- bcmp.o --- ctfconvert -L VERSION -g bcmp.o --- ffsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsll.o -MTffsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsll.c --- ffsl.o --- ctfconvert -L VERSION -g ffsl.o --- fls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.fls.o -MTfls.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/fls.c --- ffsll.o --- ctfconvert -L VERSION -g ffsll.o --- flsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsl.o -MTflsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsl.c --- fls.o --- ctfconvert -L VERSION -g fls.o --- flsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsll.o -MTflsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsll.c --- flsl.o --- ctfconvert -L VERSION -g flsl.o --- memmove.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memmove.o -MTmemmove.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memmove.c --- kern_clocksource.o --- ctfconvert -L VERSION -g kern_clocksource.o --- memset.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memset.o -MTmemset.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memset.c --- flsll.o --- ctfconvert -L VERSION -g flsll.o --- config.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.config.o -MTconfig.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror config.c --- memmove.o --- ctfconvert -L VERSION -g memmove.o --- env.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.env.o -MTenv.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror env.c --- config.o --- ctfconvert -L VERSION -g config.o --- hints.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.hints.o -MThints.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror hints.c --- memset.o --- ctfconvert -L VERSION -g memset.o --- vnode_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vnode_if.o -MTvnode_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vnode_if.c --- env.o --- ctfconvert -L VERSION -g env.o --- hack.So --- :> hack.c cc -B/usr/local/aarch64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So --- hints.o --- ctfconvert -L VERSION -g hints.o --- hack.So --- rm -f hack.c --- subr_intr.o --- ctfconvert -L VERSION -g subr_intr.o --- vnode_if.o --- ctfconvert -L VERSION -g vnode_if.o --- vers.c --- MAKE=/usr/obj/usr/src/make.amd64/bmake sh /usr/src/sys/conf/newvers.sh GENERIC --- vers.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.full --- linking kernel.full cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' *** [kernel.full] Error code 1 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson2100676237958450632.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Jul 21 17:04:00 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61642BA0915 for ; Thu, 21 Jul 2016 17:04:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 533C61DE5; Thu, 21 Jul 2016 17:04:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 810B3144; Thu, 21 Jul 2016 17:04:00 +0000 (UTC) Date: Thu, 21 Jul 2016 17:03:58 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: adrian@FreeBSD.org, pfg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <944487187.55.1469120640534.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1164306859.53.1469115217062.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1164306859.53.1469115217062.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3659 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 17:04:00 -0000 FreeBSD_HEAD_arm64 - Build #3659 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3659/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3659/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3659/console Change summaries: 303150 by adrian: [mx25l] add new device id. Tested: * (submitter) TP-Link TL-WR1043nd v3 Submitted by: tj@enoti.me 303147 by pfg: binutils: fix "Bad value" error in bfd for MIPS when using -Bsymbolic. >From OpenBSD's log: Inspired by https://sourceware.org/ml/binutils/2010-08/msg00333.html, but expressed differently so there are no GPLv3 issues. Obtained from: OpenBSD (CVS rev. 1.7) MFC after: 1 month The end of the build log: [...truncated 172473 lines...] ctfconvert -L VERSION -g uio_machdep.o --- unwind.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.unwind.o -MTunwind.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/unwind.c ctfconvert -L VERSION -g unwind.o --- vfp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vfp.o -MTvfp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vfp.c --- uma_machdep.o --- ctfconvert -L VERSION -g uma_machdep.o --- vm_machdep.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vm_machdep.o -MTvm_machdep.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/arm64/vm_machdep.c --- trap.o --- ctfconvert -L VERSION -g trap.o --- thunder_pcie_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_fdt.o -MTthunder_pcie_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_fdt.c --- vfp.o --- ctfconvert -L VERSION -g vfp.o --- thunder_pcie_pem.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem.o -MTthunder_pcie_pem.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem.c --- vm_machdep.o --- ctfconvert -L VERSION -g vm_machdep.o --- thunder_pcie_pem_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_pem_fdt.o -MTthunder_pcie_pem_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem_fdt.c --- thunder_pcie_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_fdt.o --- thunder_pcie_common.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_pcie_common.o -MTthunder_pcie_common.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/arm64/cavium/thunder_pcie_common.c --- thunder_pcie_pem_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_pem_fdt.o --- bf_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bf_enc.o -MTbf_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/blowfish/bf_enc.c --- thunder_pcie_common.o --- ctfconvert -L VERSION -g thunder_pcie_common.o --- des_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.des_enc.o -MTdes_enc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/crypto/des/des_enc.c --- thunder_pcie_pem.o --- ctfconvert -L VERSION -g thunder_pcie_pem.o --- ahci_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ahci_generic.o -MTahci_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ahci/ahci_generic.c --- bf_enc.o --- ctfconvert -L VERSION -g bf_enc.o --- dwmmc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc.o -MTdwmmc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc.c --- ahci_generic.o --- ctfconvert -L VERSION -g ahci_generic.o --- dwmmc_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwmmc_hisi.o -MTdwmmc_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/mmc/host/dwmmc_hisi.c --- des_enc.o --- ctfconvert -L VERSION -g des_enc.o --- ofw_cpu.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofw_cpu.o -MTofw_cpu.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofw_cpu.c --- dwmmc_hisi.o --- ctfconvert -L VERSION -g dwmmc_hisi.o --- ofwpci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ofwpci.o -MTofwpci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/ofw/ofwpci.c --- ofw_cpu.o --- ctfconvert -L VERSION -g ofw_cpu.o --- pci_host_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pci_host_generic.o -MTpci_host_generic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/pci/pci_host_generic.c --- dwmmc.o --- ctfconvert -L VERSION -g dwmmc.o --- psci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci.o -MTpsci.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci.c --- ofwpci.o --- ctfconvert -L VERSION -g ofwpci.o --- psci_arm64.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.psci_arm64.o -MTpsci_arm64.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/psci/psci_arm64.S ctfconvert -L VERSION -g psci_arm64.o --- uart_cpu_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.uart_cpu_fdt.o -MTuart_cpu_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/uart/uart_cpu_fdt.c --- psci.o --- ctfconvert -L VERSION -g psci.o --- dwc_otg_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.dwc_otg_hisi.o -MTdwc_otg_hisi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/usb/controller/dwc_otg_hisi.c --- pmap.o --- ctfconvert -L VERSION -g pmap.o --- mrml_bridge.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mrml_bridge.o -MTmrml_bridge.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/mrml_bridge.c --- uart_cpu_fdt.o --- /usr/src/sys/dev/uart/uart_cpu_fdt.c:74:1: warning: unused function 'phandle_chosen_propdev' [-Wunused-function] phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) ^ /usr/src/sys/dev/uart/uart_cpu_fdt.c:99:1: warning: unused function 'uart_fdt_find_by_node' [-Wunused-function] uart_fdt_find_by_node(phandle_t node, int class_list) ^ 2 warnings generated. ctfconvert -L VERSION -g uart_cpu_fdt.o --- nic_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nic_main.o -MTnic_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nic_main.c --- dwc_otg_hisi.o --- ctfconvert -L VERSION -g dwc_otg_hisi.o --- nicvf_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_main.o -MTnicvf_main.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_main.c --- pci_host_generic.o --- ctfconvert -L VERSION -g pci_host_generic.o --- nicvf_queues.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.nicvf_queues.o -MTnicvf_queues.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/nicvf_queues.c --- mrml_bridge.o --- ctfconvert -L VERSION -g mrml_bridge.o --- thunder_bgx_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx_fdt.o -MTthunder_bgx_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx_fdt.c ctfconvert -L VERSION -g thunder_bgx_fdt.o --- thunder_bgx.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_bgx.o -MTthunder_bgx.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_bgx.c --- nic_main.o --- ctfconvert -L VERSION -g nic_main.o --- thunder_mdio_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio_fdt.o -MTthunder_mdio_fdt.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio_fdt.c --- nicvf_main.o --- ctfconvert -L VERSION -g nicvf_main.o --- thunder_mdio.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.thunder_mdio.o -MTthunder_mdio.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/dev/vnic/thunder_mdio.c --- thunder_mdio_fdt.o --- ctfconvert -L VERSION -g thunder_mdio_fdt.o --- lmac_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/vnic/lmac_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.lmac_if.o -MTlmac_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror lmac_if.c ctfconvert -L VERSION -g lmac_if.o --- kern_clocksource.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.kern_clocksource.o -MTkern_clocksource.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/kern_clocksource.c --- thunder_bgx.o --- ctfconvert -L VERSION -g thunder_bgx.o --- thunder_mdio.o --- ctfconvert -L VERSION -g thunder_mdio.o --- msi_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/msi_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.msi_if.o -MTmsi_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror msi_if.c --- pic_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/pic_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pic_if.o -MTpic_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror pic_if.c --- msi_if.o --- ctfconvert -L VERSION -g msi_if.o --- subr_devmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_devmap.o -MTsubr_devmap.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_devmap.c --- pic_if.o --- ctfconvert -L VERSION -g pic_if.o --- subr_intr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.subr_intr.o -MTsubr_intr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/subr_intr.c --- nicvf_queues.o --- ctfconvert -L VERSION -g nicvf_queues.o --- bcmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bcmp.o -MTbcmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/bcmp.c --- subr_devmap.o --- ctfconvert -L VERSION -g subr_devmap.o --- ffs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffs.o -MTffs.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffs.c ctfconvert -L VERSION -g ffs.o --- ffsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsl.o -MTffsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsl.c --- bcmp.o --- ctfconvert -L VERSION -g bcmp.o --- ffsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsll.o -MTffsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsll.c --- ffsl.o --- ctfconvert -L VERSION -g ffsl.o --- fls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.fls.o -MTfls.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/fls.c --- ffsll.o --- ctfconvert -L VERSION -g ffsll.o --- flsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsl.o -MTflsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsl.c --- kern_clocksource.o --- ctfconvert -L VERSION -g kern_clocksource.o --- flsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsll.o -MTflsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsll.c --- fls.o --- ctfconvert -L VERSION -g fls.o --- memmove.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memmove.o -MTmemmove.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memmove.c --- flsl.o --- ctfconvert -L VERSION -g flsl.o --- memset.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memset.o -MTmemset.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memset.c --- flsll.o --- ctfconvert -L VERSION -g flsll.o --- config.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.config.o -MTconfig.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror config.c ctfconvert -L VERSION -g config.o --- env.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.env.o -MTenv.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror env.c --- memmove.o --- ctfconvert -L VERSION -g memmove.o --- hints.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.hints.o -MThints.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror hints.c --- env.o --- ctfconvert -L VERSION -g env.o --- vnode_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vnode_if.o -MTvnode_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vnode_if.c --- memset.o --- ctfconvert -L VERSION -g memset.o --- hack.So --- :> hack.c cc -B/usr/local/aarch64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So --- hints.o --- ctfconvert -L VERSION -g hints.o --- hack.So --- rm -f hack.c --- subr_intr.o --- ctfconvert -L VERSION -g subr_intr.o --- vnode_if.o --- ctfconvert -L VERSION -g vnode_if.o --- vers.c --- MAKE=/usr/obj/usr/src/make.amd64/bmake sh /usr/src/sys/conf/newvers.sh GENERIC --- vers.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.full --- linking kernel.full cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' *** [kernel.full] Error code 1 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson7521261384485182375.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Jul 21 18:11:32 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D2DBA1A4B for ; Thu, 21 Jul 2016 18:11:32 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A4BAB1D37; Thu, 21 Jul 2016 18:11:32 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id C0E1A148; Thu, 21 Jul 2016 18:11:32 +0000 (UTC) Date: Thu, 21 Jul 2016 18:11:31 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1715422183.60.1469124692795.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <944487187.55.1469120640534.JavaMail.jenkins@jenkins-9.freebsd.org> References: <944487187.55.1469120640534.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3660 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 18:11:32 -0000 FreeBSD_HEAD_arm64 - Build #3660 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3660/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3660/ch= anges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3660/con= sole Change summaries: 303154 by kib: Declare aio requests on files from local filesystems safe. Two notes: - I allow AIO on reclaimed vnodes, since it is deterministically terminated fast. - devfs mounts are marked as MNT_LOCAL, but device vnodes have type VCHR, so the slow device io is not allowed. Reviewed by:=09jhb Sponsored by:=09The FreeBSD Foundation MFC after:=091 week Differential revision:=09https://reviews.freebsd.org/D7273 303153 by kib: Remove spurious but harmless double-quote. Noted by:=09jhb 303151 by kib: Provide counter_warning(9) KPI which allows to issue limited number of warnings for some kernel events, mostly intended for the use of obsoleted or otherwise undersired interfaces. This is an abstracted and race-expelled code from compat pty driver. Requested and reviewed by:=09jhb Sponsored by:=09The FreeBSD Foundation MFC after:=091 week Differential revision:=09https://reviews.freebsd.org/D7270 The end of the build log: [...truncated 39058 lines...] cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.lib_tgoto.o -MTlib_tgoto.o -std=3Dgnu99 -fstac= k-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-u= nused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= no-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wn= o-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-pa= rentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-lo= cal-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../c= ontrib/ncurses/ncurses/tinfo/lib_tgoto.c -o lib_tgoto.o --- lib/ncurses/ncursesw__L --- --- entries.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .entries.o -MTentries.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments = -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/tinfo/en= tries.c -o entries.o --- lib/libthr__L --- --- thr_cond.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_cond.So -MTthr_cond.So -std=3Dgnu99 -Wsystem-= headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointe= r-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno= -tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unus= ed-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argume= nts -c /usr/src/lib/libthr/thread/thr_cond.c -o thr_cond.So --- lib/libmd__L --- --- skein512hl.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -I/usr/src/li= b/libmd -I/usr/src/lib/libmd/../../sys/crypto/sha2 -I/usr/src/lib/libmd/../= ../sys/crypto/skein -DWEAK_REFS -MD -MF.depend.skein512hl.So -MTskein512= hl.So -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-bo= dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar= e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu= m-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-kn= r-promoted-parameter -Wno-parentheses -Qunused-arguments -c skein512hl.c = -o skein512hl.So --- lib/ncurses/ncursesw__L --- --- free_ttype.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .free_ttype.o -MTfree_ttype.o -std=3Dgnu99 -fstack-protector-strong -Wsyste= m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-p= rototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argu= ments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/ti= nfo/free_ttype.c -o free_ttype.o --- lib/ncurses/ncurses__L --- --- lib_ti.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.lib_ti.o -MTlib_ti.o -std=3Dgnu99 -fstack-prot= ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-= parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uni= nitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthe= ses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-ty= pedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib= /ncurses/ncurses/tinfo/lib_ti.c -o lib_ti.o --- lib/libmd__L --- --- skein1024hl.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -I/usr/src/li= b/libmd -I/usr/src/lib/libmd/../../sys/crypto/sha2 -I/usr/src/lib/libmd/../= ../sys/crypto/skein -DWEAK_REFS -MD -MF.depend.skein1024hl.So -MTskein10= 24hl.So -std=3Dgnu99 -fstack-protector-strong -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 skein1024hl= .c -o skein1024hl.So --- lib/ncurses/ncursesw__L --- --- getenv_num.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .getenv_num.o -MTgetenv_num.o -std=3Dgnu99 -fstack-protector-strong -Wsyste= m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-p= rototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argu= ments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/ti= nfo/getenv_num.c -o getenv_num.o --- lib/ncurses/ncurses__L --- --- lib_tparm.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.lib_tparm.o -MTlib_tparm.o -std=3Dgnu99 -fstac= k-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-u= nused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= no-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wn= o-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-pa= rentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-lo= cal-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../c= ontrib/ncurses/ncurses/tinfo/lib_tparm.c -o lib_tparm.o --- lib/libmd__L --- --- libmd.a --- building static md library /usr/local/aarch64-freebsd/bin/ar -crD libmd.a `NM=3D'/usr/local/aarch64-fr= eebsd/bin/nm' NMFLAGS=3D'' lorder md4c.o md5c.o md4hl.o md5hl.o rmd160c.o r= md160hl.o sha0c.o sha0hl.o sha1c.o sha1hl.o sha256c.o sha256hl.o sha384hl.o= sha512c.o sha512hl.o sha512thl.o skein.o skein_block.o skein256hl.o skein5= 12hl.o skein1024hl.o | tsort -q`=20 --- lib/ncurses/ncursesw__L --- --- hashed_db.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .hashed_db.o -MThashed_db.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointe= r-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno= -tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unus= ed-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argume= nts -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/tinf= o/hashed_db.c -o hashed_db.o --- lib/libthr__L --- --- thr_condattr.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_condattr.So -MTthr_condattr.So -std=3Dgnu99 -= Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wn= o-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-varia= ble -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -= Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunuse= d-arguments -c /usr/src/lib/libthr/thread/thr_condattr.c -o thr_condattr.S= o --- lib/libmd__L --- /usr/local/aarch64-freebsd/bin/ranlib -D libmd.a --- libmd.so.6.full --- building shared library libmd.so.6 cc -B/usr/local/aarch64-freebsd/bin/ -fstack-protector-strong -shared -Wl,= -x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libmd.so.6.full -Wl,-= soname,libmd.so.6 `NM=3D'/usr/local/aarch64-freebsd/bin/nm' NMFLAGS=3D'' l= order md4c.So md5c.So md4hl.So md5hl.So rmd160c.So rmd160hl.So sha0c.So sha= 0hl.So sha1c.So sha1hl.So sha256c.So sha256hl.So sha384hl.So sha512c.So sha= 512hl.So sha512thl.So skein.So skein_block.So skein256hl.So skein512hl.So s= kein1024hl.So | tsort -q`=20 --- lib/ncurses/ncursesw__L --- --- home_terminfo.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .home_terminfo.o -MThome_terminfo.o -std=3Dgnu99 -fstack-protector-strong -= Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wn= o-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-varia= ble -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -= Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunuse= d-arguments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncur= ses/tinfo/home_terminfo.c -o home_terminfo.o --- lib/libmd__L --- --- libmd.so.6.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug libmd.so.6.full li= bmd.so.6.debug --- libmd.so.6 --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= libmd.so.6.debug libmd.so.6.full libmd.so.6 --- lib/libthr__L --- --- thr_create.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_create.So -MTthr_create.So -std=3Dgnu99 -Wsys= tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict= -prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-po= inter-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 -Qunused-ar= guments -c /usr/src/lib/libthr/thread/thr_create.c -o thr_create.So --- lib/libmd__L --- --- _libinstall --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libmd.a /usr/obj= /arm64.aarch64/usr/src/tmp/usr/lib/ sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libmd.so.6 /us= r/obj/arm64.aarch64/usr/src/tmp/lib/ sh /usr/src/tools/install.sh -o root -g wheel -m 444 libmd.so.6.debug /= usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/debug/lib/ sh /usr/src/tools/install.sh -l rs /usr/obj/arm64.aarch64/usr/src/tmp/lib/= libmd.so.6 /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libmd.so --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libm= d/md4.h /usr/src/lib/libmd/md5.h /usr/src/lib/libmd/ripemd.h /usr/src/lib/l= ibmd/sha.h /usr/src/lib/libmd/../../sys/crypto/sha2/sha256.h /usr/src/lib/l= ibmd/../../sys/crypto/sha2/sha384.h /usr/src/lib/libmd/../../sys/crypto/sha= 2/sha512.h /usr/src/lib/libmd/../../sys/crypto/sha2/sha512t.h /usr/src/lib/= libmd/../../sys/crypto/skein/skein.h /usr/src/lib/libmd/../../sys/crypto/sk= ein/skein_port.h /usr/src/lib/libmd/../../sys/crypto/skein/skein_freebsd.h = /usr/src/lib/libmd/../../sys/crypto/skein/skein_iv.h /usr/obj/arm64.aarch64= /usr/src/tmp/usr/include/ --- lib/ncurses/ncurses__L --- --- lib_tputs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.lib_tputs.o -MTlib_tputs.o -std=3Dgnu99 -fstac= k-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-u= nused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W= no-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wn= o-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-pa= rentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-lo= cal-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../c= ontrib/ncurses/ncurses/tinfo/lib_tputs.c -o lib_tputs.o --- lib/ncurses/ncursesw__L --- --- init_keytry.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .init_keytry.o -MTinit_keytry.o -std=3Dgnu99 -fstack-protector-strong -Wsys= tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict= -prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-po= inter-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 -Qunused-ar= guments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/= tinfo/init_keytry.c -o init_keytry.o --- lib_acs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_acs.o -MTlib_acs.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-head= ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau= tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f= unction -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments = -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/tinfo/li= b_acs.c -o lib_acs.o --- lib/libthr__L --- --- thr_ctrdtr.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_ctrdtr.So -MTthr_ctrdtr.So -std=3Dgnu99 -Wsys= tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict= -prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-po= inter-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 -Qunused-ar= guments -c /usr/src/lib/libthr/thread/thr_ctrdtr.c -o thr_ctrdtr.So --- thr_detach.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_detach.So -MTthr_detach.So -std=3Dgnu99 -Wsys= tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict= -prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-po= inter-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 -Qunused-ar= guments -c /usr/src/lib/libthr/thread/thr_detach.c -o thr_detach.So --- lib/ncurses/ncurses__L --- --- lib_ttyflags.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.lib_ttyflags.o -MTlib_ttyflags.o -std=3Dgnu99 = -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W = -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unu= sed-local-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../.= ./../contrib/ncurses/ncurses/tinfo/lib_ttyflags.c -o lib_ttyflags.o --- lib/libthr__L --- --- thr_equal.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_equal.So -MTthr_equal.So -std=3Dgnu99 -Wsyste= m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-p= rototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argu= ments -c /usr/src/lib/libthr/thread/thr_equal.c -o thr_equal.So --- lib/ncurses/ncursesw__L --- --- lib_baudrate.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_baudrate.o -MTlib_baudrate.o -std=3Dgnu99 -fstack-protector-strong -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-= pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl= e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn= o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-= arguments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s/tinfo/lib_baudrate.c -o lib_baudrate.o --- lib/ncurses/ncurses__L --- --- name_match.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.name_match.o -MTname_match.o -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno= -unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith = -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -= Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-= parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-= local-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../..= /contrib/ncurses/ncurses/tinfo/name_match.c -o name_match.o --- lib/libthr__L --- --- thr_event.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_event.So -MTthr_event.So -std=3Dgnu99 -Wsyste= m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-p= rototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argu= ments -c /usr/src/lib/libthr/thread/thr_event.c -o thr_event.So --- lib/ncurses/ncursesw__L --- --- lib_cur_term.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_cur_term.o -MTlib_cur_term.o -std=3Dgnu99 -fstack-protector-strong -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-= pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl= e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn= o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-= arguments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s/tinfo/lib_cur_term.c -o lib_cur_term.o --- lib/libthr__L --- --- thr_exit.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_exit.So -MTthr_exit.So -std=3Dgnu99 -Wsystem-= headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointe= r-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno= -tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unus= ed-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argume= nts -c /usr/src/lib/libthr/thread/thr_exit.c -o thr_exit.So --- lib/ncurses/ncurses__L --- --- obsolete.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.obsolete.o -MTobsolete.o -std=3Dgnu99 -fstack-= protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unu= sed-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno= -uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-= unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-pare= ntheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-loca= l-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../con= trib/ncurses/ncurses/tinfo/obsolete.c -o obsolete.o --- lib/ncurses/ncursesw__L --- --- lib_data.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_data.o -MTlib_data.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-he= aders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-proto= types -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argument= s -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/tinfo/= lib_data.c -o lib_data.o --- lib/libthr__L --- --- thr_fork.So --- --- lib/ncurses/ncurses__L --- --- parse_entry.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.parse_entry.o -MTparse_entry.o -std=3Dgnu99 -f= stack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int= -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wn= o-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unuse= d-local-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../= ../contrib/ncurses/ncurses/tinfo/parse_entry.c -o parse_entry.o --- lib/libthr__L --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_fork.So -MTthr_fork.So -std=3Dgnu99 -Wsystem-= headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointe= r-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno= -tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unus= ed-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argume= nts -c /usr/src/lib/libthr/thread/thr_fork.c -o thr_fork.So --- lib/ncurses/ncursesw__L --- --- lib_has_cap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_has_cap.o -MTlib_has_cap.o -std=3Dgnu99 -fstack-protector-strong -Wsys= tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict= -prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-po= inter-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 -Qunused-ar= guments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/= tinfo/lib_has_cap.c -o lib_has_cap.o --- lib/ncurses/ncurses__L --- --- read_entry.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.read_entry.o -MTread_entry.o -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno= -unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith = -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -= Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-= parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-= local-typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../..= /contrib/ncurses/ncurses/tinfo/read_entry.c -o read_entry.o --- lib/ncurses/ncursesw__L --- --- lib_kernel.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_kernel.o -MTlib_kernel.o -std=3Dgnu99 -fstack-protector-strong -Wsyste= m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-p= rototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argu= ments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/ti= nfo/lib_kernel.c -o lib_kernel.o --- lib/libthr__L --- --- thr_getprio.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_getprio.So -MTthr_getprio.So -std=3Dgnu99 -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-= pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl= e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn= o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-= arguments -c /usr/src/lib/libthr/thread/thr_getprio.c -o thr_getprio.So --- lib/ncurses/ncursesw__L --- --- lib_longname.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_longname.o -MTlib_longname.o -std=3Dgnu99 -fstack-protector-strong -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-= pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl= e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn= o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-= arguments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s/tinfo/lib_longname.c -o lib_longname.o --- lib/libthr__L --- --- thr_getcpuclockid.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_getcpuclockid.So -MTthr_getcpuclockid.So -std= =3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-para= meter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-= equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typede= f -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_getcpuclockid.c -o= thr_getcpuclockid.So --- lib/ncurses/ncurses__L --- --- strings.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I. -I/usr/obj/arm64.aarc= h64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/.= ./ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/= ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../= ../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATI= VE -DTERMIOS -MD -MF.depend.strings.o -MTstrings.o -std=3Dgnu99 -fstack-pr= otector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unuse= d-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-u= ninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-un= used-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parent= heses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-= typedef -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contr= ib/ncurses/ncurses/tinfo/strings.c -o strings.o --- lib/ncurses/ncursesw__L --- --- lib_napms.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_napms.o -MTlib_napms.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointe= r-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno= -tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unus= ed-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argume= nts -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/tinf= o/lib_napms.c -o lib_napms.o --- lib/libthr__L --- --- thr_getschedparam.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_getschedparam.So -MTthr_getschedparam.So -std= =3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-para= meter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-= equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typede= f -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_getschedparam.c -o= thr_getschedparam.So --- thr_getthreadid_np.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_getthreadid_np.So -MTthr_getthreadid_np.So -s= td=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-pa= rameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-unini= tialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused= -const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthese= s-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-type= def -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_getthreadid_np.c= -o thr_getthreadid_np.So --- lib/ncurses/ncursesw__L --- --- lib_options.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_options.o -MTlib_options.o -std=3Dgnu99 -fstack-protector-strong -Wsys= tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict= -prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-po= inter-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 -Qunused-ar= guments -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/= tinfo/lib_options.c -o lib_options.o --- lib/libsbuf__L --- =3D=3D=3D> lib/libsbuf (obj,all,install) --- lib/libthr__L --- --- thr_info.So --- cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -DPTHREAD_K= ERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -= I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/inclu= de -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -= I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/.= ./libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_I= NVARIANTS -MD -MF.depend.thr_info.So -MTthr_info.So -std=3Dgnu99 -Wsystem-= headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointe= r-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno= -tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unus= ed-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argume= nts -c /usr/src/lib/libthr/thread/thr_info.c -o thr_info.So --- lib/libsbuf__L --- --- obj --- --- subr_prf.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -MD -MF.depend.subr_prf.= o -MTsubr_prf.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Wer= ror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings = -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winlin= e -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-si= gn -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-str= ing-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/li= b/libsbuf/../../sys/kern/subr_prf.c -o subr_prf.o --- lib/ncurses/ncursesw__L --- --- lib_print.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -D_XOPEN_SOURCE_EXTENDED = -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/..= /ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurse= s/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncur= ses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurse= s -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -MD -MF.depend= .lib_print.o -MTlib_print.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointe= r-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno= -tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unus= ed-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-argume= nts -c /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/tinf= o/lib_print.c -o lib_print.o --- lib/libsbuf__L --- /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1209:7: error: implicit decl= aration of function 'atomic_cmpset_int' is invalid in C99 [-Werror,-Wimplic= it-function-declaration] if (atomic_cmpset_int(counter, c, c - 1)) { ^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1210:9: error: use of undecl= ared identifier 'curthread' td =3D curthread; ^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1211:4: error: implicitly de= claring library function 'log' with type 'double (double)' [-Werror,-Wimpli= cit-function-declaration] log(LOG_INFO, "pid %d (%s) %s%s\n", ^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1211:4: note: include the he= ader or explicitly provide a declaration for 'log' /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1212:10: error: incomplete d= efinition of type 'struct thread' td->td_proc->p_pid, td->td_name, msg, ~~^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1202:9: note: forward declar= ation of 'struct thread' struct thread *td; ^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1212:30: error: incomplete d= efinition of type 'struct thread' td->td_proc->p_pid, td->td_name, msg, ~~^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1202:9: note: forward declar= ation of 'struct thread' struct thread *td; ^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1211:8: error: use of undecl= ared identifier 'LOG_INFO' log(LOG_INFO, "pid %d (%s) %s%s\n", ^ /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1200:1: error: no previous p= rototype for function 'counted_warning' [-Werror,-Wmissing-prototypes] counted_warning(unsigned *counter, const char *msg) ^ 7 errors generated. *** [subr_prf.o] Error code 1 bmake[4]: stopped in /usr/src/lib/libsbuf 1 error bmake[4]: stopped in /usr/src/lib/libsbuf *** [lib/libsbuf__L] Error code 2 bmake[3]: stopped in /usr/src --- lib/ncurses/ncurses__L --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/lib/ncurses/ncurses *** [lib/ncurses/ncurses__L] Error code 2 bmake[3]: stopped in /usr/src --- lib/libthr__L --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/lib/libthr *** [lib/libthr__L] Error code 2 bmake[3]: stopped in /usr/src --- lib/ncurses/ncursesw__L --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/lib/ncurses/ncursesw *** [lib/ncurses/ncursesw__L] Error code 2 bmake[3]: stopped in /usr/src 4 errors bmake[3]: stopped in /usr/src *** [libraries] Error code 2 bmake[2]: stopped in /usr/src 1 error bmake[2]: stopped in /usr/src *** [_libraries] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson5525733793031533007.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Jul 21 21:04:25 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BDF1BA0753 for ; Thu, 21 Jul 2016 21:04:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id F29701F8E; Thu, 21 Jul 2016 21:04:24 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 4978014F; Thu, 21 Jul 2016 21:04:25 +0000 (UTC) Date: Thu, 21 Jul 2016 21:04:22 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cy@FreeBSD.org, emaste@FreeBSD.org, kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1763340668.67.1469135065310.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1715422183.60.1469124692795.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1715422183.60.1469124692795.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3661 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 21:04:25 -0000 FreeBSD_HEAD_arm64 - Build #3661 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3661/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3661/ch= anges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3661/con= sole Change summaries: 303160 by cy: Update leap-seconds to leap-seconds.3676752000. As per https://datacenter.iers.org/web/guest/eop/-/somos/5Rgv/latest/16: UTC TIME STEP on the 1st of January 2017 A positive leap second will be introduced at the end of December 2016. The sequence of dates of the UTC second markers will be: 2016 December 31, 23h 59m 59s 2016 December 31, 23h 59m 60s 2017 January 1, 0h 0m 0s The difference between UTC and the International Atomic Time TAI is: from 2015 July 1, 0h UTC, to 2017 January 1 0h UTC : UTC-TAI =3D - 36s from 2017 January 1, 0h UTC, until further notice : UTC-TAI =3D - 37s Obtained from:=09ftp://tycho.usno.navy.mil/pub/ntp/leap-seconds.3676752000 See also:=09https://www.iers.org/SharedDocs/News/EN/BulletinC.html =09https://datacenter.iers.org/web/guest/eop/-/somos/5Rgv/latest/16 MFC after:=091 week Relnotes:=09yes 303158 by emaste: libmd: strip local absolute symbols (to link with lld) Old versions of gas produce an invalid section index. That is ignored by old versions of ld, but prevents a link with lld. Submitted by:=09Rafael =C3=81vila de Esp=C3=ADndola (earlier version) Reviewed by:=09allanjude Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D6789 303157 by emaste: libcxxrt: add padding in __cxa_allocate_* to fix alignment The addition of the referenceCount to __cxa_allocate_exception put the unwindHeader at offset 0x58 in __cxa_exception, but it requires 16-byte alignment. In order to avoid changing the current __cxa_exception ABI (and thus breaking its consumers), add explicit padding in the allocation routines (and account for it when freeing). This is intended as a lower-risk change for FreeBSD 11. A "more correct" fix should be prepared for upstream and -CURRENT. Reviewed by:=09dim MFC after:=093 days Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D7271 303156 by emaste: Remove duplicate symbols from libroken version-script.map Upstream commit r24759 (efed563) prefixed some symbols with rk_, but introduced 6 duplicate symbols in the version script (because the rk_-prefixed versions of the symbols were already present). 303155 by kib: Hide counted_warning(9) under #ifdef _KERNEL braces, to allow building subr_prf.c in userspace for libsbuf. Sponsored by:=09The FreeBSD Foundation MFC after:=091 week The end of the build log: [...truncated 173255 lines...] --- trap.o --- ctfconvert -L VERSION -g trap.o --- thunder_pcie_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_pcie_fdt.o -MTthunder_pcie_fdt.o -mgeneral-regs-= only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -= Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf= __=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-bod= y -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-p= ointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror = /usr/src/sys/arm64/cavium/thunder_pcie_fdt.c --- vfp.o --- ctfconvert -L VERSION -g vfp.o --- thunder_pcie_pem.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_pcie_pem.o -MTthunder_pcie_pem.o -mgeneral-regs-= only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -= Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf= __=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-bod= y -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-p= ointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror = /usr/src/sys/arm64/cavium/thunder_pcie_pem.c --- vm_machdep.o --- ctfconvert -L VERSION -g vm_machdep.o --- thunder_pcie_pem_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_pcie_pem_fdt.o -MTthunder_pcie_pem_fdt.o -mgener= al-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D= __printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 = -Werror /usr/src/sys/arm64/cavium/thunder_pcie_pem_fdt.c --- thunder_pcie_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_fdt.o --- thunder_pcie_common.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_pcie_common.o -MTthunder_pcie_common.o -mgeneral= -regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -W= error /usr/src/sys/arm64/cavium/thunder_pcie_common.c --- thunder_pcie_pem_fdt.o --- ctfconvert -L VERSION -g thunder_pcie_pem_fdt.o --- bf_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.bf_enc.o -MTbf_enc.o -mgeneral-regs-only -ffixed-x18 -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/crypto= /blowfish/bf_enc.c --- thunder_pcie_common.o --- ctfconvert -L VERSION -g thunder_pcie_common.o --- des_enc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.des_enc.o -MTdes_enc.o -mgeneral-regs-only -ffixed-x18 -= ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -= Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/cryp= to/des/des_enc.c --- thunder_pcie_pem.o --- ctfconvert -L VERSION -g thunder_pcie_pem.o --- ahci_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.ahci_generic.o -MTahci_generic.o -mgeneral-regs-only -ff= ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f= reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un= known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-= error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-s= ign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/sr= c/sys/dev/ahci/ahci_generic.c --- bf_enc.o --- ctfconvert -L VERSION -g bf_enc.o --- dwmmc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.dwmmc.o -MTdwmmc.o -mgeneral-regs-only -ffixed-x18 -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/dev/mmc/= host/dwmmc.c --- ahci_generic.o --- ctfconvert -L VERSION -g ahci_generic.o --- dwmmc_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.dwmmc_hisi.o -MTdwmmc_hisi.o -mgeneral-regs-only -ffixed= -x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-d= ecls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freeb= sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow= n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-erro= r-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign = -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sy= s/dev/mmc/host/dwmmc_hisi.c --- des_enc.o --- ctfconvert -L VERSION -g des_enc.o --- ofw_cpu.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.ofw_cpu.o -MTofw_cpu.o -mgeneral-regs-only -ffixed-x18 -= ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -= Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/dev/= ofw/ofw_cpu.c --- dwmmc_hisi.o --- ctfconvert -L VERSION -g dwmmc_hisi.o --- ofwpci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.ofwpci.o -MTofwpci.o -mgeneral-regs-only -ffixed-x18 -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/dev/of= w/ofwpci.c --- ofw_cpu.o --- ctfconvert -L VERSION -g ofw_cpu.o --- pci_host_generic.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.pci_host_generic.o -MTpci_host_generic.o -mgeneral-regs-= only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -= Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf= __=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-bod= y -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-p= ointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror = /usr/src/sys/dev/pci/pci_host_generic.c --- dwmmc.o --- ctfconvert -L VERSION -g dwmmc.o --- psci.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.psci.o -MTpsci.o -mgeneral-regs-only -ffixed-x18 -ffrees= tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste= d-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-s= hift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/dev/psci/p= sci.c --- ofwpci.o --- ctfconvert -L VERSION -g ofwpci.o --- psci_arm64.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -x assembler-with-cpp -DLOCORE -O -= pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KER= NEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-poi= nter -mno-omit-leaf-frame-pointer -MD -MF.depend.psci_arm64.o -MTpsci_arm6= 4.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=3Dis= o9899:1999 -Werror /usr/src/sys/dev/psci/psci_arm64.S --- pmap.o --- ctfconvert -L VERSION -g pmap.o --- psci_arm64.o --- ctfconvert -L VERSION -g psci_arm64.o --- uart_cpu_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.uart_cpu_fdt.o -MTuart_cpu_fdt.o -mgeneral-regs-only -ff= ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f= reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un= known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-= error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-s= ign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/sr= c/sys/dev/uart/uart_cpu_fdt.c --- dwc_otg_hisi.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.dwc_otg_hisi.o -MTdwc_otg_hisi.o -mgeneral-regs-only -ff= ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f= reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un= known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-= error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-s= ign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/sr= c/sys/dev/usb/controller/dwc_otg_hisi.c --- psci.o --- ctfconvert -L VERSION -g psci.o --- mrml_bridge.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.mrml_bridge.o -MTmrml_bridge.o -mgeneral-regs-only -ffix= ed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/= sys/dev/vnic/mrml_bridge.c --- uart_cpu_fdt.o --- /usr/src/sys/dev/uart/uart_cpu_fdt.c:74:1: warning: unused function 'phandl= e_chosen_propdev' [-Wunused-function] phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) ^ /usr/src/sys/dev/uart/uart_cpu_fdt.c:99:1: warning: unused function 'uart_f= dt_find_by_node' [-Wunused-function] uart_fdt_find_by_node(phandle_t node, int class_list) ^ 2 warnings generated. ctfconvert -L VERSION -g uart_cpu_fdt.o --- nic_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.nic_main.o -MTnic_main.o -mgeneral-regs-only -ffixed-x18= -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls= -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno= -error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/de= v/vnic/nic_main.c --- dwc_otg_hisi.o --- ctfconvert -L VERSION -g dwc_otg_hisi.o --- nicvf_main.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.nicvf_main.o -MTnicvf_main.o -mgeneral-regs-only -ffixed= -x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-d= ecls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freeb= sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow= n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-erro= r-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign = -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sy= s/dev/vnic/nicvf_main.c --- pci_host_generic.o --- ctfconvert -L VERSION -g pci_host_generic.o --- nicvf_queues.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.nicvf_queues.o -MTnicvf_queues.o -mgeneral-regs-only -ff= ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f= reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un= known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-= error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-s= ign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/sr= c/sys/dev/vnic/nicvf_queues.c --- mrml_bridge.o --- ctfconvert -L VERSION -g mrml_bridge.o --- thunder_bgx_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_bgx_fdt.o -MTthunder_bgx_fdt.o -mgeneral-regs-on= ly -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body = -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-poi= nter-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /= usr/src/sys/dev/vnic/thunder_bgx_fdt.c ctfconvert -L VERSION -g thunder_bgx_fdt.o --- thunder_bgx.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_bgx.o -MTthunder_bgx.o -mgeneral-regs-only -ffix= ed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/= sys/dev/vnic/thunder_bgx.c --- nic_main.o --- ctfconvert -L VERSION -g nic_main.o --- nicvf_main.o --- ctfconvert -L VERSION -g nicvf_main.o --- thunder_mdio_fdt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_mdio_fdt.o -MTthunder_mdio_fdt.o -mgeneral-regs-= only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -= Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf= __=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-bod= y -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-p= ointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror = /usr/src/sys/dev/vnic/thunder_mdio_fdt.c --- thunder_mdio.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.thunder_mdio.o -MTthunder_mdio.o -mgeneral-regs-only -ff= ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f= reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un= known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-= error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-s= ign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/sr= c/sys/dev/vnic/thunder_mdio.c --- thunder_mdio_fdt.o --- ctfconvert -L VERSION -g thunder_mdio_fdt.o --- lmac_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/vnic/lmac_if.m -c= ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/= usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HE= ADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -MD -MF.depend.lmac_if.o -MTlmac_if.o -mgeneral-regs-only -ffixed-x= 18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-dec= ls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd= _kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-= pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= no-error-shift-negative-value -std=3Diso9899:1999 -Werror lmac_if.c ctfconvert -L VERSION -g lmac_if.o --- kern_clocksource.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.kern_clocksource.o -MTkern_clocksource.o -mgeneral-regs-= only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -= Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf= __=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option = -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-bod= y -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-p= ointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror = /usr/src/sys/kern/kern_clocksource.c --- thunder_mdio.o --- ctfconvert -L VERSION -g thunder_mdio.o --- msi_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/msi_if.m -c ; c= c -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/s= rc/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS= -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointe= r -MD -MF.depend.msi_if.o -MTmsi_if.o -mgeneral-regs-only -ffixed-x18 -ffr= eestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wne= sted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Win= line -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprint= f__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas= -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenth= eses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-erro= r-shift-negative-value -std=3Diso9899:1999 -Werror msi_if.c --- thunder_bgx.o --- ctfconvert -L VERSION -g thunder_bgx.o --- msi_if.o --- ctfconvert -L VERSION -g msi_if.o --- pic_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/pic_if.m -c ; c= c -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/s= rc/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS= -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointe= r -MD -MF.depend.pic_if.o -MTpic_if.o -mgeneral-regs-only -ffixed-x18 -ffr= eestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wne= sted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Win= line -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprint= f__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas= -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenth= eses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-erro= r-shift-negative-value -std=3Diso9899:1999 -Werror pic_if.c --- subr_devmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.subr_devmap.o -MTsubr_devmap.o -mgeneral-regs-only -ffix= ed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/= sys/kern/subr_devmap.c --- nicvf_queues.o --- ctfconvert -L VERSION -g nicvf_queues.o --- pic_if.o --- ctfconvert -L VERSION -g pic_if.o --- subr_intr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.subr_intr.o -MTsubr_intr.o -mgeneral-regs-only -ffixed-x= 18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-dec= ls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd= _kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-= pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= no-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/= kern/subr_intr.c --- bcmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.bcmp.o -MTbcmp.o -mgeneral-regs-only -ffixed-x18 -ffrees= tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste= d-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-s= hift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libkern/bc= mp.c --- subr_devmap.o --- ctfconvert -L VERSION -g subr_devmap.o --- ffs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.ffs.o -MTffs.o -mgeneral-regs-only -ffixed-x18 -ffreesta= nding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn= o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-= equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi= ft-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libkern/ffs.= c ctfconvert -L VERSION -g ffs.o --- bcmp.o --- ctfconvert -L VERSION -g bcmp.o --- ffsl.o --- --- ffsll.o --- --- ffsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.ffsl.o -MTffsl.o -mgeneral-regs-only -ffixed-x18 -ffrees= tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste= d-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-s= hift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libkern/ff= sl.c --- ffsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.ffsll.o -MTffsll.o -mgeneral-regs-only -ffixed-x18 -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libkern/= ffsll.c --- ffsl.o --- ctfconvert -L VERSION -g ffsl.o --- ffsll.o --- ctfconvert -L VERSION -g ffsll.o --- fls.o --- --- flsl.o --- --- fls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.fls.o -MTfls.o -mgeneral-regs-only -ffixed-x18 -ffreesta= nding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn= o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-= equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi= ft-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libkern/fls.= c --- flsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.flsl.o -MTflsl.o -mgeneral-regs-only -ffixed-x18 -ffrees= tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste= d-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__= -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-s= hift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libkern/fl= sl.c --- fls.o --- ctfconvert -L VERSION -g fls.o --- flsl.o --- ctfconvert -L VERSION -g flsl.o --- flsll.o --- --- memmove.o --- --- flsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.flsll.o -MTflsll.o -mgeneral-regs-only -ffixed-x18 -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libkern/= flsll.c --- memmove.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.memmove.o -MTmemmove.o -mgeneral-regs-only -ffixed-x18 -= ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -= Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag= mas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pare= ntheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libk= ern/memmove.c --- kern_clocksource.o --- ctfconvert -L VERSION -g kern_clocksource.o --- memset.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.memset.o -MTmemset.o -mgeneral-regs-only -ffixed-x18 -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/libker= n/memset.c --- memmove.o --- ctfconvert -L VERSION -g memmove.o --- flsll.o --- ctfconvert -L VERSION -g flsll.o --- config.o --- --- env.o --- --- config.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.config.o -MTconfig.o -mgeneral-regs-only -ffixed-x18 -ff= reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn= ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin= tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma= s -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parent= heses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -std=3Diso9899:1999 -Werror config.c --- env.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.env.o -MTenv.o -mgeneral-regs-only -ffixed-x18 -ffreesta= nding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn= o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-= equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi= ft-negative-value -std=3Diso9899:1999 -Werror env.c --- memset.o --- ctfconvert -L VERSION -g memset.o --- hints.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.hints.o -MThints.o -mgeneral-regs-only -ffixed-x18 -ffre= estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes= ted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf= __ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthe= ses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -std=3Diso9899:1999 -Werror hints.c --- config.o --- ctfconvert -L VERSION -g config.o --- vnode_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -MD -MF.depend.vnode_if.o -MTvnode_if.o -mgeneral-regs-only -ffixed-x18= -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls= -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_k= printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr= agmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno= -error-shift-negative-value -std=3Diso9899:1999 -Werror vnode_if.c --- env.o --- ctfconvert -L VERSION -g env.o --- hack.So --- :> hack.c cc -B/usr/local/aarch64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So --- hints.o --- ctfconvert -L VERSION -g hints.o --- hack.So --- rm -f hack.c --- subr_intr.o --- ctfconvert -L VERSION -g subr_intr.o --- vnode_if.o --- ctfconvert -L VERSION -g vnode_if.o --- vers.c --- MAKE=3D/usr/obj/usr/src/make.amd64/bmake sh /usr/src/sys/conf/newvers.sh GE= NERIC --- vers.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/= src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER= S -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-point= er -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=3Dis= o9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.full --- linking kernel.full cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' *** [kernel.full] Error code 1 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson6827999061158141337.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Fri Jul 22 01:11:04 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5452FBA008F for ; Fri, 22 Jul 2016 01:11:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 4800A1BA8; Fri, 22 Jul 2016 01:11:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 5F864157; Fri, 22 Jul 2016 01:11:04 +0000 (UTC) Date: Fri, 22 Jul 2016 01:11:01 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, imp@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <344118627.74.1469149864397.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1763340668.67.1469135065310.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1763340668.67.1469135065310.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3662 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 01:11:04 -0000 FreeBSD_HEAD_arm64 - Build #3662 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3662/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3662/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3662/console Change summaries: 303166 by imp: Add opt_ddb.h. MFC after: 1 week 303165 by imp: Fix cam builds w/o nvme. This is a stop-gap fix until the real fix of dynamically loading XPTs is done and tested. MFC After: 1 week 303164 by jhb: Add more documentation regarding unsafe AIO requests. The asynchronous I/O changes made previously result in different behavior out of the box. Previously all AIO requests failed with ENOSYS / SIGSYS unless aio.ko was explicitly loaded. Now, some AIO requests complete and others ("unsafe" requests) fail with EOPNOTSUPP. Reword the introductory paragraph in aio(4) to add a general description of AIO before describing the vfs.aio.enable_unsafe sysctl. Remove the ENOSYS error description from aio_fsync(2), aio_read(2), and aio_write(2) and replace it with a description of EOPNOTSUPP. Remove the ENOSYS error description from aio_mlock(2). Log a message to the system log the first time a process requests an "unsafe" AIO request that fails with EOPNOTSUPP. This is modeled on the log message used for processes using the legacy pty devices. Reviewed by: kib (earlier version) MFC after: 1 week Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D7151 From owner-freebsd-arm@freebsd.org Sat Jul 23 22:04:50 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9D0DBA31BA for ; Sat, 23 Jul 2016 22:04:50 +0000 (UTC) (envelope-from embaudarm@gmail.com) Received: from mail-oi0-x243.google.com (mail-oi0-x243.google.com [IPv6:2607:f8b0:4003:c06::243]) (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 A14E71DEC for ; Sat, 23 Jul 2016 22:04:50 +0000 (UTC) (envelope-from embaudarm@gmail.com) Received: by mail-oi0-x243.google.com with SMTP id l9so13489196oih.0 for ; Sat, 23 Jul 2016 15:04:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=m8NN0/Xgvf8iOhDxiRJmzxN677TiguR6G9w5Cisq8dg=; b=OIHSvxew508AxAA7XI724gyoK+Bq1qQckxROIy1XwwTcmBbck0shPgFrS+NmhgisKH hDiNe3m9uWCNKwG41jX+rutxnP+NvuBy2Bt8Rc4KthXTH2++4ECcBiKihxK2HJnpFBxy DbZKLSg6snStS0Lm5r+DY5U59uttPPfggbMhLKy+HD47BckTKboUNE8NkMps9S1qvyQ7 2Lvh8RLYNyvG6ofzLEfKjYGmCdzBesd6ykXn56h5YcYTMkIZz35GeaaiO+olCMHUqfIb cLk/tGjpFn4oFzASkSdDxc/E9bhjuM6nun5fW4yTCxJXBHoGdGKxRfabVLDY1y7TzRo1 ZirQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=m8NN0/Xgvf8iOhDxiRJmzxN677TiguR6G9w5Cisq8dg=; b=T3xCDeV6i1Nxmbz6dDFLnWbOlOZ6IilYZqP4eidEadpZcZ6Cze5+rXVcGOTtIkyYms uO+GY2zCW+gF0uCy2HJZ6pO50FxhDDowAGkavApY7Rj9um9+6ecx4ILnHj8Ur96Ftxx4 P/lTDDA7pYurFMuBUCfeglXRGbTpRlLCRG/FdU4bP/oE4pkvB9VVx+PQkjNpHvEIhm3c x0NPhIqqkKNZTdbGl3pxfMXCtl+MsaiFtsNo3r088fS2D6obdHBPedIcMv7DVsVJgRVl oPY9YXrVDumhuZGXDuhhqZWtuLHSbqFGKlececk1kXqxm4fqMFESLtdz/rR5wCu8gM3t Chkw== X-Gm-Message-State: AEkoouuGapKxDE3Amo0Fu2T1rKWyYAT2JF20sJMTJcp7Gi1+nPS7d0Zdc/YpnmK9U7N2UIvUXlTO1DLlPqODNA== X-Received: by 10.157.9.248 with SMTP id 53mr6307382otz.35.1469311489862; Sat, 23 Jul 2016 15:04:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.20.8 with HTTP; Sat, 23 Jul 2016 15:04:49 -0700 (PDT) From: Emb Aud Date: Sat, 23 Jul 2016 18:04:49 -0400 Message-ID: Subject: Questions about writing custom boot loader, Zynq, Zybo To: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2016 22:04:50 -0000 Hi Everyone, I am trying to write a custom boot loader for FreeBSD on the Zybo board (Zynq). I am able to boot with Thomas Skibo's binary files, using u-boot, but I can't seem to get it to work myself. Right now I am: + loading the kernel ELF file into DDR and jumping to the correct entry point (0x100 offset). + passing zero in r1 so it falls back to the default boot params in machdep.c + that means I am not passing in any boot params. + I have decompiled the DTB file that Thomas Skibo posted on his website, and am includiing that DTS file statically in the kernel build. I have instrumented a kernel to print out r1-r4, and also the boot params, so I can see what a successful load looks like. Soon I will try supplying a boot params structure, but right now I don't really know how to construct one properly. I have the following problems while the kernel is booting: 1. RS232 port switches to double speed when the kernel starts printing (230400 baud instead of 115200 baud). 2. The ethernet driver cannot find the MAC address 3. The whole thing freezes during configuration of the USB port. Some questions: 1. What is the role of the boot param data structure (MODINFO_NAME, etc)? Which fields are important? 2. What is the boot param field type 0x00009002? I couldn't find a #define that matched that. 3. Is there anything special about how the Zynq is configured in ps7_init.c? 4. Is the exact ps7_init.c that Thomas Skibo used for his Zybo binaries available anywhere? 5. Where is the code in ubldr that constructs the boot param structure? Any advice would be very welcome. If I get a custom boot loader working I will post the code. Thank you, Lee