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

Bug 934510

Summary: sys-apps/portage allow BINPKG_COMPRESS="plzip"
Product: Portage Development Reporter: Arniii <lg3dx6fd>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: UNCONFIRMED ---    
Severity: normal CC: lg3dx6fd
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arniii 2024-06-18 13:43:04 UTC
since `lzip` is single threaded, and `plzip` is multithreaded, it would be cool to set `plzip`. But, it's not possible: `lzip` is set to be supported and `plzip `is set to to be not supported by portage.

If just set ` BINPKG_COMPRESS="plzip" `, it gives at an `emerge`:
```
!!! BINPKG_COMPRESS contains invalid or unsupported compression method: plzip
```

with ` BINPKG_COMPRESS="lzip" ` portage works, but compression is singlethreaded, thus slow.
Comment 1 Arniii 2024-06-18 13:44:52 UTC
tested on sys-apps/portage-3.0.63-r1::gentoo