-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment cleanup after port update is not working properly #814
Comments
The xargs thing is just a warning. Here is my current work. It is incomplete. I have gone through core and opt. Moved a few things, but this is a good foothold on the next iteration. https://github.com/Thinstation/WIP
On Saturday, March 9, 2024 at 04:53:09 AM MST, Alesandro ***@***.***> wrote:
After updating the ports, I decided to try a rollup (environment cleanup - ./setup-root -c). The cleanup went through without any errors, but when I tried to deploy again, I got an error:
/bin/bash: error while loading shared libraries: libreadline.so.8: cannot open shared object file: No such file or directory
I have updated, including bash and readline.
I have checked the availability of libraries - they are there and there are links for them. I tried to overwrite components and references - nothing changed.
During the cleanup, there were quite a few messages:
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
I suppose something could have gone wrong at this stage:
Cleaning tools
There were some strange messages too:
Cleaning lzip =======> Removing /ts/ports/components/lshw/lshw-B.02.20.tar.gz
Cleaning fribidi =======> Removing /ts/ports/contrib/ffmpeg/ffmpeg-5.1.4.tar.bz2
Cleaning wgetpaste =======> Removing /ts/ports/contrib/usb_modeswitch/usb-modeswitch-2.6.0.tar.bz2
=======> Removing /ts/ports/contrib/usb_modeswitch/usb-modeswitch-data-20191128.tar.bz2
Cleaning coreutils =======> Removing /ts/ports/core/bison/bison/bison-3.8.2.tar.xz
Cleaning cpio =======> Removing /ts/ports/core/coreutils/coreutils-8.32.tar.xz
Cleaning dhcpcd =======> Removing /ts/ports/core/curl/curl/curl-8.6.0.tar.bz2
Cleaning rtl8821ce =======> Removing /ts/ports/kernel-modules/kernel-TS/linux-6.1.80.tar.xz
Cleaning was obviously not what was planned.
It's not clear what and where might have gone astray that started working incorrectly? How can this be corrected?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I'll have to check out that beachhead sometime. |
After updating the ports, I decided to try a rollup (environment cleanup - ./setup-root -c). The cleanup went through without any errors, but when I tried to deploy again, I got an error:
/bin/bash: error while loading shared libraries: libreadline.so.8: cannot open shared object file: No such file or directory
I have updated, including bash and readline.
I have checked the availability of libraries - they are there and there are links for them. I tried to overwrite components and references - nothing changed.
During the cleanup, there were quite a few messages:
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
I suppose something could have gone wrong at this stage:
Cleaning tools
There were some strange messages too:
It's not clear what and where might have gone astray that started working incorrectly? How can this be corrected?
The text was updated successfully, but these errors were encountered: