Building Cluster Puppy - made with Woof-CE - all help appreciated!

A home for all kinds of Puppy related projects


Moderator: Forum moderators

Post Reply
User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 120 times

Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by taersh »

Hi.

I'm trying to build Cluster Puppy -made with Woof-CE- based on the Ubuntu Hirsute Hippo packages. There's now successfully created the base .sfs and the devx .sfs. Kernel used is 5.4.53. No fdrv .sfs created yet. When booting it goes straight to login root tty1. But then it stops with error messages - see image:

DSCF0078.JPG
DSCF0078.JPG (78.88 KiB) Viewed 1075 times


Entering xwin on the prompt does nothing.
Entering Xorg on the prompt gives a black screen.
Setting things up via xorgwizard doesn't change anything.

What am I missing?

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

s243a
Posts: 501
Joined: Mon Dec 09, 2019 7:29 pm
Has thanked: 90 times
Been thanked: 37 times

Re: Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by s243a »

It says you are missing gawk. Do you have gawk set to "yes" in DISTRO_PKGS_SPECS?

Another thought is that it might not be finding gawk due to the search path. You could try chrooting into your puppy and seeing if gawk is working.

User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 120 times

Re: Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by taersh »

Code: Select all

root# chroot /mnt/sdb3/Woof-CE-CP/woof-out_x86_64_x86_64_ubuntu_cluster64/sandbox3/rootfs-complete
bash: alias: gawkpath_default: not found
bash: alias: `unsetenv AWKPATH; setenv AWKPATH `gawk -v x': invalid alias name
bash: alias: gawkpath_prepend: not found
bash: alias: `if (! $?AWKPATH) setenv AWKPATH ""; if ($AWKPATH ': invalid alias name
bash: alias: gawkpath_append: not found
bash: alias: `if (! $?AWKPATH) setenv AWKPATH ""; if ($AWKPATH ': invalid alias name
bash: alias: gawklibpath_default: not found
bash: alias: `unsetenv AWKLIBPATH; setenv AWKLIBPATH `gawk -v x': invalid alias name
bash: alias: gawklibpath_prepend: not found
bash: alias: `if (! $?AWKLIBPATH) setenv AWKLIBPATH ""; if ($AWKLIBPATH ': invalid alias name
bash: alias: gawklibpath_append: not found
bash: alias: `if (! $?AWKLIBPATH) setenv AWKLIBPATH ""; if ($AWKLIBPATH ': invalid alias name
bash: /usr/sbin/javaiffind: /bin/ash: bad interpreter: No such file or directory
/$ gawk
Usage: gawk [POSIX or GNU style options] -f progfile [--] file ...
Usage: gawk [POSIX or GNU style options] [--] 'program' file ...
POSIX options:		GNU long options: (standard)
	-f progfile		--file=progfile
	-F fs			--field-separator=fs
	-v var=val		--assign=var=val
Short options:		GNU long options: (extensions)
	-b			--characters-as-bytes
	-c			--traditional
	-C			--copyright
	-d[file]		--dump-variables[=file]
	-D[file]		--debug[=file]
	-e 'program-text'	--source='program-text'
	-E file			--exec=file
	-g			--gen-pot
	-h			--help
	-i includefile		--include=includefile
	-l library		--load=library
	-L[fatal|invalid|no-ext]	--lint[=fatal|invalid|no-ext]
	-M			--bignum
	-N			--use-lc-numeric
	-n			--non-decimal-data
	-o[file]		--pretty-print[=file]
	-O			--optimize
	-p[file]		--profile[=file]
	-P			--posix
	-r			--re-interval
	-s			--no-optimize
	-S			--sandbox
	-t			--lint-old
	-V			--version

To report bugs, see node `Bugs' in `gawk.info'
which is section `Reporting Problems and Bugs' in the
printed version.  This same information may be found at
https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.
PLEASE do NOT try to report bugs by posting in comp.lang.awk,
or by using a web forum such as Stack Overflow.

gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.

Examples:
	gawk '{ sum += $1 }; END { print sum }' file
	gawk -F: '{ print $1 }' /etc/passwd
/$

???

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 120 times

Re: Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by taersh »

Hm, it seems like Woof-CE is broken.

I have the devx loaded and gcc is in /usr/bin.

Code: Select all

root# which gcc
/usr/bin/gcc
root# 

Though, after downloading busybox at ./3builddistro it complains about gcc not found. So, compiling busybox is not possible and the build interrupts unfinished.

Code: Select all

Downloading busybox
--2021-03-26 09:40:18--  https://busybox.net/downloads/busybox-1.32.1.tar.bz2
Resolving busybox.net (busybox.net)... 140.211.167.122
Connecting to busybox.net (busybox.net)|140.211.167.122|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2444679 (2.3M) [application/x-bzip2]
Saving to: 'busybox-1.32.1.tar.bz2'

busybox-1.32.1.tar. 100%[===================>]   2.33M   506KB/s    in 5.2s    

2021-03-26 09:40:24 (456 KB/s) - 'busybox-1.32.1.tar.bz2' saved [2444679/2444679]

--2021-03-26 09:40:24--  https://raw.githubusercontent.com/puppylinux-woof-CE/initrd_progs/master/pkg/busybox_static/patches/busybox-guess_fstype.patch
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1697 (1.7K) [text/plain]
Saving to: 'busybox-guess_fstype.patch'

busybox-guess_fstyp 100%[===================>]   1.66K  --.-KB/s    in 0s      

2021-03-26 09:40:25 (54.8 MB/s) - 'busybox-guess_fstype.patch' saved [1697/1697]

busybox-1.32.1.tar.bz2: OK
busybox-guess_fstype.patch: OK
Building busybox
patching file util-linux/guess_fstype.c
ccache: error: Could not find compiler "gcc" in PATH
ERROR: failed to build busybox
root#

Any hints anyone of what's going wrong here?

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

dimkr
Posts: 2520
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1273 times

Re: Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by dimkr »

It's gcc inside the devx of the Puppy you're building that's missing, not gcc on the Puppy you're using to run woof-CE.

dimkr
Posts: 2520
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1273 times

Re: Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by dimkr »

And by the way: woof-CE is not broken, quite the contrary. Take a look at https://github.com/puppylinux-woof-CE/w ... py-builder - all these green buttons are working woof-CE configurations that get built continuously on GitHub.

dimkr
Posts: 2520
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1273 times

Re: Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by dimkr »

Take a look at https://packages.ubuntu.com/focal/gcc and https://packages.ubuntu.com/hirsute/gcc, you probably tried to use the fossa64 DISTRO_PKGS_SPECS as-is and haven't replaced gcc-9 with gcc-10.

User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 120 times

Re: Building Cluster Puppy - made with Woof-CE - all help appreciated!

Post by taersh »

Ok, thanks. :thumbup:

So, that means I have to edit the content of DISTRO_PKGS_SPECS also and change mean parts to current versions. :roll:

Oh my GOD. That seems a lot of work to do... :shock:

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

Post Reply

Return to “Puppy Projects”