Fabio Loli

Results 162 comments of Fabio Loli

> I can't scroll terminal contents up to capture full log Makepkg have a log option ``` $ LANG=C makepkg --help | grep log -L, --log Log package build process...

I had the same problem and following @RokeJulianLockhart tip solved it

Hi, I have avoided the error with https://aur.archlinux.org/cgit/aur.git/commit/?h=clementine&id=217e34c57efe53e034b022b26d017e9f244264a7 , is this a better approach? Can you get in touch with upstream about it?

Hi whacka, v[0.68](https://github.com/jpd002/Play-/releases/tag/0.68) build fine for me on Arch Linux, while I have an issue building from the latest commit https://github.com/jpd002/Play-/issues/1434 Your errors ``` /var/home/user/git/Play-/deps/Dependencies/zstd/zlibWrapper/gzguts.h:38:1: note: ‘malloc’ is declared in...

@ kuunha Zstd and zlib aren't the same thing, and it will use the system's version if detected `- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")` you can force anyway with...

This fail to build in chroot https://aur.archlinux.org/packages/modrinth-app-git#comment-929897 , fixable

Hi, thanks for your patience; I've been a bit busy lately, can you put the stuff in `linuxcnc.sh` instead of creating it in prepare()

Note to self, there are options to use the system's version

This is from https://github.com/movableink/webkit instead ``` -- The following OPTIONAL packages have not been found: * Qt6OpenGL (required version >= 6.0.0) * Qt6StateMachine (required version >= 6.0.0) ```