All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: libaal compile fails
@ 2003-11-19 19:35 Eric Wong
  2003-11-20  8:09 ` Yury V. Umanets
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Wong @ 2003-11-19 19:35 UTC (permalink / raw)
  To: reiserfs-list, umka

Hi, I'm still having problems with compiling libaal on Debian
sid/unstable after trying the proposed-fix here:

http://marc.theaimsgroup.com/?l=reiserfs&m=106841085428596&w=2

Here is the output I got after making the above changes to the BLKGETSIZE64
macro:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall -Wno-unused -Wredundant-decls
-Werror -c file.c -Wp,-MD,.deps/libaal_la-file.TPlo  -fPIC -DPIC -o
.libs/libaal_la-file.lo
file.c: In function `file_len':
file.c:213: warning: signed and unsigned type in conditional expression
make[2]: *** [libaal_la-file.lo] Error 1

I'm using gcc 3.3.2 and the somewhat troublesome (yet standard fare in
Debian unstable nowadays) linux-kernel-headers package that provides
kernel headers for glibc.  I'm running 2.6.0-test9

This package compiles fine on my Debian stable/Woody system, however.

If you need any more info, let me know.  Thanks.

-- 
Eric Wong  (normalperson on OFTC and Freenode)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: libaal compile fails
@ 2003-10-29  8:57 Yury Umanets
  2003-10-29  8:58 ` Yury Umanets
  0 siblings, 1 reply; 8+ messages in thread
From: Yury Umanets @ 2003-10-29  8:57 UTC (permalink / raw)
  To: S?valdur Gunnarsson; +Cc: ReiserFS

 >>When I try building libaal it fails with the following error message:

 >>make[2]: Entering directory 
`/raid/disc0/usr/src/linux-2.6.0-test9/libaal-0.4.13/src'
 >>source='file.c' object='libaal_la-file.lo' libtool=yes \
 >>depfile='.deps/libaal_la-file.Plo' 
tmpdepfile='.deps/libaal_la-file.TPlo' \
 >>depmode=gcc3 /bin/sh ../depcomp \
 >>/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I../include   -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall 
 >>-Wno-unused-parameter -Wredundant-decls -Werror -c -o 
libaal_la-file.lo `test -f file.c || echo './'`file.c
 >>rm -f .libs/libaal_la-file.lo
 >>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall -Wno-unused-parameter 
 >>-Wredundant-decls -Werror -c file.c -MT libaal_la-file.lo -MD -MP -MF 
.deps/libaal_la-file.TPlo  -fPIC -DPIC -o .libs/libaal_la-file.lo
 >>file.c: In function `file_len':
 >>file.c:213: parse error before '[' token
 >>cc1: warnings being treated as errors
 >>file.c:213: warning: signed and unsigned type in conditional expression
 >>make[2]: *** [libaal_la-file.lo] Error 1
 >>make[2]: Leaving directory 
`/raid/disc0/usr/src/linux-2.6.0-test9/libaal-0.4.13/src'
 >>make[1]: *** [all-recursive] Error 1
 >>make[1]: Leaving directory 
`/raid/disc0/usr/src/linux-2.6.0-test9/libaal-0.4.13'
 >>make: *** [all] Error 2
 >>titanium /usr/src/linux/libaal-0.4.13#

Hello,

This is pretty strange. Line 213 does not contain any "[" tokens and 
suspicious macros. Have you got correct sources? Can you send me line 
213 with context?

Also use please configure with option --disable-Werror specified.

-- 
umka



^ permalink raw reply	[flat|nested] 8+ messages in thread
* libaal compile fails
@ 2003-10-29  4:33 Sævaldur Gunnarsson
  0 siblings, 0 replies; 8+ messages in thread
From: Sævaldur Gunnarsson @ 2003-10-29  4:33 UTC (permalink / raw)
  To: reiserfs-list


[-- Attachment #1.1: Type: text/plain, Size: 1451 bytes --]

When I try building libaal it fails with the following error message:

make[2]: Entering directory
`/raid/disc0/usr/src/linux-2.6.0-test9/libaal-0.4.13/src'
source='file.c' object='libaal_la-file.lo' libtool=yes \
depfile='.deps/libaal_la-file.Plo'
tmpdepfile='.deps/libaal_la-file.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include   -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall
-Wno-unused-parameter -Wredundant-decls -Werror -c -o libaal_la-file.lo
`test -f file.c || echo './'`file.c
rm -f .libs/libaal_la-file.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall -Wno-unused-parameter
-Wredundant-decls -Werror -c file.c -MT libaal_la-file.lo -MD -MP -MF
.deps/libaal_la-file.TPlo  -fPIC -DPIC -o .libs/libaal_la-file.lo
file.c: In function `file_len':
file.c:213: parse error before '[' token
cc1: warnings being treated as errors
file.c:213: warning: signed and unsigned type in conditional expression
make[2]: *** [libaal_la-file.lo] Error 1
make[2]: Leaving directory
`/raid/disc0/usr/src/linux-2.6.0-test9/libaal-0.4.13/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/raid/disc0/usr/src/linux-2.6.0-test9/libaal-0.4.13'
make: *** [all] Error 2
titanium /usr/src/linux/libaal-0.4.13#



Sævaldur Gunnarsson: RHCE
Let justice be done; though the
world perish

[-- Attachment #1.2: Type: text/html, Size: 2152 bytes --]

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2003-11-20  8:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-19 19:35 libaal compile fails Eric Wong
2003-11-20  8:09 ` Yury V. Umanets
  -- strict thread matches above, loose matches on Subject: below --
2003-10-29  8:57 Yury Umanets
2003-10-29  8:58 ` Yury Umanets
2003-11-09  8:59   ` Tupshin Harper
2003-11-09  9:46     ` Tupshin Harper
2003-11-10  8:51       ` Yury V. Umanets
2003-10-29  4:33 Sævaldur Gunnarsson

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.