PartialVolume

Results 477 comments of PartialVolume

Have you enabled this ``` Symbol: BR2_PACKAGE_PROCPS_NG [=n] │ │ Type : bool │ │ Prompt: procps-ng │ │ Location: │ │ -> Target packages │ │ (2) -> System...

Have you also run `make shredos_defconfig` before running make menuconfig. Doing that will update .config with the additional packages already in shedos_defconfig.

Did you enable BR2_PACKAGE_BUSYBOX_SHOW_OTHERS, one of the dependencies for PROCPS_NG

> I think I found an issue with procps-ng: > there are some incosistencies between folder name, config.in and .mk naming, is that normal? Not normally, that's a bug in...

> Thank you for the compliment. Yes, I can report that! Can you give it a try and see if the iso build runs smoothly and take a look at...

This URL worked: https://ftp.gnu.org/gnu/parallel ``` https://ftp.gnu.org/gnu/parallel/parallel-20240822.tar.bz2 Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected. HTTP request sent, awaiting response... 200 OK ``` but I'm getting a hash error...

Ok, it didn't like the first line comment starting with a hash in parallel.hash. Removed that line so it just has the one line hash and it compiles ok.

I'll take a look at this tomorrow night, as I'm going to be busy today. However, I can see you basically reverted the procps.. .mk back to the way it...