juippis

Results 57 comments of juippis

Also looks like if you try to build lxc-5.0.0 with `-Dcapabilities=false` it fails to: ``` src/lxc/cmd/meson.build:64:4: ERROR: Unknown variable "libcap_static". ``` ``` >>> Configuring source in /var/tmp/portage/app-containers/lxc-5.0.0/work/lxc-5.0.0 ... meson setup...

That commit fixes the 2nd issue, with `-Dcapabilities=false` but with `capabilities=true` static libs for libcap are still always required. I don't mind the dependency on static-libs, but reading the *meson.build*...

Nevermind, applied fine. Github being weird.

Yeah this current ebuild doesn't pass our tests at least: ``` * Using LLVM slot 15 to build * Rust is using LLVM version 14 but ld.lld version belongs to...

In general we can only follow our rust package with support. So before ::gentoo's rust's max llvm is bumped, Mozilla products shouldn't try to bump it either. Obviously anyone can...

> Actually rust 1.64 is out yesterday, and it does support llvm 15 Yes but not the one in Gentoo. > @juippis are there any open bugs with logs for...

This one is probably fixed by glibc upstream now. (no clue when a .1 release is coming though) EDIT: If I apply the PRs you linked as .patch files on...

#4179 this seemed to fix it for me when using the latest glibc-2.36 patch set. It works with `+io-uring` and seems to work with glibc-2.35 too.

Also please use *pkgdev* to commit, your last commit summary is wrong and vis-0.7 is missing a copyright date update. These are automated with pkgdev.

Sorry for taking this long, I took the PR with other bug fixes included.