Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934510 - sys-apps/portage allow BINPKG_COMPRESS="plzip"
Summary: sys-apps/portage allow BINPKG_COMPRESS="plzip"
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-18 13:43 UTC by Arniii
Modified: 2024-06-18 13:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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