-
https://github.com/libarchive/libarchive/pull/1818
Here is a succinct version of the code involved:
```
size_t min_frame_size;
size_t max_frame_size;
...
if (min_frame_size < 0 ||
…
-
Hello,
When I run `arch-diff` on my ARM server running Arch Linux ARM, I get the following assertion failure:
```
[alarm@alarm ~]$ sudo arch-diff
[modified] size 606 != 755: /etc/group
[modi…
-
Port the concurrent compression logic from pbzip2 to archive_write_add_filter_bzip2.c.
jsonn updated
2 years ago
-
### Comment:
How is it possible to add libarchive to use dzsave?
-
From https://boinc.berkeley.edu/trac/wiki/BoincPlatforms
Currently we have:
| Platform | Description | Builds/runs | Tested |
| --- | --- | --- | --- |
| windows_intelx86 | Microsoft Windows …
-
This is incorrect behaviour because the CMakeList.txt could be called as a part of another CMakeLists.txt from parent directory and CMAKE_BUILD_TYPE is shared resource in that case.
You should not …
-
Seeing a build issue with Sphinx on Windows Python 2.7, but not Python 3 or on other platforms with either Python. Appears some file is missing only on this platform and Python version. Not really sur…
-
tesseract v5.0.0-alpha.20210811
leptonica-1.78.0
libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.3) : libpng 1.6.34 : libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 2.3.0 Found AVX
Found SSE…
-
```
$ bundle config set --local path 'vendor/bundle'
$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Fetching ffi 1.15.5
Fetching rack 3.0.8
…
-
Reproduction steps:
1. Fresh Ubuntu 22.04 install
2. Download `Pinokio-1.1.0.AppImage`
3. `chmod +x Pinokio-1.1.0.AppImage`
4. `./Pinokio-1.1.0.AppImage`
5. I chose my computer's secondary SSD dr…