Ross Burton

Results 123 comments of Ross Burton

I just tried building it, first failure was no `libacl` available.

Try removing --check-c-compiler, Yocto Project builds by just setting CC and friends.

I was using `--follow-fork`, but yeah if it can't follow across `execv` then that's a problem.

Sigh, GitHub actions still doesn't have aarch64 runners I see. https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation does look interesting as a workaround.

I quickly replicated this, the problem is that clang is being pulled into the SDK. Try setting `CLANGSDK=""` in your local.conf.

Currently testing a little bit of Py to do this: ``` #! /usr/bin/env python3 import sys, os, subprocess, pathlib def repo_shortname(url): from urllib.parse import urlparse url = urlparse(url) return ('{url.netloc}{url.path}'...

The `LDFLAGS` section has been obsoleted by 29fd715fd0bdaffee21e2d2d37be8c5a6ac67ee4.

Strawman: sort the suggestions by size.

Confirmed that dropping http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=m4/pthread_rwlock_rdlock.m4;h=87886a3b10f1230e3944b4136e5a113900d08e4e;hb=HEAD into `/usr/share/gettext-tiny/m4/` fixes this.