grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
@ 2011-11-14 14:46 Jeff Chua
  2011-11-14 14:58 ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-14 16:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 27+ messages in thread
From: Jeff Chua @ 2011-11-14 14:46 UTC (permalink / raw)
  To: The development of GRUB 2

I'm getting this error trying to compile grub2 from bzr. The bzr pull
prior to Nov 11 compiled ok.

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=1 -DGRUB_MACHINE=I386_PC -m32
-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:761: Warning: ignoring changed section attributes for .text
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


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-14 14:46 boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards Jeff Chua
@ 2011-11-14 14:58 ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-14 16:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-14 14:58 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1669 bytes --]

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.
>
Looks like your compiler is worse at size-optimising than mine...
> 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=1 -DGRUB_MACHINE=I386_PC -m32
> -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:761: Warning: ignoring changed section attributes for .text
> 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
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-14 14:46 boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards Jeff Chua
  2011-11-14 14:58 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-14 16:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17  0:29   ` Jeff Chua
  1 sibling, 1 reply; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-14 16:27 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1759 bytes --]

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=1 -DGRUB_MACHINE=I386_PC -m32
> -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:761: Warning: ignoring changed section attributes for .text
> 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
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-14 16:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17  0:29   ` Jeff Chua
  2011-11-17  0:44     ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17  9:25     ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 27+ messages in thread
From: Jeff Chua @ 2011-11-17  0:29 UTC (permalink / raw)
  To: The development of GNU GRUB

2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
> 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.

Vladimir,

I increased from 0x6e0 to 0x7f0 (the smallest that works) so it
compiled without any problem. Booted and it's stuck at the very first
grub notification "grub ...".


Jeff


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17  0:29   ` Jeff Chua
@ 2011-11-17  0:44     ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17  0:47       ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17  5:23       ` Jeff Chua
  2011-11-17  9:25     ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 2 replies; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17  0:44 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

On 17.11.2011 01:29, Jeff Chua wrote:
> 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>> 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.
> Vladimir,
>
> I increased from 0x6e0 to 0x7f0 (the smallest that works)
Ouch, that's vast difference
>  so it
> compiled without any problem. Booted and it's stuck at the very first
> grub notification "grub ...".
Make sure that you don't try to use old grub-setup with new images or
vice-versa. Also another possible trouble is gcc adding unexpected
sections. Can you submit your lzma_decompress.image?
>
> Jeff
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17  0:44     ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17  0:47       ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17  5:23       ` Jeff Chua
  1 sibling, 0 replies; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17  0:47 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]

On 17.11.2011 01:44, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 17.11.2011 01:29, Jeff Chua wrote:
>> 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>>> 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.
>> Vladimir,
>>
>> I increased from 0x6e0 to 0x7f0 (the smallest that works)
> Ouch, that's vast difference
>>  so it
>> compiled without any problem. Booted and it's stuck at the very first
>> grub notification "grub ...".
> Make sure that you don't try to use old grub-setup with new images or
> vice-versa.
In particular running grub-install from build directory w/o make install
will attempt to use outdated utils.
>  Also another possible trouble is gcc adding unexpected
> sections. Can you submit your lzma_decompress.image?
>> Jeff
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> https://lists.gnu.org/mailman/listinfo/grub-devel
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17  0:44     ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17  0:47       ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17  5:23       ` Jeff Chua
  2011-11-17 10:13         ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-17  5:23 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
> Make sure that you don't try to use old grub-setup with new images or
> vice-versa.

It's a full install. "make" followed by "make install".

Also another possible trouble is gcc adding unexpected
> sections. Can you submit your lzma_decompress.image?

Attached.

[-- Attachment #2: lzma_decompress.image --]
[-- Type: application/octet-stream, Size: 5527 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17  0:29   ` Jeff Chua
  2011-11-17  0:44     ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17  9:25     ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17  9:25 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

On 17.11.2011 01:29, Jeff Chua wrote:
> 2011/11/15 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>> 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.
> Vladimir,
>
> I increased from 0x6e0 to 0x7f0 (the smallest that works) so it
> compiled without any problem. Booted and it's stuck at the very first
> grub notification "grub ...".
Is it "GRUB" or "GRUB Loading"?
>
> Jeff
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17  5:23       ` Jeff Chua
@ 2011-11-17 10:13         ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17 15:38           ` Jeff Chua
  0 siblings, 1 reply; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17 10:13 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]

On 17.11.2011 06:23, Jeff Chua wrote:
> 2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>> Make sure that you don't try to use old grub-setup with new images or
>> vice-versa.
> It's a full install. "make" followed by "make install".
>
Your lzma_decompress.image is fine (as in: I added it into my build
system and then resulting grub-mkrescue image still works fine. I will
need your diskboot.img, boot.img lzma_decompress.img, core.img and
kernel.img.
> > Also another possible trouble is gcc adding unexpected
>> sections. Can you submit your lzma_decompress.image?
> Attached.
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 10:13         ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17 15:38           ` Jeff Chua
  2011-11-17 16:15             ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-17 15:38 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:

> Is it "GRUB" or "GRUB Loading"?


Vladimir,

It's "GRUB Loading".


> Your lzma_decompress.image is fine (as in: I added it into my build
> system and then resulting grub-mkrescue image still works fine. I will
> need your diskboot.img, boot.img lzma_decompress.img, core.img and
> kernel.img.

Can't find the "core.img" file. The rest of the files are attached.

Thanks,
Jeff

[-- Attachment #2: boot.img --]
[-- Type: application/octet-stream, Size: 512 bytes --]

[-- Attachment #3: diskboot.img --]
[-- Type: application/octet-stream, Size: 512 bytes --]

[-- Attachment #4: lzma_decompress.img --]
[-- Type: application/octet-stream, Size: 3392 bytes --]

[-- Attachment #5: kernel.img --]
[-- Type: application/octet-stream, Size: 28936 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 15:38           ` Jeff Chua
@ 2011-11-17 16:15             ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17 16:30               ` Jeff Chua
  0 siblings, 1 reply; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17 16:15 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

On 17.11.2011 16:38, Jeff Chua wrote:
> 2011/11/17 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>
>> Is it "GRUB" or "GRUB Loading"?
>
> Vladimir,
>
> It's "GRUB Loading".
>
>
>> Your lzma_decompress.image is fine (as in: I added it into my build
>> system and then resulting grub-mkrescue image still works fine. I will
>> need your diskboot.img, boot.img lzma_decompress.img, core.img and
>> kernel.img.
> Can't find the "core.img" file. The rest of the files are attached.
core.img is in /boot/grub. I still was unable to reproduce. All of the
files you sent are fine. Are you sure that your grub-mkimage and
grub-setup were updated?
Do you have an x86-64 or i386 system?
> Thanks,
> Jeff
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 16:15             ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17 16:30               ` Jeff Chua
  2011-11-17 16:33                 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-17 16:30 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:

>> Can't find the "core.img" file. The rest of the files are attached.
> core.img is in /boot/grub. I still was unable to reproduce. All of the
> files you sent are fine. Are you sure that your grub-mkimage and
> grub-setup were updated?
> Do you have an x86-64 or i386 system?

Vladimir,

It's x86-64 and grub-mkimage and grub-setup are updated as well.

Something changed after Nov 14. I can compile the same source from
download prior to Nov 14, and it works fine. Same compiler, same
kernel, same environment. And I checked COMMAND_LINE_SIZE and on
linux-3.x, it's not limited to 256 anymore.

I use this to run grub.


 # grub-install --force --no-floppy --boot-directory=/boot /dev/sda

Thanks,
Jeff

[-- Attachment #2: core.img --]
[-- Type: application/octet-stream, Size: 29095 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 16:30               ` Jeff Chua
@ 2011-11-17 16:33                 ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17 17:40                   ` Jeff Chua
  0 siblings, 1 reply; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17 16:33 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]

On 17.11.2011 17:30, Jeff Chua wrote:
> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>
>>> Can't find the "core.img" file. The rest of the files are attached.
>> core.img is in /boot/grub. I still was unable to reproduce. All of the
>> files you sent are fine. Are you sure that your grub-mkimage and
>> grub-setup were updated?
>> Do you have an x86-64 or i386 system?
> Vladimir,
>
> It's x86-64 and grub-mkimage and grub-setup are updated as well.
>
> Something changed after Nov 14. I can compile the same source from
> download prior to Nov 14, and it works fine. Same compiler, same
> kernel, same environment. And I checked COMMAND_LINE_SIZE and on
> linux-3.x, it's not limited to 256 anymore.
>
have you cleaned your tree with bzr clean-tree --ignored and rerun
./autogen.sh ?
> I use this to run grub.
>
>
>  # grub-install --force --no-floppy --boot-directory=/boot /dev/sda
>
> Thanks,
> Jeff
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 16:33                 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17 17:40                   ` Jeff Chua
  2011-11-17 17:52                     ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-17 17:40 UTC (permalink / raw)
  To: The development of GNU GRUB

2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:

> have you cleaned your tree with bzr clean-tree --ignored and rerun
> ./autogen.sh ?

Vladimir,

Just removed and do a clean download from
http://bzr.savannah.gnu.org/r/grub/trunk/grub and run autogen.sh and
configure and ended up getting stuck at "Loading GRUB".

Tried "grub-emu" and it runs fine, but on "real" pc, it doesn't run.

If I replace the whole grub-core directory with those from Nov 14, it
works ok, and I see quite a few changes in there after Nov 14.

Thanks,
Jeff


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 17:40                   ` Jeff Chua
@ 2011-11-17 17:52                     ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17 18:07                       ` Jeff Chua
  0 siblings, 1 reply; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17 17:52 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

On 17.11.2011 18:40, Jeff Chua wrote:
> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>
>> have you cleaned your tree with bzr clean-tree --ignored and rerun
>> ./autogen.sh ?
> Vladimir,
>
> Just removed and do a clean download from
> http://bzr.savannah.gnu.org/r/grub/trunk/grub and run autogen.sh and
> configure and ended up getting stuck at "Loading GRUB".
>
I suppose make, sudo make install and sudo grub-install /dev/sdX as well.
> Tried "grub-emu" and it runs fine, but on "real" pc, it doesn't run.
>
Does it work in qemu? (sudo qemu /dev/sda, be sure not to launch the OS
though)
> If I replace the whole grub-core directory with those from Nov 14, it
> works ok, and I see quite a few changes in there after Nov 14.
>
> Thanks,
> Jeff
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 17:52                     ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17 18:07                       ` Jeff Chua
  2011-11-17 18:17                         ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-17 18:07 UTC (permalink / raw)
  To: The development of GNU GRUB

2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:

> I suppose make, sudo make install and sudo grub-install /dev/sdX as well.
>> Tried "grub-emu" and it runs fine, but on "real" pc, it doesn't run.

Done all that, in fact, using "root" and not sudo.

> Does it work in qemu? (sudo qemu /dev/sda, be sure not to launch the OS
> though)

"qemu /dev/sda" ... same issue, stuck in ... (at least this is better
than reboot the real PC).

Booting from Hard Disk...
GRUB loading.
_


Again, installing from Nov 14 src and "qemu /dev/sda" works.


Jeff.


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 18:07                       ` Jeff Chua
@ 2011-11-17 18:17                         ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-17 18:36                           ` Jeff Chua
  0 siblings, 1 reply; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17 18:17 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 974 bytes --]

On 17.11.2011 19:07, Jeff Chua wrote:
> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>
>> I suppose make, sudo make install and sudo grub-install /dev/sdX as well.
>>> Tried "grub-emu" and it runs fine, but on "real" pc, it doesn't run.
> Done all that, in fact, using "root" and not sudo.
>
>> Does it work in qemu? (sudo qemu /dev/sda, be sure not to launch the OS
>> though)
> "qemu /dev/sda" ... same issue, stuck in ... (at least this is better
> than reboot the real PC).
>
> Booting from Hard Disk...
> GRUB loading.
> _
>
>
> Again, installing from Nov 14 src and "qemu /dev/sda" works.
Which exact revision does it refer to? Did you try r3607? The only
serious commit in that time is 3609
>
> Jeff.
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 18:17                         ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-17 18:36                           ` Jeff Chua
  2011-11-17 19:15                             ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-17 18:36 UTC (permalink / raw)
  To: The development of GNU GRUB

2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:

>> Again, installing from Nov 14 src and "qemu /dev/sda" works.
> Which exact revision does it refer to? Did you try r3607? The only
> serious commit in that time is 3609

I just tried compiling and runing it on 32-bit and it's working. Looks
like it's a 64-bit problem only.  Same kernel version, gcc, glibc ...
but 32-bit only.


Thanks,
Jeff


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 18:36                           ` Jeff Chua
@ 2011-11-17 19:15                             ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-18  0:04                               ` Jeff Chua
  2011-11-21  7:32                               ` Jeff Chua
  0 siblings, 2 replies; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-17 19:15 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

On 17.11.2011 19:36, Jeff Chua wrote:
> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>
>>> Again, installing from Nov 14 src and "qemu /dev/sda" works.
>> Which exact revision does it refer to? Did you try r3607? The only
>> serious commit in that time is 3609
Couly you try to find out the exact revision?
> I just tried compiling and runing it on 32-bit and it's working. Looks
> like it's a 64-bit problem only.  Same kernel version, gcc, glibc ...
> but 32-bit only.
It doesn't make any sense since there files modified since Nov 14 are
always compiled as 32-bit

>
> Thanks,
> Jeff
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 19:15                             ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-18  0:04                               ` Jeff Chua
  2011-11-21  7:32                               ` Jeff Chua
  1 sibling, 0 replies; 27+ messages in thread
From: Jeff Chua @ 2011-11-18  0:04 UTC (permalink / raw)
  To: The development of GNU GRUB

2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
> On 17.11.2011 19:36, Jeff Chua wrote:
>> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>>
>>>> Again, installing from Nov 14 src and "qemu /dev/sda" works.
>>> Which exact revision does it refer to? Did you try r3607? The only
>>> serious commit in that time is 3609
> Couly you try to find out the exact revision?
>> I just tried compiling and runing it on 32-bit and it's working. Looks
>> like it's a 64-bit problem only.  Same kernel version, gcc, glibc ...
>> but 32-bit only.
> It doesn't make any sense since there files modified since Nov 14 are
> always compiled as 32-bit

It's strange, but anyway I'll try to bisect it down. I don't know bzr
that well so learning as I go along.


Thanks,
Jeff


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-17 19:15                             ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-11-18  0:04                               ` Jeff Chua
@ 2011-11-21  7:32                               ` Jeff Chua
  2011-11-21 22:22                                 ` Jeff Chua
  1 sibling, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-21  7:32 UTC (permalink / raw)
  To: The development of GNU GRUB

2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:

> Couly you try to find out the exact revision?

Vladimir, the source that works for is at rev 3586.

> It doesn't make any sense since there files modified since Nov 14 are
> always compiled as 32-bit

I checked further. When I ran the compiled 64-bit grub-install on an
SD card, the SD booted fine. The same grub-install doesn't work my
/dev/sda.

Thanks,
Jeff


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-21  7:32                               ` Jeff Chua
@ 2011-11-21 22:22                                 ` Jeff Chua
  2011-11-21 22:42                                   ` Fwd: " Jeff Chua
  0 siblings, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-11-21 22:22 UTC (permalink / raw)
  To: The development of GNU GRUB

On Mon, Nov 21, 2011 at 3:32 PM, Jeff Chua <jeff.chua.linux@gmail.com> wrote:
> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>
>> Couly you try to find out the exact revision?
>
> Vladimir, the source that works for is at rev 3586.
>
>> It doesn't make any sense since there files modified since Nov 14 are
>> always compiled as 32-bit
>
> I checked further. When I ran the compiled 64-bit grub-install on an
> SD card, the SD booted fine. The same grub-install doesn't work my
> /dev/sda.

I zeroed into this problem and it's repeatable. It's the partition
table. Works fine except when the disk partition contains 2 or more
physical partitions and an extended partitions.

Use fdisk to create the following partitions:


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Fwd: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-21 22:22                                 ` Jeff Chua
@ 2011-11-21 22:42                                   ` Jeff Chua
  2011-11-25 13:29                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-12-23  9:26                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 27+ messages in thread
From: Jeff Chua @ 2011-11-21 22:42 UTC (permalink / raw)
  To: The development of GRUB 2

On Mon, Nov 21, 2011 at 3:32 PM, Jeff Chua <jeff.chua.linux@gmail.com> wrote:
> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:
>
>> Couly you try to find out the exact revision?
>
> Vladimir, the source that works for is at rev 3586.
>
>> It doesn't make any sense since there files modified since Nov 14 are
>> always compiled as 32-bit
>
> I checked further. When I ran the compiled 64-bit grub-install on an
> SD card, the SD booted fine. The same grub-install doesn't work my
> /dev/sda.

I zeroed into this problem and it's repeatable. It's the partition
table + reiserfs. Works fine except when the disk partition contains 2 or more
physical partitions and an extended partitions.

Use fdisk to create the following partitions:

1) create physical partition 1. 10MB
2) create physical partition 2. 10MB
3) create extended partition using the remaining space
4) create logical partition 5 using the remaining space
5) mkreiserfs on partition 5, mount and grub2 on it
6) reboot and it hangs


Works if:
1) Partition 1 removed or
2) use non-reiserfs for partition 5

Here's my partitions ...

Disk /dev/sda: 274.9 GB, 274877906944 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048       22527       10240   83  Linux
/dev/sda2           22528       43007       10240   83  Linux
/dev/sda3           43008   536870911   268413952    5  Extended
/dev/sda5           45056   536870911   268412928   83  Linux


Thanks,
Jeff


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Fwd: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-21 22:42                                   ` Fwd: " Jeff Chua
@ 2011-11-25 13:29                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
  2011-12-01  7:21                                       ` Jeff Chua
  2011-12-23  9:26                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 1 reply; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-25 13:29 UTC (permalink / raw)
  To: grub-devel

On 21.11.2011 23:42, Jeff Chua wrote:
> On Mon, Nov 21, 2011 at 3:32 PM, Jeff Chua<jeff.chua.linux@gmail.com>  wrote:
>> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko<phcoder@gmail.com>:
>>
>>> Couly you try to find out the exact revision?
>> Vladimir, the source that works for is at rev 3586.
>>
>>> It doesn't make any sense since there files modified since Nov 14 are
>>> always compiled as 32-bit
>> I checked further. When I ran the compiled 64-bit grub-install on an
>> SD card, the SD booted fine. The same grub-install doesn't work my
>> /dev/sda.
> I zeroed into this problem and it's repeatable. It's the partition
> table + reiserfs. Works fine except when the disk partition contains 2 or more
> physical partitions and an extended partitions.
>

> Use fdisk to create the following partitions:
>
> 1) create physical partition 1. 10MB
> 2) create physical partition 2. 10MB
> 3) create extended partition using the remaining space
> 4) create logical partition 5 using the remaining space
> 5) mkreiserfs on partition 5, mount and grub2 on it
> 6) reboot and it hangs
>
That's pretty weird since no recent changes to reiserfs or msdos part 
but I can attempt to recreate. Could you perhaps try to bisect to get 
exact faulting revision? Your range spans 20 intensive commits. 
Bisecting it is at most 5 attempts but will simplify the debugging greately.
> Works if:
> 1) Partition 1 removed or
> 2) use non-reiserfs for partition 5
>
> Here's my partitions ...
>
> Disk /dev/sda: 274.9 GB, 274877906944 bytes
>     Device Boot      Start         End      Blocks   Id  System
> /dev/sda1            2048       22527       10240   83  Linux
> /dev/sda2           22528       43007       10240   83  Linux
> /dev/sda3           43008   536870911   268413952    5  Extended
> /dev/sda5           45056   536870911   268412928   83  Linux
>
>
> Thanks,
> Jeff
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Fwd: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-25 13:29                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-12-01  7:21                                       ` Jeff Chua
  2011-12-01  7:47                                         ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 27+ messages in thread
From: Jeff Chua @ 2011-12-01  7:21 UTC (permalink / raw)
  To: The development of GNU GRUB

2011/11/25 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>:

> That's pretty weird since no recent changes to reiserfs or msdos part but I
> can attempt to recreate. Could you perhaps try to bisect to get exact
> faulting revision? Your range spans 20 intensive commits. Bisecting it is at
> most 5 attempts but will simplify the debugging greately.

I bisect it down further. Still workd at rev 3588. Couldn't compile
3589. Doesn't work at rev 3590.

It seems even on 32-bit, it's not 100% reliable. Works 99% of the
time, but hangs occasionally when I copy a new boot file to the
reiserfs partition.

Jeff


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Fwd: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-12-01  7:21                                       ` Jeff Chua
@ 2011-12-01  7:47                                         ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-12-01  7:47 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: Jeff Chua

On 01.12.2011 08:21, Jeff Chua wrote:
> 2011/11/25 Vladimir 'φ-coder/phcoder' Serbinenko<phcoder@gmail.com>:
>
>> That's pretty weird since no recent changes to reiserfs or msdos part but I
>> can attempt to recreate. Could you perhaps try to bisect to get exact
>> faulting revision? Your range spans 20 intensive commits. Bisecting it is at
>> most 5 attempts but will simplify the debugging greately.
> I bisect it down further. Still workd at rev 3588. Couldn't compile
> 3589. Doesn't work at rev 3590.
>
Thanks. It should help although I'm still scratching my head on this one.
> It seems even on 32-bit, it's not 100% reliable. Works 99% of the
> time, but hangs occasionally when I copy a new boot file to the
> reiserfs partition.
>
What do you mean by "copying boot file"?
> Jeff
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Fwd: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards
  2011-11-21 22:42                                   ` Fwd: " Jeff Chua
  2011-11-25 13:29                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-12-23  9:26                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 27+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-12-23  9:26 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: Jeff Chua


> I zeroed into this problem and it's repeatable. It's the partition
> table + reiserfs. Works fine except when the disk partition contains 2 or more
> physical partitions and an extended partitions.
>
Hello. I've discovered and fixed a floating bug with symptoms matching 
yours. Can you retest?
> Use fdisk to create the following partitions:
>
> 1) create physical partition 1. 10MB
> 2) create physical partition 2. 10MB
> 3) create extended partition using the remaining space
> 4) create logical partition 5 using the remaining space
> 5) mkreiserfs on partition 5, mount and grub2 on it
> 6) reboot and it hangs
>
>
> Works if:
> 1) Partition 1 removed or
> 2) use non-reiserfs for partition 5
>
> Here's my partitions ...
>
> Disk /dev/sda: 274.9 GB, 274877906944 bytes
>     Device Boot      Start         End      Blocks   Id  System
> /dev/sda1            2048       22527       10240   83  Linux
> /dev/sda2           22528       43007       10240   83  Linux
> /dev/sda3           43008   536870911   268413952    5  Extended
> /dev/sda5           45056   536870911   268412928   83  Linux
>
>
> Thanks,
> Jeff
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2011-12-23  9:26 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 14:46 boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards Jeff Chua
2011-11-14 14:58 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-14 16:27 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17  0:29   ` Jeff Chua
2011-11-17  0:44     ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17  0:47       ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17  5:23       ` Jeff Chua
2011-11-17 10:13         ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17 15:38           ` Jeff Chua
2011-11-17 16:15             ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17 16:30               ` Jeff Chua
2011-11-17 16:33                 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17 17:40                   ` Jeff Chua
2011-11-17 17:52                     ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17 18:07                       ` Jeff Chua
2011-11-17 18:17                         ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17 18:36                           ` Jeff Chua
2011-11-17 19:15                             ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-18  0:04                               ` Jeff Chua
2011-11-21  7:32                               ` Jeff Chua
2011-11-21 22:22                                 ` Jeff Chua
2011-11-21 22:42                                   ` Fwd: " Jeff Chua
2011-11-25 13:29                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-12-01  7:21                                       ` Jeff Chua
2011-12-01  7:47                                         ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-12-23  9:26                                     ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-17  9:25     ` Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).