From owner-freebsd-arm@freebsd.org Tue Jul 18 16:23:58 2017 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 0F294D96C51 for ; Tue, 18 Jul 2017 16:23:58 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (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 E591973A24 for ; Tue, 18 Jul 2017 16:23:57 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 6e70d867-6bd5-11e7-a4a1-c9e62e5d9688 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 6e70d867-6bd5-11e7-a4a1-c9e62e5d9688; Tue, 18 Jul 2017 16:23:28 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v6IGNopa001313; Tue, 18 Jul 2017 10:23:50 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1500395030.22314.164.camel@freebsd.org> Subject: Re: u-boot for cubox-hummingboard failing From: Ian Lepore To: Russell Haley , freebsd-arm Date: Tue, 18 Jul 2017 10:23:50 -0600 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 16:23:58 -0000 On Tue, 2017-07-18 at 09:05 -0700, Russell Haley wrote: > russellh@prescott:/usr/ports/sysutils/u-boot-cubox-hummingboard% sudo > make > ===>  License GPLv2 accepted by the user > ===>   u-boot-cubox-hummingboard-2013.10_1 depends on file: > /usr/local/sbin/pkg - found > ===> Fetching all distfiles required by > u-boot-cubox-hummingboard-2013.10_1 for building > ===>  Extracting for u-boot-cubox-hummingboard-2013.10_1 > => No checksum file > (/usr/ports/sysutils/u-boot-cubox-hummingboard/distinfo). > *** Error code 1 > > Stop. > make: stopped in /usr/ports/sysutils/u-boot-cubox-hummingboard > > I did a portsnap fetch update but it didn't help. > > I'm heading out for a bit but I will look at it later. The date looks > wrong on that if the u-boot port has been updated? Otherwise perhaps > I > can just checksum the files myself.  Now where did my copy of the > porters handbook go? ;) > > Russ I think your ports didn't get updated properly.  I don't use portsnap, but did you maybe modify the file at some point and now portsnap is not updating it so it doesn't lose your changes? To just build the old version, add -DNO_CHECKSUM to the make command. -- Ian