[Debian-astro-maintainers] Bug#872537: mpgrafic FTBFS on 32bit: Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
Adrian Bunk
bunk at debian.org
Fri Aug 18 08:11:53 UTC 2017
Source: mpgrafic
Version: 0.3.13-1
Severity: serious
https://buildd.debian.org/status/package.php?p=mpgrafic&suite=sid
...
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
mpifort -cpp -DDOUB -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -c -o grafic_types.o grafic_types.f90
mpicc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o parallel_io.o parallel_io.c
parallel_io.c: In function 'parallel_write':
parallel_io.c:58:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
fprintf(stderr,"which is bigger than %ld\n",(int64_t)OFFSET_MAX);
~~^
%lld
parallel_io.c: In function 'parallel_read':
parallel_io.c:79:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
fprintf(stderr,"which is bigger than %ld\n",(int64_t)OFFSET_MAX);
~~^
%lld
mpifort -cpp -DDOUB -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -c -o grafic_io.o grafic_io.f90
grafic_io.f90:468:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:490:36:
& offset, c_loc(tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:495:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:355:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:377:36:
& offset, c_loc(tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:382:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:275:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:283:36:
& offset, c_loc(tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:288:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:172:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:180:36:
& offset, c_loc(tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
grafic_io.f90:185:43:
& ,offset,c_loc(taille_tampon))
1
Error: Type mismatch in argument 'size' at (1); passed INTEGER(8) to INTEGER(4)
Makefile:446: recipe for target 'grafic_io.o' failed
make[3]: *** [grafic_io.o] Error 1
More information about the Debian-astro-maintainers
mailing list