gpdm / tinycore-targetdisplaymode

Build toolkit to create a bootable USB thumb drive based on Tiny Core Linux of less than 40 MiB. This includes a custom extension to enable "Target Display Mode" for vintage iMacs without the need to run a full-blown MacOS or Linux distro.
48 stars 3 forks source link

SmcDumpKey.c:28:10: fatal error: stdio.h: No such file or directory when running sudo docker run -it --rm -v `pwd`/output:/tmp/output tcbuild #10

Closed jrubbel closed 1 year ago

jrubbel commented 1 year ago

Hi, this is a cool project, however when I run

sudo docker run -it --rm -v pwd/output:/tmp/output tcbuild

on ubuntu 22.10 the command fails with the following output:

mp/output tcbuild

STAGE 1: build smc_util

Cloning into '/tmp/build/smc_util'... remote: Enumerating objects: 108, done. remote: Total 108 (delta 0), reused 0 (delta 0), pack-reused 108 Receiving objects: 100% (108/108), 36.76 KiB | 1.41 MiB/s, done. Resolving deltas: 100% (48/48), done. SmcDumpKey.c:28:10: fatal error: stdio.h: No such file or directory 28 | #include | ^~~~~ compilation terminated. /tmp/build/build.sh: line 35: exit status of last command: 1

(As I can compile floes smc_dumpkey utility as a standalone, I dont believe the error is caused by missing stdio.h host).

Please help to resolve....Thanks a lot

gpdm commented 1 year ago

@jrubbel

I have no Ubuntu 22.10 around to verify, just 20.04LTS and 22.04LTS, though with successful builds just as of yesterday for release 1.1.

Can't tell if there is something specific about 22.10, but as the compile happens inside the container, it must be something wrong on the inside of the container.

During the initial docker build, some packages are downloaded from the internet (compiler, dev-libs, etc).

Maybe there was an error during the downloads upfront, that just manifests at compile time as a follow-up error.

May I kindly ask you rerun both the docker build and docker run commands and provide me the full console outputs here?

gpdm commented 1 year ago

can't reproduce myself on 22.10.

$ lsb_release  -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.10
Release:    22.10
Codename:   kinetic

$ sudo docker build . -t tcbuild
Sending build context to Docker daemon  17.16MB
Step 1/8 : FROM tatsushid/tinycore
latest: Pulling from tatsushid/tinycore
517817b0c62a: Pull complete
d6a67bb29a76: Pull complete
10afba7a577c: Pull complete
Digest: sha256:02fad587c90a69706fdde8e551718bd7c341f6ee3bf984fee5daed9056b9d098
Status: Downloaded newer image for tatsushid/tinycore:latest
 ---> c94a59bb9a4c
Step 2/8 : ENV TC_ISO_URL="${TC_ISO_URL:-http://www.tinycorelinux.net/13.x/x86/release/TinyCore-current.iso}"
 ---> Running in 4f5bf88e31f6
Removing intermediate container 4f5bf88e31f6
 ---> a70ad1fadeab
Step 3/8 : RUN set -o pipefail &&     tce-load -wic bash.tcz libisoburn.tcz git.tcz gcc.tcz compiletc.tcz ; echo $?
 ---> Running in c5d5838147dc
bash.tcz.dep OK
readline.tcz.dep OK
Downloading: ncursesw.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
libisoburn.tcz.dep OK
saving to 'ncursesw.tcz'
git.tcz.dep OK
ncursesw.tcz         100% |********************************|  212k  0:00:00 ETA
'ncursesw.tcz' saved
ncursesw.tcz: OK
Parallel unsquashfs: Using 1 processor
33 inodes (127 blocks) to write

[===============================================================|] 127/127 100%

created 22 files
created 12 directories
created 11 symlinks
created 0 devices
created 0 fifos
Downloading: readline.tcz
curl.tcz.dep OK
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
ca-certificates.tcz.dep OK
saving to 'readline.tcz'
readline.tcz         100% |********************************|  128k  0:00:00 ETA
'readline.tcz' saved
readline.tcz: OK
Parallel unsquashfs: Using 1 processor
6 inodes (68 blocks) to write

[=================================================================|] 68/68 100%

created 2 files
created 4 directories
created 4 symlinks
created 0 devices
created 0 fifos
gcc.tcz.dep OK
Downloading: bash.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'bash.tcz'
gcc_libs-dev.tcz.dep OK
binutils.tcz.dep OK
bash.tcz             100% |********************************|  388k  0:00:00 ETA
'bash.tcz' saved
bash.tcz: OK
Parallel unsquashfs: Using 1 processor
30 inodes (249 blocks) to write

[===============================================================|] 249/249 100%

created 30 files
created 9 directories
created 0 symlinks
created 0 devices
created 0 fifos
mpc.tcz.dep OK
Downloading: libisofs.tcz
mpfr.tcz.dep OK
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'libisofs.tcz'
compiletc.tcz.dep OK
libisofs.tcz         100% |********************************|  168k  0:00:00 ETA
'libisofs.tcz' saved
libisofs.tcz: OK
Parallel unsquashfs: Using 1 processor
3 inodes (74 blocks) to write

[=================================================================|] 74/74 100%

created 1 files
created 4 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: libburn.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'libburn.tcz'
gawk.tcz.dep OK
libburn.tcz          100% |********************************|  176k  0:00:00 ETA
'libburn.tcz' saved
libburn.tcz: OK
Parallel unsquashfs: Using 1 processor
4 inodes (83 blocks) to write

[=================================================================|] 83/83 100%

created 2 files
created 6 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: libisoburn.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
patch.tcz.dep OK
saving to 'libisoburn.tcz'
libisoburn.tcz       100% |********************************|  304k  0:00:00 ETA
'libisoburn.tcz' saved
libisoburn.tcz: OK
Parallel unsquashfs: Using 1 processor
7 inodes (164 blocks) to write

[===============================================================|] 164/164 100%

created 2 files
created 5 directories
created 5 symlinks
created 0 devices
created 0 fifos
Downloading: expat2.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'expat2.tcz'
expat2.tcz           100% |********************************| 73728  0:00:00 ETA
'expat2.tcz' saved
expat2.tcz: OK
Parallel unsquashfs: Using 1 processor
4 inodes (38 blocks) to write

[=================================================================|] 38/38 100%

created 2 files
created 5 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: openssl-1.1.1.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'openssl-1.1.1.tcz'
openssl-1.1.1.tcz      5% |*                               | 95568  0:00:18 ETA
openssl-1.1.1.tcz    100% |********************************| 1808k  0:00:00 ETA
'openssl-1.1.1.tcz' saved
openssl-1.1.1.tcz: OK
Parallel unsquashfs: Using 1 processor
16 inodes (916 blocks) to write

[===============================================================|] 916/916 100%

created 13 files
created 10 directories
created 3 symlinks
created 0 devices
created 0 fifos
Downloading: ca-certificates.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'ca-certificates.tcz'
ca-certificates.tcz  100% |********************************|  148k  0:00:00 ETA
'ca-certificates.tcz' saved
ca-certificates.tcz: OK
Parallel unsquashfs: Using 1 processor
142 inodes (143 blocks) to write

[===============================================================|] 143/143 100%

created 142 files
created 9 directories
created 0 symlinks
created 0 devices
created 0 fifos
Updating certificates in /usr/local/etc/ssl/certs...
138 added, 0 removed; done.
Downloading: curl.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'curl.tcz'
curl.tcz             100% |********************************|  288k  0:00:00 ETA
'curl.tcz' saved
curl.tcz: OK
Parallel unsquashfs: Using 1 processor
4 inodes (140 blocks) to write

[===============================================================|] 140/140 100%

created 2 files
created 5 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: git.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'git.tcz'
git.tcz               46% |**************                  | 2879k  0:00:01 ETA
git.tcz              100% |********************************| 6192k  0:00:00 ETA
'git.tcz' saved
git.tcz: OK
Parallel unsquashfs: Using 1 processor
238 inodes (2885 blocks) to write

[=============================================================|] 2885/2885 100%

created 105 files
created 22 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: gmp.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'gmp.tcz'
gmp.tcz              100% |********************************|  316k  0:00:00 ETA
'gmp.tcz' saved
gmp.tcz: OK
Parallel unsquashfs: Using 1 processor
10 inodes (155 blocks) to write

[===============================================================|] 155/155 100%

created 6 files
created 7 directories
created 4 symlinks
created 0 devices
created 0 fifos
Downloading: mpfr.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'mpfr.tcz'
mpfr.tcz             100% |********************************|  216k  0:00:00 ETA
'mpfr.tcz' saved
mpfr.tcz: OK
Parallel unsquashfs: Using 1 processor
3 inodes (97 blocks) to write

[=================================================================|] 97/97 100%

created 1 files
created 4 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: mpc.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'mpc.tcz'
mpc.tcz              100% |********************************| 45056  0:00:00 ETA
'mpc.tcz' saved
mpc.tcz: OK
Parallel unsquashfs: Using 1 processor
3 inodes (23 blocks) to write

[=================================================================|] 23/23 100%

created 1 files
created 4 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: flex.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'flex.tcz'
flex.tcz             100% |********************************|  104k  0:00:00 ETA
'flex.tcz' saved
flex.tcz: OK
Parallel unsquashfs: Using 1 processor
6 inodes (69 blocks) to write

[=================================================================|] 69/69 100%

created 2 files
created 5 directories
created 4 symlinks
created 0 devices
created 0 fifos
Downloading: binutils.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'binutils.tcz'
binutils.tcz         100% |********************************| 5296k  0:00:00 ETA
'binutils.tcz' saved
binutils.tcz: OK
Parallel unsquashfs: Using 1 processor
168 inodes (3450 blocks) to write

[=============================================================|] 3450/3450 100%

created 165 files
created 11 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: gcc_libs.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'gcc_libs.tcz'
gcc_libs.tcz         100% |********************************| 1020k  0:00:00 ETA
'gcc_libs.tcz' saved
gcc_libs.tcz: OK
Parallel unsquashfs: Using 1 processor
24 inodes (609 blocks) to write

[===============================================================|] 609/609 100%

created 8 files
created 4 directories
created 16 symlinks
created 0 devices
created 0 fifos
Downloading: gcc_libs-dev.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'gcc_libs-dev.tcz'
gcc_libs-dev.tcz     100% |********************************| 1660k  0:00:00 ETA
'gcc_libs-dev.tcz' saved
gcc_libs-dev.tcz: OK
Parallel unsquashfs: Using 1 processor
25 inodes (1216 blocks) to write

[=============================================================|] 1216/1216 100%

created 25 files
created 4 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: gcc_base-dev.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'gcc_base-dev.tcz'
gcc_base-dev.tcz     100% |********************************| 1068k  0:00:00 ETA
'gcc_base-dev.tcz' saved
gcc_base-dev.tcz: OK
Parallel unsquashfs: Using 1 processor
7 inodes (1048 blocks) to write

[=============================================================|] 1048/1048 100%

created 7 files
created 12 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: gcc.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'gcc.tcz'
gcc.tcz                0% |                                | 49232  0:12:05 ETA
gcc.tcz               56% |*****************               | 19.1M  0:00:01 ETA
gcc.tcz               83% |**************************      | 28.3M  0:00:00 ETA
gcc.tcz              100% |********************************| 34.0M  0:00:00 ETA
'gcc.tcz' saved
gcc.tcz: OK
Parallel unsquashfs: Using 1 processor
1377 inodes (20945 blocks) to write

[===========================================================|] 20945/20945 100%

created 1360 files
created 69 directories
created 9 symlinks
created 0 devices
created 0 fifos
Downloading: zlib_base-dev.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'zlib_base-dev.tcz'
zlib_base-dev.tcz    100% |********************************| 94208  0:00:00 ETA
'zlib_base-dev.tcz' saved
zlib_base-dev.tcz: OK
Parallel unsquashfs: Using 1 processor
4 inodes (51 blocks) to write

[=================================================================|] 51/51 100%

created 4 files
created 5 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: util-linux_base-dev.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'util-linux_base-dev.tcz'
util-linux_base-dev.  73% |***********************         |  182k  0:00:00 ETA
util-linux_base-dev. 100% |********************************|  248k  0:00:00 ETA
'util-linux_base-dev.tcz' saved
util-linux_base-dev.tcz: OK
Parallel unsquashfs: Using 1 processor
8 inodes (148 blocks) to write

[===============================================================|] 148/148 100%

created 8 files
created 7 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: linux-5.4_api_headers.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'linux-5.4_api_headers.tcz'
linux-5.4_api_header 100% |********************************| 1788k  0:00:00 ETA
'linux-5.4_api_headers.tcz' saved
linux-5.4_api_headers.tcz: OK
Parallel unsquashfs: Using 1 processor
920 inodes (1805 blocks) to write

[=============================================================|] 1805/1805 100%

created 920 files
created 44 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: glibc_base-dev.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'glibc_base-dev.tcz'
glibc_base-dev.tcz   100% |********************************| 2724k  0:00:00 ETA
'glibc_base-dev.tcz' saved
glibc_base-dev.tcz: OK
Parallel unsquashfs: Using 1 processor
509 inodes (2135 blocks) to write

[=============================================================|] 2135/2135 100%

created 509 files
created 26 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: e2fsprogs_base-dev.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'e2fsprogs_base-dev.tcz'
e2fsprogs_base-dev.t 100% |********************************|  300k  0:00:00 ETA
'e2fsprogs_base-dev.tcz' saved
e2fsprogs_base-dev.tcz: OK
Parallel unsquashfs: Using 1 processor
22 inodes (194 blocks) to write

[===============================================================|] 194/194 100%

created 21 files
created 10 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: sed.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'sed.tcz'
sed.tcz              100% |********************************| 73728  0:00:00 ETA
'sed.tcz' saved
sed.tcz: OK
Parallel unsquashfs: Using 1 processor
1 inodes (31 blocks) to write

[=================================================================|] 31/31 100%

created 1 files
created 4 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: pkg-config.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'pkg-config.tcz'
pkg-config.tcz       100% |********************************| 57344  0:00:00 ETA
'pkg-config.tcz' saved
pkg-config.tcz: OK
Parallel unsquashfs: Using 1 processor
2 inodes (33 blocks) to write

[=================================================================|] 33/33 100%

created 2 files
created 6 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: attr.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'attr.tcz'
attr.tcz             100% |********************************| 24576  0:00:00 ETA
'attr.tcz' saved
attr.tcz: OK
Parallel unsquashfs: Using 1 processor
6 inodes (21 blocks) to write

[=================================================================|] 21/21 100%

created 4 files
created 5 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: patch.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'patch.tcz'
patch.tcz            100% |********************************| 81920  0:00:00 ETA
'patch.tcz' saved
patch.tcz: OK
Parallel unsquashfs: Using 1 processor
1 inodes (36 blocks) to write

[=================================================================|] 36/36 100%

created 1 files
created 4 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: make.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'make.tcz'
make.tcz             100% |********************************| 98304  0:00:00 ETA
'make.tcz' saved
make.tcz: OK
Parallel unsquashfs: Using 1 processor
2 inodes (43 blocks) to write

[=================================================================|] 43/43 100%

created 2 files
created 5 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: m4.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'm4.tcz'
m4.tcz               100% |********************************| 53248  0:00:00 ETA
'm4.tcz' saved
m4.tcz: OK
Parallel unsquashfs: Using 1 processor
1 inodes (25 blocks) to write

[=================================================================|] 25/25 100%

created 1 files
created 4 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: grep.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'grep.tcz'
grep.tcz             100% |********************************| 86016  0:00:00 ETA
'grep.tcz' saved
grep.tcz: OK
Parallel unsquashfs: Using 1 processor
3 inodes (38 blocks) to write

[=================================================================|] 38/38 100%

created 3 files
created 4 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: gawk.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'gawk.tcz'
gawk.tcz             100% |********************************|  308k  0:00:00 ETA
'gawk.tcz' saved
gawk.tcz: OK
Parallel unsquashfs: Using 1 processor
45 inodes (200 blocks) to write

[===============================================================|] 200/200 100%

created 43 files
created 10 directories
created 1 symlinks
created 0 devices
created 0 fifos
Downloading: findutils.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'findutils.tcz'
findutils.tcz        100% |********************************|  196k  0:00:00 ETA
'findutils.tcz' saved
findutils.tcz: OK
Parallel unsquashfs: Using 1 processor
6 inodes (92 blocks) to write

[=================================================================|] 92/92 100%

created 6 files
created 7 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: file.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'file.tcz'
file.tcz             100% |********************************|  460k  0:00:00 ETA
'file.tcz' saved
file.tcz: OK
Parallel unsquashfs: Using 1 processor
6 inodes (1410 blocks) to write

[=============================================================|] 1410/1410 100%

created 4 files
created 8 directories
created 2 symlinks
created 0 devices
created 0 fifos
Downloading: diffutils.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'diffutils.tcz'
diffutils.tcz        100% |********************************|  120k  0:00:00 ETA
'diffutils.tcz' saved
diffutils.tcz: OK
Parallel unsquashfs: Using 1 processor
4 inodes (58 blocks) to write

[=================================================================|] 58/58 100%

created 4 files
created 4 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: bison.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'bison.tcz'
bison.tcz            100% |********************************|  344k  0:00:00 ETA
'bison.tcz' saved
bison.tcz: OK
Parallel unsquashfs: Using 1 processor
32 inodes (232 blocks) to write

[===============================================================|] 232/232 100%

created 32 files
created 11 directories
created 0 symlinks
created 0 devices
created 0 fifos
Downloading: compiletc.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'compiletc.tcz'
compiletc.tcz        100% |********************************|  4096  0:00:00 ETA
'compiletc.tcz' saved
compiletc.tcz: OK
Parallel unsquashfs: Using 1 processor
1 inodes (1 blocks) to write

[===================================================================|] 1/1 100%

created 1 files
created 6 directories
created 0 symlinks
created 0 devices
created 0 fifos
0
Removing intermediate container c5d5838147dc
 ---> d54c456e5fab
Step 4/8 : RUN rm -rf /tmp/tce/optional/*
 ---> Running in f65b7e393c9c
Removing intermediate container f65b7e393c9c
 ---> adebf02d6860
Step 5/8 : RUN tce-status -i | grep -Ee '^(bash|libisoburn|git|gcc|compiletc)$'
 ---> Running in e9fe2285da96
bash
compiletc
gcc
git
libisoburn
Removing intermediate container e9fe2285da96
 ---> 46448e1d01f3
Step 6/8 : ADD files /tmp/build
 ---> bade877b20ff
Step 7/8 : USER root:root
 ---> Running in cab160495dde
Removing intermediate container cab160495dde
 ---> 3a9d53c8512f
Step 8/8 : ENTRYPOINT /tmp/build/build.sh
 ---> Running in 53daaf321703
Removing intermediate container 53daaf321703
 ---> 38fc3c7d9cf0
Successfully built 38fc3c7d9cf0
Successfully tagged tcbuild:latest
$ sudo docker run -it --rm -v `pwd`/output:/tmp/output tcbuild
## STAGE 1: build smc_util
Cloning into '/tmp/build/smc_util'...
remote: Enumerating objects: 108, done.
remote: Total 108 (delta 0), reused 0 (delta 0), pack-reused 108
Receiving objects: 100% (108/108), 36.76 KiB | 530.00 KiB/s, done.
Resolving deltas: 100% (48/48), done.
## STAGE 2: fetch TinyCore ISO
Connecting to www.tinycorelinux.net (89.22.99.37:80)
saving to '/tmp/build/tinycore/Core-current.iso'
Core-current.iso     100% |***************************************************************************************************************| 22.0M  0:00:00 ETA
'/tmp/build/tinycore/Core-current.iso' saved
xorriso 1.2.0 : RockRidge filesystem manipulator, libburnia project.

Copying of file objects from ISO image to disk filesystem is: Enabled
xorriso : NOTE : Loading ISO image tree from LBA 0
xorriso : UPDATE : 66 nodes read in 1 seconds
xorriso : NOTE : Detected El-Torito boot information which currently is set to be discarded
Drive current: -indev '/tmp/build/tinycore/Core-current.iso'
Media current: stdio file, overwriteable
Media status : is written , is appendable
Boot record  : El Torito , ISOLINUX isohybrid MBR pointing to boot image
Media summary: 1 session, 10804 data blocks, 21.1m data, 4245m free
Volume id    : 'TinyCore'
xorriso : UPDATE : 66 files restored ( 21161k) in 1 seconds
Extracted from ISO image: file '/'='/tmp/build/tinycore/Core-current'
## STAGE 3: Make TDM tce package
Parallel mksquashfs: Using 1 processor
Creating 4.0 filesystem on /tmp/build/tinycore/Core-current/cde/optional/tdm.tcz, block size 4096.
[================================================================================================================================================|] 12/12 100%

Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 4096
    compressed data, compressed metadata, compressed fragments, no xattrs
    duplicates are removed
Filesystem size 5.93 Kbytes (0.01 Mbytes)
    29.71% of uncompressed filesystem size (19.95 Kbytes)
Inode table size 221 bytes (0.22 Kbytes)
    39.32% of uncompressed inode table size (562 bytes)
Directory table size 225 bytes (0.22 Kbytes)
    67.16% of uncompressed directory table size (335 bytes)
Number of duplicate files found 0
Number of inodes 17
Number of files 9
Number of fragments 1
Number of symbolic links  0
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 8
Number of ids (unique uids + gids) 1
Number of uids 1
    root (0)
Number of gids 1
    root (0)
## STAGE 4: Get extra packages
cpupower.tcz.dep OK
Downloading: libpci.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'libpci.tcz'
libpci.tcz           100% |***************************************************************************************************************| 20480  0:00:00 ETA
'libpci.tcz' saved
libpci.tcz: OK
Downloading: cpupower.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'cpupower.tcz'
cpupower.tcz         100% |***************************************************************************************************************| 40960  0:00:00 ETA
'cpupower.tcz' saved
cpupower.tcz: OK
/tmp/build/tinycore/Core-current/cde/optional/cpupower.tcz
## STAGE 5: assemble output files
>> pre cleanup
>> grub.cfg
'/tmp/build/grub/README.md' -> '/tmp/output/boot/grub/README.md'
'/tmp/build/grub/grub.cfg' -> '/tmp/output/boot/grub/grub.cfg'
>> EFI loader
'/tmp/build/supergrub/super_grub2_disk_standalone_x86_64_efi_2.04s1.EFI' -> '/tmp/output/efi/boot/bootX64.efi'
>> remastered TinyCore ISO
xorriso 1.2.0 : RockRidge filesystem manipulator, libburnia project.

Drive current: -outdev 'stdio:/tmp/output/boot-isos/Core-remastered.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 4212m free
xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules
Added to ISO image: directory '/'='/tmp/build/tinycore/Core-current'
xorriso : UPDATE : 72 files added in 1 seconds
xorriso : UPDATE : 72 files added in 1 seconds
xorriso : UPDATE :  75.59% done
ISO image produced: 10837 sectors
Written to medium : 10837 sectors at LBA 0
Writing to 'stdio:/tmp/output/boot-isos/Core-remastered.iso' completed successfully.

## STAGE 6: process completed
jrubbel commented 1 year ago

thanks everybody - I downloaded a fresh copy from this git repo - now everything works. not sure what was wrong