From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1kKeTP-0007Hi-3r for mharc-grub-devel@gnu.org; Tue, 22 Sep 2020 05:20:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36446) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKeTF-0007Bc-5U for grub-devel@gnu.org; Tue, 22 Sep 2020 05:20:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:36790) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKeTA-0005CC-J1 for grub-devel@gnu.org; Tue, 22 Sep 2020 05:20:20 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id C8D5FAC4F; Tue, 22 Sep 2020 09:20:50 +0000 (UTC) Date: Tue, 22 Sep 2020 11:20:12 +0200 From: Petr Vorel To: Daniel Kiper Cc: grub-devel@gnu.org Subject: Re: [PATCH 4/4] travis: Remove riscv32 build Message-ID: <20200922092012.GA47995@x230> Reply-To: Petr Vorel References: <20200909200221.410705-1-pvorel@suse.cz> <20200909200221.410705-5-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200909200221.410705-5-pvorel@suse.cz> Received-SPF: pass client-ip=195.135.220.15; envelope-from=pvorel@suse.cz; helo=mx2.suse.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/21 01:21:24 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x (no timestamps) [generic] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 09:20:30 -0000 Hi Daniel, > To fix travis error: > grub-mkimage: error: target 1036 not reachable from pc=ba. https://travis-ci.org/github/pevik/grub/jobs/729143844 $ for target in $GRUB_TARGETS; do grub-mkimage -c grub.cfg -p / -O $target -o grub-$target echo reboot normal; done grub-mkimage: error: target 1036 not reachable from pc=ba. I found error messages in util/grub-mkimagexx.c, but I have no idea what is missing in the test which causes grub-mkimage to fail. Any idea? I doubt it's a real bug. Kind regards, Petr