<86>Mar 26 06:34:25 userdel[43867]: delete user 'rooter' <86>Mar 26 06:34:25 userdel[43867]: removed group 'rooter' owned by 'rooter' <86>Mar 26 06:34:25 userdel[43867]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 26 06:34:25 groupadd[43980]: group added to /etc/group: name=rooter, GID=705 <86>Mar 26 06:34:25 groupadd[43980]: group added to /etc/gshadow: name=rooter <86>Mar 26 06:34:25 groupadd[43980]: new group: name=rooter, GID=705 <86>Mar 26 06:34:25 useradd[43994]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash <86>Mar 26 06:34:25 userdel[44009]: delete user 'builder' <86>Mar 26 06:34:25 userdel[44009]: removed group 'builder' owned by 'builder' <86>Mar 26 06:34:25 userdel[44009]: removed shadow group 'builder' owned by 'builder' <86>Mar 26 06:34:25 groupadd[44051]: group added to /etc/group: name=builder, GID=706 <86>Mar 26 06:34:25 groupadd[44051]: group added to /etc/gshadow: name=builder <86>Mar 26 06:34:25 groupadd[44051]: new group: name=builder, GID=706 <86>Mar 26 06:34:25 useradd[44083]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash <13>Mar 26 06:34:28 rpmi: libX11-locales-3:1.6.7-alt1 sisyphus.214413.200 1539171080 installed <13>Mar 26 06:34:28 rpmi: xorg-proto-devel-2018.4-alt3 1527685079 installed <13>Mar 26 06:34:28 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949353 installed <13>Mar 26 06:34:28 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268152 installed <13>Mar 26 06:34:28 rpmi: libxcb-1.13.1-alt1 sisyphus.214413.100 1539170896 installed <13>Mar 26 06:34:30 rpmi: libxcb-devel-1.13.1-alt1 sisyphus.214413.100 1539170896 installed <13>Mar 26 06:34:30 rpmi: libX11-3:1.6.7-alt1 sisyphus.214413.200 1539171143 installed <13>Mar 26 06:34:30 rpmi: libX11-devel-3:1.6.7-alt1 sisyphus.214413.200 1539171143 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/lxlogo-10-alt2.nosrc.rpm Installing lxlogo-10-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.55061 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf lxlogo10 + echo 'Source #0 (lxlogo10.tar.gz):' Source #0 (lxlogo10.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/lxlogo10.tar.gz + /bin/tar -xf - + cd lxlogo10 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (lxlogo10-static_int.patch):' Patch #0 (lxlogo10-static_int.patch): + /usr/bin/patch -p0 patching file src/gd13.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.55061 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lxlogo10 + make -C src lxlogo getgui renderd make: Entering directory '/usr/src/RPM/BUILD/lxlogo10/src' gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o main.o main.c main.c:61:1: warning: return type defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^~~~ main.c: In function 'main': main.c:84:1: warning: implicit declaration of function 'initvarlist' [-Wimplicit-function-declaration] initvarlist(); ^~~~~~~~~~~ main.c:92:66: warning: implicit declaration of function 'atoi'; did you mean 'atof'? [-Wimplicit-function-declaration] else if( strcmp( argv[i], "-winx" )==0 && i < argc-1 ) { winx = atoi( argv[i+1] ); i++; } ^~~~ atof main.c:98:58: warning: implicit declaration of function 'setvar'; did you mean 'getchar'? [-Wimplicit-function-declaration] else if( strcmp( argv[i], "-set" )==0 && i < argc-2 ) { setvar( argv[i+1], argv[i+2], 0 ); i+=2; } /* eg. set varname value */ ^~~~~~ getchar main.c:109:23: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] if( dir != NULL ) if( chdir( dir ) ) { fprintf( stderr, "error: cannot chdir to directory %s\n", dir ); lxexit( 1 ); } ^~~~~ main.c:109:105: warning: implicit declaration of function 'lxexit'; did you mean 'ldexpl'? [-Wimplicit-function-declaration] if( dir != NULL ) if( chdir( dir ) ) { fprintf( stderr, "error: cannot chdir to directory %s\n", dir ); lxexit( 1 ); } ^~~~~~ ldexpl main.c:119:44: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration] sprintf( dumpfile, "/tmp/__lxlogopr_%05d", getpid() ); ^~~~~~ getenv main.c:120:1: warning: implicit declaration of function 'PLG_setdumpmaxlines'; did you mean 'PLG_setdumpfile'? [-Wimplicit-function-declaration] PLG_setdumpmaxlines( 100000 ); ^~~~~~~~~~~~~~~~~~~ PLG_setdumpfile main.c:121:1: warning: implicit declaration of function 'cleanslate' [-Wimplicit-function-declaration] cleanslate(); ^~~~~~~~~~ main.c:128:1: warning: implicit declaration of function 'showturt' [-Wimplicit-function-declaration] showturt( curx, cury, 1 ); /* display initial turtle.. */ ^~~~~~~~ main.c:133:2: warning: implicit declaration of function 'getgui'; did you mean 'getenv'? [-Wimplicit-function-declaration] getgui( buf, "center", "", "-title 'Welcome to LXlogo!' -msg '' -buttons Begin -winy 200" ); ^~~~~~ getenv main.c:137:74: warning: implicit declaration of function 'sleep'; did you mean 'strsep'? [-Wimplicit-function-declaration] PLG_dotext( "Error: getgui executable not found.", 'C' ); PLG_flush(); sleep( 5 ); ^~~~~ strsep main.c:138:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit( 1 ); ^~~~ main.c:138:3: warning: incompatible implicit declaration of built-in function 'exit' main.c:138:3: note: include '' or provide a declaration of 'exit' main.c:9:1: +#include main.c:138:3: exit( 1 ); ^~~~ main.c:152:17: warning: implicit declaration of function 'kill'; did you mean 'ceill'? [-Wimplicit-function-declaration] if( editpid ) kill( editpid, 15 ); /* 15 = SIGTERM = Terminate */ ^~~~ ceill main.c:155:42: warning: implicit declaration of function 'helpinfo' [-Wimplicit-function-declaration] else if( stricmp( buf, "about" )==0 ) { helpinfo(); continue; } /* get help */ ^~~~~~~~ main.c:157:3: warning: implicit declaration of function 'turtlecommands' [-Wimplicit-function-declaration] turtlecommands(); ^~~~~~~~~~~~~~ main.c:199:1: warning: implicit declaration of function 'chmod'; did you mean 'fmod'? [-Wimplicit-function-declaration] chmod( lxcodefile, 00644 ); /* xedit leaves them in 755 */ ^~~~~ fmod main.c:206:23: warning: implicit declaration of function 'code_edit' [-Wimplicit-function-declaration] if( editpid == 0 ) code_edit( lxcodefile ); ^~~~~~~~~ main.c:228:4: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] mkdir( "./backups", 00755 ); ^~~~~ main.c:230:4: warning: implicit declaration of function 'system' [-Wimplicit-function-declaration] system( buf ); ^~~~~~ main.c:294:43: warning: implicit declaration of function 'print_dialog' [-Wimplicit-function-declaration] else if( stricmp( buf, "print" )==0 ) { print_dialog(); continue; } ^~~~~~~~~~~~ main.c:307:2: warning: implicit declaration of function 'usleep'; did you mean 'fseek'? [-Wimplicit-function-declaration] usleep( 100000 ); /* needed on some platforms to avoid savewin/expose glitches */ ^~~~~~ fseek main.c:333:14: warning: implicit declaration of function 'parse_logo_code' [-Wimplicit-function-declaration] errorstat = parse_logo_code( fp ); ^~~~~~~~~~~~~~~ main.c:335:18: warning: implicit declaration of function 'errwarn' [-Wimplicit-function-declaration] if( errorstat ) errwarn(); /* warn user of errors */ ^~~~~~~ main.c:341:15: warning: implicit declaration of function 'run_logo_code' [-Wimplicit-function-declaration] errorstat = run_logo_code(); /* RUN the logo code ... */ ^~~~~~~~~~~~~ main.c:343:3: warning: implicit declaration of function 'PLG_closedumpfile'; did you mean 'PLG_setdumpfile'? [-Wimplicit-function-declaration] PLG_closedumpfile(); ^~~~~~~~~~~~~~~~~ PLG_setdumpfile main.c:352:28: warning: implicit declaration of function 'getgui_async' [-Wimplicit-function-declaration] if( getgui_async_active ) getgui_async( "", "" ); ^~~~~~~~~~~~ main.c:354:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free( codebuf ); ^~~~ main.c:354:2: warning: incompatible implicit declaration of built-in function 'free' main.c:354:2: note: include '' or provide a declaration of 'free' main.c: At top level: main.c:375:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui( response, loc, msg, commandline ) ^~~~~~ main.c:401:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_async( msg, buttons ) ^~~~~~~~~~~~ main.c: In function 'getgui_async': main.c:420:1: warning: implicit declaration of function 'unlink'; did you mean 'Elinu'? [-Wimplicit-function-declaration] unlink( clrfile ); /* just in case a clrfile is laying around.. */ ^~~~~~ Elinu main.c:425:8: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] gpid = fork(); ^~~~ main.c:428:22: warning: implicit declaration of function 'execlp' [-Wimplicit-function-declaration] if( async_buttons ) execlp( pathbuf, "getgui", msg, ^~~~~~ main.c:428:22: warning: incompatible implicit declaration of built-in function 'execlp' main.c:438:7: warning: incompatible implicit declaration of built-in function 'execlp' else execlp( pathbuf, "getgui", msg, ^~~~~~ main.c: At top level: main.c:453:1: warning: return type defaults to 'int' [-Wimplicit-int] check_async_buttons() ^~~~~~~~~~~~~~~~~~~ main.c:476:1: warning: return type defaults to 'int' [-Wimplicit-int] lxgetkey( x, y, e ) ^~~~~~~~ main.c:508:1: warning: return type defaults to 'int' [-Wimplicit-int] getcolor( color, prompt ) ^~~~~~~~ main.c: In function 'getcolor': main.c:516:40: warning: implicit declaration of function 'GL_getchunk'; did you mean 'GL_getok'? [-Wimplicit-function-declaration] for( i = 0, ix = 0; i <= icolor; i++ ) GL_getchunk( color, colorlist, &ix, "|" ); ^~~~~~~~~~~ GL_getok main.c: At top level: main.c:523:1: warning: return type defaults to 'int' [-Wimplicit-int] errwarn() ^~~~~~~ main.c:539:1: warning: return type defaults to 'int' [-Wimplicit-int] print_dialog() ^~~~~~~~~~~~ main.c:587:1: warning: return type defaults to 'int' [-Wimplicit-int] code_edit( filename ) ^~~~~~~~~ main.c: In function 'code_edit': main.c:599:2: warning: incompatible implicit declaration of built-in function 'execlp' execlp( pathbuf, "xedit", filename, "-geometry", locstring, "-title", winname, ^~~~~~ main.c: At top level: main.c:639:1: warning: return type defaults to 'int' [-Wimplicit-int] lxexit( code ) ^~~~~~ main.c: In function 'lxexit': main.c:643:1: warning: incompatible implicit declaration of built-in function 'exit' exit( code ); ^~~~ main.c:643:1: note: include '' or provide a declaration of 'exit' gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o parsecode.o parsecode.c parsecode.c:12:1: warning: return type defaults to 'int' [-Wimplicit-int] parse_logo_code( basefp ) ^~~~~~~~~~~~~~~ parsecode.c: In function 'parse_logo_code': parsecode.c:27:20: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] codebuf = (char *) malloc( codebufsize * sizeof( char ) ); ^~~~~~ parsecode.c:27:20: warning: incompatible implicit declaration of built-in function 'malloc' parsecode.c:27:20: note: include '' or provide a declaration of 'malloc' parsecode.c:7:1: +#include parsecode.c:27:20: codebuf = (char *) malloc( codebufsize * sizeof( char ) ); ^~~~~~ parsecode.c:58:2: warning: implicit declaration of function 'dequote' [-Wimplicit-function-declaration] dequote( buf, buf2 ); /* convert quoted strings to variables.. */ ^~~~~~~ parsecode.c:77:24: warning: implicit declaration of function 'getvar'; did you mean 'getchar'? [-Wimplicit-function-declaration] if( tok2[0] == ':' ) getvar( &tok2[1], tok2 ); ^~~~~~ getchar parsecode.c:126:7: warning: implicit declaration of function 'GL_member' [-Wimplicit-function-declaration] if( GL_member( codebuf[j], "[]" )) { /* ensure bracket has a space before it and after it.. */ ^~~~~~~~~ parsecode.c: At top level: parsecode.c:165:1: warning: return type defaults to 'int' [-Wimplicit-int] dequote( out, in ) ^~~~~~~ parsecode.c: In function 'dequote': parsecode.c:210:4: warning: implicit declaration of function 'setvar'; did you mean 'getchar'? [-Wimplicit-function-declaration] setvar( vartag, tok, 0 ); ^~~~~~ getchar gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o runcode.o runcode.c runcode.c:38:1: warning: return type defaults to 'int' [-Wimplicit-int] run_logo_code() ^~~~~~~~~~~~~ runcode.c: In function 'run_logo_code': runcode.c:46:1: warning: implicit declaration of function 'cleanslate' [-Wimplicit-function-declaration] cleanslate(); /* initialize for drawing */ ^~~~~~~~~~ runcode.c:66:9: warning: implicit declaration of function 'callproc' [-Wimplicit-function-declaration] stat = callproc( "", &cbi ); ^~~~~~~~ runcode.c: At top level: runcode.c:90:1: warning: return type defaults to 'int' [-Wimplicit-int] callproc( com, cbi ) ^~~~~~~~ runcode.c: In function 'callproc': runcode.c:107:29: warning: implicit declaration of function 'GL_smemberi' [-Wimplicit-function-declaration] if( skipelseflag[ps_top] && GL_smemberi( tok, "elseif else" ) == 0 && !doing_ifcon[ps_top] ) skipelseflag[ps_top] = 0; ^~~~~~~~~~~ runcode.c:118:10: warning: implicit declaration of function 'getparm'; did you mean 'getchar'? [-Wimplicit-function-declaration] stat = getparm( parm, cbi ); if( stat ) return( stat ); ^~~~~~~ getchar runcode.c:119:7: warning: implicit declaration of function 'atoi'; did you mean 'atof'? [-Wimplicit-function-declaration] if( atoi( parm ) <= 0 || atoi( parm ) >= 9000000 ) ^~~~ atof runcode.c:153:6: warning: implicit declaration of function 'GL_goodnum' [-Wimplicit-function-declaration] if( GL_goodnum( parm, &p ) && GL_goodnum( val, &p ) ) { ^~~~~~~~~~ runcode.c:167:44: warning: implicit declaration of function 'GL_wildcmp' [-Wimplicit-function-declaration] else if( strcmp( op, "like" )==0 ) { if( GL_wildcmp( parm, val, strlen(val), 0 )==0 ) result = 1; } ^~~~~~~~~~ runcode.c:264:2: warning: implicit declaration of function 'freelocalvars' [-Wimplicit-function-declaration] freelocalvars( ps_top-1 ); ^~~~~~~~~~~~~ runcode.c:285:22: warning: implicit declaration of function 'logocom'; did you mean 'logorand'? [-Wimplicit-function-declaration] else if( ( rtnstat = logocom( tok, cbi )) >= 0 ) /* no action */ ; ^~~~~~~ logorand runcode.c:301:46: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[50]' [-Wformat=] if( debug ) fprintf( stderr, "\njumping to %s (call level=%d)\n", procname, ps_top ); ~^ ~~~~~~~~ runcode.c:310:10: warning: implicit declaration of function 'setvar'; did you mean 'getchar'? [-Wimplicit-function-declaration] stat = setvar( &varname[1], val, 1 ); ^~~~~~ getchar runcode.c: At top level: runcode.c:333:1: warning: return type defaults to 'int' [-Wimplicit-int] initvarlist() ^~~~~~~~~~~ runcode.c:341:1: warning: return type defaults to 'int' [-Wimplicit-int] setvar( name, value, localflag ) ^~~~~~ runcode.c:374:1: warning: return type defaults to 'int' [-Wimplicit-int] getvar( name, value ) ^~~~~~ runcode.c:398:1: warning: return type defaults to 'int' [-Wimplicit-int] freelocalvars( instance ) ^~~~~~~~~~~~~ runcode.c:426:1: warning: return type defaults to 'int' [-Wimplicit-int] getparm( val, cbi ) ^~~~~~~ gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o coms.o coms.c coms.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int] logocom( com, cbi ) ^~~~~~~ coms.c: In function 'logocom': coms.c:65:3: warning: implicit declaration of function 'GL_systime' [-Wimplicit-function-declaration] GL_systime( &foohr, &foomin, &sec ); ^~~~~~~~~~ coms.c:68:29: warning: implicit declaration of function 'check_async_buttons' [-Wimplicit-function-declaration] if( check_async_buttons() ) { ^~~~~~~~~~~~~~~~~~~ coms.c:84:10: warning: implicit declaration of function 'GL_smemberi' [-Wimplicit-function-declaration] else if( GL_smemberi( com, "fd bk lt rt color print random irandom drawspeed abs sine" )) { /* these logo commands take 1 arg */ ^~~~~~~~~~~ coms.c:87:9: warning: implicit declaration of function 'getparm'; did you mean 'getchar'? [-Wimplicit-function-declaration] stat = getparm( parm, cbi ); if( stat ) return( stat ); ^~~~~~~ getchar coms.c:89:32: warning: implicit declaration of function 'moveturt' [-Wimplicit-function-declaration] if( stricmp( com, "fd" )==0 ) moveturt( atof( parm )/100.0, RELATIVEMOVE, curpen ); ^~~~~~~~ coms.c:96:44: warning: implicit declaration of function 'animatelines'; did you mean 'Eblacklines'? [-Wimplicit-function-declaration] else if( stricmp( com, "drawspeed" )==0 ) animatelines( atoi( parm )); ^~~~~~~~~~~~ Eblacklines coms.c:96:58: warning: implicit declaration of function 'atoi'; did you mean 'atof'? [-Wimplicit-function-declaration] else if( stricmp( com, "drawspeed" )==0 ) animatelines( atoi( parm )); ^~~~ atof coms.c:111:48: warning: implicit declaration of function 'PLG_closedumpfile'; did you mean 'PLG_setdumpfile'? [-Wimplicit-function-declaration] else if( stricmp( what, "animation" )== 0 ) { PLG_closedumpfile(); printable = 0; return( 0 ); } /* don't do the dump file */ ^~~~~~~~~~~~~~~~~ PLG_setdumpfile coms.c:187:7: warning: implicit declaration of function 'GL_goodnum' [-Wimplicit-function-declaration] if( !GL_goodnum( parm, &p ) || !GL_goodnum( parm2, &p )) { sprintf( errmsg, "CALC got a non-numeric value" ); return( 1 ); } ^~~~~~~~~~ coms.c:207:9: warning: implicit declaration of function 'getvar'; did you mean 'getchar'? [-Wimplicit-function-declaration] stat = getvar( varname, val ); if( stat ) return( stat ); ^~~~~~ getchar coms.c:211:9: warning: implicit declaration of function 'setvar'; did you mean 'getchar'? [-Wimplicit-function-declaration] stat = setvar( varname, buf, 2 ); if( stat ) return( stat ); ^~~~~~ getchar coms.c:302:44: warning: implicit declaration of function 'cleanslate' [-Wimplicit-function-declaration] else if( stricmp( com, "cleanslate" )==0 ) cleanslate(); ^~~~~~~~~~ coms.c:325:28: warning: format '%g' expects argument of type 'float *', but argument 3 has type 'double *' [-Wformat=] sscanf( &drawcolor[4], "%g,%g,%g", &r, &g, &b ); ~^ ~~ %lg coms.c:325:31: warning: format '%g' expects argument of type 'float *', but argument 4 has type 'double *' [-Wformat=] sscanf( &drawcolor[4], "%g,%g,%g", &r, &g, &b ); ~^ ~~ %lg coms.c:325:34: warning: format '%g' expects argument of type 'float *', but argument 5 has type 'double *' [-Wformat=] sscanf( &drawcolor[4], "%g,%g,%g", &r, &g, &b ); ~^ ~~ %lg coms.c:369:25: warning: implicit declaration of function 'usleep'; did you mean 'fseek'? [-Wimplicit-function-declaration] if( atof( parm ) > 0 ) usleep( (int) (atof( parm ) * 10000) ); ^~~~~~ fseek coms.c:377:2: warning: implicit declaration of function 'lxgetkey'; did you mean 'Egetkey'? [-Wimplicit-function-declaration] lxgetkey( &x, &y, &holdevent ); ^~~~~~~~ Egetkey coms.c:399:28: warning: implicit declaration of function 'getgui_async' [-Wimplicit-function-declaration] if( getgui_async_active ) getgui_async( "", "" ); ^~~~~~~~~~~~ coms.c:423:2: warning: implicit declaration of function 'getgui'; did you mean 'getok'? [-Wimplicit-function-declaration] getgui( rtnval, "topright", content, buf ); ^~~~~~ getok coms.c:432:2: warning: implicit declaration of function 'getcolor'; did you mean 'getchar'? [-Wimplicit-function-declaration] getcolor( rtnval, prompt ); ^~~~~~~~ getchar coms.c:475:46: warning: implicit declaration of function 'print_dialog' [-Wimplicit-function-declaration] else if( stricmp( com, "printpicture" )==0 ) print_dialog(); ^~~~~~~~~~~~ coms.c:667:4: warning: implicit declaration of function 'ptcap' [-Wimplicit-function-declaration] ptcap( inx/100.0, iny/100.0, (int) tok[0] ); ^~~~~ coms.c:757:5: warning: implicit declaration of function 'PL_smoothfit' [-Wimplicit-function-declaration] PL_smoothfit( &ptm[ linebegin ], do_n, &ptm[ curout ], &ncurvepts ); ^~~~~~~~~~~~ coms.c:776:17: warning: implicit declaration of function 'callproc' [-Wimplicit-function-declaration] stat = callproc( "", &cp ); ^~~~~~~~ coms.c: At top level: coms.c:791:1: warning: return type defaults to 'int' [-Wimplicit-int] cleanslate() ^~~~~~~~~~ coms.c: In function 'cleanslate': coms.c:803:1: warning: implicit declaration of function 'initfill'; did you mean 'dofill'? [-Wimplicit-function-declaration] initfill(); ^~~~~~~~ dofill coms.c: At top level: coms.c:818:1: warning: return type defaults to 'int' [-Wimplicit-int] moveturt( val1, val2, op ) ^~~~~~~~ coms.c: In function 'moveturt': coms.c:830:28: warning: implicit declaration of function 'angpos'; did you mean 'acos'? [-Wimplicit-function-declaration] if( val2 <= RELATIVEMOVE ) angpos( curx, cury, val1, curdir, &newx, &newy ); /* move relative to current loc (angular) */ ^~~~~~ acos coms.c:881:40: warning: implicit declaration of function 'dowrap' [-Wimplicit-function-declaration] if( wrapmode && val2 <= RELATIVEMOVE ) dowrap( curx, cury, &newx, &newy, op ); /* if wrapping, do it now.. */ ^~~~~~ coms.c: At top level: coms.c:889:1: warning: return type defaults to 'int' [-Wimplicit-int] showturt( x, y, op ) ^~~~~~~~ coms.c:913:1: warning: return type defaults to 'int' [-Wimplicit-int] angpos( oldx, oldy, dist, ang, newx, newy ) ^~~~~~ coms.c:943:1: warning: return type defaults to 'int' [-Wimplicit-int] dowrap( oldx, oldy, newx, newy, op ) ^~~~~~ coms.c:968:1: warning: return type defaults to 'int' [-Wimplicit-int] initfill() ^~~~~~~~ coms.c:987:1: warning: return type defaults to 'int' [-Wimplicit-int] animatelines( speedval ) ^~~~~~~~~~~~ coms.c:1018:1: warning: return type defaults to 'int' [-Wimplicit-int] ptcap( x, y, op ) ^~~~~ gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o helpinfo.o helpinfo.c helpinfo.c:5:1: warning: return type defaults to 'int' [-Wimplicit-int] helpinfo() ^~~~~~~~ helpinfo.c: In function 'helpinfo': helpinfo.c:10:1: warning: implicit declaration of function 'usleep'; did you mean 'fseek'? [-Wimplicit-function-declaration] usleep( 100000 ); /* needed on some platforms to avoid savewin/expose glitches */ ^~~~~~ fseek helpinfo.c:13:1: warning: implicit declaration of function 'cleanslate' [-Wimplicit-function-declaration] cleanslate(); ^~~~~~~~~~ helpinfo.c:45:2: warning: implicit declaration of function 'getgui'; did you mean 'getok'? [-Wimplicit-function-declaration] getgui( buf, "topright", "Choose a topic for more info:", "-buttons \"The basics|The examples|Code editor|Done\"" ); ^~~~~~ getok gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o turtlecommands.o turtlecommands.c turtlecommands.c:6:1: warning: return type defaults to 'int' [-Wimplicit-int] turtlecommands() ^~~~~~~~~~~~~~ turtlecommands.c: In function 'turtlecommands': turtlecommands.c:14:1: warning: implicit declaration of function 'cleanslate' [-Wimplicit-function-declaration] cleanslate(); ^~~~~~~~~~ turtlecommands.c:17:1: warning: implicit declaration of function 'sleep'; did you mean 'strsep'? [-Wimplicit-function-declaration] sleep(1); /* give main menu getgui a chance to clear out.. */ ^~~~~ strsep turtlecommands.c:39:1: warning: implicit declaration of function 'animatelines'; did you mean 'Eblacklines'? [-Wimplicit-function-declaration] animatelines( 5 ); ^~~~~~~~~~~~ Eblacklines turtlecommands.c:41:20: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] codebuf = (char *) malloc( 120 * sizeof( char ) ); ^~~~~~ turtlecommands.c:41:20: warning: incompatible implicit declaration of built-in function 'malloc' turtlecommands.c:41:20: note: include '' or provide a declaration of 'malloc' turtlecommands.c:5:1: +#include turtlecommands.c:41:20: codebuf = (char *) malloc( 120 * sizeof( char ) ); ^~~~~~ turtlecommands.c:46:2: warning: implicit declaration of function 'showturt' [-Wimplicit-function-declaration] showturt( curx, cury, 1 ); ^~~~~~~~ turtlecommands.c:59:2: warning: implicit declaration of function 'getgui'; did you mean 'getok'? [-Wimplicit-function-declaration] getgui( codebuf, "topright", msg, cmdopts ); ^~~~~~ getok turtlecommands.c:62:40: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] if( stricmp( codebuf, "done" )==0 ) { free( codebuf ); animatelines(0); return( 0 ); } ^~~~ turtlecommands.c:62:40: warning: incompatible implicit declaration of built-in function 'free' turtlecommands.c:62:40: note: include '' or provide a declaration of 'free' turtlecommands.c:64:3: warning: implicit declaration of function 'getcolor'; did you mean 'getchar'? [-Wimplicit-function-declaration] getcolor( bgcolor, "Select a background color to use:" ); ^~~~~~~~ getchar turtlecommands.c:82:36: warning: implicit declaration of function 'getgui_async' [-Wimplicit-function-declaration] if( getgui_async_active ) getgui_async( "", "" ); ^~~~~~~~~~~~ turtlecommands.c:85:4: warning: implicit declaration of function 'lxgetkey'; did you mean 'Egetkey'? [-Wimplicit-function-declaration] lxgetkey( &x, &y, &e ); ^~~~~~~~ Egetkey turtlecommands.c:89:47: warning: implicit declaration of function 'moveturt' [-Wimplicit-function-declaration] else if( e == E_MOUSE_LEFT ) moveturt( x, y, 1 ); ^~~~~~~~ turtlecommands.c:101:17: warning: implicit declaration of function 'atoi'; did you mean 'atof'? [-Wimplicit-function-declaration] repeatcount = atoi( buf ); ^~~~ atof turtlecommands.c:114:11: warning: implicit declaration of function 'callproc' [-Wimplicit-function-declaration] stat = callproc( "", &cbi ); ^~~~~~~~ turtlecommands.c:125:1: warning: incompatible implicit declaration of built-in function 'free' free( codebuf ); ^~~~ turtlecommands.c:125:1: note: include '' or provide a declaration of 'free' gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o plg.o plg.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o color.o color.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o err.o err.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o stub.o stub.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o winscale.o winscale.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o glroutines.o glroutines.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o interact.o interact.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o pcode.o pcode.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o init.o init.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o block.o block.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o mark.o mark.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o x11.o x11.c gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o smoothfit.o smoothfit.c gcc main.o parsecode.o runcode.o coms.o helpinfo.o turtlecommands.o plg.o color.o err.o stub.o winscale.o glroutines.o interact.o pcode.o init.o block.o mark.o x11.o smoothfit.o -L/usr/X11R6/lib -lX11 -lm -o ../bin/lxlogo gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o getgui.o getgui.c getgui.c:21:1: warning: return type defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^~~~ getgui.c: In function 'main': getgui.c:70:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit( 0 ); ^~~~ getgui.c:70:2: warning: incompatible implicit declaration of built-in function 'exit' getgui.c:70:2: note: include '' or provide a declaration of 'exit' getgui.c:17:1: +#include getgui.c:70:2: exit( 0 ); ^~~~ getgui.c:87:1: warning: implicit declaration of function 'getgui_set'; did you mean 'getline'? [-Wimplicit-function-declaration] getgui_set( "listsep", 0, 0.0, "\n" ); ^~~~~~~~~~ getline getgui.c:124:56: warning: implicit declaration of function 'atoi'; did you mean 'atof'? [-Wimplicit-function-declaration] if( i < argc-1 && argv[i+1][0] != '-' ) { fieldlen = atoi( argv[i+1] ); i++; } ^~~~ atof getgui.c:155:11: warning: implicit declaration of function 'GL_smember' [-Wimplicit-function-declaration] else if( GL_smember( argv[i], "-winx -winy -keysize -selsize" ) && i < argc-1 ) { getgui_set( &argv[i][1], atoi(argv[i+1]), 0.0, "" ); i++; } ^~~~~~~~~~ getgui.c:174:45: warning: implicit declaration of function 'GL_member' [-Wimplicit-function-declaration] for( j = 0; argv[i][j] != '\0'; j++ ) if( GL_member( argv[i][j], " ()*|^;\\`'" )) { quotes = 1; break; } ^~~~~~~~~ getgui.c:183:2: warning: implicit declaration of function 'sleep'; did you mean 'strsep'? [-Wimplicit-function-declaration] sleep( sleepmin * 60 ); ^~~~~ strsep getgui.c:201:19: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] if( dir != NULL ) chdir( dir ); /* if a working directory was specified, chdir to it now.. */ ^~~~~ getgui.c:204:1: warning: implicit declaration of function 'getgui_init' [-Wimplicit-function-declaration] getgui_init( winname, 0 ); /* initialize things.. */ ^~~~~~~~~~~ getgui.c:213:6: warning: implicit declaration of function 'convertnl' [-Wimplicit-function-declaration] else convertnl( prompt ); ^~~~~~~~~ getgui.c:214:7: warning: implicit declaration of function 'getgui_text' [-Wimplicit-function-declaration] tx1 = getgui_text( 4.0, 4.0, prompt, promptalign, "top", promptsize, promptcolor, 0 ); ^~~~~~~~~~~ getgui.c:220:2: warning: implicit declaration of function 'getgui_relalign_next' [-Wimplicit-function-declaration] getgui_relalign_next( "top", tx1, 0.2, (horiz)?"left":"center", tx1, 0.0 ); ^~~~~~~~~~~~~~~~~~~~ getgui.c:235:8: warning: implicit declaration of function 'getgui_nameselect' [-Wimplicit-function-declaration] ns1 = getgui_nameselect( 4.0, 2.0, "center", "top", content, "word", initval, "single", 50, pickrep ); ^~~~~~~~~~~~~~~~~ getgui.c:239:8: warning: implicit declaration of function 'getgui_buttons' [-Wimplicit-function-declaration] b2 = getgui_buttons( 0.0, 0.0, "right", "Go up a level", 9, "gray(0.8)", 0, "single" ); ^~~~~~~~~~~~~~ getgui.c:246:2: warning: implicit declaration of function 'getgui_go' [-Wimplicit-function-declaration] getgui_go( 0, b1, b2, 0 ); ^~~~~~~~~ getgui.c:248:3: warning: implicit declaration of function 'getgui_getval' [-Wimplicit-function-declaration] getgui_getval( b2, buf, ENTIRE_TEXT );/* up a level */ ^~~~~~~~~~~~~ getgui.c:249:34: warning: implicit declaration of function 'printresult' [-Wimplicit-function-declaration] if( strcmp( buf, "" ) != 0 ) { printresult( "../" ); exit( 0 ); } ^~~~~~~~~~~ getgui.c:249:56: warning: incompatible implicit declaration of built-in function 'exit' if( strcmp( buf, "" ) != 0 ) { printresult( "../" ); exit( 0 ); } ^~~~ getgui.c:249:56: note: include '' or provide a declaration of 'exit' getgui.c:254:2: warning: incompatible implicit declaration of built-in function 'exit' exit( 0 ); ^~~~ getgui.c:254:2: note: include '' or provide a declaration of 'exit' getgui.c:262:7: warning: implicit declaration of function 'getgui_textfield' [-Wimplicit-function-declaration] k1 = getgui_textfield( 4.0, 1.0, (horiz)?"left":"center", fieldlen, keymax, initval, keycursor, (pwmode)?"P":"" ); ^~~~~~~~~~~~~~~~ getgui.c:279:32: warning: implicit declaration of function 'getgui_pulldown' [-Wimplicit-function-declaration] if( prefab == PULLDOWN ) p1 = getgui_pulldown( 4.0, 1.0, (horiz)?"left":"center", ^~~~~~~~~~~~~~~ getgui.c:310:2: warning: incompatible implicit declaration of built-in function 'exit' exit( 0 ); ^~~~ getgui.c:310:2: note: include '' or provide a declaration of 'exit' getgui.c:328:83: warning: incompatible implicit declaration of built-in function 'exit' if( strcmp( buf, "" ) != 0 && stricmp( buf, okstr )!= 0 ) { printresult( buf ); exit( 0 ); } ^~~~ getgui.c:328:83: note: include '' or provide a declaration of 'exit' getgui.c:339:83: warning: incompatible implicit declaration of built-in function 'exit' if( strcmp( buf, "" ) != 0 && stricmp( buf, okstr )!= 0 ) { printresult( buf ); exit( 0 ); } ^~~~ getgui.c:339:83: note: include '' or provide a declaration of 'exit' getgui.c:342:24: warning: implicit declaration of function 'usleep'; did you mean 'fseek'? [-Wimplicit-function-declaration] if( buttons == NULL ) usleep( 400000 ); /* add a little more delay when there are no buttons */ ^~~~~~ fseek getgui.c:347:1: warning: incompatible implicit declaration of built-in function 'exit' exit( rtncode ); ^~~~ getgui.c:347:1: note: include '' or provide a declaration of 'exit' getgui.c: At top level: getgui.c:354:1: warning: return type defaults to 'int' [-Wimplicit-int] printresult( result ) ^~~~~~~~~~~ getgui.c:369:1: warning: return type defaults to 'int' [-Wimplicit-int] convertnl( str ) ^~~~~~~~~ gcc -DLOGO -DNOSCALE -DNOGD -DNOPS -DNOSVG -DNOSWF -DTDH_NOREC -I/usr/X11R6/include -DPRINTCOM=\"lpr\" -c -o api.o api.c api.c:208:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_init( winname, rendermode ) ^~~~~~~~~~~ api.c: In function 'getgui_init': api.c:224:2: warning: implicit declaration of function 'GL_make_unique_string' [-Wimplicit-function-declaration] GL_make_unique_string( buf, 0 ); /* build a unique name for tmp file */ ^~~~~~~~~~~~~~~~~~~~~ api.c: At top level: api.c:246:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_go( starttextfield, stopobj, stopobj2, stopobj3 ) ^~~~~~~~~ api.c: In function 'getgui_go': api.c:269:2: warning: implicit declaration of function 'getgui_getkey'; did you mean 'getgui_go'? [-Wimplicit-function-declaration] getgui_getkey( &x, &y, &e ); ^~~~~~~~~~~~~ getgui_go api.c: In function 'render': api.c:331:1: warning: implicit declaration of function 'PLG_closedumpfile'; did you mean 'PLG_setdumpfile'? [-Wimplicit-function-declaration] PLG_closedumpfile(); /* terminate writing to the dump file */ ^~~~~~~~~~~~~~~~~ PLG_setdumpfile api.c:357:71: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if( fp == NULL ) { Eerr( 523, "Cannot open dump file", tmpfilename ); exit(1); } ^~~~ api.c:357:71: warning: incompatible implicit declaration of built-in function 'exit' api.c:357:71: note: include '' or provide a declaration of 'exit' api.c:10:1: +#include api.c:357:71: if( fp == NULL ) { Eerr( 523, "Cannot open dump file", tmpfilename ); exit(1); } ^~~~ api.c:368:6: warning: implicit declaration of function 'GL_member' [-Wimplicit-function-declaration] if( GL_member( op[0], "LMP" )) { ^~~~~~~~~ api.c:377:1: warning: implicit declaration of function 'unlink'; did you mean 'Elinu'? [-Wimplicit-function-declaration] unlink( tmpfilename ); ^~~~~~ Elinu api.c: At top level: api.c:444:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_late_refresh() ^~~~~~~~~~~~~~~~~~~ api.c:469:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_getval( sethandle, val, method ) ^~~~~~~~~~~~~ api.c:528:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_buttons( x, y, align, choicelist, ptsize, colorlist, wraplen, choosemode ) ^~~~~~~~~~~~~~ api.c: In function 'getgui_buttons': api.c:551:1: warning: implicit declaration of function 'PLG_init_bb2'; did you mean 'PLG_init'? [-Wimplicit-function-declaration] PLG_init_bb2(); /* initialize an object bounding box in case app wants to get zone of entire box later */ ^~~~~~~~~~~~ PLG_init api.c:569:3: warning: implicit declaration of function 'GL_getchunk'; did you mean 'GL_getok'? [-Wimplicit-function-declaration] GL_getchunk( &buf[ buflen ], choicelist, &ix, "|" ); ^~~~~~~~~~~ GL_getok api.c: In function 'buttonset': api.c:652:2: warning: format not a string literal and no format arguments [-Wformat-security] if( npick >= MAXPICK-1 ) { fprintf( stderr, fullobjmsg ); return( 0 ); } ^~ api.c: In function 'flashbutton': api.c:720:1: warning: implicit declaration of function 'usleep'; did you mean 'fseek'? [-Wimplicit-function-declaration] usleep( FLASH_uS ); ^~~~~~ fseek api.c: At top level: api.c:732:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_textfield( x, y, align, length, maxlen, initval, initcursor, modestr ) ^~~~~~~~~~~~~~~~ api.c: In function 'getgui_textfield': api.c:732:1: warning: type of 'maxlen' defaults to 'int' [-Wimplicit-int] api.c:770:1: warning: format not a string literal and no format arguments [-Wformat-security] if( npick >= MAXPICK-1 ) { fprintf( stderr, fullobjmsg ); return( 0 ); } ^~ api.c: At top level: api.c:987:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_nameselect( x, y, align, valign, inbuf, delimmode, initval, choosemode, minwidth, pickrep ) ^~~~~~~~~~~~~~~~~ api.c: In function 'getgui_nameselect': api.c:1035:2: warning: implicit declaration of function 'GL_expand_tabs' [-Wimplicit-function-declaration] GL_expand_tabs( buf, buf2 ); ^~~~~~~~~~~~~~ api.c:1128:4: warning: format not a string literal and no format arguments [-Wformat-security] if( npick >= MAXPICK-20 ) { fprintf( stderr, fullobjmsg ); return( 0 ); } ^~ api.c:1144:32: warning: implicit declaration of function 'atoi'; did you mean 'atof'? [-Wimplicit-function-declaration] ( pickrep == INDEX_NUM && atoi( initval ) == (npick-firstpick) ) ^~~~ atof api.c: At top level: api.c:1171:1: warning: return type defaults to 'int' [-Wimplicit-int] flashns( listloc, recurs ) ^~~~~~~ api.c:1227:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_pulldown( x, y, align, valign, inbuf, initval, pickrep ) ^~~~~~~~~~~~~~~ api.c: In function 'getgui_pulldown': api.c:1239:1: warning: format not a string literal and no format arguments [-Wformat-security] if( npick >= MAXPICK-1 ) { fprintf( stderr, fullobjmsg ); return( 0 ); } ^~ api.c: At top level: api.c:1380:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_text( x, y, text, align, valign, size, color, hruling ) ^~~~~~~~~~~ api.c:1451:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_relalign_next( vside, vobjid, vsep, hside, hobjid, hsep ) ^~~~~~~~~~~~~~~~~~~~ api.c: In function 'savezone': api.c:1494:1: warning: format not a string literal and no format arguments [-Wformat-security] if( npick >= MAXPICK-1 ) { fprintf( stderr, fullobjmsg ); return( 0 ); } ^~ api.c:1496:1: warning: implicit declaration of function 'PLG_get_bb2'; did you mean 'PLG_getbb'? [-Wimplicit-function-declaration] PLG_get_bb2( &(pick[npick].x1), &(pick[npick].y1), &(pick[npick].x2), &(pick[npick].y2) ); ^~~~~~~~~~~ PLG_getbb api.c: At top level: api.c:1507:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_getkey( x, y, e ) ^~~~~~~~~~~~~ api.c: In function 'getgui_getkey': api.c:1542:3: warning: implicit declaration of function 'cursor_blink' [-Wimplicit-function-declaration] cursor_blink(); ^~~~~~~~~~~~ api.c: At top level: api.c:1556:1: warning: return type defaults to 'int' [-Wimplicit-int] cursor_blink() ^~~~~~~~~~~~ api.c:1573:1: warning: return type defaults to 'int' [-Wimplicit-int] getgui_set( parm, ival, dval, sval ) ^~~~~~~~~~ gcc getgui.o api.o plg.o color.o err.o stub.o winscale.o glroutines.o interact.o pcode.o init.o block.o mark.o x11.o smoothfit.o -L/usr/X11R6/lib -lX11 -lm -o ../bin/getgui make clean; make -f Makefile_rd make[1]: Entering directory '/usr/src/RPM/BUILD/lxlogo10/src' rm -f *.o make[1]: Leaving directory '/usr/src/RPM/BUILD/lxlogo10/src' make[1]: Entering directory '/usr/src/RPM/BUILD/lxlogo10/src' gcc -DNOX11 -DNOSWF -DGD13 -c -o renderd.o renderd.c renderd.c:6:1: warning: return type defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^~~~ renderd.c: In function 'main': renderd.c:19:63: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if( argc < 2 ) { fprintf( stderr, "renderd: usage error\n" ); exit(1); } ^~~~ renderd.c:19:63: warning: incompatible implicit declaration of built-in function 'exit' renderd.c:19:63: note: include '' or provide a declaration of 'exit' renderd.c:5:1: +#include renderd.c:19:63: if( argc < 2 ) { fprintf( stderr, "renderd: usage error\n" ); exit(1); } ^~~~ renderd.c:68:4: warning: implicit declaration of function 'PLGP_settings'; did you mean 'PLG_setsize'? [-Wimplicit-function-declaration] PLGP_settings( "darken", "1.0" ); ^~~~~~~~~~~~~ PLG_setsize renderd.c:90:1: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ renderd.c:90:1: note: include '' or provide a declaration of 'exit' gcc -DNOX11 -DNOSWF -DGD13 -c -o plg.o plg.c gcc -DNOX11 -DNOSWF -DGD13 -c -o color.o color.c gcc -DNOX11 -DNOSWF -DGD13 -c -o err.o err.c gcc -DNOX11 -DNOSWF -DGD13 -c -o stub.o stub.c gcc -DNOX11 -DNOSWF -DGD13 -c -o glroutines.o glroutines.c gcc -DNOX11 -DNOSWF -DGD13 -c -o pcode.o pcode.c gcc -DNOX11 -DNOSWF -DGD13 -c -o init.o init.c gcc -DNOX11 -DNOSWF -DGD13 -c -o mark.o mark.c gcc -DNOX11 -DNOSWF -DGD13 -c -o block.o block.c gcc -DNOX11 -DNOSWF -DGD13 -c -o winscale.o winscale.c gcc -DNOX11 -DNOSWF -DGD13 -c -o ps.o ps.c gcc -DNOX11 -DNOSWF -DGD13 -c -o svg.o svg.c gcc -DNOX11 -DNOSWF -DGD13 -c -o gdfontg.o gdfontg.c gcc -DNOX11 -DNOSWF -DGD13 -c -o gdfontl.o gdfontl.c gcc -DNOX11 -DNOSWF -DGD13 -c -o gdfontmb.o gdfontmb.c gcc -DNOX11 -DNOSWF -DGD13 -c -o gdfonts.o gdfonts.c gcc -DNOX11 -DNOSWF -DGD13 -c -o gdfontt.o gdfontt.c gcc -DNOX11 -DNOSWF -DGD13 -c -o grgd.o grgd.c gcc -DNOX11 -DNOSWF -DGD13 -c -o gd13.o gd13.c gcc renderd.o plg.o color.o err.o stub.o glroutines.o pcode.o init.o mark.o block.o winscale.o ps.o svg.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o grgd.o gd13.o -lm -o ../bin/renderd make clean make[2]: Entering directory '/usr/src/RPM/BUILD/lxlogo10/src' rm -f *.o make[2]: Leaving directory '/usr/src/RPM/BUILD/lxlogo10/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/lxlogo10/src' make: Leaving directory '/usr/src/RPM/BUILD/lxlogo10/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.51707 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/lxlogo-buildroot + : + /bin/rm -rf -- /usr/src/tmp/lxlogo-buildroot + cd lxlogo10 + mkdir -p /usr/src/tmp/lxlogo-buildroot/usr/bin + install -s bin/getgui bin/lxlogo bin/renderd /usr/src/tmp/lxlogo-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/lxlogo-buildroot (auto) Verifying and fixing files in /usr/src/tmp/lxlogo-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/lxlogo-buildroot/ (default) Compressing files in /usr/src/tmp/lxlogo-buildroot (auto) Verifying ELF objects in /usr/src/tmp/lxlogo-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/renderd: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/lxlogo: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/getgui: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: lxlogo-10-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97164 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lxlogo10 + DOCDIR=/usr/src/tmp/lxlogo-buildroot/usr/share/doc/lxlogo-10 + export DOCDIR + rm -rf /usr/src/tmp/lxlogo-buildroot/usr/share/doc/lxlogo-10 + /bin/mkdir -p /usr/src/tmp/lxlogo-buildroot/usr/share/doc/lxlogo-10 + cp -prL examples README /usr/src/tmp/lxlogo-buildroot/usr/share/doc/lxlogo-10 + chmod -R go-w /usr/src/tmp/lxlogo-buildroot/usr/share/doc/lxlogo-10 + chmod -R a+rX /usr/src/tmp/lxlogo-buildroot/usr/share/doc/lxlogo-10 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.93n3PW find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MvGDm7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: xedit, /lib/ld-linux.so.2, libX11.so.6 >= set:oi870NRrhJBiZsZmOJPk29ziIzW0442CFl6IZHUW70FXf23G6b3hsa5e3j9pZoHbm67bRKF1qaNR89aLWgzymbzDdL2JTEM3N3y0, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N0fKmV Wrote: /usr/src/RPM/RPMS/i586/lxlogo-10-alt2.i586.rpm 4.29user 0.64system 0:14.02elapsed 35%CPU (0avgtext+0avgdata 27252maxresident)k 0inputs+0outputs (0major+317271minor)pagefaults 0swaps 9.49user 3.61system 0:25.58elapsed 51%CPU (0avgtext+0avgdata 116396maxresident)k 0inputs+0outputs (0major+592075minor)pagefaults 0swaps --- lxlogo-10-alt2.i586.rpm.repo 2009-03-08 22:04:48.000000000 +0000 +++ lxlogo-10-alt2.i586.rpm.hasher 2019-03-26 06:34:48.502676720 +0000 @@ -76,6 +76,5 @@ Requires: xedit -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: /lib/ld-linux.so.2 -Requires: libX11.so.6 +Requires: libX11.so.6 >= set:oi870NRrhJBiZsZmOJPk29ziIzW0442CFl6IZHUW70FXf23G6b3hsa5e3j9pZoHbm67bRKF1qaNR89aLWgzymbzDdL2JTEM3N3y0 +Requires: rpmlib(SetVersions) Requires: libc.so.6(GLIBC_2.0) @@ -84,5 +83,6 @@ Requires: libc.so.6(GLIBC_2.4) +Requires: libc.so.6(GLIBC_2.7) Requires: libm.so.6(GLIBC_2.0) Requires: rtld(GNU_HASH) -Requires: rpmlib(PayloadIsLzma) <= 4.4.2-1 +Requires: rpmlib(PayloadIsLzma) Provides: lxlogo = 10-alt2