-
Hi, as of Boost 1.69 on non-windows systems the default visibility is set to hidden. When requesting boost to build bzip2/zlib from source, it causes libboost_bzip2.so and libboost_zlib.so shared lib …
-
If I try to build boost with `with_stacktrace_backtrace` disabled, I get an error during the `package_info()` step saying that `boost_stacktrace_backtrace` has been built but is not used on any module…
-
I'd suggest these two utils should be included as part of the base image, as during an `npm ci` execution both were needed to properly install `PhantomJS`. I'm aware that this might no be a use case f…
-
Although split APKs and compression greatly reduce download sizes, we can reduce them further by caching previous app downloads on the client and generating deltas to patch what's already downloaded. …
-
Hi,
I was running the prepare.sh file for en-US and its throwing the following exception, because of which the generated corpus is empty. Can you please suggest some alternate solution?
Excepti…
-
```
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
```
Original issue reported on code.google.com by `aiyon...@gmail.com` on 16 Feb 20…
-
```
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
```
Original issue reported on code.google.com by `aiyon...@gmail.com` on 16 Feb 20…
-
```
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
```
Original issue reported on code.google.com by `aiyon...@gmail.com` on 16 Feb 20…
-
### What is your question?
While trying to build Qt 5 with Conan, I ran into an error with one of its dependencies, but only when using `build_type=Debug`. There were linker errors with **bzip2**. To…
-
The API example shows how to create a .tar.bz2 file
```
using (Stream stream = File.OpenWrite(tarbz2Path))
using (var writer = WriterFactory.Open(stream, ArchiveType.Tar, CompressionType.BZip2))
…