tomty89

Results 70 comments of tomty89

Note the difference between `Add Routes` and `Routes` in the two logs.

You mean OpenVPN Connect right? 3.1.0: ``` $ ip r show table all | grep /28 192.168.144.16/28 dev tun0 table 1032 proto static scope link 192.168.144.16/28 dev tun0 proto kernel...

If it's not too much of a distraction, please kindly include #11476 in the rebuilding of all packages.

@Grimler91 I think we should just add `--disable-vulkan` to the configure args. From the build log in #11476 , I don't see vulkan being enabled, which means it won't get...

Another thing: the package vulkan-loader-android seems completely useless to me. We don't need it in build time for anything since no special copying needs to be done for any libs...

Yeah I don't like the way we do it now. I don't really see any point in using headers and libraries from different sources. Either we use both from Khronos,...

> See how much patches was maintained for pulseaudio to work. Not really sure what you mean by that. pulseaudio has only a FEW patches (see e.g. nodejs). And the...

@Grimler91 I don't know if the x265 error you bumped into (i.e. `/usr/bin/as` being used) is because of `-fno-integrated-as`, but I can't seem to be able to reproduce it in...

Should be nice if someone can merge them into a single package (xorg-server-common) with xorg-server and xorg-server-xvfb be subpackages (i.e. what Arch does).

It's not a build system problem. `get_current_dir_name()` is a glibc thing that is not implemented in Android / bionic. You'll can add a patch that replaces [this line](https://github.com/containers/bubblewrap/blob/v0.6.2/bubblewrap.c#L2966) with: ```...