* still compile error
@ 2005-09-27 14:57 Norman Schmidt
2005-09-28 18:02 ` Jeff Hanson
0 siblings, 1 reply; 4+ messages in thread
From: Norman Schmidt @ 2005-09-27 14:57 UTC (permalink / raw)
To: linux-raid
Unfortunately, Neils last answer didn´t answer my compile error.
I just tried mdadm-1.9.0, it compiles well under a standard SuSE 9.3 distro.
But mdadm-2.0 and mdadm-2.1 do not with the following error:
gcc -Wall -Werror -Wstrict-prototypes -DCONFFILE=\"/etc/mdadm.conf\"
-ggdb -DSendmail=\""/usr/sbin/sendmail -t"\" -c -o bitmap.o bitmap.c
bitmap.c: In function `bitmap_fd_read':
bitmap.c:130: warning: int format, different type arg (arg 3)
make: *** [bitmap.o] Error 1
Help would be appreciated.
Thanks, Norman.
--
Norman Schmidt Institut fuer Physikal. u. Theoret. Chemie
Dipl.-Chem. Univ. Friedrich-Alexander-Universitaet
schmidt@naa.net Erlangen-Nuernberg
IT-Systembetreuer Physikalische Chemie
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: still compile error
2005-09-27 14:57 still compile error Norman Schmidt
@ 2005-09-28 18:02 ` Jeff Hanson
2005-09-28 19:15 ` Norman Schmidt
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Hanson @ 2005-09-28 18:02 UTC (permalink / raw)
To: linux-raid
On Tue, 27 Sep 2005 16:57:15 +0200, Norman Schmidt wrote:
> Unfortunately, Neils last answer didn´t answer my compile error.
>
> I just tried mdadm-1.9.0, it compiles well under a standard SuSE 9.3 distro.
>
> But mdadm-2.0 and mdadm-2.1 do not with the following error:
>
> gcc -Wall -Werror -Wstrict-prototypes -DCONFFILE=\"/etc/mdadm.conf\"
> -ggdb -DSendmail=\""/usr/sbin/sendmail -t"\" -c -o bitmap.o bitmap.c
> bitmap.c: In function `bitmap_fd_read':
> bitmap.c:130: warning: int format, different type arg (arg 3)
> make: *** [bitmap.o] Error 1
>
What platform (i386, x86_64, ...). On my i386 SuSE Linux 9.3 system
it compiles just fine with gcc-3.3.5-5.
Is the system updated from YOU?
--
-----------------------------------------------------------------------
Jeff Hanson - jhanson@sgi.com - Field Technical Analyst
You can choose a ready guide in some celestial voice.
If you choose not to decide, you still have made a choice.
You can choose from phantom fears and kindness that can kill;
I will choose a path that's clear
I will choose freewill. - Lee/Lifeson/Peart
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: still compile error
2005-09-28 18:02 ` Jeff Hanson
@ 2005-09-28 19:15 ` Norman Schmidt
2005-09-29 13:19 ` Jeff Hanson
0 siblings, 1 reply; 4+ messages in thread
From: Norman Schmidt @ 2005-09-28 19:15 UTC (permalink / raw)
To: linux-raid
Jeff Hanson schrieb:
>>Unfortunately, Neils last answer didn´t answer my compile error.
>>
>>I just tried mdadm-1.9.0, it compiles well under a standard SuSE 9.3 distro.
>>
>>But mdadm-2.0 and mdadm-2.1 do not with the following error:
>>
>>gcc -Wall -Werror -Wstrict-prototypes -DCONFFILE=\"/etc/mdadm.conf\"
>>-ggdb -DSendmail=\""/usr/sbin/sendmail -t"\" -c -o bitmap.o bitmap.c
>>bitmap.c: In function `bitmap_fd_read':
>>bitmap.c:130: warning: int format, different type arg (arg 3)
>>make: *** [bitmap.o] Error 1
>>
>
>
> What platform (i386, x86_64, ...). On my i386 SuSE Linux 9.3 system
> it compiles just fine with gcc-3.3.5-5.
>
> Is the system updated from YOU?
It is fully updated with manual YOU. The platform is x86_64, processor
is one opteron 246 with 2 GB ram.
Norman.
--
Norman Schmidt Institut fuer Physikal. u. Theoret. Chemie
Dipl.-Chem. Univ. Friedrich-Alexander-Universitaet
schmidt@naa.net Erlangen-Nuernberg
IT-Systembetreuer Physikalische Chemie
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: still compile error
2005-09-28 19:15 ` Norman Schmidt
@ 2005-09-29 13:19 ` Jeff Hanson
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Hanson @ 2005-09-29 13:19 UTC (permalink / raw)
To: linux-raid
On Wed, 28 Sep 2005 21:15:56 +0200, Norman Schmidt wrote:
> Jeff Hanson schrieb:
>
>>>Unfortunately, Neils last answer didn´t answer my compile error.
>>>
>>>I just tried mdadm-1.9.0, it compiles well under a standard SuSE 9.3 distro.
>>>
>>>But mdadm-2.0 and mdadm-2.1 do not with the following error:
>>>
>>>gcc -Wall -Werror -Wstrict-prototypes -DCONFFILE=\"/etc/mdadm.conf\"
>>>-ggdb -DSendmail=\""/usr/sbin/sendmail -t"\" -c -o bitmap.o bitmap.c
>>>bitmap.c: In function `bitmap_fd_read':
>>>bitmap.c:130: warning: int format, different type arg (arg 3)
>>>make: *** [bitmap.o] Error 1
>>>
>>
>>
>> What platform (i386, x86_64, ...). On my i386 SuSE Linux 9.3 system
>> it compiles just fine with gcc-3.3.5-5.
>>
>> Is the system updated from YOU?
>
> It is fully updated with manual YOU. The platform is x86_64, processor
> is one opteron 246 with 2 GB ram.
Ah - same problem on ia64 system with SLES9SP2
gcc -Wall -Werror -Wstrict-prototypes -DCONFFILE=\"/etc/mdadm.conf\" -ggdb -DSendmail=\""/usr/sbin/sendmail -t"\" -c -o bitmap.o bitmap.c
bitmap.c: In function `bitmap_fd_read':
bitmap.c:130: warning: int format, different type arg (arg 3)
bitmap.c:171: warning: long long unsigned int format, __u64 arg (arg 3)
bitmap.c: In function `ExamineBitmap':
bitmap.c:265: warning: long long unsigned int format, __u64 arg (arg 2)
bitmap.c:266: warning: long long unsigned int format, __u64 arg (arg 2)
bitmap.c:276: warning: long long unsigned int format, __u64 arg (arg 2)
make: *** [bitmap.o] Error 1
--
-----------------------------------------------------------------------
Jeff Hanson - jhanson@sgi.com - Field Technical Analyst
You can choose a ready guide in some celestial voice.
If you choose not to decide, you still have made a choice.
You can choose from phantom fears and kindness that can kill;
I will choose a path that's clear
I will choose freewill. - Lee/Lifeson/Peart
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-09-29 13:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-27 14:57 still compile error Norman Schmidt
2005-09-28 18:02 ` Jeff Hanson
2005-09-28 19:15 ` Norman Schmidt
2005-09-29 13:19 ` Jeff Hanson
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).