Alexander Kanavin
Alexander Kanavin
So DirectFB.org website has disappeared in August without any explanation or replacement. Is it coming back?
When building 4.19.1 with musl C library, the following error happens: ``` /home/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/core2-64-poky-linux-musl/rpm/4.19.1/git/rpmio/rpmglob.c: In function 'rpmGlobPath': | /home/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/core2-64-poky-linux-musl/rpm/4.19.1/git/rpmio/rpmglob.c:84:15: error: 'GLOB_BRACE' undeclared (first use in this function); did you mean 'GLOB_NOSPACE'?...
### Problem hash_rustc_version() writes rustc().verbose_version into the hash. That data has one problematic field: host: x86_64-unknown-linux-gnu or host: aarch64-unknown-linux-gnu Due to this, when one is using a mix of x86...
The disabled tests rely on timing to pass correctly. On a virtualized system under heavy load, these tests randomly fail because they miss a timer or other timing related issues.
tarballs downloads from https://people.redhat.com/sgrubb/libcap-ng/ fail due to certificate issues
On my Debian systems, I get the following when trying to fetch the tarball with wget: ``` alex@alex-lx-laptop:~$ wget https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.5.tar.gz --2024-08-06 16:49:47-- https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.5.tar.gz Resolving people.redhat.com (people.redhat.com)... 209.132.178.26 Connecting to people.redhat.com...
``` | /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/mraa/2.2.0+git/git/src/python/mraapy.c: In function 'mraa_python_isr': | /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/mraa/2.2.0+git/git/src/python/mraapy.c:28:15: error: implicit declaration of function 'PyEval_CallObject'; did you mean 'PyObject_CallObject'? [-Wimplicit-function-declaration] | 28 | ret = PyEval_CallObject((PyObject*) isr, arglist); | | ^~~~~~~~~~~~~~~~~...
This helps build reproducibility by ensuring the RECORD file is the same regardless of the order of the input files.
Sort the order of the module lists from configure_mods.sh since otherwise the result isn't the same leading to makefile differences, and breaks build reproducibility. Reported upstream: https://github.com/arsv/perl-cross/issues/88