The following packages will be installed: ftjam Fetching README... 0%100%100%100%100%100%Done Fetching ftjam.SlackBuild... 0%100%100%100%100%100%Done Fetching ftjam.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for rm... rm -f checking for rmdir... rmdir checking for a BSD-compatible install... /usr/bin/ginstall -c configure: creating ./config.status config.status: creating ../../Makefile config.status: creating ../../patchlevel.h config.status: creating ../../Jamrules gcc -o jam0 -O2 -fPIC -fno-strict-aliasing builtins.c command.c compile.c execnt.c execunix.c execvms.c expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c timestamp.c variable.c execunix.c: In function ‘execcmd’: execunix.c:232:20: warning: implicit declaration of function ‘vfork’ [-Wimplicit-function-declaration] 232 | if ((pid = vfork()) == 0) | ^~~~~ execunix.c:234:17: warning: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration] 234 | execvp( argv[0], argv ); | ^~~~~~ execunix.c:234:34: warning: passing argument 2 of ‘execvp’ from incompatible pointer type [-Wincompatible-pointer-types] 234 | execvp( argv[0], argv ); | ^~~~ | | | const char ** execunix.c:234:34: note: expected ‘char * const*’ but argument is of type ‘const char **’ execunix.c:235:17: warning: implicit declaration of function ‘_exit’ [-Wimplicit-function-declaration] 235 | _exit(127); | ^~~~~ execunix.c:235:17: warning: incompatible implicit declaration of built-in function ‘_exit’ [-Wbuiltin-declaration-mismatch] execunix.c: In function ‘execwait’: execunix.c:277:22: warning: implicit declaration of function ‘wait’ [-Wimplicit-function-declaration] 277 | while( ( w = wait( &status ) ) == -1 && errno == EINTR ) | ^~~~ fileunix.c: In function ‘file_archscan’: fileunix.c:205:13: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 205 | if( read( fd, buf, SARMAG ) != SARMAG || | ^~~~ | fread fileunix.c:208:13: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 208 | close( fd ); | ^~~~~ | pclose fileunix.c:260:21: warning: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration] 260 | lseek(fd, offset + SARHDR, 0); | ^~~~~ | fseek make1.c: In function ‘make1d’: make1.c:389:22: warning: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration] 389 | if( !unlink( targets->string ) ) | ^~~~~~ chmod a+w jambase.c ./jam0 ...found 276 target(s)... ...updating 35 target(s)... MkDir1 bin.unix Cc bin.unix/builtins.o Cc bin.unix/command.o Cc bin.unix/compile.o Cc bin.unix/execunix.o execunix.c: In function ‘execcmd’: execunix.c:232:20: warning: implicit declaration of function ‘vfork’ [-Wimplicit-function-declaration] 232 | if ((pid = vfork()) == 0) | ^~~~~ execunix.c:234:17: warning: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration] 234 | execvp( argv[0], argv ); | ^~~~~~ execunix.c:234:34: warning: passing argument 2 of ‘execvp’ from incompatible pointer type [-Wincompatible-pointer-types] 234 | execvp( argv[0], argv ); | ^~~~ | | | const char ** execunix.c:234:34: note: expected ‘char * const*’ but argument is of type ‘const char **’ execunix.c:235:17: warning: implicit declaration of function ‘_exit’ [-Wimplicit-function-declaration] 235 | _exit(127); | ^~~~~ execunix.c:235:17: warning: incompatible implicit declaration of built-in function ‘_exit’ [-Wbuiltin-declaration-mismatch] execunix.c: In function ‘execwait’: execunix.c:277:22: warning: implicit declaration of function ‘wait’ [-Wimplicit-function-declaration] 277 | while( ( w = wait( &status ) ) == -1 && errno == EINTR ) | ^~~~ Cc bin.unix/fileunix.o fileunix.c: In function ‘file_archscan’: fileunix.c:205:13: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 205 | if( read( fd, buf, SARMAG ) != SARMAG || | ^~~~ | fread fileunix.c:208:13: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 208 | close( fd ); | ^~~~~ | pclose fileunix.c:260:21: warning: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration] 260 | lseek(fd, offset + SARHDR, 0); | ^~~~~ | fseek Cc bin.unix/pathunix.o Yacc1 jamgram.c jamgram.h YaccMv jamgram.c jamgram.h Cc bin.unix/jamgram.o Cc bin.unix/expand.o Cc bin.unix/glob.o Cc bin.unix/hash.o Cc bin.unix/headers.o Cc bin.unix/lists.o Cc bin.unix/make.o Cc bin.unix/make1.o make1.c: In function ‘make1d’: make1.c:389:22: warning: implicit declaration of function ‘unlink’ [-Wimplicit-function-declaration] 389 | if( !unlink( targets->string ) ) | ^~~~~~ Cc bin.unix/newstr.o Cc bin.unix/option.o Cc bin.unix/parse.o Cc bin.unix/regexp.o Cc bin.unix/rules.o GenFile1 jamgram.y jamgramtab.h Cc bin.unix/scan.o Cc bin.unix/search.o Cc bin.unix/timestamp.o Cc bin.unix/variable.o Cc bin.unix/hdrmacro.o Archive bin.unix/libjam.a ar: creating bin.unix/libjam.a Ranlib bin.unix/libjam.a Cc bin.unix/mkjambase.o mkjambase.c:27:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 27 | main( int argc, char **argv, char **envp ) | ^~~~ Link bin.unix/mkjambase Chmod1 bin.unix/mkjambase Cc bin.unix/jam.o GenFile1 jambase.c Cc bin.unix/jambase.o Link bin.unix/jam Chmod1 bin.unix/jam Strip bin.unix/jam ...updated 35 target(s)... builds/unix/mkinstalldirs /usr/src/slapt-src/development/ftjam/package-ftjam/usr/bin mkdir -p -- /usr/src/slapt-src/development/ftjam/package-ftjam/usr/bin /usr/bin/ginstall -c bin.unix/jam /usr/src/slapt-src/development/ftjam/package-ftjam/usr/bin/jam Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/development/ftjam/ftjam-2.5.2-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/jam usr/doc/ usr/doc/ftjam-2.5.2/ usr/doc/ftjam-2.5.2/CHANGES usr/doc/ftjam-2.5.2/Jam.html usr/doc/ftjam-2.5.2/Jambase usr/doc/ftjam-2.5.2/Jambase.html usr/doc/ftjam-2.5.2/Jamfile.html usr/doc/ftjam-2.5.2/README usr/doc/ftjam-2.5.2/RELNOTES usr/doc/ftjam-2.5.2/ftjam.SlackBuild Slackware package /usr/src/slapt-src/development/ftjam/ftjam-2.5.2-x86_64-1salix15.0.txz created. Installing package ftjam-2.5.2-x86_64-1salix15.0... | ftjam (make like program construction tool) | | Jam recursively builds target files from source files, using | dependency information and updating actions expressed in the Jambase | file, which is written in jam's own interpreted language. The default | Jambase is compiled into jam and provides a boilerplate for common | use, relying on a user-provide file "Jamfile" to enumerate actual | targets and sources. | | Homepage: http://www.freetype.org/jam/ | | | WARNING: File already exist usr/bin/jam (it will be replaced)