2002-11-05 21:39:09

by Cliff White

[permalink] [raw]
Subject: build failure: reiser4progs-0.1.0


Attempting to test reiser4, kernel 2.5.46, using the 2002.11.05 snapshot.
--------------------------------------------------
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -g -W -Wall -Wno-unused -Werror
-DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -c alloc40.c -MT alloc40.lo -MD -MP
-MF .deps/alloc40.TPlo -fPIC -DPIC -o .libs/alloc40.lo
cc1: warnings being treated as errors
alloc40.c: In function `callback_fetch_bitmap':
alloc40.c:50: warning: signed and unsigned type in conditional expression
alloc40.c: In function `callback_flush_bitmap':
alloc40.c:209: warning: signed and unsigned type in conditional expression
alloc40.c: In function `callback_check_bitmap':
alloc40.c:376: warning: signed and unsigned type in conditional expression
make[3]: *** [alloc40.lo] Error 1
make[3]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin/all
oc40'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0'
make: *** [all] Error 2
-------------------------------------
cliffw



2002-11-06 10:16:52

by Nikita Danilov

[permalink] [raw]
Subject: Re: build failure: reiser4progs-0.1.0

Cliff White writes:
>
> Attempting to test reiser4, kernel 2.5.46, using the 2002.11.05 snapshot.

Can you please try "./configure --enable-Werror=no --without-readline"
as workaround?

> --------------------------------------------------
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT
> -D_FILE_OFFSET_BITS=64 -g -W -Wall -Wno-unused -Werror
> -DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -c alloc40.c -MT alloc40.lo -MD -MP
> -MF .deps/alloc40.TPlo -fPIC -DPIC -o .libs/alloc40.lo
> cc1: warnings being treated as errors
> alloc40.c: In function `callback_fetch_bitmap':
> alloc40.c:50: warning: signed and unsigned type in conditional expression
> alloc40.c: In function `callback_flush_bitmap':
> alloc40.c:209: warning: signed and unsigned type in conditional expression
> alloc40.c: In function `callback_check_bitmap':
> alloc40.c:376: warning: signed and unsigned type in conditional expression
> make[3]: *** [alloc40.lo] Error 1
> make[3]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin/all
> oc40'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0'
> make: *** [all] Error 2
> -------------------------------------
> cliffw

Nikita.

>
>

2002-11-06 19:08:36

by Yury Umanets

[permalink] [raw]
Subject: Re: [reiserfs-dev] build failure: reiser4progs-0.1.0

Cliff White wrote:

>Attempting to test reiser4, kernel 2.5.46, using the 2002.11.05 snapshot.
>--------------------------------------------------
>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT
>-D_FILE_OFFSET_BITS=64 -g -W -Wall -Wno-unused -Werror
>-DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -c alloc40.c -MT alloc40.lo -MD -MP
>-MF .deps/alloc40.TPlo -fPIC -DPIC -o .libs/alloc40.lo
>cc1: warnings being treated as errors
>alloc40.c: In function `callback_fetch_bitmap':
>alloc40.c:50: warning: signed and unsigned type in conditional expression
>alloc40.c: In function `callback_flush_bitmap':
>alloc40.c:209: warning: signed and unsigned type in conditional expression
>alloc40.c: In function `callback_check_bitmap':
>alloc40.c:376: warning: signed and unsigned type in conditional expression
>make[3]: *** [alloc40.lo] Error 1
>make[3]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin/all
>oc40'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0'
>make: *** [all] Error 2
>-------------------------------------
>cliffw
>
>
>
>
>
>
You are probably using gcc-3.2. Okay, fixed. Thanks a lot for report.

--
Yury Umanets


2002-11-06 19:52:10

by Yury Umanets

[permalink] [raw]
Subject: Re: [reiserfs-dev] build failure: reiser4progs-0.1.0

Cliff White wrote:

>>Cliff White wrote:
>>
>>
>>
>>>Attempting to test reiser4, kernel 2.5.46, using the 2002.11.05 snapshot.
>>>--------------------------------------------------
>>>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT
>>>-D_FILE_OFFSET_BITS=64 -g -W -Wall -Wno-unused -Werror
>>>-DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -c alloc40.c -MT alloc40.lo -MD -MP
>>>-MF .deps/alloc40.TPlo -fPIC -DPIC -o .libs/alloc40.lo
>>>cc1: warnings being treated as errors
>>>alloc40.c: In function `callback_fetch_bitmap':
>>>alloc40.c:50: warning: signed and unsigned type in conditional expression
>>>alloc40.c: In function `callback_flush_bitmap':
>>>alloc40.c:209: warning: signed and unsigned type in conditional expression
>>>alloc40.c: In function `callback_check_bitmap':
>>>alloc40.c:376: warning: signed and unsigned type in conditional expression
>>>make[3]: *** [alloc40.lo] Error 1
>>>make[3]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin/all
>>>oc40'
>>>make[2]: *** [all-recursive] Error 1
>>>make[2]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin'
>>>make[1]: *** [all-recursive] Error 1
>>>make[1]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0'
>>>make: *** [all] Error 2
>>>-------------------------------------
>>>cliffw
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>You are probably using gcc-3.2. Okay, fixed. Thanks a lot for report.
>>
>>
>
>No, i am not using gcc-3.2
>]# gcc -v
>Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
>gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)
>I have replicated the problem on two machines
>cliffw
>
>
>
>>--
>>Yury Umanets
>>
>>
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>the body of a message to [email protected]
>>More majordomo info at http://vger.kernel.org/majordomo-info.html
>>Please read the FAQ at http://www.tux.org/lkml/
>>
>>
>>
>
>
>
>
>
>
Try for awhile:
configure --without-readline


--
Yury Umanets


2002-11-06 19:49:35

by Cliff White

[permalink] [raw]
Subject: Re: [reiserfs-dev] build failure: reiser4progs-0.1.0

> Cliff White wrote:
>
> >Attempting to test reiser4, kernel 2.5.46, using the 2002.11.05 snapshot.
> >--------------------------------------------------
> >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT
> >-D_FILE_OFFSET_BITS=64 -g -W -Wall -Wno-unused -Werror
> >-DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -c alloc40.c -MT alloc40.lo -MD -MP
> >-MF .deps/alloc40.TPlo -fPIC -DPIC -o .libs/alloc40.lo
> >cc1: warnings being treated as errors
> >alloc40.c: In function `callback_fetch_bitmap':
> >alloc40.c:50: warning: signed and unsigned type in conditional expression
> >alloc40.c: In function `callback_flush_bitmap':
> >alloc40.c:209: warning: signed and unsigned type in conditional expression
> >alloc40.c: In function `callback_check_bitmap':
> >alloc40.c:376: warning: signed and unsigned type in conditional expression
> >make[3]: *** [alloc40.lo] Error 1
> >make[3]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin/all
> >oc40'
> >make[2]: *** [all-recursive] Error 1
> >make[2]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin'
> >make[1]: *** [all-recursive] Error 1
> >make[1]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0'
> >make: *** [all] Error 2
> >-------------------------------------
> >cliffw
> >
> >
> >
> >
> >
> >
> You are probably using gcc-3.2. Okay, fixed. Thanks a lot for report.

No, i am not using gcc-3.2
]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)
I have replicated the problem on two machines
cliffw

>
> --
> Yury Umanets
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>


2002-11-06 19:53:24

by Yury Umanets

[permalink] [raw]
Subject: Re: [reiserfs-dev] build failure: reiser4progs-0.1.0

Cliff White wrote:

>>Cliff White wrote:
>>
>>
>>
>>>Attempting to test reiser4, kernel 2.5.46, using the 2002.11.05 snapshot.
>>>--------------------------------------------------
>>>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT
>>>-D_FILE_OFFSET_BITS=64 -g -W -Wall -Wno-unused -Werror
>>>-DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -c alloc40.c -MT alloc40.lo -MD -MP
>>>-MF .deps/alloc40.TPlo -fPIC -DPIC -o .libs/alloc40.lo
>>>cc1: warnings being treated as errors
>>>alloc40.c: In function `callback_fetch_bitmap':
>>>alloc40.c:50: warning: signed and unsigned type in conditional expression
>>>alloc40.c: In function `callback_flush_bitmap':
>>>alloc40.c:209: warning: signed and unsigned type in conditional expression
>>>alloc40.c: In function `callback_check_bitmap':
>>>alloc40.c:376: warning: signed and unsigned type in conditional expression
>>>make[3]: *** [alloc40.lo] Error 1
>>>make[3]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin/all
>>>oc40'
>>>make[2]: *** [all-recursive] Error 1
>>>make[2]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0/plugin'
>>>make[1]: *** [all-recursive] Error 1
>>>make[1]: Leaving directory `/root/cgl/kern/reiser/reiser4progs-0.1.0'
>>>make: *** [all] Error 2
>>>-------------------------------------
>>>cliffw
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>You are probably using gcc-3.2. Okay, fixed. Thanks a lot for report.
>>
>>
>
>No, i am not using gcc-3.2
>]# gcc -v
>Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
>gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)
>I have replicated the problem on two machines
>cliffw
>
>
>
>>--
>>Yury Umanets
>>
>>
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>the body of a message to [email protected]
>>More majordomo info at http://vger.kernel.org/majordomo-info.html
>>Please read the FAQ at http://www.tux.org/lkml/
>>
>>
>>
>
>
>
>
>
>
Sorry, I sent you not correct suggestion. Try

./configure --enable-Werror=no

Thank you for your efforts

--
Yury Umanets