A. Wilcox

Results 23 issues of A. Wilcox

The first test for getconf also relies on the non-portable `-a` option. Expect failure on this test as well if it isn't available. Fixes: 70afc1ed ("test_getconf: skip if -a doesn't...

I'm with Adélie Linux and we are trying to package Kyua for our distro (based on the musl libc). While running the Kyua self-test suite on our ppc64 builder (dual-CPU,...

I maintain Adélie Linux, a Linux distro focused on non-x86 systems. I've just built LMMS 1.2.0-rc7 on my Talos II, a POWER9 based workstation (new in 2018, and more models...

bug

Hello there. I'm trying to package Mosquitto 2.0.14 for Adélie Linux, which has a focus on building software for many supported CPUs. While running the test suite on 64-bit IBM...

When ConsoleKit2/ConsoleKit2#102 is merged, ListSeats will be implemented in a way that SDDM expects. However, SDDM's support is lacking in a few other ways: * Random / character at the...

``` Assertion failed: *in (src/StringEscape.c: unescape: 78) make[2]: *** [po/CMakeFiles/translations.dir/build.make:81: po/de.gmo] Aborted make[2]: *** Deleting file 'po/de.gmo' make[2]: Leaving directory '/usr/src/packages/user/weechat/src/weechat-2.7/build' ``` Backtrace: ``` Core was generated by `/usr/bin/msgfmt -o...

### Environment * HexChat 2.14.1 * Meson 0.47.0 * gettext-tiny master ### Steps to reproduce ``` mkdir _build cd _build meson -Dprefix=/usr -Dwith-lua=false ninja ``` ### Actual results ``` [32/92]...

I realise it's probably very rare for these utilities to be called, hence they were not added. However, there are a few packages that use these utilities: - [ ]...

3b1931e30a23 added `operator

Elizafox/tre-regex-sys#1 has led me to a curious thing: ``` AC_CONFIG_AUX_DIR(utils) ``` will break gettext-tiny's `autopoint`: ``` awilcox on gwyn ~/Code/contrib/tre-regex-sys/tre % find . -name config.rpath ./AC_CONFIG_AUX_DIR(utils)/config.rpath ``` because it doesn't...