apteryks

Results 426 comments of apteryks

I wanted to give the `fakeroot` idea a try, but there's a dependency cycle through cmake that makes this problematic: ``` gnu/packages/backup.scm:265:2: error: [email protected]: dependency cycle detected: [email protected] -> [email protected]...

Indeed, we could have a `fakeroot-minimal` package in Guix to break that cycle, with the docs only built for `fakeroot`. I'll try that now. EDIT: Could fix the cycle by...

It looks like for the first `test_read_disk` test, there is a `root` user but no `root` group setup by `fakeroot`. I'll look at its switches again to see if this...

Workaround: run ./configure with the `LDFLAGS=-ltesseract"` flag.

@cfsmp3 CMake should make this relatively easy. It'd be a great improvement for distributions, as freetype and libpng have had security vulnerabilities in the past, so it's important to be...

@mirthebeijers I tried it on top of httpx commit ae1b9f66238f75ced3ced5e4485408435de10768, but it doesn't resolve the issue (the test suite still hangs).

> We could probably create a build target for such a shared library. > > Would it be enough for this request ? Hello! I think so, yes!

Building with many cores is probably key to reproduce (I'm using 32 here). And I confirm the `test-pgpmime` fails spuriously as well: ``` Results: 12 tests passed; 1 tests failed....