* ld.so error with mkfs.reiser4
@ 2003-04-22 7:54 Alex Veber
2003-04-22 10:50 ` Yury Umanets
2003-04-22 13:32 ` Yury Umanets
0 siblings, 2 replies; 5+ messages in thread
From: Alex Veber @ 2003-04-22 7:54 UTC (permalink / raw)
To: reiserfs-list
Hi,
Trying to run a fresh BK pulled mkfs.reiser4 I get
Inconsistency detected by ld.so: ../sysdeps/i386/dl-machine.h: 611:
elf_machine_rel_relative: Assertion `((reloc->r_info) & 0xff) == 8' failed!
my system is a athlon tbird 1200, GLIBC 2.3.2 with NPTL support, GCC 3.2.2,
binutils 2.13.90.0.20 and kernel 2.5.67. This is the first time this sort of
thing happens to me.
Thanks,
Alex Veber
btw: Please CC me.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ld.so error with mkfs.reiser4
2003-04-22 7:54 ld.so error with mkfs.reiser4 Alex Veber
@ 2003-04-22 10:50 ` Yury Umanets
2003-04-22 13:32 ` Yury Umanets
1 sibling, 0 replies; 5+ messages in thread
From: Yury Umanets @ 2003-04-22 10:50 UTC (permalink / raw)
To: Alex Veber; +Cc: reiserfs-list
Alex Veber wrote:
>Hi,
>
Hello,
>Trying to run a fresh BK pulled mkfs.reiser4 I get
>
>Inconsistency detected by ld.so: ../sysdeps/i386/dl-machine.h: 611:
>elf_machine_rel_relative: Assertion `((reloc->r_info) & 0xff) == 8' failed!
>
>my system is a athlon tbird 1200, GLIBC 2.3.2 with NPTL support, GCC 3.2.2,
>binutils 2.13.90.0.20 and kernel 2.5.67. This is the first time this sort of
>thing happens to me.
>
>Thanks,
> Alex Veber
>
>btw: Please CC me.
>
>
>
>
>
>
>
This is known issue, we are working on it. Thanks for report.
--
Yury Umanets
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ld.so error with mkfs.reiser4
2003-04-22 7:54 ld.so error with mkfs.reiser4 Alex Veber
2003-04-22 10:50 ` Yury Umanets
@ 2003-04-22 13:32 ` Yury Umanets
2003-04-22 22:48 ` Alex Veber
1 sibling, 1 reply; 5+ messages in thread
From: Yury Umanets @ 2003-04-22 13:32 UTC (permalink / raw)
To: Alex Veber; +Cc: reiserfs-list
Alex Veber wrote:
>Hi,
>
Hello Alex,
>Trying to run a fresh BK pulled mkfs.reiser4 I get
>
>Inconsistency detected by ld.so: ../sysdeps/i386/dl-machine.h: 611:
>elf_machine_rel_relative: Assertion `((reloc->r_info) & 0xff) == 8' failed!
>
>my system is a athlon tbird 1200, GLIBC 2.3.2 with NPTL support, GCC 3.2.2,
>binutils 2.13.90.0.20 and kernel 2.5.67. This is the first time this sort of
>thing happens to me.
>
>Thanks,
> Alex Veber
>
>btw: Please CC me.
>
>
>
>
>
>
>
We have fixed this bug in the last commit of reiser4progs and now it
works fine on gcc -3.x too. Can you try it one more time?
--
Yury Umanets
"We're flying high, we're watching the world passes by..."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ld.so error with mkfs.reiser4
2003-04-22 13:32 ` Yury Umanets
@ 2003-04-22 22:48 ` Alex Veber
2003-04-23 9:54 ` Yury Umanets
0 siblings, 1 reply; 5+ messages in thread
From: Alex Veber @ 2003-04-22 22:48 UTC (permalink / raw)
To: reiserfs-list
On Tuesday 22 April 2003 16:32, you wrote:
> Alex Veber wrote:
> >Hi,
>
> Hello Alex,
>
> >Trying to run a fresh BK pulled mkfs.reiser4 I get
> >
> >Inconsistency detected by ld.so: ../sysdeps/i386/dl-machine.h: 611:
> >elf_machine_rel_relative: Assertion `((reloc->r_info) & 0xff) == 8'
> > failed!
> >
> >my system is a athlon tbird 1200, GLIBC 2.3.2 with NPTL support, GCC
> > 3.2.2, binutils 2.13.90.0.20 and kernel 2.5.67. This is the first time
> > this sort of thing happens to me.
> >
> >Thanks,
> > Alex Veber
> >
> >btw: Please CC me.
>
> We have fixed this bug in the last commit of reiser4progs and now it
> works fine on gcc -3.x too. Can you try it one more time?
Yes. it works fine now.
Alex Veber.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ld.so error with mkfs.reiser4
2003-04-22 22:48 ` Alex Veber
@ 2003-04-23 9:54 ` Yury Umanets
0 siblings, 0 replies; 5+ messages in thread
From: Yury Umanets @ 2003-04-23 9:54 UTC (permalink / raw)
To: Alex Veber; +Cc: reiserfs-list
Alex Veber wrote:
>On Tuesday 22 April 2003 16:32, you wrote:
>
>
>>Alex Veber wrote:
>>
>>
>>>Hi,
>>>
>>>
>>Hello Alex,
>>
>>
>>
>>>Trying to run a fresh BK pulled mkfs.reiser4 I get
>>>
>>>Inconsistency detected by ld.so: ../sysdeps/i386/dl-machine.h: 611:
>>>elf_machine_rel_relative: Assertion `((reloc->r_info) & 0xff) == 8'
>>>failed!
>>>
>>>my system is a athlon tbird 1200, GLIBC 2.3.2 with NPTL support, GCC
>>>3.2.2, binutils 2.13.90.0.20 and kernel 2.5.67. This is the first time
>>>this sort of thing happens to me.
>>>
>>>Thanks,
>>> Alex Veber
>>>
>>>btw: Please CC me.
>>>
>>>
>>We have fixed this bug in the last commit of reiser4progs and now it
>>works fine on gcc -3.x too. Can you try it one more time?
>>
>>
>
>Yes. it works fine now.
>
> Alex Veber.
>
>
>
>
>
Thanks.
--
Yury Umanets
"We're flying high, we're watching the world passes by..."
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-23 9:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-22 7:54 ld.so error with mkfs.reiser4 Alex Veber
2003-04-22 10:50 ` Yury Umanets
2003-04-22 13:32 ` Yury Umanets
2003-04-22 22:48 ` Alex Veber
2003-04-23 9:54 ` Yury Umanets
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.