-
bzip2 is ancient. It is slow to decompress and does not provide the best compression ratio. Most projects have switched to something else; [Fedora's comparison](https://fedoraproject.org/wiki/Changes/…
-
command in powershell:
```
PS E:\go_project\src\test_selfupdate\go-selfupdate\example> .\go-selfupdate.exe hello-updater.exe 1.3
panic: exec: "bzip2": executable file not found in %PATH%
gorouti…
-
### Xmake 版本
xmake v2.9.5+20240925
### 操作系统版本和架构
Ubuntu 24.04.1 LTS
### 描述问题
无法编译使用bzip2库
### 期待的结果
正常编译使用bzip2库
### 工程配置
xmake.lua配置
```lua
add_rules("mode.debug", "mode.…
-
Here's what I get when trying to run your action:
Run abitofevrything/publish-mason-brick@1.0.4
/usr/bin/docker run --name ec2867cece168872c428f9b10ca1c65ddc79e_6fa2d7 --label 4ec286 --workdir /gi…
-
### Issue Description
When using ADIOS2 2.10.1 release with BZip2 compression enabled, attempts to compress very small datasets (in this case, an array of 9 integers) result in a runtime error:
`[ADIO…
-
I have a zipfile with bzip2 compressed entries (compression type 'c'). I was initially confused as to why john wasn't accepting my zip2john generated hash as no useful error message was generated. For…
-
phantomjs requires bzip2 to untar its builds. Any node.js projects including phantomjs will break on build without this package.
Solution:
Please add bzip2 to the apt-get list in the ubuntu build …
-
Right now, Cargo.toml of the bzip2-sys crate claims `MIT/Apache-2.0` but it contains the entire source code of the bzip2 library.
est31 updated
6 years ago
-
Hi,
I have a requirement to implement Parquet with bzip2 compression because it's splitable. Right now, we can't provide bzip2 in PIG.
SET parquet.compression none/gzip/SNAPPY;
Is there any way t…
-
Hi, some of the targets I'm building require some third party libraries. For example, I'm trying to compile NestFuzz for the freetype2 benchmark (i.e. in fuzzbench) which is trying to compile `libarch…