From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1agUvR-0007HK-OP for mharc-grub-devel@gnu.org; Thu, 17 Mar 2016 06:13:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agUvL-00076r-RF for grub-devel@gnu.org; Thu, 17 Mar 2016 06:13:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agUvK-0006dD-QU for grub-devel@gnu.org; Thu, 17 Mar 2016 06:12:59 -0400 Received: from wolfman.devio.us ([98.142.108.75]:6112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agUvG-0006bK-Ag; Thu, 17 Mar 2016 06:12:54 -0400 Received: from localhost (localhost [127.0.0.1]) by wolfman.devio.us (Postfix) with ESMTP id AA445201DD2; Thu, 17 Mar 2016 06:12:43 -0400 (EDT) X-Virus-Scanned: amavisd-new at devio.us Received: from wolfman.devio.us ([127.0.0.1]) by localhost (wolfman.devio.us [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tec13ZCZ9eTZ; Thu, 17 Mar 2016 06:12:40 -0400 (EDT) Received: by wolfman.devio.us (Postfix, from userid 2589) id 944CA201DCB; Thu, 17 Mar 2016 06:12:40 -0400 (EDT) Date: Thu, 17 Mar 2016 06:12:40 -0400 To: Andrei Borzenkov Subject: Re: [openbsd] 2.02-beta3: build fails - getroot.c:(.text+0x2b): undefined reference to `getrawpartition' Message-ID: <20160317101239.GY17281@wolfman.devio.us> References: <20160312165742.GR17281@wolfman.devio.us> <56E45FFB.3070807@gmail.com> <20160312195423.GS17281@wolfman.devio.us> <56E4FD87.1040009@gmail.com> <20160314181957.GV17281@wolfman.devio.us> <56E706FC.4000905@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56E706FC.4000905@gmail.com> uFrom: Jiri B User-Agent: Mutt/1.5.23 (2014-03-12) From: jirib@devio.us (Jiri B) X-detected-operating-system: by eggs.gnu.org: OpenBSD 4.x-5.x X-Received-From: 98.142.108.75 Cc: bug-grub@gnu.org, The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 10:13:04 -0000 On Mon, Mar 14, 2016 at 09:46:20PM +0300, Andrei Borzenkov wrote: > >>> $ tar tzvf /home/jirib/openbsd/packages/amd64/all/grub-2.02-beta3.tgz | grep lzma_decompress > >>> -r-xr-xr-x 1 root bin 3904 Jan 1 1970 lib/grub/i386-pc/lzma_decompress.image > >>> -r--r--r-- 1 root bin 134480024 Jan 1 1970 lib/grub/i386-pc/lzma_decompress.img > >> [...] > >> No. Something went wrong with section addresses/offsets. Please test > >> 2.02~beta2 - do you observe the same problem? Please upload > > Did you test beta2? Hi, sorry for delay. Yes I tried beta2, same result. > >> lzma_decompress.image. Where obcopy comes from (obcopy --version)? What > >> assembler is used? > > > > $ objcopy -V > > GNU objcopy 2.17 > > Copyright 2005 Free Software Foundation, Inc. > > This program is free software; you may redistribute it under the terms of > > the GNU General Public License. This program has absolutely no warranty. > > [...] > > I asked lzma_decompress.image, not img. img is too late. I apologize, I missed valid filename. So here as lzma_decompress.image from beta3 (as beta2 got same huge img file). http://afterboot.cz/pub/lzma_decompress.image SHA256 (lzma_decompress.image) = 3968a35c3fc2570cf1a888179433f23a7319d104c8622c71e501f4ba6ca38308 Thank you for help. j.