Bernhard Rosenkraenzer

Results 38 issues of Bernhard Rosenkraenzer

Building range-v3 0.9.1 or 0.9.0 with clang 9.0 results in: ``` ld: error: duplicate symbol: ranges::detail::_is_integer_like_ >>> defined in test/CMakeFiles/multiple.dir/multiple1.cpp.o >>> defined in test/CMakeFiles/multiple.dir/multiple2.cpp.o clang-9: error: linker command failed with...

bug

OpenSceneGraph doesn't build with the recently released ffmpeg 5.0 - main problems are the use of the removed AVPicture API, attempts to access the "codec" member of an AVStream, and...

Initial tests of dnf5 are working great on x86_64, but on aarch64, it doesn't recognize aarch64 as a compatible architecture. Installing the same package from the same repository works with...

dnf5

We currently use `dnf -y --install-root $TEMPROOT --forcearch=$ARCH $PACKAGES` to install chroots/containers with a foreign architecture. Initial experiments with the dnf5 branch are looking good on native architecture, but it...

dnf5

**Describe the bug** Trying to update the system firmware on a Synquacer (https://www.96boards.org/product/developerbox/) using `fwupdate -a` fails. `fwupdate -l` correctly prints the firmware GUID and recognizes the presently installed version...

bug
wontfix
needinfo

Replace removed functionality like accessing the codec context from an AVStream and avcodec_decode_audio4() Signed-off-by: Bernhard Rosenkränzer Fixes: https://github.com/acoustid/chromaprint/issues/78

**Describe the bug** Setting efiSystemPartitionSize sets the default size for the EFI System Partition when partitions are autoconfigured; however, the same setting is also used to check if the EFI...

Trying to compile acpica from https://acpica.org/sites/acpica/files/acpica-unix-20180313.tar.gz results in [...] make[1]: Entering directory '/home/bero/temp/failed-builds/acpica/BUILD/acpica-unix-20180313/generate/unix/iasl' - flex ../../../source/compiler/aslcompiler.l /usr/bin/m4:stdin:816: ERROR: end of file in string make[1]: *** [Makefile:319: obj/aslcompilerlex.c] Segmentation fault (core...

The symlink created by Android.mk is in LOCAL_PATH, while OUT_DIR may be relative to the top directory (AOSP 8.0), causing the symlink to point at a wrong location. Make sure...

Fix building on Linux with compilers other than gcc by not hardcoding the linux-g++ combo Signed-off-by: Bernhard Rosenkränzer