Thomas Petazzoni

Results 11 issues of Thomas Petazzoni

`duk_config.h` contains the following snippet of code: ``` #if defined(__FAST_MATH__) #error __FAST_MATH__ defined, refusing to compile #endif ``` (which comes from `config/header-snippets/reject_fast_math.h.in`) But this prevents building anything that includes `duk_config.h`...

The libpcap configure.in contains `V_INCLS="$V_INCLS -I/usr/include/libnl3"`, which is fundamentally wrong for cross-compilation. Would it be possible to use pkg-config to detect libnl instead, and get the right cflags/ldflags?

compiling
bug

This is similar to commit https://github.com/postgis/postgis/commit/98070faad220e12fcaed9a583a70a37c510b7c6b, but applied to raster/loader. It ensures that if only shared variants of the libraries are available, the link still works. If you force -static...

When building some Buildroot packages for ARM Cortex-M (ARMv7-M), we sometimes see movt/movw instructions generated with corresponding R_ARM_THM_MOVW_ABS_NC and/or R_ARM_THM_MOVT_ABS relocations generated: ``` 00000380 00003f2f R_ARM_THM_MOVW_AB 00000000 PawnHashKey 00000388 00003f30...

Hello! Great work with OpenVoiceOS! I am one of the maintainers of upstream Buildroot. You have lots of interesting packages that would make a lot of sense to have in...

We are trying to package in Buildroot several Parrot libraries (namely libshdata, libfutils and ulog), which have dependencies on each other. In Buildroot, each package is supposed to build just...

Would it be possible to provide a package-lock.json in the Git repository, so that it is possible to reproducibly retrieve the dependencies of forge? Committing the package-lock.json into the Git...

The changes introduced in upstream gdb in commit https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=345bd07cce33565f1cd66acabdaf387ca3a7ccb3 clash with the changes brought by the overlay on gdb/xtensa-config.c, causing a build failure: xtensa-tdep.o: In function `xtensa_gdbarch_init(gdbarch_info, gdbarch_list*)': xtensa-tdep.c:(.text+0x1cd2): undefined...

autoreconf fails with: configure.ac:9: error: AM_INIT_AUTOMAKE expanded multiple times /home/thomas/projets/buildroot/output/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from... configure.ac:7: the top level /home/thomas/projets/buildroot/output/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from... configure.ac:9: the top level Drop the duplicate...