Source: pforth
Version: 1:2.0.1-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-shuffle

Hi,

GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/

This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.

More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle

Relevant part (hopefully):
> make[2]: Entering directory 
> '/build/reproducible-path/pforth-2.0.1/platforms/unix'
> Makefile:77: update target 'pf_fileio_stdio.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_fileio_stdio.o 
> ../../csrc/stdio/pf_fileio_stdio.c
> Makefile:77: update target 'pf_io_posix.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_io_posix.o 
> ../../csrc/posix/pf_io_posix.c
> Makefile:77: update target 'pfcustom.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pfcustom.o ../../csrc/pfcustom.c
> Makefile:77: update target 'pfcompil.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pfcompil.o ../../csrc/pfcompil.c
> Makefile:77: update target 'pf_words.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_words.o ../../csrc/pf_words.c
> Makefile:77: update target 'pf_text.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_text.o ../../csrc/pf_text.c
> Makefile:77: update target 'pf_save.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_save.o ../../csrc/pf_save.c
> Makefile:77: update target 'pf_mem.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_mem.o ../../csrc/pf_mem.c
> Makefile:77: update target 'pf_main.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_main.o ../../csrc/pf_main.c
> Makefile:77: update target 'pf_io_none.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_io_none.o ../../csrc/pf_io_none.c
> Makefile:77: update target 'pf_io.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_io.o ../../csrc/pf_io.c
> Makefile:77: update target 'pf_inner.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_inner.o ../../csrc/pf_inner.c
> Makefile:77: update target 'pf_core.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_core.o ../../csrc/pf_core.c
> Makefile:77: update target 'pf_clib.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_clib.o ../../csrc/pf_clib.c
> Makefile:77: update target 'pf_cglue.o' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_cglue.o ../../csrc/pf_cglue.c
> Makefile:99: update target 'pforth' due to: target does not exist
> c99  -o pforth pf_cglue.o pf_clib.o pf_core.o pf_inner.o pf_io.o pf_io_none.o 
> pf_main.o pf_mem.o pf_save.o pf_text.o pf_words.o pfcompil.o pfcustom.o 
> pf_io_posix.o pf_fileio_stdio.o  -lm
> Makefile:103: update target 'pforth.dic' due to: target does not exist
> wd=$(pwd); (cd ../../fth; "${wd}/pforth" -i system.fth)
> PForth V2.0.0, LE/64, built Jan  9 2023 23:55:24
> Including: system.fth
> AUTO.INIT redefined.
> Include loadp4th.fth
> Include forget.fth
>     include added 1376 bytes,287528 left.
> Include numberio.fth
> . redefined.
>     include added 3288 bytes,284240 left.
> Include misc1.fth
>     include added 2560 bytes,281680 left.
> Include case.fth
>     include added 792 bytes,280888 left.
> Include structure.fth
>     include added 328 bytes,280560 left.
> Include strings.fth
>     include added 1528 bytes,279032 left.
> Include private.fth
>     include added 768 bytes,278264 left.
> Include ansilocs.fth
> : redefined.
> ; redefined.
> EXIT redefined.
> DOES> redefined.
>     include added 4120 bytes,274144 left.
> Include locals.fth
>     include added 1336 bytes,272808 left.
> Include math.fth
> /MOD redefined.
> MOD redefined.
>     include added 1192 bytes,271616 left.
> Include condcomp.fth
>     include added 664 bytes,270952 left.
> Include misc2.fth
>     include added 5168 bytes,265784 left.
> Include save-input.fth
>     include added 1088 bytes,264696 left.
> Include file.fth
> ( redefined.
>     include added 2576 bytes,262120 left.
> Include require.fth
>     include added 208 bytes,261912 left.
> Include slashqt.fth
>     include added 2024 bytes,259888 left.
> Include floats.fth
> Floating point numeric conversion installed.
>     include added 7936 bytes,251952 left.
> Include member.fth
>     include added 1520 bytes,250432 left.
> Include c_struct.fth
>     include added 3912 bytes,246520 left.
> Include smart_if.fth
> IF redefined.
> DO redefined.
> ?DO redefined.
> BEGIN redefined.
> THEN redefined.
> REPEAT redefined.
> UNTIL redefined.
> LOOP redefined.
> +LOOP redefined.
>     include added 688 bytes,245832 left.
> Include filefind.fth
>     include added 2088 bytes,243744 left.
> Include see.fth
>     include added 3720 bytes,240024 left.
> Include wordslik.fth
>     include added 296 bytes,239728 left.
> Include trace.fth
>     include added 13248 bytes,226480 left.
> Include termio.fth
> CLS redefined.
>     include added 680 bytes,225800 left.
> Include history.fth
> AUTO.INIT redefined.
> AUTO.TERM redefined.
>     include added 9584 bytes,216216 left.
> Code Segment
>    CODEBASE           = 7FE78DC26010 
>    HERE               = 7FE78DC3A758 
>    CODELIMIT          = 7FE78DC6F3F0 
>    Compiled Code Size = 83784 
>    CODE-SIZE          = 300000 
>    Code Room UNUSED   = 216216 
> Name Segment
>    NAMEBASE           = 557839515550 
>    HEADERS-PTR @      = 55783951C668 
>    NAMELIMIT          = 557839532A10 
>    CONTEXT @          = 55783951C660 
>    LATEST             = 55783951C660  = ;;;;
>    Compiled Name size = 28952 
>    HEADERS-SIZE       = 120000 
>    Name Room Left     = 91048 
>     include added 72688 bytes,216216 left.
> ;;;; redefined.
> Dictionary compiled, save in "pforth.dic".
> (cd ../../fth; cat pforth.dic; rm -f pforth.dic) > pforth.dic
> Makefile:107: update target 'pfdicdat.h' due to: target does not exist
> test -f ../../csrc/pfdicdat.h && echo WARNING old ../../csrc/pfdicdat.h would 
> interfere || true
> # Remove stray csrc/pfdicdat.h because it may accidentally get included.
> rm -f ../../csrc/pfdicdat.h
> echo 'include ../../fth/savedicd.fth SDAD BYE' | ./pforth -d pforth.dic
> PForth V2.0.0, LE/64, built Jan  9 2023 23:55:24
> pForth loading dictionary from file pforth.dic
>      File format version is 10 
>      Name space size = 120000 
>      Code space size = 300000 
>      Entry Point     = 0 
>      Cell Size       = 8 
>      Little  Endian Dictionary
> 
> include ../../fth/savedicd.fth SDAD BYE 
> Include ../../fth/savedicd.fth
> AUTO.INIT redefined.
> Enter: SDAD
>     include added 3496 bytes,212712 left.
> Saving Names
> 0x0 
> 0x800 
> 0x1000 
> 0x1800 
> 0x2000 
> 0x2800 
> 0x3000 
> 0x3800 
> 0x4000 
> 0x4800 
> 0x5000 
> 0x5800 
> 0x6000 
> 0x6800 
> 0x7000 
> 0 
> Saving Code
> 0x0 
> 0x800 
> 0x1000 
> 0x1800 
> 0x2000 
> 0x2800 
> 0x3000 
> 0x3800 
> 0x4000 
> 0x4800 
> 0x5000 
> 0x5800 
> 0x6000 
> 0x6800 
> 0x7000 
> 0x7800 
> 0x8000 
> 0x8800 
> 0x9000 
> 0x9800 
> 0xA000 
> 0xA800 
> 0xB000 
> 0xB800 
> 0xC000 
> 0xC800 
> 0xD000 
> 0xD800 
> 0xE000 
> 0xE800 
> 0xF000 
> 0xF800 
> 0x10000 
> 0x10800 
> 0x11000 
> 0x11800 
> 0x12000 
> 0x12800 
> 0x13000 
> 0x13800 
> 0x14000 
> 0x14800 
> 0x15000 
> 0 
> 
> Makefile:80: update target 'pf_fileio_stdio.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_fileio_stdio.eo 
> ../../csrc/stdio/pf_fileio_stdio.c
> Makefile:80: update target 'pf_io_posix.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_io_posix.eo 
> ../../csrc/posix/pf_io_posix.c
> Makefile:80: update target 'pfcustom.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pfcustom.eo 
> ../../csrc/pfcustom.c
> Makefile:80: update target 'pfcompil.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pfcompil.eo 
> ../../csrc/pfcompil.c
> Makefile:80: update target 'pf_words.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_words.eo 
> ../../csrc/pf_words.c
> Makefile:80: update target 'pf_text.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_text.eo 
> ../../csrc/pf_text.c
> Makefile:80: update target 'pf_save.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_save.eo 
> ../../csrc/pf_save.c
> Makefile:80: update target 'pf_mem.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_mem.eo 
> ../../csrc/pf_mem.c
> Makefile:80: update target 'pf_main.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_main.eo 
> ../../csrc/pf_main.c
> Makefile:80: update target 'pf_io_none.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_io_none.eo 
> ../../csrc/pf_io_none.c
> Makefile:80: update target 'pf_io.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_io.eo 
> ../../csrc/pf_io.c
> Makefile:80: update target 'pf_inner.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_inner.eo 
> ../../csrc/pf_inner.c
> Makefile:80: update target 'pf_core.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_core.eo 
> ../../csrc/pf_core.c
> Makefile:80: update target 'pf_clib.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_clib.eo 
> ../../csrc/pf_clib.c
> Makefile:80: update target 'pf_cglue.eo' due to: target does not exist
> c99  -x c -O2 --std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  
> -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   
> -Wmissing-prototypes  -Wmissing-declarations  -g -I. -DPF_SUPPORT_FP 
> -D_DEFAULT_SOURCE -D_GNU_SOURCE -DPF_STATIC_DIC  -c -o pf_cglue.eo 
> ../../csrc/pf_cglue.c
> Makefile:113: update target 'pforth_standalone' due to: target does not exist
> c99  -o pforth_standalone pf_cglue.eo pf_clib.eo pf_core.eo pf_inner.eo 
> pf_io.eo pf_io_none.eo pf_main.eo pf_mem.eo pf_save.eo pf_text.eo pf_words.eo 
> pfcompil.eo pfcustom.eo pf_io_posix.eo pf_fileio_stdio.eo  -lm
> echo ""
> 
> echo "Standalone pForth executable written to pforth_standalone"
> Standalone pForth executable written to pforth_standalone
> Makefile:138: update target 'test' due to: target is .PHONY
> cd ../../fth && ../platforms/unix/pforth_standalone -q t_corex.fth
> Include t_tools.fth
>     include added 1592 bytes,38412 left.
> IF YOU SEE THIS THEN .( WORKED!
>     1234 - SHOULD LINE UP WITH NEXT LINE.
>     1234
> TEST NULL STRING IN .( 
> 10 9 8 7 6 5 
> 
>     ABCD4321 - SHOULD LINE UP WITH NEXT LINE.
>     ABCD4321
>  124 passed,    0 failed.
> cd ../../fth && ../platforms/unix/pforth_standalone -q t_strings.fth
> Include t_tools.fth
>     include added 1592 bytes,38412 left.
>   58 passed,    0 failed.
> cd ../../fth && ../platforms/unix/pforth_standalone -q t_locals.fth
> Include t_tools.fth
>     include added 1592 bytes,38412 left.
> Test warning when no locals defined.
> (LOCAL) - Warning: no locals defined!
>    9 passed,    0 failed.
> cd ../../fth && ../platforms/unix/pforth_standalone -q t_alloc.fth
> Include t_tools.fth
>     include added 1592 bytes,38412 left.
> Testing ALLOCATE and FREE
> 10000 tests
> Total Avail = 40960 
> Please wait for test to complete...
> Final    MAX = 40960 
> Original MAX = 40960 
> Test PASSED.
>    1 passed,    0 failed.
> cd ../../fth && ../platforms/unix/pforth_standalone -q t_floats.fth
> Include t_tools.fth
>     include added 1592 bytes,38412 left.
> T_F. T.SERIES final = 1.234533e+17 
> T_F. T.SERIES final = 1.234533e+17 
> T_F. T.SERIES final = 9.303299e+20 
> T_F>D T.SERIES final = 1.175126e+17 
> T_FS. T.SERIES final = 1.081004e+16 
> T_FS. T.SERIES final = 6.448631e-18 
> T_FE. T.SERIES final = 1.601179e+17 
> T_FE. T.SERIES final = 1.219607e-18 
> T_FE. T.SERIES final = 1.019165e+23 
> T_FE. T.SERIES final = 2.103802e-12 
>   60 passed,    0 failed.
> cd ../../fth && ../platforms/unix/pforth_standalone -q t_file.fth
> Include t_tools.fth
>     include added 1592 bytes,38412 left.
> Include t_required_helper1.fth
>     include added 0 bytes,37292 left.
> Include t_required_helper1.fth
>     include added 0 bytes,37292 left.
> Include t_required_helper2.fth
>     include added 0 bytes,37292 left.
> Include t_required_helper2.fth
>     include added 0 bytes,37292 left.
>   94 passed,    0 failed.
> echo "PForth Tests PASSED"
> PForth Tests PASSED
> Makefile:147: update target 'clean' due to: target is .PHONY
> rm -f pf_cglue.o pf_clib.o pf_core.o pf_inner.o pf_io.o pf_io_none.o 
> pf_main.o pf_mem.o pf_save.o pf_text.o pf_words.o pfcompil.o pfcustom.o 
> pf_io_posix.o pf_fileio_stdio.o pf_cglue.eo pf_clib.eo pf_core.eo pf_inner.eo 
> pf_io.eo pf_io_none.eo pf_main.eo pf_mem.eo pf_save.eo pf_text.eo pf_words.eo 
> pfcompil.eo pfcustom.eo pf_io_posix.eo pf_fileio_stdio.eo
> rm -f pforth_standalone
> rm -f pfdicdat.h ../../fth/pfdicdat.h ../../csrc/pfdicdat.h
> rm -f pforth.dic ../../fth/pforth.dic
> rm -f pforth
> make[2]: Leaving directory 
> '/build/reproducible-path/pforth-2.0.1/platforms/unix'
> mv platforms/unix/pforth_standalone platforms/unix/pforth
> mv: cannot stat 'platforms/unix/pforth_standalone': No such file or directory
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1 shuffle=reverse


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/pforth_2.0.1-1_unstable_reverse.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

Reply via email to