Bug#1085124: muon-meson: FTBFS: /bin/sh: 1: /<>/build/muon: Permission denied

2024-10-19 Thread Eli Schwartz
cpus it will run $(nproc)+1 jobs. Probably I suspect you got this information from ninja's manpage -- if so you should be aware that ninja doesn't actually have a manpage and this is a Debian bug in Debian's help2man scripts that replace "on this system" with the not exact

Bug#1041499: meson: glib2.0 FTBFS on mips64el: "native build" but then "Can not run test applications in this cross environment"

2023-08-06 Thread Eli Schwartz
> > cross environment. Update: Simon wrote a fix for this and it is merged upstream and tagged for the .1 maintenance release. https://github.com/mesonbuild/meson/pull/12080 -- Eli Schwartz

Bug#1040746: ftbfs in gnome-photos with recent babl

2023-07-09 Thread Eli Schwartz
requests/248 https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/261 Both merge requests are available when upgrading to 44.0, or alternatively in 43.1 (a bugfix release containing only this change) -- Eli Schwartz

Bug#1040682: FTBFS in colord with meson 1.2.0 rc2

2023-07-09 Thread Eli Schwartz
are only ever uploaded to experimental, and are a preview for the future. Temporarily downgrading the severity. This should be reset to "serious" once the final release is out, as which will go directly to unstable. -- Eli Schwartz

Bug#1040682: FTBFS in colord with meson 1.2.0 rc2

2023-07-08 Thread Eli Schwartz
ed. Only the default values for the project are printed, and all command line parameters are ignored. The release candidate makes this an error instead. If you want to print the values of available options, simply avoid passing arguments; this works both in a source directory and a build directory. -- Eli Schwartz

Bug#1040316: python3-minimal fails to install

2023-07-04 Thread Eli Schwartz
This bug seems to have been caused by https://salsa.debian.org/cpython-team/python3-defaults/-/commit/8e243207fee371a7335674fc77db63044b62cb29 It migrated from imp to importlib, but importlib doesn't imply importlib.util -- you cannot and AFAIK never have been able to import the top-level package

Bug#1026312: meson: diff for NMU version 1.0.0-1.1

2022-12-24 Thread Eli Schwartz
installed, it cannot overwrite the stdlib distutils. And there's a viable approach to not using distutils by the time distutils is removed from the stdlib. -- Eli Schwartz

Bug#1015132: meson: FTBFS: ./b 52a78b9866/../test cases/failing build/2 hidden symbol/bobuser.c:4: undefined reference to `hidden_function'

2022-08-08 Thread Eli Schwartz
ng " [XXX]". error, unexskip, and unexrun are the only failure states. unexskip and unexrun can only happen in Meson's internal CI ($MESON_CI_JOBNAME is set and isn't "thirdparty"). So you can just filter for: - any python-unittest matching logs (e.g. in between "===" and "\nRan tests in s") - anything in between " [ERROR]" and " []" -- Eli Schwartz