TomIO

Results 402 comments of TomIO

What sort of PCIe device are you hoping to plug into your phone? That isn't really applicable.

The problem description and step through are clear and accurate in my opinion I'd just like to add a little bit of additional context to a couple points. > IIUC,...

> May suggest changing install methods to > > ``` > pacman -Syu; pacman -S --needed "$@" > ``` > > ``` > apt update; apt full-upgrade; apt install "$@"...

I don't think he have to be that fatalistic about it. The main goal in this instance is trying to reduce random package breakages.

Currently trying to replicate this locally.

I am building the packages locally with the reproduction steps you have provided to see if the problem occurs for me as well.

Since you didn't specify `-I` with `./build-package.sh` it is taking a while to build all of the dependencies. I'm guessing you can't use `-I` since it looks like you are...

I did get a build failure on `mesa-24.0.8`, however it doesn't match the one you got. I'm getting: ```st llvm-config found: NO need ['>= 5.0.0'] Run-time dependency LLVM found: NO...

I was building without `-I` since it wasn't part of the reproduction steps.

> > I can not reproduce the mesa build failure with `./build-package -I mesa` command in termux-package-builder container. > > You sure won't, @TomJo2000 was probably buildiing `mesa` from source....