- Jun 06, 2021
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
The domain for their email is now a parking-site, and mails are not delivered anymore. Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/bee20bbfa4fa64ed8704bfb9586d5a3148f39fdf Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Chan, Donald authored
Add a python3 host variant since another downstream OSS component (OP-TEE) uses buildroot and it will depend on a python3 host variant of python-cryptography. Signed-off-by:
Donald Chan <hoiho@lab126.com> [yann.morin.1998@free.fr: - drop target _DEPENDENCIES since this is a host-only package - instead, add host-openssl to dependencies - add CPE variables - also add sync comment for python-pip ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Chan, Donald authored
Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by:
Donald Chan <hoiho@lab126.com> [yann.morin.1998@free.fr: - drop target _DEPENDENCIES since this is a host-only package - also add sync comment to python-cffi ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Chan, Donald authored
Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by:
Donald Chan <hoiho@lab126.com> [yann.morin.1998@free.fr: also add sync comment to python-pycparser] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Chan, Donald authored
Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by:
Donald Chan <hoiho@lab126.com> [yann.morin.1998@free.fr: - add CPE variables - also add sync comment for python-pip ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Chan, Donald authored
Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by:
Donald Chan <hoiho@lab126.com> [yann.morin.1998@free.fr: also add sync comment in python-six] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Peter Korsgaard authored
Fixes the following security issues: - CVE-2021-33195: The LookupCNAME, LookupSRV, LookupMX, LookupNS, and LookupAddr functions in net, and their respective methods on the Resolver type may return arbitrary values retrieved from DNS which do not follow the established RFC 1035 rules for domain names. If these names are used without further sanitization, for instance unsafely included in HTML, they may allow for injection of unexpected content. Note that LookupTXT may still return arbitrary values that could require sanitization before further use - CVE-2021-33196: The NewReader and OpenReader functions in archive/zip can cause a panic or an unrecoverable fatal error when reading an archive that claims to contain a large number of files, regardless of its actual size - CVE-2021-33197: ReverseProxy in net/http/httputil could be made to forward certain hop-by-hop headers, including Connection. In case the target of the ReverseProxy was itself a reverse proxy, this would let an attacker drop arbitrary headers, including those set by the ReverseProxy.Director - CVE-2021-33198: The SetString and UnmarshalText methods of math/big.Rat may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Seiderer authored
Port two xf86-video-fbdev upstream patches to xf86-video-fbturbo fixing incompatibility with latest xorg release and add mandatory module loading section to installed xorg.conf: - patch 0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch, fixes: [ 12.638] (II) LoadModule: "fbturbo" [ 12.639] (II) Loading /usr/lib/xorg/modules/drivers/fbturbo_drv.so [ 12.642] (EE) Failed to load /usr/lib/xorg/modules/drivers/fbturbo_drv.so: /usr/lib/xorg/modules/drivers/fbturbo_drv.so: undefined symbol: shadowUpdatePackedWeak [ 12.642] (EE) Failed to load module "fbturbo" (loader failed, 0) - patch 0003-Update-for-1.20-ABI.patch, fixes: [ 12.551] (II) LoadModule: "fbturbo" [ 12.553] (II) Loading /usr/lib/xorg/modules/drivers/fbturbo_drv.so [ 12.556] (EE) Failed to load /usr/lib/xorg/modules/drivers/fbturbo_drv.so: /usr/lib/xorg/modules/drivers/fbturbo_drv.so: undefined symbol: xf86DisableRandR [ 12.556] (EE) Failed to load module "fbturbo" (loader failed, 0) - patch 0004-xorg.conf-add-mandatory-modules-fb-shadow-fbdevhw.patch, fixes: module fbdevhw: [ 303.906] (II) LoadModule: "fbturbo" [ 303.906] (II) Loading /usr/lib/xorg/modules/drivers/fbturbo_drv.so [ 303.907] (EE) Failed to load /usr/lib/xorg/modules/drivers/fbturbo_drv.so: /usr/lib/xorg/modules/drivers/fbturbo_drv.so: undefined symbol: fbdevHWSave [ 303.907] (EE) Failed to load module "fbturbo" (loader failed, 0) [ 303.907] (EE) No drivers available. module shadow: [ 426.403] (II) LoadModule: "fbturbo" [ 426.404] (II) Loading /usr/lib/xorg/modules/drivers/fbturbo_drv.so [ 426.404] (EE) Failed to load /usr/lib/xorg/modules/drivers/fbturbo_drv.so: /usr/lib/xorg/modules/drivers/fbturbo_drv.so: undefined symbol: shadowRemove [ 426.404] (EE) Failed to load module "fbturbo" (loader failed, 0) [ 426.404] (EE) No drivers available. module fb: [ 471.912] (II) LoadModule: "shadow" [ 471.913] (II) Loading /usr/lib/xorg/modules/libshadow.so [ 471.913] (EE) Failed to load /usr/lib/xorg/modules/libshadow.so: /usr/lib/xorg/modules/libshadow.so: undefined symbol: fbGetScreenPrivateKey [ 471.913] (EE) Failed to load module "shadow" (loader failed, 0) Fixes: - https://bugs.busybox.net/show_bug.cgi?id=13816 - http://lists.busybox.net/pipermail/buildroot/2021-June/311763.html Reported-by:
Jürgen Wack <juergen.wack@gmx.de> Reported-by:
Derek T <derek.tata1@gmail.com> Signed-off-by:
Peter Seiderer <ps.report@gmx.net> [yann.morin.1998@free.fr: fix check-package errors] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Fixes: http://autobuild.buildroot.net/results/079/079df777211933b92ac5a67fc175839c8188850f/ Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Fix build failure with latest mono which is raised since commit 4c8a285b Fixes: - http://autobuild.buildroot.org/results/ff3edfe406f00a29429d2fa4258af12c87e5fb96 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
libmpv-static and libmpv-shared are disabled by default resulting in the following build failure when building with gl but without rpi, wayland or x11: Checking for OpenGL without platform-specific code (e.g. for libmpv) : libmpv-shared not found Checking for OpenGL context support : gl-cocoa not found You manually enabled the feature 'gl', but the autodetection check failed. Here is an extract of wscript: } , { 'name': '--plain-gl', 'desc': 'OpenGL without platform-specific code (e.g. for libmpv)', 'deps': 'libmpv-shared || libmpv-static', 'func': check_true, }, { 'name': '--gl', 'desc': 'OpenGL context support', 'deps': 'gl-cocoa || gl-x11 || egl-x11 || egl-drm || ' + 'gl-win32 || gl-wayland || rpi || ' + 'plain-gl', 'func': check_true, 'req': True, 'fmsg': "No OpenGL video output found or enabled. " + "Aborting. If you really mean to compile without OpenGL " + "video outputs use --disable-gl.", }, { Enabling both the shared and static libraries is not allowed by mpv, so we consider the BR2_STATIC_LIBS to be static, and otherwise (i.e. BR2_SHARED_LIBS and BR2_SHARED_STATIC_LIBS) to be shared. Fixes: - http://autobuild.buildroot.org/results/590d2a8b6746ef071dfb439e42b636f81dbdc35d Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: - expand config log about shared/static icompatibility ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Peter Korsgaard authored
Fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/1297337965 Commit 15a2f9b8 (package/{mesa3d, mesa3d-headers}: bump version to 21.0.2) marked BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST as legacy, but forgot to update the defconfig. The SW rasterizer isn't really needed with the Intel GPU, so just drop it. In addition, X11 now needs some help with loading the modules in the correct order, similar to how it was done for the test in commit 4a3639ba (support/testing: test_glxinfo load X11 modules in the right order). Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Drew Fustini authored
Update commit ID to include recent upstream fixes: - Fix I and D cache synchronization issue (2e2f6faaf105) - Add carriage return to correct menu formatting (2f6ea51dbb51) - Add copyright info (7d3413d2ffd9) - Expand the limit on the size of uboot when update it (623888127a0e) Signed-off-by:
Drew Fustini <drew@beagleboard.org> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Drew Fustini authored
Update the commit id to include upstream fixes: - Fix print format in load_and_run_ddr(e976d186e69a) - Update copyright info (f2b049b7fff2) - Avoid chiplink address exception (86664be28e5d) Signed-off-by:
Drew Fustini <drew@beagleboard.org> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- Jun 05, 2021
-
-
Fabrice Fontaine authored
Fix the following build failure with gcc 11: /data/buildroot-autobuilder/instance-0/output-1/build/qt5base-5.15.2/include/QtCore/../../src/corelib/global/qfloat16.h:300:7: error: 'numeric_limits' is not a class template 300 | class numeric_limits<QT_PREPEND_NAMESPACE(qfloat16)> : public numeric_limits<float> | ^~~~~~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/9a7a987af40b8408ccdfcae4890008c7090b41a1 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Disable -Werror to avoid the following build failure: <command-line>: error: "_FORTIFY_SOURCE" redefined [-Werror] MEDIA_BUILD_FATAL_WARNINGS option is available since version 18.2.0 and https://github.com/intel/media-driver/commit/6932fc0ffb8228245052528820adafb6743f7482 Fixes: - http://autobuild.buildroot.org/results/52638d95312e464626d1c4047b3b26d4f57a1cd2 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
cpe:2.3:a:apcupsd:apcupsd is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aapcupsd%3Aapcupsd Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
cpe:2.3:a:tedfelix:acpid2 is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Atedfelix%3Aacpid2 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
cpe:2.3:a:tuxfamily:chrony is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Atuxfamily%3Achrony Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Release notes: https://sourceforge.net/p/gptfdisk/code/ci/master/tree/NEWS Version 1.0.6 fixes CVE-2020-0256 & CVE-2021-0308. Removed md5 hash. Rebased patch due to upstream commit https://sourceforge.net/p/gptfdisk/code/ci/6180deb472c302c47f4d4acff8f2123d10824364/#diff-3 Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Add -std=c++11 to fix the following build failure with gcc 11: /data/buildroot-autobuilder/instance-0/output-1/host/include/cutl/shared-ptr/base.hxx:34:41: error: ISO C++17 does not allow dynamic exception specifications 34 | operator new (std::size_t, cutl::share) throw (std::bad_alloc); | ^~~~~ Fixes: - http://autobuild.buildroot.org/results/9cbb8be7a1d8ac5913fbc5e2a78c4c45b5daf8e2 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Bernd Kuhls authored
Building efibootmgr with a musl toolchain is possible. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Disable dc3dd on riscv32 because of the size of time_t (riscv32 has never had a 32-bit time, and has always been 64-bit from the onset): In file included from getdate.y:40: verify.h:132:30: error: negative width in bit-field 'verify_error_if_negative_size__' 132 | (struct { unsigned int verify_error_if_negative_size__: (R) ? 1 : -1; })) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verify.h:138:61: note: in expansion of macro 'verify_true' 138 | # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] | ^~~~~~~~~~~ getdate.y:116:1: note: in expansion of macro 'verify' 116 | verify (LONG_MIN <= TYPE_MINIMUM (time_t) && TYPE_MAXIMUM (time_t) <= LONG_MAX); | ^~~~~~ Fixes: - http://autobuild.buildroot.org/results/267151dec9d2328a5f8c61ddf224219a4f617e5c Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- Jun 04, 2021
-
-
Fabrice Fontaine authored
Parallel build is broken since bump to version 2.03.12 in commit 80997acd. Commits 4526078d, 8a313b01, and a7186cd1 tried to fix that by only installing systemd units when appropriate. It turns out that there are more cases where parallel build still fails: http://autobuild.buildroot.org/results/995/995f46ee0033e34261ba7b24b61c41e7a088602b/ >>> lvm2 2.03.12 Installing to staging directory [...] [INSTALL] ioctl/libdevmapper.so [CC] dmsetup.c /usr/bin/make -C lib install_device-mapper [CC] dmsetup.c [...] [CC] dmsetup [CC] dmsetup /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.3.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/Scrt1.o: in function `_start': (.text+0x54): undefined reference to `main' collect2: error: ld returned 1 exit status Makefile:60: recipe for target 'dmsetup' failed Or: http://autobuild.buildroot.org/results/a4e/a4ea87da502272dc2e677123b6fbcb0c23106f0b/ >>> lvm2 2.03.12 Installing to staging directory [...] [CC] dmsetup /home/giuliobenetti/autobuild/run/instance-3/output-1/host/lib/gcc/arm-buildroot-linux-musleabihf/9.3.0/../../../../arm-buildroot-linux-musleabihf/bin/ld: /home/giuliobenetti/autobuild/run/instance-3/output-1/host/arm-buildroot-linux-musleabihf/sysroot/lib/Scrt1.o: in function `_start_c': Scrt1.c:(.text._start_c+0x5c): undefined reference to `main' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:61: dmsetup] Error 1 make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/lvm2-2.03.12/libdm/dm-tools' make[2]: *** [../libdm/make.tmpl:315: dm-tools.device-mapper] Error 2 make[2]: *** Waiting for unfinished jobs.... [CC] dmsetup [INSTALL] dmsetup [...] Similar traces in either case: it tries to build dmsetup twice, at intall time instead of build time. Fixes: - http://autobuild.buildroot.org/results/995/995f46ee0033e34261ba7b24b61c41e7a088602b/ - http://autobuild.buildroot.org/results/a4e/a4ea87da502272dc2e677123b6fbcb0c23106f0b/ Note that this is just a workaround for a broken buildsystem anyway: indeed, the build of dmsetup is done at install time, instead of build time. More fixes should be worked on with upstream to properly fix the issue... Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: - update after the three partial fix-commits - extend commit log accordingly - add new upstream failures ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
- Jun 03, 2021
-
-
Giulio Benetti authored
Commit [1] breaks Buildroot Makefile since a Makefile endif has been left with no sense giving following error: package/lvm2/lvm2.mk:61: *** extraneous 'endif'. Stop. So let's remove that forgotten endif. [1]: https://git.buildroot.net/buildroot/commit/?id=8a313b019c7d7e898186a8b08f9c25ae0194fa16 Signed-off-by:
Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
- Jun 02, 2021
-
-
Yann E. MORIN authored
Since we bump the version in commit 80997acd (package/lvm2: bump version to 2.03.12), the installation of systemd units is no longer functional without a full installation. As Pascal puts it: the systemd service files don't make a whole lot of sense when there isn't a full lvm2 install. Move the conditional block that install system units, so that it only occurs when we do a full installation. Fixes; http://autobuild.buildroot.org/results/f47/f470ffb55625e2639cecde713442550eb532d0d7/ http://autobuild.buildroot.org/results/954/9547929292e81671fbe3a5b4bbc87a6424edb1ca/ http://autobuild.buildroot.org/results/303/30359c351a6ce2f9139494a531e036f0b0406ccf Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr> Co-Developped-by:
Pascal de Bruijn <p.debruijn@unilogic.nl> Cc: Pascal de Bruijn <p.debruijn@unilogic.nl> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Yann E. MORIN authored
Commit ff0f55e3 (lvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by BR2_PACKAGE_LVM2_STANDARD_INSTALL) changed a negative-logic option to a positive-logic option. However, it kept the ordering of the conditional block, which became a negatice-logic condition. This is confusing; let's fix that. Reported-by:
Pascal de Bruijn <p.debruijn@unilogic.nl> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Bernd Kuhls authored
Changelog: https://downloads.apache.org/httpd/CHANGES_2.4.48 Fixes CVE-2021-31618: mod_http2: Fix a potential NULL pointer dereference [Ivan Zhakov] Removed patch 0004 which is included in upstream release. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/eb53ff6b031c654daec57050dec376b5c9134a81 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Add Libs.private to libraw.pc to fix the following static build failure with imagemagick which is raised since commit 2f47cfad: /home/giuliobenetti/autobuild/run/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/9.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: /home/giuliobenetti/autobuild/run/instance-1/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libjasper.a(jpg_enc.c.o): in function `jpg_encode': jpg_enc.c:(.text+0x1f4): undefined reference to `jpeg_stdio_dest' Fixes: - http://autobuild.buildroot.org/results/88e43a1ea2059a684e50b0f5f2af407e8c6df2e1 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Baruch Siach authored
The original site is gone. Fixes: http://autobuild.buildroot.net/results/8d4a2ef5a7f50ea21b844d6cf806bb83016ae17b/ Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
- Jun 01, 2021
-
-
Fabrice Fontaine authored
Fix CVE-2021-33516: An issue was discovered in GUPnP before 1.0.7 and 1.1.x and 1.2.x before 1.2.5. It allows DNS rebinding. A remote web server can exploit this vulnerability to trick a victim's browser into triggering actions against local UPnP services implemented using this library. Depending on the affected service, this could be used for data exfiltration, data tempering, etc. Replace patch by upstream commit as current patch doesn't apply cleanly https://discourse.gnome.org/t/security-relevant-releases-for-gupnp-issue-cve-2021-33516/6536 https://gitlab.gnome.org/GNOME/gupnp/-/blob/gupnp-1.2.6/NEWS Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
Disabling tests will fix the following build failures on riscv32: select_poll_epoll.c:408:16: note: each undeclared identifier is reported only once for each function it appears in select_poll_epoll.c: In function 'ppoll_fds_ulong_max': select_poll_epoll.c:440:16: error: 'SYS_ppoll' undeclared (first use in this function); did you mean 'SYS_tkill'? 440 | ret = syscall(SYS_ppoll, ufds, ULONG_MAX, NULL, NULL); | ^~~~~~~~~ | SYS_tkill select_poll_epoll.c: In function 'pselect_invalid_fd': select_poll_epoll.c:488:16: error: 'SYS_pselect6' undeclared (first use in this function); did you mean 'SYS_semctl'? 488 | ret = syscall(SYS_pselect6, fd + 1, &rfds, NULL, NULL, NULL, NULL); | ^~~~~~~~~~~~ | SYS_semctl Fixes: - http://autobuild.buildroot.org/results/dd39188a7191efa512a51f18f4c34d9ee711a6a7 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
vlc unconditionally uses __NR_futex resulting in the following build failure on riscv32: linux/thread.c:53:20: error: '__NR_futex' undeclared (first use in this function) 53 | return syscall(__NR_futex, addr, op, val, to, addr2, val3); | ^~~~~~~~~~ A patch that fixes this was submitted upstream, but rejected [1]. Fixes: - http://autobuild.buildroot.org/results/be0f2243919d7a052b33118d8a901c922f8d88e7 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [1] https://patches.videolan.org/patch/30581/
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/1c1cd4775241ee57d878cad5c978413d4b4a8736 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-
Fabrice Fontaine authored
directfb unconditionally uses __NR_futex which will raise the following build failure on riscv32: system.c:242:21: error: '__NR_futex' undeclared (first use in this function) 242 | ret = syscall( __NR_futex, uaddr, op, val, timeout, uaddr2, val3 ); | ^~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/c0f4168575fa85af933539441eea95a3b10dac91 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-