* reiser4progs 1.0.5 configure script and libaal 1.0.5 [not found] <1123947554.11989.ezmlm@namesys.com> @ 2005-08-13 15:47 ` Vanuxem Grégory 2005-08-13 16:22 ` Vladimir V. Saveliev ` (2 more replies) [not found] ` <1124116832.24528.13.camel@localhost.localdomain> 1 sibling, 3 replies; 12+ messages in thread From: Vanuxem Grégory @ 2005-08-13 15:47 UTC (permalink / raw) To: reiserfs-list Hi, The lastest reiser4progs (1.0.5) can't find libaal in configure script. More precisely it doesn't find libaal because of version problem Any idea ? Cheers, Greg ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-13 15:47 ` reiser4progs 1.0.5 configure script and libaal 1.0.5 Vanuxem Grégory @ 2005-08-13 16:22 ` Vladimir V. Saveliev 2005-08-13 16:26 ` Vanuxem Grégory 2005-08-14 7:20 ` Peter Klotz 2005-08-14 15:45 ` Vanuxem Grégory 2 siblings, 1 reply; 12+ messages in thread From: Vladimir V. Saveliev @ 2005-08-13 16:22 UTC (permalink / raw) To: Vanuxem Grégory; +Cc: reiserfs-list Hello Vanuxem Grégory wrote: > Hi, > > The lastest reiser4progs (1.0.5) can't find libaal > in configure script. > > More precisely it doesn't find libaal because of version problem > > > Any idea ? > Have you installed ftp://ftp.namesys.com/pub/reiser4progs/libaal-1.0.5.tar.gz? > Cheers, > > Greg > > > > ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-13 16:22 ` Vladimir V. Saveliev @ 2005-08-13 16:26 ` Vanuxem Grégory 2005-08-15 13:25 ` Vitaly Fertman 0 siblings, 1 reply; 12+ messages in thread From: Vanuxem Grégory @ 2005-08-13 16:26 UTC (permalink / raw) To: Vladimir V. Saveliev; +Cc: reiserfs-list Le samedi 13 août 2005 à 20:22 +0400, Vladimir V. Saveliev a écrit : > Hello > > Vanuxem Grégory wrote: > > Hi, > > > > The lastest reiser4progs (1.0.5) can't find libaal > > in configure script. > > > > More precisely it doesn't find libaal because of version problem > > > > > > Any idea ? > > > Have you installed > ftp://ftp.namesys.com/pub/reiser4progs/libaal-1.0.5.tar.gz? Yes, sure > > > Cheers, > > > > Greg > > > > > > > > > > Cheers, Greg ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-13 16:26 ` Vanuxem Grégory @ 2005-08-15 13:25 ` Vitaly Fertman 2005-08-15 13:56 ` Vanuxem Grégory 0 siblings, 1 reply; 12+ messages in thread From: Vitaly Fertman @ 2005-08-15 13:25 UTC (permalink / raw) To: Vanuxem Grégory; +Cc: reiserfs-list On Saturday 13 August 2005 20:26, Vanuxem Grégory wrote: > Le samedi 13 aoШt 2005 Ю 20:22 +0400, Vladimir V. Saveliev a Иcrit : > > Hello > > > > Vanuxem GrИgory wrote: > > > Hi, > > > > > > The lastest reiser4progs (1.0.5) can't find libaal > > > in configure script. > > > > > > More precisely it doesn't find libaal because of version problem > > > > > > > > > Any idea ? > > > > > Have you installed > > ftp://ftp.namesys.com/pub/reiser4progs/libaal-1.0.5.tar.gz? > > Yes, sure where have you installed libaal into? /usr/local? does you /etc/ld.so.conf have the path you instatlled libaal into? if not, add it and run /sbin/ldconfig. -- Thanks, Vitaly Fertman ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-15 13:25 ` Vitaly Fertman @ 2005-08-15 13:56 ` Vanuxem Grégory 2005-08-15 13:48 ` Vitaly Fertman 0 siblings, 1 reply; 12+ messages in thread From: Vanuxem Grégory @ 2005-08-15 13:56 UTC (permalink / raw) To: Vitaly Fertman; +Cc: reiserfs-list Le lundi 15 août 2005 à 17:25 +0400, Vitaly Fertman a écrit : > On Saturday 13 August 2005 20:26, Vanuxem Grégory wrote: > > Le samedi 13 aoШt 2005 Ю 20:22 +0400, Vladimir V. Saveliev a Иcrit : > > > Hello > > > > > > Vanuxem GrИgory wrote: > > > > Hi, > > > > > > > > The lastest reiser4progs (1.0.5) can't find libaal > > > > in configure script. > > > > > > > > More precisely it doesn't find libaal because of version problem > > > > > > > > > > > > Any idea ? > > > > > > > Have you installed > > > ftp://ftp.namesys.com/pub/reiser4progs/libaal-1.0.5.tar.gz? > > > > Yes, sure > > where have you installed libaal into? /usr/local? > does you /etc/ld.so.conf have the path you instatlled libaal into? > if not, add it and run /sbin/ldconfig. > Yes but that doesn't work here is the output: checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no configure: WARNING: Can't detect right _FILE_OFFSET_BITS. Will be forced to 64bit. checking for off_t... yes checking size of off_t... 8 checking for aal_device_open in -laal... yes checking aal/libaal.h usability... yes checking aal/libaal.h presence... yes checking for aal/libaal.h... yes checking for libaal version = 1.0.5... no ellipse:/home/greg/temp/reiser4progs-1.0.5# That works only in a chrooted 32bits environment (I have a x86_64) Cheers, Greg ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-15 13:56 ` Vanuxem Grégory @ 2005-08-15 13:48 ` Vitaly Fertman 2005-08-15 14:11 ` Vanuxem Grégory 0 siblings, 1 reply; 12+ messages in thread From: Vitaly Fertman @ 2005-08-15 13:48 UTC (permalink / raw) To: Vanuxem Grégory; +Cc: reiserfs-list > > where have you installed libaal into? /usr/local? > > does you /etc/ld.so.conf have the path you instatlled libaal into? > > if not, add it and run /sbin/ldconfig. > > > > Yes but that doesn't work > > here is the output: > > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking for _LARGE_FILES value needed for large files... no > configure: WARNING: Can't detect right _FILE_OFFSET_BITS. Will be forced > to 64bit. > checking for off_t... yes > checking size of off_t... 8 > checking for aal_device_open in -laal... yes > checking aal/libaal.h usability... yes > checking aal/libaal.h presence... yes > checking for aal/libaal.h... yes > checking for libaal version = 1.0.5... no > ellipse:/home/greg/temp/reiser4progs-1.0.5# so what do you see in config.log? which test program fails? do you see a libaal.so in the wanted place? actually there is --with-libaal option for not standard places, but you are not supposed to use it if you install libaal by default. is it possible to get an access to your computer to test it? > That works only in a chrooted 32bits environment > (I have a x86_64) what distro? -- Thanks, Vitaly Fertman ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-15 13:48 ` Vitaly Fertman @ 2005-08-15 14:11 ` Vanuxem Grégory 2005-08-15 14:13 ` Vitaly Fertman 0 siblings, 1 reply; 12+ messages in thread From: Vanuxem Grégory @ 2005-08-15 14:11 UTC (permalink / raw) To: Vitaly Fertman; +Cc: reiserfs-list [-- Attachment #1: Type: text/plain, Size: 1483 bytes --] Le lundi 15 août 2005 à 17:48 +0400, Vitaly Fertman a écrit : > > > where have you installed libaal into? /usr/local? > > > does you /etc/ld.so.conf have the path you instatlled libaal into? > > > if not, add it and run /sbin/ldconfig. > > > > > > > Yes but that doesn't work > > > > here is the output: > > > > checking for special C compiler options needed for large files... no > > checking for _FILE_OFFSET_BITS value needed for large files... no > > checking for _LARGE_FILES value needed for large files... no > > configure: WARNING: Can't detect right _FILE_OFFSET_BITS. Will be forced > > to 64bit. > > checking for off_t... yes > > checking size of off_t... 8 > > checking for aal_device_open in -laal... yes > > checking aal/libaal.h usability... yes > > checking aal/libaal.h presence... yes > > checking for aal/libaal.h... yes > > checking for libaal version = 1.0.5... no > > ellipse:/home/greg/temp/reiser4progs-1.0.5# > > so what do you see in config.log? Sended. > which test program fails? Don't know > do you see a libaal.so in the wanted place? Yes > actually there is --with-libaal option for not standard > places, but you are not supposed to use it if you install > libaal by default. > > is it possible to get an access to your computer to test it? with root access ??? > > > That works only in a chrooted 32bits environment > > (I have a x86_64) > > what distro? Debian AMD64 > Cheers, Greg [-- Attachment #2: config.log.gz --] [-- Type: application/x-gzip, Size: 10590 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-15 14:11 ` Vanuxem Grégory @ 2005-08-15 14:13 ` Vitaly Fertman 0 siblings, 0 replies; 12+ messages in thread From: Vitaly Fertman @ 2005-08-15 14:13 UTC (permalink / raw) To: Vanuxem Grégory; +Cc: reiserfs-list On Monday 15 August 2005 18:11, Vanuxem Grégory wrote: > Le lundi 15 aoШt 2005 Ю 17:48 +0400, Vitaly Fertman a Иcrit : > > > > where have you installed libaal into? /usr/local? > > > > does you /etc/ld.so.conf have the path you instatlled libaal into? > > > > if not, add it and run /sbin/ldconfig. > > > > > > > > > > Yes but that doesn't work > > > > > > here is the output: > > > > > > checking for special C compiler options needed for large files... no > > > checking for _FILE_OFFSET_BITS value needed for large files... no > > > checking for _LARGE_FILES value needed for large files... no > > > configure: WARNING: Can't detect right _FILE_OFFSET_BITS. Will be forced > > > to 64bit. > > > checking for off_t... yes > > > checking size of off_t... 8 > > > checking for aal_device_open in -laal... yes > > > checking aal/libaal.h usability... yes > > > checking aal/libaal.h presence... yes > > > checking for aal/libaal.h... yes > > > checking for libaal version = 1.0.5... no > > > ellipse:/home/greg/temp/reiser4progs-1.0.5# > > > > so what do you see in config.log? > Sended. ok. > > which test program fails? > Don't know > > do you see a libaal.so in the wanted place? > Yes > > actually there is --with-libaal option for not standard > > places, but you are not supposed to use it if you install > > libaal by default. > > > > is it possible to get an access to your computer to test it? > > with root access ??? no, it is not necessary. > > > > > That works only in a chrooted 32bits environment > > > (I have a x86_64) > > > > what distro? > Debian AMD64 > > > > Cheers, > > Greg > -- Thanks, Vitaly Fertman ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-13 15:47 ` reiser4progs 1.0.5 configure script and libaal 1.0.5 Vanuxem Grégory 2005-08-13 16:22 ` Vladimir V. Saveliev @ 2005-08-14 7:20 ` Peter Klotz 2005-08-14 15:45 ` Vanuxem Grégory 2 siblings, 0 replies; 12+ messages in thread From: Peter Klotz @ 2005-08-14 7:20 UTC (permalink / raw) To: reiserfs-list, Vanuxem Grégory Hello > The lastest reiser4progs (1.0.5) can't find libaal > in configure script. > > More precisely it doesn't find libaal because of version problem > > Maybe it is a permission problem caused by SELinux. I had similar troubles myself. Disabling SELinux in /etc/selinux/config helped. Take a look at /var/log/messages if there are any SELinux related access-denied messages. On my system it seemed that ldconfig was not able to generate symbolic links for libaal and therefore reiser4progs were not able to find the required libaal version. Here are two mailing list entries dealing with ldconfig/SELinux problems: http://lists.freshrpms.net/pipermail/freshrpms-list/2004-December/011960.html https://www.redhat.com/archives/fedora-test-list/2004-December/msg00275.html Best regards, Peter. ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-13 15:47 ` reiser4progs 1.0.5 configure script and libaal 1.0.5 Vanuxem Grégory 2005-08-13 16:22 ` Vladimir V. Saveliev 2005-08-14 7:20 ` Peter Klotz @ 2005-08-14 15:45 ` Vanuxem Grégory 2 siblings, 0 replies; 12+ messages in thread From: Vanuxem Grégory @ 2005-08-14 15:45 UTC (permalink / raw) To: reiserfs-list Le samedi 13 août 2005 à 17:47 +0200, Vanuxem Grégory a écrit : > Hi, > > The lastest reiser4progs (1.0.5) can't find libaal > in configure script. > > More precisely it doesn't find libaal because of version problem But work on a 32bits system. Humm... > > > Any idea ? Cheers, Greg ^ permalink raw reply [flat|nested] 12+ messages in thread
[parent not found: <1124116832.24528.13.camel@localhost.localdomain>]
[parent not found: <1124116956.24528.15.camel@localhost.localdomain>]
[parent not found: <200508151921.08622.vitaly@namesys.com>]
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 [not found] ` <200508151921.08622.vitaly@namesys.com> @ 2005-08-15 20:25 ` Vanuxem Grégory 2005-08-16 20:10 ` Hans Reiser 0 siblings, 1 reply; 12+ messages in thread From: Vanuxem Grégory @ 2005-08-15 20:25 UTC (permalink / raw) To: Vitaly Fertman; +Cc: reiserfs-list Hi, Le lundi 15 août 2005 à 19:21 +0400, Vitaly Fertman a écrit : > ok, as we can see in config.log the problem is: > > /usr/bin/ld: __libc_errno: TLS definition in > /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/../../../../lib64/libc.a(errno.o) > section .tbss mismatches non-TLS reference in > /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/../../../../lib64/libc.a(check_fds.o) > > /usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/../../../../lib64/libc.a: > ne peut lire les symboles: Mauvaise valeur > > when we try to compile the test program. > this message points to a problem in libc, not in libaal. > > > there is a test program : /home/greg/temp/conftest.c > I try to compile it with the same command as from the config.log, > but not linking it to libaal: > # gcc -o conftest -O2 -march=athlon-xp -mcpu=athlon-xp -mmmx > -msse -msse2 -mfpmath=sse -static conftest.c > > and get the same error message. > > but if I remove -static, it gets compiled successfully. > even if I also link it to libaal -- there is a program conftest2.c, the same as > the one that fails from the config.log, I run the same command as mentioned > in config.log: > # gcc -o conftest2 -march=athlon-xp -mcpu=athlon-xp -mmmx > -msse -msse2 -mfpmath=sse conftest2.c -laal > # <- success > > so the problem is related to installed libc, not to libaal. > This is a known bug in glibc 2.3.2. I've upgraded to the glibc version 2.3.5 and that works. Thanks, Cheers, Greg ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: reiser4progs 1.0.5 configure script and libaal 1.0.5 2005-08-15 20:25 ` Vanuxem Grégory @ 2005-08-16 20:10 ` Hans Reiser 0 siblings, 0 replies; 12+ messages in thread From: Hans Reiser @ 2005-08-16 20:10 UTC (permalink / raw) To: Vanuxem Grégory; +Cc: Vitaly Fertman, reiserfs-list Vanuxem Grégory wrote: >Hi, > >Le lundi 15 août 2005 à 19:21 +0400, Vitaly Fertman a écrit : > > >>ok, as we can see in config.log the problem is: >> >>/usr/bin/ld: __libc_errno: TLS definition in >>/usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/../../../../lib64/libc.a(errno.o) >>section .tbss mismatches non-TLS reference in >>/usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/../../../../lib64/libc.a(check_fds.o) >> >>/usr/lib/gcc-lib/x86_64-linux-gnu/3.3.6/../../../../lib64/libc.a: >>ne peut lire les symboles: Mauvaise valeur >> >>when we try to compile the test program. >>this message points to a problem in libc, not in libaal. >> >> >>there is a test program : /home/greg/temp/conftest.c >>I try to compile it with the same command as from the config.log, >>but not linking it to libaal: >># gcc -o conftest -O2 -march=athlon-xp -mcpu=athlon-xp -mmmx >>-msse -msse2 -mfpmath=sse -static conftest.c >> >>and get the same error message. >> >>but if I remove -static, it gets compiled successfully. >>even if I also link it to libaal -- there is a program conftest2.c, the same as >>the one that fails from the config.log, I run the same command as mentioned >>in config.log: >># gcc -o conftest2 -march=athlon-xp -mcpu=athlon-xp -mmmx >>-msse -msse2 -mfpmath=sse conftest2.c -laal >># <- success >> >>so the problem is related to installed libc, not to libaal. >> >> >> > >This is a known bug in glibc 2.3.2. > >I've upgraded to the glibc version 2.3.5 and >that works. > >Thanks, > > >Cheers, > >Greg > > > > > > > Vitaly, can you detect 2.3.2 and warn the user? ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2005-08-16 20:10 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1123947554.11989.ezmlm@namesys.com>
2005-08-13 15:47 ` reiser4progs 1.0.5 configure script and libaal 1.0.5 Vanuxem Grégory
2005-08-13 16:22 ` Vladimir V. Saveliev
2005-08-13 16:26 ` Vanuxem Grégory
2005-08-15 13:25 ` Vitaly Fertman
2005-08-15 13:56 ` Vanuxem Grégory
2005-08-15 13:48 ` Vitaly Fertman
2005-08-15 14:11 ` Vanuxem Grégory
2005-08-15 14:13 ` Vitaly Fertman
2005-08-14 7:20 ` Peter Klotz
2005-08-14 15:45 ` Vanuxem Grégory
[not found] ` <1124116832.24528.13.camel@localhost.localdomain>
[not found] ` <1124116956.24528.15.camel@localhost.localdomain>
[not found] ` <200508151921.08622.vitaly@namesys.com>
2005-08-15 20:25 ` Vanuxem Grégory
2005-08-16 20:10 ` Hans Reiser
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.