From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RPzNS-0006N9-S9 for mharc-grub-devel@gnu.org; Mon, 14 Nov 2011 11:27:22 -0500 Received: from eggs.gnu.org ([140.186.70.92]:58263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPzNP-0006LB-KM for grub-devel@gnu.org; Mon, 14 Nov 2011 11:27:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPzNO-0005RI-3x for grub-devel@gnu.org; Mon, 14 Nov 2011 11:27:19 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:41090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPzNN-0005R1-Q2 for grub-devel@gnu.org; Mon, 14 Nov 2011 11:27:17 -0500 Received: by bke17 with SMTP id 17so5943690bke.0 for ; Mon, 14 Nov 2011 08:27:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=BQBFABfIsHqOzblkvOD0ftf10YXG7KjI8x/RHF2cmxY=; b=EG0dVXKZ4t+1lBVHmF3zg8l3K37R00rbt+y+DFYceLsHeN9YtXUwEj8BI29JpTtUPq J2au06tjUVyGcGhFTAl7txyVB02jSfKCkV1NFiA/jI/0w2l+XLc9AYATX0VbNLOrlzcU A5TN/ofCixQH/zotfTH8rOsVlR+n1oxzTR0Ts= Received: by 10.205.120.20 with SMTP id fw20mr20429821bkc.39.1321288036464; Mon, 14 Nov 2011 08:27:16 -0800 (PST) Received: from debian.x201.phnet (gprs11.swisscom-mobile.ch. [193.247.250.11]) by mx.google.com with ESMTPS id dq2sm32661672bkb.11.2011.11.14.08.27.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Nov 2011 08:27:15 -0800 (PST) Message-ID: <4EC14160.5020404@gmail.com> Date: Mon, 14 Nov 2011 17:27:12 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20111010 Iceowl/1.0b2 Icedove/3.1.15 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig8204ED9A9B62FE83DA12097E" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 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: Mon, 14 Nov 2011 16:27:20 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8204ED9A9B62FE83DA12097E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 14.11.2011 15:46, Jeff Chua wrote: > I'm getting this error trying to compile grub2 from bzr. The bzr pull > prior to Nov 11 compiled ok. > Try increasing #define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x6e0 in include/grub/offsets.h, but keep it divisible by 8 and don't increase too much. > System config: > > 64-bit Linux 3.2.0-rc1 (with COMMAND_LINE_SIZE set to 392 for Linux) > glibc 2.14.90 > gcc 4.4.7 20110902 (prerelease) > > > > gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -I../include -I../include > -DGRUB_MACHINE_PCBIOS=3D1 -DGRUB_MACHINE=3DI386_PC -m32 > -DGRUB_FILE=3D\"boot/i386/pc/startup_raw.S\" -I. -I. -I.. -I.. > -I../include -I../include -g -m32 -DASM_FILE=3D1 -MT > boot/i386/pc/lzma_decompress_image-startup_raw.o -MD -MP -MF > boot/i386/pc/.deps-core/lzma_decompress_image-startup_raw.Tpo -c -o > boot/i386/pc/lzma_decompress_image-startup_raw.o `test -f > 'boot/i386/pc/startup_raw.S' || echo './'`boot/i386/pc/startup_raw.S > reed_solomon.c: Assembler messages: > reed_solomon.c:761: Warning: ignoring changed section attributes for .t= ext > boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards > make[3]: *** [boot/i386/pc/lzma_decompress_image-startup_raw.o] Error 1= > make[3]: Leaving directory `/v6/src2/grub2/grub/grub-core' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/v6/src2/grub2/grub/grub-core' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/v6/src2/grub2/grub' > make: *** [all] Error 2 > > > Thanks, > Jeff > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig8204ED9A9B62FE83DA12097E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk7BQWAACgkQNak7dOguQgnekwD+NwbImo+Y1nf1qR0n2BfiOoqb 9uOjXADS65COB7RLT6wBAKthO3kzhyxzQnEmkza+hW1UruxSjnWAzp6ro74dc0qV =w3LN -----END PGP SIGNATURE----- --------------enig8204ED9A9B62FE83DA12097E--