makepkg has issues slackware current
by lovemeslk from LinuxQuestions.org on (#5JZMY)
Some where between
Fri May 21 19:33:21 UTC 2021
and
Fri Jun 11 19:09:59 UTC 2021
updates
Something broke makepkg only for my Ryzen 3700x Machine.
When I use Slackware64-current in virtualBox with 8 cpu's
It also fails.
When I un-check the enabled nested VT-x/AMD-V option.
This option enables or disables cpu pass through "then makepkg works!"
On my old intel i7 4 core laptop everything is fine.
On my AMD 8350FX no issues also .
This can only be reproduced on my Ryzen 7 3700x Machine.
This has me baffled.
I wonder if anyone else has this issue driving me bonkers.
Kinda points me to the Kernel. I am lost.
Until then will revert to the older makepkg script and add
Code:# multi thread xz compresion speeds up packaging
export XZ_DEFAULTS="-T 0"That will only compress xz calls but will use all threads.
Any help would be wonderful.
Does this on a fresh install also
Fri May 21 19:33:21 UTC 2021
and
Fri Jun 11 19:09:59 UTC 2021
updates
Something broke makepkg only for my Ryzen 3700x Machine.
When I use Slackware64-current in virtualBox with 8 cpu's
It also fails.
When I un-check the enabled nested VT-x/AMD-V option.
This option enables or disables cpu pass through "then makepkg works!"
On my old intel i7 4 core laptop everything is fine.
On my AMD 8350FX no issues also .
This can only be reproduced on my Ryzen 7 3700x Machine.
This has me baffled.
I wonder if anyone else has this issue driving me bonkers.
Kinda points me to the Kernel. I am lost.
Until then will revert to the older makepkg script and add
Code:# multi thread xz compresion speeds up packaging
export XZ_DEFAULTS="-T 0"That will only compress xz calls but will use all threads.
Any help would be wonderful.
Does this on a fresh install also