Hi, I am new to the Pup scene. I just frugal installed Fossa Pup 9.5 on a virtual machine and installed devx with quickpet. The aim was to try building using Woof-CE. So, on FossaPup, I followed the instructions given on the GitHub page to build a Pup. But, every time, I get this error:-
Code: Select all
Executing sandbox3/pinstall.sh post-install script...
Configuring Puppy skeleton...
Configuring Puppy Help page...
Setting mtpaint -s as defaultscreenshot app
Setting palemoon as a potentially default web browser
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/bin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/sbin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/usr/bin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/usr/sbin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/support': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/bin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/sbin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/usr/bin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/usr/sbin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/support': No such file or directory
Clearing symlinks in /etc/ssl/certs...
done.
Updating certificates in /etc/ssl/certs...
124 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
setting up Evince
ln: failed to create symbolic link 'usr/bin/xmessage': File exists
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/bin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/sbin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/usr/bin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/rootfs-skeleton/usr/sbin': No such file or directory
find: '/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/support': No such file or directory
/mnt/sda1/woof-out_x86_64_x86_64_ubuntu_jammy64/sandbox3/pinstall.sh: line 260: patchelf: command not found
pinstall.sh aborted before completion. Press ENTER or CTRL-C:
setting PS1="\e[1;32m\u@\H\e[0m:\e[1;34m\w\e[0m\$ " as the CLI prompt.
Now setting /etc/os-release file
Installing HUGE kernel to build/
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
Could not get kernel list
If you have connectivity issues (or the site is unreachable)
place a huge kernel in the 'huge_kernel' directory
Type A in hit enter to retry, any other key to exit
What am I doing wrong? I have tried to build both Jammy and Focal using the method. But, both seem to get stuck at this part. Any help is appreciated.