Romain Naour
Romain Naour
Hi, There is a build issue with kvazaar on PowerPC due to deprecated vec_lvsl() function: strategies/altivec/picture-altivec.c: In function ‘reg_sad_altivec’: strategies/altivec/picture-altivec.c:43:5: error: vec_lvsl is deprecated for little endian; use assignment for...
The latest Binutils release (2.34) is not compatible with elf2flt due to a change in bfd_section_* macros. The issue has been reported to the Binutils mailing list but Alan Modra...
The commit [1] moved readonly data sections to "text" section. This was needed to fix a elf2flt segfault on ARM architectures with Binutils >= 2.33.1. After this patch was applied...
Hi, Starting with Binutils 2.33.1, elf2flt segfault while building busybox: "ld (ld-elf2flt): /builds/kubu93/toolchains-builder/build/opt/armv7m--uclibc--bleeding-edge-2/arm-buildroot-uclinux-uclibcgnueabi/bin/elf2flt This was reported to the Binutils mailing list and it's seems an elf2flt issue with .ARM.exidx RO...
Hi, The latest Binutils release (2.34) is not compatible with elf2flt due to a change in bfd_section_* macros. The issue has been reported to the Binutils mailing list but Alan...
When OpenGL ES 1.1 and OpenGL ES 2.0 are used at the same time, the build fail since GLintptr and GLsizeiptr data type are not the same in GLES2/gl2.h and...
Hello, When building telegraf from sources, the download of all vendor modules (cargo vendor) fail when using GOPROXY=direct. go: downloading collectd.org v0.5.0 get "collectd.org": found meta tag vcs.metaImport{Prefix:"collectd.org", VCS:"git", RepoRoot:"https://github.com/collectd/go-collectd"}...
The commit cd690bff1516b40fecd5ec4a7f6619e5bffc3cf0 adding musl support was not enough to build lshw with musl. dasd.cc: In function 'bool scan_dasd(hwNode&)': dasd.cc:45:52: error: 'basename' was not declared in this scope dev_name =...