Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 856385

Summary: quickpkg uses bzip2
Product: Portage Development Reporter: Sergey 'L29Ah' Alirzaev <zl29ah>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergey 'L29Ah' Alirzaev 2022-07-04 12:33:31 UTC
bzip2 is slow, doesn't support multithreading and generally is inefficient compared to lzma/zstd. No good reason to use it.

`man make.conf` suggests that BINPKG_COMPRESS governs this and defaults to zstd, yet on my system with latest portage and no BINPKG_COMPRESS instances in /etc, bzip2 is used for some strange reason.
Comment 1 Zac Medico gentoo-dev 2022-07-04 20:15:15 UTC
You probably just need to set BINPKG_COMPRESS=zstd, since for existing installs it defaults to bzip2 for backward compatibility.