From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RniaM-00085k-OX for mharc-grub-devel@gnu.org; Wed, 18 Jan 2012 22:22:46 -0500 Received: from eggs.gnu.org ([140.186.70.92]:36194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RniaK-00085G-2K for grub-devel@gnu.org; Wed, 18 Jan 2012 22:22:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RniaI-00031R-ET for grub-devel@gnu.org; Wed, 18 Jan 2012 22:22:44 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:55845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RniaI-00031L-7t for grub-devel@gnu.org; Wed, 18 Jan 2012 22:22:42 -0500 Received: by werl4 with SMTP id l4so3679824wer.0 for ; Wed, 18 Jan 2012 19:22:41 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=NwpF+3h18/XbjkIadetzjneHi9/+JijNEEvchkrCPns=; b=reLSgzXaYMws4SR1QqCwiuh/AO3Yq1ipYySbiwLqhLdKXWQ7udbJx7qHyAeMA4ldnv Rc9ubwuGSDVvNkC/Fr0K4WXjlHXooFLV7qMSnk18BGQA1XWRMc3Gi2/KJOikfL+ZQlKB tXGz+WOr3Dgn0/kFtIULnnSZXhZnfP6GIU0As= Received: by 10.216.134.196 with SMTP id s46mr10344750wei.44.1326943361269; Wed, 18 Jan 2012 19:22:41 -0800 (PST) Received: from fedora.x201.phnet (118-75.203-62.cust.bluewin.ch. [62.203.75.118]) by mx.google.com with ESMTPS id dr5sm61682621wib.0.2012.01.18.19.22.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Jan 2012 19:22:40 -0800 (PST) Message-ID: <4F178C7E.7030302@gmail.com> Date: Thu, 19 Jan 2012 04:22:38 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Build failure: Error: attempt to move .org backwards References: <4F174BFA.3030208@googlemail.com> In-Reply-To: <4F174BFA.3030208@googlemail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 Cc: Andreas Born 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, 19 Jan 2012 03:22:45 -0000 On 18.01.2012 23:47, Andreas Born wrote: > Hello, > > having trouble building the latest bzr 3757. This happens with gcc > 4.5.2 on Salix/Slackware 13.37 x86_64 system, but doesn't happen with > gcc 4.6.2 on Arch Linux x86_64. > I also checked recent other reports of such problems, but wasn't able > to find a solution. > Can you try "small" (it's its name) branch? > Here's some output: > gcc -Os -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes -Wundef > -Wstrict-prototypes -g -falign-jumps=1 -falign-loops=1 > -falign-functions=1 -mno-mmx -mno-sse -mno-sse2 -mno-3dnow > -fno-dwarf2-cfi-asm -fno-asynchronous-unwind-tables -m32 > -fno-stack-protector -mno-stack-arg-probe -Werror -mrtd > -mregparm=3 -fno-builtin -m32 -Wl,--build-id=none -nostdlib > -Wl,-N,-S -Wl,-N -Wl,-Ttext,0x6000 -o lnxboot.image > boot/i386/pc/lnxboot_image-lnxboot.o > gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -I../include -I../include > -DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=I386_PC > -DGRUB_TARGET_CPU_I386=1 -m32 -nostdinc -isystem > /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/include > -DGRUB_FILE=\"boot/i386/pc/startup_raw.S\" -I. -I. -I.. -I.. > -I../include -I../include -g -m32 -DASM_FILE=1 -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:651: Warning: ignoring changed section attributes for > .text > boot/i386/pc/startup_raw.S:119: Error: attempt to move .org backwards > make[3]: *** [boot/i386/pc/lzma_decompress_image-startup_raw.o] Fehler 1 > make[3]: Leaving directory > `/home/shador/projects/checkouts/grub/branches/build/grub-core' > make[2]: *** [all] Fehler 2 > make[2]: Leaving directory > `/home/shador/projects/checkouts/grub/branches/build/grub-core' > make[1]: *** [all-recursive] Fehler 1 > make[1]: Leaving directory > `/home/shador/projects/checkouts/grub/branches/build' > make: *** [all] Fehler 2 > > Regards, > Andreas Born > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko