------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> Set WITH_OPT_PENTIUM to optimize for both Pentium and Pentium MMX like processors. ===> Set WITH_OPT_PPRO to optimize for Pentium Pro, Pentium II, and Pentium III like processors. ===> Set WITH_OPT_SPARC to optimize for Sparc family of processors. Works well with UltraSPARC-I and UltraSPARC-II processors. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> djbfft-0.76_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> Set WITH_OPT_PENTIUM to optimize for both Pentium and Pentium MMX like processors. ===> Set WITH_OPT_PPRO to optimize for Pentium Pro, Pentium II, and Pentium III like processors. ===> Set WITH_OPT_SPARC to optimize for Sparc family of processors. Works well with UltraSPARC-I and UltraSPARC-II processors. ===> djbfft-0.76_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by djbfft-0.76_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> Set WITH_OPT_PENTIUM to optimize for both Pentium and Pentium MMX like processors. ===> Set WITH_OPT_PPRO to optimize for Pentium Pro, Pentium II, and Pentium III like processors. ===> Set WITH_OPT_SPARC to optimize for Sparc family of processors. Works well with UltraSPARC-I and UltraSPARC-II processors. ===> djbfft-0.76_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by djbfft-0.76_2 for building => SHA256 Checksum OK for djbfft-0.76.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> Set WITH_OPT_PENTIUM to optimize for both Pentium and Pentium MMX like processors. ===> Set WITH_OPT_PPRO to optimize for Pentium Pro, Pentium II, and Pentium III like processors. ===> Set WITH_OPT_SPARC to optimize for Sparc family of processors. Works well with UltraSPARC-I and UltraSPARC-II processors. ===> djbfft-0.76_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by djbfft-0.76_2 for building ===> Extracting for djbfft-0.76_2 => SHA256 Checksum OK for djbfft-0.76.tar.gz. Extracted Memory Use: 1.04M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for djbfft-0.76_2 ===> Applying ports patches for djbfft-0.76_2 ===> Applying dragonfly patches for djbfft-0.76_2 SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for djbfft-0.76_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for djbfft-0.76_2 --- compilebase --- --- load --- --- systype --- --- choose --- --- load --- ( cat warn-auto.sh; echo 'main="$1"; shift'; echo exec "`head -1 conf-ld`" '-o "$main" "$main".o ${1+"$@"}' ) > load chmod 755 load --- compilebase --- ( cat warn-auto.sh; echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' ) > compilebase chmod 755 compilebase --- auto_align --- --- systype --- ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\'; cat find-systype.sh; ) | sh > systype --- choose --- cat warn-auto.sh choose.sh | sed s}HOME}"`head -1 conf-home`"}g > choose --- auto_align --- ( ./compilebase trycpp.c -malign-double >/dev/null 2>&1 && echo -malign-double || exit 0 ) > auto_align --- choose --- chmod 755 choose --- auto_align --- rm -f trycpp.o --- compile --- ( cat warn-auto.sh; echo exec "`head -1 conf-cc`" "`cat auto_align`" '-c ${1+"$@"}' ) > compile chmod 755 compile --- accuracy.o --- --- accuracy2.o --- --- auto-str.o --- --- byte_copy.o --- --- byte_cr.o --- --- error.o --- --- error_str.o --- --- fftfreq.o --- --- hasgethr.h --- --- accuracy.o --- ./compile accuracy.c --- accuracy2.o --- ./compile accuracy2.c --- auto-str.o --- ./compile auto-str.c --- byte_copy.o --- ./compile byte_copy.c --- byte_cr.o --- ./compile byte_cr.c --- error_str.o --- ./compile error_str.c --- hasgethr.h --- ./choose cl trygethr hasgethr.h1 hasgethr.h2 > hasgethr.h --- error.o --- ./compile error.c --- fftfreq.o --- ./compile fftfreq.c --- auto-str.o --- auto-str.c:8:6: warning: conflicting types for built-in function 'puts' [-Wbuiltin-declaration-mismatch] void puts(s) ^~~~ auto-str.c:14:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ --- accuracy.o --- accuracy.c:231:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ --- accuracy2.o --- accuracy2.c:235:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ --- hasrdtsc.h --- ./choose clr tryrdtsc hasrdtsc.h1 hasrdtsc.h2 > hasrdtsc.h --- hier.o --- ./compile hier.c --- install.o --- ./compile install.c --- instcheck.o --- ./compile instcheck.c --- open_read.o --- --- install.o --- install.c: In function 'h': install.c:20:7: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] if (mkdir(home,0700) == -1) ^~~~~ install.c:23:7: warning: implicit declaration of function 'chown' [-Wimplicit-function-declaration] if (chown(home,uid,gid) == -1) ^~~~~ install.c:25:7: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] if (chmod(home,mode) == -1) ^~~~~ install.c: In function 'd': install.c:36:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] if (chdir(home) == -1) ^~~~~ --- hier.o --- hier.c: In function 'hier': hier.c:5:3: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] h(auto_home,-1,-1,02755); ^ hier.c:7:3: warning: implicit declaration of function 'd' [-Wimplicit-function-declaration] d(auto_home,"lib",-1,-1,02755); ^ hier.c:8:3: warning: implicit declaration of function 'c' [-Wimplicit-function-declaration] c(auto_home,"lib","libdjbfft.a",-1,-1,0644); ^ --- open_trunc.o --- --- open_read.o --- ./compile open_read.c --- install.o --- install.c: In function 'c': install.c:63:7: warning: implicit declaration of function 'fchdir' [-Wimplicit-function-declaration] if (fchdir(fdsourcedir) == -1) ^~~~~~ install.c:88:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(fdin); ^~~~~ install.c:91:7: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] if (fsync(fdout) == -1) ^~~~~ install.c: At top level: install.c:140:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ install.c: In function 'main': install.c:146:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] umask(077); ^~~~~ --- open_trunc.o --- ./compile open_trunc.c --- str_len.o --- ./compile str_len.c --- strerr_die.o --- ./compile strerr_die.c --- strerr_sys.o --- ./compile strerr_sys.c --- subfderr.o --- ./compile subfderr.c --- substdi.o --- --- substdio.o --- --- substdi.o --- ./compile substdi.c --- substdio.o --- ./compile substdio.c --- substdio_copy.o --- ./compile substdio_copy.c --- instcheck.o --- instcheck.c: In function 'd': instcheck.c:59:7: warning: implicit declaration of function 'chdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration] if (chdir(home) == -1) ^~~~~ mkdir instcheck.c: At top level: instcheck.c:104:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ --- substdo.o --- --- auto_opt --- sh print-opt.sh > auto_opt --- substdo.o --- ./compile substdo.c --- makelib --- ( cat warn-auto.sh; echo 'main="$1"; shift'; echo 'rm -f "$main"'; echo 'ar cr "$main" ${1+"$@"}'; case "`cat systype`" in sunos-5.*) ;; unix_sv*) ;; irix64-*) ;; irix-*) ;; dgux-*) ;; hp-ux-*) ;; sco*) ;; *) echo 'ranlib "$main"' ;; esac ) > makelib chmod 755 makelib --- 4c0.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/c0.c > 4c0.c --- 4c1.c --- --- 4c2.c --- --- 4c1.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/c1.c > 4c1.c --- 4c2.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/c2.c > 4c2.c --- 4c3.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/c3.c > 4c3.c --- 4c4.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/c4.c > 4c4.c --- 4c5.c --- --- 4d0.c --- --- 4c5.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/c5.c > 4c5.c --- 4d1.c --- --- 4d0.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/d0.c > 4d0.c --- 4d2.c --- --- 4d3.c --- --- 4d4.c --- --- 4d5.c --- --- 4d1.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/d1.c > 4d1.c --- 4d3.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/d3.c > 4d3.c --- 4d4.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/d4.c > 4d4.c --- 4d5.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/d5.c > 4d5.c --- 4d2.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/d2.c > 4d2.c --- 4i.c --- --- 4mc.c --- --- 4i.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/i.c > 4i.c --- 4mr.c --- --- 4r0.c --- --- 4r1.c --- --- 4mc.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/mc.c > 4mc.c --- 4r2.c --- --- 4mr.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/mr.c > 4mr.c --- 4r0.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/r0.c > 4r0.c --- 4r2.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/r2.c > 4r2.c --- 4r1.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/r1.c > 4r1.c --- 4r3.c --- --- 4r4.c --- --- 4r3.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/r3.c > 4r3.c --- 4r4.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/r4.c > 4r4.c --- 4r5.c --- --- 4sc.c --- --- 4r5.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/r5.c > 4r5.c --- 4sr.c --- --- 4sc.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/sc.c > 4sc.c --- 4u0.c --- --- 4u1.c --- --- 4u2.c --- --- 4sr.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/sr.c > 4sr.c --- 4u2.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/u2.c > 4u2.c --- 4u0.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/u0.c > 4u0.c --- 4u1.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/u1.c > 4u1.c --- 4u3.c --- --- 4u4.c --- --- 4u3.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/u3.c > 4u3.c --- 4u4.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/u4.c > 4u4.c --- 4u5.c --- --- 4v0.c --- --- 4v1.c --- --- 4u5.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/u5.c > 4u5.c --- 4v0.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/v0.c > 4v0.c --- 4v2.c --- --- 4v3.c --- --- 4v4.c --- --- 4v5.c --- --- 4v1.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/v1.c > 4v1.c --- 4v5.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/v5.c > 4v5.c --- 4v2.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/v2.c > 4v2.c --- 4v3.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/v3.c > 4v3.c --- 4v4.c --- sed 1s/PRE/pre4.c/ `cat auto_opt`/v4.c > 4v4.c --- 8c0.c --- --- 8c1.c --- --- 8c0.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/c0.c > 8c0.c --- 8c2.c --- --- 8c1.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/c1.c > 8c1.c --- 8c3.c --- --- 8c2.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/c2.c > 8c2.c --- 8c4.c --- --- 8c3.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/c3.c > 8c3.c --- 8c5.c --- --- 8d0.c --- --- 8d1.c --- --- 8c4.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/c4.c > 8c4.c --- 8c5.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/c5.c > 8c5.c --- 8d0.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/d0.c > 8d0.c --- 8d2.c --- --- 8d1.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/d1.c > 8d1.c --- 8d3.c --- --- 8d4.c --- --- 8d5.c --- --- 8i.c --- --- 8d2.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/d2.c > 8d2.c --- 8mc.c --- --- 8mr.c --- --- 8d3.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/d3.c > 8d3.c --- 8d5.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/d5.c > 8d5.c --- 8i.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/i.c > 8i.c --- 8d4.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/d4.c > 8d4.c --- 8mr.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/mr.c > 8mr.c --- 8r0.c --- --- 8r1.c --- --- 8r2.c --- --- 8r3.c --- --- 8r4.c --- --- 8r5.c --- --- 8r0.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/r0.c > 8r0.c --- 8r1.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/r1.c > 8r1.c --- 8r2.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/r2.c > 8r2.c --- 8r3.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/r3.c > 8r3.c --- 8mc.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/mc.c > 8mc.c --- 8r4.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/r4.c > 8r4.c --- 8sc.c --- --- 8sr.c --- --- 8u0.c --- --- 8u1.c --- --- 8u2.c --- --- 8u3.c --- --- 8u1.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/u1.c > 8u1.c --- 8u0.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/u0.c > 8u0.c --- 8sr.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/sr.c > 8sr.c --- 8sc.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/sc.c > 8sc.c --- 8r5.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/r5.c > 8r5.c --- 8u4.c --- --- 8u5.c --- --- 8v0.c --- --- 8v1.c --- --- 8v2.c --- --- 8v3.c --- --- 8u4.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/u4.c > 8u4.c --- 8u3.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/u3.c > 8u3.c --- 8u2.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/u2.c > 8u2.c --- 8u5.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/u5.c > 8u5.c --- 8v0.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/v0.c > 8v0.c --- 8v4.c --- --- 8v5.c --- --- error.a --- --- 8v1.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/v1.c > 8v1.c --- 8v3.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/v3.c > 8v3.c --- 8v4.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/v4.c > 8v4.c --- 8v2.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/v2.c > 8v2.c --- open.a --- --- str.a --- --- 8v5.c --- sed 1s/PRE/pre8.c/ `cat auto_opt`/v5.c > 8v5.c --- strerr.a --- --- str.a --- ./makelib str.a byte_copy.o byte_cr.o str_len.o --- open.a --- ./makelib open.a open_read.o open_trunc.o --- strerr.a --- ./makelib strerr.a strerr_sys.o strerr_die.o --- speed.o --- ./compile speed.c --- 4c0.o --- --- error.a --- ./makelib error.a error.o error_str.o --- 4c0.o --- ./compile 4c0.c --- 4c1.o --- --- 4c2.o --- --- 4c3.o --- --- 4c2.o --- ./compile 4c2.c --- 4c1.o --- ./compile 4c1.c --- 4c3.o --- ./compile 4c3.c --- 4c4.o --- ./compile 4c4.c --- 4c5.o --- ./compile 4c5.c --- 4d0.o --- ./compile 4d0.c --- 4d1.o --- ./compile 4d1.c --- 4d2.o --- ./compile 4d2.c --- 4d3.o --- ./compile 4d3.c --- 4d4.o --- ./compile 4d4.c --- speed.o --- speed.c:104:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ --- 4d5.o --- ./compile 4d5.c --- 4mr.o --- ./compile 4mr.c --- 4r0.o --- ./compile 4r0.c --- 4r1.o --- ./compile 4r1.c --- 4mr.o --- In file included from 4mr.c:1: 4mr.c: In function 'fftr4_mul': pre4.c:13:14: warning: implicit declaration of function 'fftc4_mul'; did you mean 'fftr4_mul'? [-Wimplicit-function-declaration] #define mulc fftc4_mul ^~~~~~~~~ 4mr.c:35:3: note: in expansion of macro 'mulc' mulc((complex *)(a + 4),(complex *)(b + 4),(n - 4) / 2); ^~~~ --- 4r2.o --- --- 4r3.o --- --- 4r2.o --- ./compile 4r2.c --- 4r3.o --- ./compile 4r3.c --- 4r4.o --- ./compile 4r4.c --- 4r5.o --- ./compile 4r5.c --- 4u0.o --- ./compile 4u0.c --- 4u2.o --- ./compile 4u2.c --- 4sr.o --- --- 4sc.o --- ./compile 4sc.c --- 4u5.o --- --- 4sr.o --- ./compile 4sr.c --- 4u5.o --- ./compile 4u5.c --- 4u4.o --- ./compile 4u4.c --- 4u3.o --- ./compile 4u3.c --- 4u1.o --- ./compile 4u1.c --- 4v0.o --- ./compile 4v0.c --- 4v3.o --- ./compile 4v3.c --- 4mc.o --- --- 4v5.o --- --- 4mc.o --- ./compile 4mc.c --- 4v5.o --- ./compile 4v5.c --- 4v2.o --- ./compile 4v2.c --- 4v1.o --- --- 4v4.o --- --- 4v1.o --- ./compile 4v1.c --- 4v4.o --- ./compile 4v4.c --- 8c0.o --- ./compile 8c0.c --- 8c1.o --- ./compile 8c1.c --- 8c2.o --- ./compile 8c2.c --- 8c3.o --- ./compile 8c3.c --- 8c4.o --- ./compile 8c4.c --- 8c5.o --- --- 8d0.o --- --- 8c5.o --- ./compile 8c5.c --- 8d0.o --- ./compile 8d0.c --- 8d1.o --- ./compile 8d1.c --- 8d3.o --- ./compile 8d3.c --- 8d5.o --- ./compile 8d5.c --- 8d4.o --- --- 8mr.o --- --- 8d4.o --- ./compile 8d4.c --- 8mr.o --- ./compile 8mr.c --- 8d2.o --- ./compile 8d2.c --- 8r0.o --- ./compile 8r0.c --- 8mr.o --- In file included from 8mr.c:1: 8mr.c: In function 'fftr8_mul': pre8.c:12:14: warning: implicit declaration of function 'fftc8_mul'; did you mean 'fftr8_mul'? [-Wimplicit-function-declaration] #define mulc fftc8_mul ^~~~~~~~~ 8mr.c:35:3: note: in expansion of macro 'mulc' mulc((complex *)(a + 4),(complex *)(b + 4),(n - 4) / 2); ^~~~ --- 8r1.o --- ./compile 8r1.c --- 8r2.o --- ./compile 8r2.c --- 8r3.o --- ./compile 8r3.c --- 8mc.o --- ./compile 8mc.c --- 8r4.o --- ./compile 8r4.c --- 8u1.o --- ./compile 8u1.c --- 8u0.o --- ./compile 8u0.c --- 8sr.o --- ./compile 8sr.c --- 8sc.o --- --- 8r5.o --- --- 8sc.o --- ./compile 8sc.c --- 8r5.o --- ./compile 8r5.c --- substdio.a --- ./makelib substdio.a substdio.o substdi.o substdo.o subfderr.o substdio_copy.o --- 8u4.o --- ./compile 8u4.c --- 8u3.o --- --- 8u2.o --- --- 8u3.o --- ./compile 8u3.c --- 8u5.o --- --- 8v1.o --- --- 8v3.o --- --- 8v2.o --- --- 8v5.o --- --- 8v0.o --- --- 8u2.o --- ./compile 8u2.c --- 8u5.o --- ./compile 8u5.c --- 8v2.o --- ./compile 8v2.c --- 8v5.o --- ./compile 8v5.c --- 8v4.o --- --- 8v0.o --- ./compile 8v0.c --- 8v1.o --- ./compile 8v1.c --- 8v4.o --- ./compile 8v4.c --- 8v3.o --- ./compile 8v3.c --- auto-str --- ./load auto-str substdio.a error.a str.a --- auto_home.c --- ./auto-str auto_home `head -1 conf-home` > auto_home.c --- auto_home.o --- ./compile auto_home.c --- install --- --- instcheck --- --- install --- ./load install hier.o auto_home.o strerr.a substdio.a open.a error.a str.a --- instcheck --- ./load instcheck hier.o auto_home.o strerr.a substdio.a error.a str.a --- libdjbfft.a --- ./makelib libdjbfft.a 8sc.o 8u5.o 8u4.o 8u3.o 8u2.o 8u1.o 8u0.o 8mc.o 8c0.o 8c1.o 8c2.o 8c3.o 8c4.o 8c5.o 8d0.o 8d1.o 8d2.o 8d3.o 8d4.o 8d5.o 8v5.o 8v4.o 8v3.o 8v2.o 8v1.o 8v0.o 8mr.o 8r0.o 8r1.o 8r2.o 8r3.o 8r4.o 8r5.o 8sr.o 4sc.o 4u5.o 4u4.o 4u3.o 4u2.o 4u1.o 4u0.o 4mc.o 4c0.o 4c1.o 4c2.o 4c3.o 4c4.o 4c5.o 4d0.o 4d1.o 4d2.o 4d3.o 4d4.o 4d5.o 4v5.o 4v4.o 4v3.o 4v2.o 4v1.o 4v0.o 4mr.o 4r0.o 4r1.o 4r2.o 4r3.o 4r4.o 4r5.o 4sr.o fftfreq.o --- accuracy --- --- accuracy2 --- --- accuracy --- ./load accuracy libdjbfft.a `cat math.lib` --- accuracy2 --- ./load accuracy2 libdjbfft.a `cat math.lib` --- speed --- ./load speed libdjbfft.a `cat math.lib` --- speed.out --- ./speed > speed.out SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for djbfft-0.76_2 ===> Generating temporary packing list ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: accuracy.c sed failed: file content unchanged from backup: error.c sed failed: file content unchanged from backup: accuracy2.c.orig sed failed: file content unchanged from backup: conf-ld sed failed: file content unchanged from backup: open.h sed failed: file content unchanged from backup: fftc8.h sed failed: file content unchanged from backup: substdio.h sed failed: file content unchanged from backup: warn-auto.sh sed failed: file content unchanged from backup: exit.h sed failed: file content unchanged from backup: conf-home sed failed: file content unchanged from backup: fftfreq.c sed failed: file content unchanged from backup: math.lib sed failed: file content unchanged from backup: byte_copy.c sed failed: file content unchanged from backup: hasgethr.h2 sed failed: file content unchanged from backup: strerr_sys.c sed failed: file content unchanged from backup: hasrdtsc.h2 sed failed: file content unchanged from backup: strerr.h sed failed: file content unchanged from backup: timing.h sed failed: file content unchanged from backup: SYSDEPS sed failed: file content unchanged from backup: install.c sed failed: file content unchanged from backup: pre8.c sed failed: file content unchanged from backup: real8.h sed failed: file content unchanged from backup: sparc/c4.c sed failed: file content unchanged from backup: sparc/u0.c sed failed: file content unchanged from backup: sparc/d1.c sed failed: file content unchanged from backup: sparc/sc.c sed failed: file content unchanged from backup: sparc/c2.c sed failed: file content unchanged from backup: sparc/d5.c sed failed: file content unchanged from backup: sparc/i.c sed failed: file content unchanged from backup: sparc/d3.c sed failed: file content unchanged from backup: sparc/u1.c sed failed: file content unchanged from backup: sparc/d2.c sed failed: file content unchanged from backup: sparc/u3.c sed failed: file content unchanged from backup: sparc/c1.c sed failed: file content unchanged from backup: sparc/c0.c sed failed: file content unchanged from backup: sparc/r5.c sed failed: file content unchanged from backup: sparc/v0.c sed failed: file content unchanged from backup: sparc/v2.c sed failed: file content unchanged from backup: sparc/u2.c sed failed: file content unchanged from backup: sparc/r0.c sed failed: file content unchanged from backup: sparc/sr.c sed failed: file content unchanged from backup: sparc/v3.c sed failed: file content unchanged from backup: sparc/v5.c sed failed: file content unchanged from backup: sparc/u5.c sed failed: file content unchanged from backup: sparc/c5.c sed failed: file content unchanged from backup: sparc/mr.c sed failed: file content unchanged from backup: sparc/d4.c sed failed: file content unchanged from backup: sparc/u4.c sed failed: file content unchanged from backup: sparc/r4.c sed failed: file content unchanged from backup: sparc/v4.c sed failed: file content unchanged from backup: sparc/r3.c sed failed: file content unchanged from backup: sparc/mc.c sed failed: file content unchanged from backup: sparc/c3.c sed failed: file content unchanged from backup: sparc/r2.c sed failed: file content unchanged from backup: sparc/v1.c sed failed: file content unchanged from backup: sparc/d0.c sed failed: file content unchanged from backup: sparc/r1.c sed failed: file content unchanged from backup: pre4.c sed failed: file content unchanged from backup: subfd.h sed failed: file content unchanged from backup: fftr4.h sed failed: file content unchanged from backup: FILES sed failed: file content unchanged from backup: substdio_copy.c sed failed: file content unchanged from backup: README sed failed: file content unchanged from backup: speed.c.orig sed failed: file content unchanged from backup: conf-cc sed failed: file content unchanged from backup: pentium/sc.c sed failed: file content unchanged from backup: pentium/r3.c sed failed: file content unchanged from backup: pentium/d1.c sed failed: file content unchanged from backup: pentium/r1.c sed failed: file content unchanged from backup: pentium/v1.c sed failed: file content unchanged from backup: pentium/u0.c sed failed: file content unchanged from backup: pentium/v3.c sed failed: file content unchanged from backup: pentium/d3.c sed failed: file content unchanged from backup: pentium/c0.c sed failed: file content unchanged from backup: pentium/sr.c sed failed: file content unchanged from backup: pentium/r4.c sed failed: file content unchanged from backup: pentium/d0.c sed failed: file content unchanged from backup: pentium/v0.c sed failed: file content unchanged from backup: pentium/d5.c sed failed: file content unchanged from backup: pentium/c2.c sed failed: file content unchanged from backup: pentium/r5.c sed failed: file content unchanged from backup: pentium/c3.c sed failed: file content unchanged from backup: pentium/mc.c sed failed: file content unchanged from backup: pentium/i.c sed failed: file content unchanged from backup: pentium/c1.c sed failed: file content unchanged from backup: pentium/u3.c sed failed: file content unchanged from backup: pentium/u4.c sed failed: file content unchanged from backup: pentium/u1.c sed failed: file content unchanged from backup: pentium/v2.c sed failed: file content unchanged from backup: pentium/r2.c sed failed: file content unchanged from backup: pentium/u5.c sed failed: file content unchanged from backup: pentium/d4.c sed failed: file content unchanged from backup: pentium/r0.c sed failed: file content unchanged from backup: pentium/d2.c sed failed: file content unchanged from backup: pentium/u2.c sed failed: file content unchanged from backup: pentium/v5.c sed failed: file content unchanged from backup: pentium/c4.c sed failed: file content unchanged from backup: pentium/v4.c sed failed: file content unchanged from backup: pentium/c5.c sed failed: file content unchanged from backup: pentium/mr.c sed failed: file content unchanged from backup: error.h.orig sed failed: file content unchanged from backup: fftr8.h sed failed: file content unchanged from backup: roots/32.c sed failed: file content unchanged from backup: roots/h32.c sed failed: file content unchanged from backup: roots/256.c sed failed: file content unchanged from backup: roots/h16.c sed failed: file content unchanged from backup: roots/128.c sed failed: file content unchanged from backup: roots/h256.c sed failed: file content unchanged from backup: roots/h512.c sed failed: file content unchanged from backup: roots/h128.c sed failed: file content unchanged from backup: roots/h64.c sed failed: file content unchanged from backup: roots/64.c sed failed: file content unchanged from backup: roots/h2048.c sed failed: file content unchanged from backup: roots/h4096.c sed failed: file content unchanged from backup: roots/512.c sed failed: file content unchanged from backup: roots/h8192.c sed failed: file content unchanged from backup: roots/16.c sed failed: file content unchanged from backup: roots/h1024.c sed failed: file content unchanged from backup: str_len.c sed failed: file content unchanged from backup: subfderr.c sed failed: file content unchanged from backup: auto-str.c sed failed: file content unchanged from backup: complex4.h sed failed: file content unchanged from backup: ppro/d5.c sed failed: file content unchanged from backup: ppro/v2.c sed failed: file content unchanged from backup: ppro/r1.c sed failed: file content unchanged from backup: ppro/v5.c sed failed: file content unchanged from backup: ppro/u3.c sed failed: file content unchanged from backup: ppro/r4.c sed failed: file content unchanged from backup: ppro/u5.c sed failed: file content unchanged from backup: ppro/mc.c sed failed: file content unchanged from backup: ppro/d1.c sed failed: file content unchanged from backup: ppro/u2.c sed failed: file content unchanged from backup: ppro/c1.c sed failed: file content unchanged from backup: ppro/u4.c sed failed: file content unchanged from backup: ppro/c4.c sed failed: file content unchanged from backup: ppro/v4.c sed failed: file content unchanged from backup: ppro/d4.c sed failed: file content unchanged from backup: ppro/c5.c sed failed: file content unchanged from backup: ppro/sc.c sed failed: file content unchanged from backup: ppro/r2.c sed failed: file content unchanged from backup: ppro/r3.c sed failed: file content unchanged from backup: ppro/i.c sed failed: file content unchanged from backup: ppro/d2.c sed failed: file content unchanged from backup: ppro/r5.c sed failed: file content unchanged from backup: ppro/d0.c sed failed: file content unchanged from backup: ppro/v3.c sed failed: file content unchanged from backup: ppro/c2.c sed failed: file content unchanged from backup: ppro/u1.c sed failed: file content unchanged from backup: ppro/v1.c sed failed: file content unchanged from backup: ppro/sr.c sed failed: file content unchanged from backup: ppro/mr.c sed failed: file content unchanged from backup: ppro/v0.c sed failed: file content unchanged from backup: ppro/r0.c sed failed: file content unchanged from backup: ppro/d3.c sed failed: file content unchanged from backup: ppro/u0.c sed failed: file content unchanged from backup: ppro/c3.c sed failed: file content unchanged from backup: ppro/c0.c sed failed: file content unchanged from backup: open_trunc.c sed failed: file content unchanged from backup: readwrite.h sed failed: file content unchanged from backup: hasrdtsc.h1 sed failed: file content unchanged from backup: conf-opt sed failed: file content unchanged from backup: error_str.c sed failed: file content unchanged from backup: choose.sh sed failed: file content unchanged from backup: open_read.c sed failed: file content unchanged from backup: fftfreq.h sed failed: file content unchanged from backup: trygethr.c sed failed: file content unchanged from backup: byte.h sed failed: file content unchanged from backup: x86cpuid.c sed failed: file content unchanged from backup: real4.h sed failed: file content unchanged from backup: VERSION sed failed: file content unchanged from backup: complex8.h sed failed: file content unchanged from backup: instcheck.c sed failed: file content unchanged from backup: find-systype.sh sed failed: file content unchanged from backup: CHANGES sed failed: file content unchanged from backup: print-opt.sh sed failed: file content unchanged from backup: auto_home.h sed failed: file content unchanged from backup: trycpp.c sed failed: file content unchanged from backup: substdio.c sed failed: file content unchanged from backup: TODO sed failed: file content unchanged from backup: substdi.c sed failed: file content unchanged from backup: tryrdtsc.c sed failed: file content unchanged from backup: accuracy.c.orig sed failed: file content unchanged from backup: str.h sed failed: file content unchanged from backup: hasgethr.h1 sed failed: file content unchanged from backup: byte_cr.c sed failed: file content unchanged from backup: fftc4.h sed failed: file content unchanged from backup: strerr_die.c sed failed: file content unchanged from backup: idea/v5.c sed failed: file content unchanged from backup: idea/d0.c sed failed: file content unchanged from backup: idea/v1.c sed failed: file content unchanged from backup: idea/u5.c sed failed: file content unchanged from backup: idea/c1.c sed failed: file content unchanged from backup: idea/v2.c sed failed: file content unchanged from backup: idea/mc.c sed failed: file content unchanged from backup: idea/r4.c sed failed: file content unchanged from backup: idea/r0.c sed failed: file content unchanged from backup: idea/d1.c sed failed: file content unchanged from backup: idea/c0.c sed failed: file content unchanged from backup: idea/u4.c sed failed: file content unchanged from backup: idea/c2.c sed failed: file content unchanged from backup: idea/v4.c sed failed: file content unchanged from backup: idea/v3.c sed failed: file content unchanged from backup: idea/r2.c sed failed: file content unchanged from backup: idea/d3.c sed failed: file content unchanged from backup: idea/u2.c sed failed: file content unchanged from backup: idea/c4.c sed failed: file content unchanged from backup: idea/mr.c sed failed: file content unchanged from backup: idea/c5.c sed failed: file content unchanged from backup: idea/sr.c sed failed: file content unchanged from backup: idea/r5.c sed failed: file content unchanged from backup: idea/u0.c sed failed: file content unchanged from backup: idea/d4.c sed failed: file content unchanged from backup: idea/c3.c sed failed: file content unchanged from backup: idea/d5.c sed failed: file content unchanged from backup: idea/v0.c sed failed: file content unchanged from backup: idea/sc.c sed failed: file content unchanged from backup: idea/u1.c sed failed: file content unchanged from backup: idea/u3.c sed failed: file content unchanged from backup: idea/d2.c sed failed: file content unchanged from backup: idea/r3.c sed failed: file content unchanged from backup: idea/i.c sed failed: file content unchanged from backup: idea/r1.c sed failed: file content unchanged from backup: error.h sed failed: file content unchanged from backup: substdo.c sed failed: file content unchanged from backup: speed.c sed failed: file content unchanged from backup: accuracy2.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for djbfft-0.76_2 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08