From owner-freebsd-arm@freebsd.org Wed Mar 6 20:38:53 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D5B415265EE for ; Wed, 6 Mar 2019 20:38:53 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (smtp.fgznet.ch [157.161.14.52]) (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 0818D6F2F7 for ; Wed, 6 Mar 2019 20:38:51 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from [192.168.225.14] (dhclient-91-190-10-49.flashcable.ch [91.190.10.49]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id 3C11DC11DB; Wed, 6 Mar 2019 21:38:49 +0100 (CET) Subject: Re: odroidc1 build kernel fails To: peter garshtja Cc: freebsd-arm@freebsd.org References: <95532d9f-458c-3534-9562-77928a2a4455@ambient-md.com> <28191a9b-81e0-5bc5-c3eb-cc698a5c82fe@fgznet.ch> <758622e6-c69e-3d84-f1ab-d28cf2e3cc6c@fgznet.ch> From: Andreas Tobler Message-ID: Date: Wed, 6 Mar 2019 21:38:45 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit X-Scanned-By: Idefix Submit on 127.0.1.1 X-Rspamd-Queue-Id: 0818D6F2F7 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of andreast-list@fgznet.ch designates 157.161.14.52 as permitted sender) smtp.mailfrom=andreast-list@fgznet.ch X-Spamd-Result: default: False [-1.86 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.94)[-0.935,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:157.161.12.0/22]; NEURAL_HAM_LONG(-1.00)[-0.996,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[fgznet.ch]; NEURAL_SPAM_SHORT(0.38)[0.376,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[obelix.imp.ch,idefix.imp.ch,asterix.imp.ch]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[52.14.161.157.list.dnswl.org : 127.0.10.0]; IP_SCORE(0.01)[country: CH(0.03)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6772, ipnet:157.161.0.0/16, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 20:38:53 -0000 On 06.03.19 13:04, peter garshtja wrote: > Rebuilt from scratch, the build still fails with an error mentioned in > the previous email. > > My src tree is releng 12.0, is your the same? Oh, you're right. I didn't pay attention to that. I should have asked you on which branch/tree. I use -CURRENT, on all machines and boards here. I just saw the failure pattern and remembered that I had the same. Hopefully it will work for you with the copied file in 12-releng. Andreas