[01;33mFetching source from mirror: http://heanet.dl.sourceforge.net/netpbm/netpbm-10.86.48.tgz
[0m[01;33mFetching source from mirror: http://hivelocity.dl.sourceforge.net/netpbm/netpbm-10.86.48.tgz
[0m[01;33mFetching source from mirror: http://garr.dl.sourceforge.net/netpbm/netpbm-10.86.48.tgz
[0m[01;33mFetching source from mirror: http://biznetnetworks.dl.sourceforge.net/netpbm/netpbm-10.86.48.tgz
[0m[01;33mFetching source from mirror: http://internap.dl.sourceforge.net/netpbm/netpbm-10.86.48.tgz
[0m[01;33mFetching source from mirror: http://internode.dl.sourceforge.net/netpbm/netpbm-10.86.48.tgz
[0mbitio.c: In function ‘pm_bitfini’:
bitio.c:99:1: warning: old-style function definition [-Wold-style-definition]
99 | pm_bitfini(b)
| ^~~~~~~~~~
bitio.c: In function ‘pm_bitread’:
bitio.c:147:1: warning: old-style function definition [-Wold-style-definition]
147 | pm_bitread(b, nbits, val)
| ^~~~~~~~~~
bitio.c: In function ‘pm_bitwrite’:
bitio.c:182:1: warning: old-style function definition [-Wold-style-definition]
182 | pm_bitwrite(b, nbits, val)
| ^~~~~~~~~~~
libpbmfont0.c: In function ‘selectFontType’:
libpbmfont0.c:95:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
95 | fgets(line, 10, fileP);
| ^~~~~~~~~~~~~~~~~~~~~~
libppmcmap.c: In function ‘ppm_colorrowtocolorhash’:
libppmcmap.c:596:1: warning: old-style function definition [-Wold-style-definition]
596 | ppm_colorrowtocolorhash(colorrow, ncolors)
| ^~~~~~~~~~~~~~~~~~~~~~~
libppmcmap.c: In function ‘ppm_computecolorrow’:
libppmcmap.c:615:1: warning: old-style function definition [-Wold-style-definition]
615 | ppm_computecolorrow(pixels, cols, rows, maxcolors, ncolorsP)
| ^~~~~~~~~~~~~~~~~~~
libppmcmap.c: In function ‘ppm_mapfiletocolorrow’:
libppmcmap.c:651:1: warning: old-style function definition [-Wold-style-definition]
651 | ppm_mapfiletocolorrow(file, maxcolors, ncolorsP, maxvalP)
| ^~~~~~~~~~~~~~~~~~~~~
libppmcmap.c: In function ‘ppm_addtocolorrow’:
libppmcmap.c:747:1: warning: old-style function definition [-Wold-style-definition]
747 | ppm_addtocolorrow(colorrow, ncolorsP, maxcolors, pixelP)
| ^~~~~~~~~~~~~~~~~
libppmfloyd.c: In function ‘ppm_fs_free’:
libppmfloyd.c:123:1: warning: old-style function definition [-Wold-style-definition]
123 | ppm_fs_free(fi)
| ^~~~~~~~~~~
libppmfloyd.c: In function ‘ppm_fs_startrow’:
libppmfloyd.c:135:1: warning: old-style function definition [-Wold-style-definition]
135 | ppm_fs_startrow(fi, pixrow)
| ^~~~~~~~~~~~~~~
libppmfloyd.c: In function ‘ppm_fs_next’:
libppmfloyd.c:163:1: warning: old-style function definition [-Wold-style-definition]
163 | ppm_fs_next(fi, col)
| ^~~~~~~~~~~
libppmfloyd.c: In function ‘ppm_fs_endrow’:
libppmfloyd.c:184:1: warning: old-style function definition [-Wold-style-definition]
184 | ppm_fs_endrow(fi)
| ^~~~~~~~~~~~~
libppmfloyd.c: In function ‘ppm_fs_update’:
libppmfloyd.c:200:1: warning: old-style function definition [-Wold-style-definition]
200 | ppm_fs_update(fi, col, pP)
| ^~~~~~~~~~~~~
In file included from importinc/netpbm/mallocvar.h:13,
from libsystem.c:33:
libsystem.c: In function ‘createPipeFeeder’:
importinc/netpbm/pm_config.h:351:19: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
351 | #define pm_pipe pipe
libsystem.c:150:5: note: in expansion of macro ‘pm_pipe’
150 | pm_pipe(pipeToFeed);
| ^~~~~~~
libsystem.c: In function ‘spawnProcessor’:
importinc/netpbm/pm_config.h:351:19: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
351 | #define pm_pipe pipe
libsystem.c:199:9: note: in expansion of macro ‘pm_pipe’
199 | pm_pipe(stdoutpipe);
| ^~~~~~~
cmd_name.c: In function ‘cmd_name’:
cmd_name.c:35:1: warning: old-style function definition [-Wold-style-definition]
35 | cmd_name( argv )
| ^~~~~~~~
rle_error.c: In function ‘rle_alloc_error’:
rle_error.c:46:1: warning: old-style function definition [-Wold-style-definition]
46 | rle_alloc_error( pgm, name )
| ^~~~~~~~~~~~~~~
rle_error.c: In function ‘rle_get_error’:
rle_error.c:76:1: warning: old-style function definition [-Wold-style-definition]
76 | rle_get_error( code, pgmname, fname )
| ^~~~~~~~~~~~~
rle_getskip.c: In function ‘rle_getskip’:
rle_getskip.c:59:1: warning: old-style function definition [-Wold-style-definition]
59 | rle_getskip( the_hdr )
| ^~~~~~~~~~~
rle_getrow.c: In function ‘rle_debug’:
rle_getrow.c:258:1: warning: old-style function definition [-Wold-style-definition]
258 | rle_debug( on_off )
| ^~~~~~~~~
rle_getrow.c: In function ‘rle_get_setup’:
rle_getrow.c:92:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
92 | fread(&setup, 1, SETUPSIZE, infile); /* assume VAX packing */
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rle_getrow.c:108:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
108 | fread((char *)bg_color, 1, 1 + (setup.h_ncolors / 2) * 2, infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rle_getrow.c:151:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
151 | fread(maptemp, 2, maplen, infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rle_getrow.c:173:13: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
173 | fread(comment_buf, 1, evenlen, infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rle_getrow.c: In function ‘rle_getrow’:
rle_getrow.c:438:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
438 | fread((char *)scanc, 1, nc, infile);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rle_open_f.c: In function ‘rle_close_f’:
rle_open_f.c:342:1: warning: old-style function definition [-Wold-style-definition]
342 | rle_close_f( fd )
| ^~~~~~~~~~~
rle_hdr.c: In function ‘rle_names’:
rle_hdr.c:50:1: warning: old-style function definition [-Wold-style-definition]
50 | rle_names( the_hdr, pgmname, fname, img_num )
| ^~~~~~~~~
rle_hdr.c: In function ‘rle_hdr_cp’:
rle_hdr.c:121:1: warning: old-style function definition [-Wold-style-definition]
121 | rle_hdr_cp( from_hdr, to_hdr )
| ^~~~~~~~~~
rle_hdr.c: In function ‘rle_hdr_clear’:
rle_hdr.c:224:1: warning: old-style function definition [-Wold-style-definition]
224 | rle_hdr_clear( the_hdr )
| ^~~~~~~~~~~~~
rle_hdr.c: In function ‘rle_hdr_init’:
rle_hdr.c:274:1: warning: old-style function definition [-Wold-style-definition]
274 | rle_hdr_init( the_hdr )
| ^~~~~~~~~~~~
rle_putrow.c: In function ‘rle_putrow’:
rle_putrow.c:239:1: warning: old-style function definition [-Wold-style-definition]
239 | rle_putrow(rows, rowlen, the_hdr)
| ^~~~~~~~~~
rle_putrow.c: In function ‘rle_skiprow’:
rle_putrow.c:536:1: warning: old-style function definition [-Wold-style-definition]
536 | rle_skiprow( the_hdr, nrow )
| ^~~~~~~~~~~
rle_putrow.c: In function ‘rle_put_init’:
rle_putrow.c:558:1: warning: old-style function definition [-Wold-style-definition]
558 | rle_put_init( the_hdr )
| ^~~~~~~~~~~~
rle_putrow.c: In function ‘rle_put_setup’:
rle_putrow.c:596:1: warning: old-style function definition [-Wold-style-definition]
596 | rle_put_setup( the_hdr )
| ^~~~~~~~~~~~~
rle_putrow.c: In function ‘rle_puteof’:
rle_putrow.c:615:1: warning: old-style function definition [-Wold-style-definition]
615 | rle_puteof( the_hdr )
| ^~~~~~~~~~
rle_putrow.c: In function ‘rgb_to_bw’:
rle_putrow.c:683:1: warning: old-style function definition [-Wold-style-definition]
683 | rgb_to_bw( red_row, green_row, blue_row, bw_row, rowlen )
| ^~~~~~~~~
rle_row_alc.c: In function ‘rle_row_alloc’:
rle_row_alc.c:58:1: warning: old-style function definition [-Wold-style-definition]
58 | rle_row_alloc( the_hdr, scanp )
| ^~~~~~~~~~~~~
rle_row_alc.c: In function ‘rle_row_free’:
rle_row_alc.c:116:1: warning: old-style function definition [-Wold-style-definition]
116 | rle_row_free( the_hdr, scanp )
| ^~~~~~~~~~~~
scanargs.c: In function ‘_do_scanargs’:
scanargs.c:96:1: warning: old-style function definition [-Wold-style-definition]
96 | _do_scanargs( argc, argv, format, argl )
| ^~~~~~~~~~~~
scanargs.c: In function ‘scan_usage’:
scanargs.c:679:1: warning: old-style function definition [-Wold-style-definition]
679 | scan_usage( argv, format )
| ^~~~~~~~~~
scanargs.c: In function ‘prformat’:
scanargs.c:714:1: warning: old-style function definition [-Wold-style-definition]
714 | prformat (format, recurse)
| ^~~~~~~~
scanargs.c: In function ‘isnum’:
scanargs.c:866:1: warning: old-style function definition [-Wold-style-definition]
866 | isnum( str, typchr, comma_list )
| ^~~~~
libopt.c:92:23: error: ‘bool’ cannot be defined via ‘typedef’
92 | typedef unsigned char bool;
| ^~~~
libopt.c:92:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
libopt.c:92:1: warning: useless type name in empty declaration
92 | typedef unsigned char bool;
| ^~~~~~~
make[1]: *** [/var/pisi/netpbm-10.86.48-6/work/netpbm-10.86.48//buildtools/Makefile:27: libopt.o] Error 1
make: *** [/var/pisi/netpbm-10.86.48-6/work/netpbm-10.86.48/common.mk:573: buildtools/all] Error 2
Traceback (most recent call last):
File "/var/pisi/netpbm/actions.py", line 23, in build
autotools.make("CFLAGS+='%s'" % get.CFLAGS())
File "/usr/lib/pisilinux/pisi/actionsapi/autotools.py", line 103, in make
if system('make %s %s' % (get.makeJOBS(), parameters)):
File "/usr/lib/pisilinux/pisi/actionsapi/shelltools.py", line 255, in system
error(_("Command \"%s\" failed, return value was %d.") % (command, retValue))
File "/usr/lib/pisilinux/pisi/actionsapi/__init__.py", line 27, in error
raise Error(msg)
pisi.actionsapi.Error: Command "make -j5 CFLAGS+='-mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC'" failed, return value was 2.
[01;31mAction script error caught.
[0m[01;33m*** 1 error(s), 6 warning(s)
[0m[01;31mProgram terminated.
[0m