From https://github.com/archlinux/svntogit-community * branch packages/libretro-bsnes-hd -> FETCH_HEAD * [new branch] packages/libretro-bsnes-hd -> community/packages/libretro-bsnes-hd Cloning into 'libretro-bsnes-hd'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 388k 0 --:--:-- --:--:-- --:--:-- 388k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 8544k 7 680k 0 0 580k 0 0:00:14 0:00:01 0:00:13 579k 47 8544k 47 4096k 0 0 1885k 0 0:00:04 0:00:02 0:00:02 1885k 100 8544k 100 8544k 0 0 2835k 0 0:00:03 0:00:03 --:--:-- 2835k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 55 143k 55 81566 0 0 471k 0 --:--:-- --:--:-- --:--:-- 471k 100 143k 100 143k 0 0 844k 0 --:--:-- --:--:-- --:--:-- 841k :: Starting full system upgrade... there is nothing to do ==> Making package: libretro-bsnes-hd 53-1 (Thu Aug 29 14:27:18 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) libretro-core-info-1.15.0-1 Total Download Size: 0.08 MiB Total Installed Size: 0.35 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83327 100 83327 0 0 40.6M 0 --:--:-- --:--:-- --:--:-- 79.4M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libretro-core-info... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning libretro-bsnes-hd git repo... Cloning into bare repository '/tmp/archlinux-ci/libretro-bsnes-hd-archlinuxrb-build-3rHIzMAK/libretro-bsnes-hd/trunk/libretro-bsnes-hd'... -> Found libretro-bsnes-hd-flags.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... libretro-bsnes-hd ... Skipped libretro-bsnes-hd-flags.patch ... Passed ==> Extracting sources... -> Creating working copy of libretro-bsnes-hd git repo... Cloning into 'libretro-bsnes-hd'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... patching file bsnes/GNUmakefile ==> Starting pkgver()... ==> Starting build()... make: Entering directory '/tmp/archlinux-ci/libretro-bsnes-hd-archlinuxrb-build-3rHIzMAK/libretro-bsnes-hd/trunk/src/libretro-bsnes-hd/bsnes' Compiling target-libretro/libretro.cpp ... Compiling ../libco/libco.c ... Compiling emulator/emulator.cpp ... Compiling filter/filter.cpp ... Compiling lzma/lzma.cpp ... Compiling sfc/interface/interface.cpp ... Compiling sfc/system/system.cpp ... Compiling sfc/controller/controller.cpp ... Compiling sfc/cartridge/cartridge.cpp ... Compiling sfc/memory/memory.cpp ... Compiling sfc/cpu/cpu.cpp ... Compiling sfc/smp/smp.cpp ... Compiling sfc/dsp/dsp.cpp ... Compiling sfc/ppu/ppu.cpp ... Compiling sfc/ppu-fast/ppu.cpp ... Compiling sfc/expansion/expansion.cpp ... Compiling sfc/coprocessor/coprocessor.cpp ... Compiling sfc/slot/slot.cpp ... Compiling gb/Core/apu.c ... Compiling gb/Core/camera.c ... Compiling gb/Core/display.c ... Compiling gb/Core/gb.c ... Compiling gb/Core/joypad.c ... gb/Core/gb.c: In function 'GB_attributed_logv': gb/Core/gb.c:31:5: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 31 | vasprintf(&string, fmt, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gb/Core/gb.c: In function 'GB_load_boot_rom': gb/Core/gb.c:173:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 173 | fread(gb->boot_rom, sizeof(gb->boot_rom), 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gb/Core/gb.c: In function 'GB_load_rom': gb/Core/gb.c:208:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 208 | fread(gb->rom, 1, gb->rom_size, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling gb/Core/mbc.c ... Compiling gb/Core/memory.c ... Compiling gb/Core/printer.c ... Compiling gb/Core/random.c ... Compiling gb/Core/rewind.c ... Compiling gb/Core/save_state.c ... Compiling gb/Core/sgb.c ... Compiling gb/Core/sm83_cpu.c ... Compiling gb/Core/symbol_hash.c ... Compiling gb/Core/timing.c ... Compiling processor/arm7tdmi/arm7tdmi.cpp ... Compiling processor/spc700/spc700.cpp ... Compiling processor/wdc65816/wdc65816.cpp ... g++ -o out/bsnes_hd_beta_libretro.so -shared obj/libretro.o obj/libco.o obj/emulator.o obj/filter.o obj/lzma.o obj/sfc-interface.o obj/sfc-system.o obj/sfc-controller.o obj/sfc-cartridge.o obj/sfc-memory.o obj/sfc-cpu.o obj/sfc-smp.o obj/sfc-dsp.o obj/sfc-ppu.o obj/sfc-ppu-fast.o obj/sfc-expansion.o obj/sfc-coprocessor.o obj/sfc-slot.o obj/gb-apu.o obj/gb-camera.o obj/gb-display.o obj/gb-gb.o obj/gb-joypad.o obj/gb-mbc.o obj/gb-memory.o obj/gb-printer.o obj/gb-random.o obj/gb-rewind.o obj/gb-save_state.o obj/gb-sgb.o obj/gb-sm83_cpu.o obj/gb-symbol_hash.o obj/gb-timing.o obj/processor-arm7tdmi.o obj/processor-spc700.o obj/processor-wdc65816.o -Wl,--no-undefined -Wl,--version-script=target-libretro/link.T -lgomp -Wl,-Bdynamic -fopenmp -ldl -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared make: Leaving directory '/tmp/archlinux-ci/libretro-bsnes-hd-archlinuxrb-build-3rHIzMAK/libretro-bsnes-hd/trunk/src/libretro-bsnes-hd/bsnes' ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "libretro-bsnes-hd"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: libretro-bsnes-hd 53-1 (Thu Aug 29 14:27:54 2024)