- Jul 12, 2024
-
-
-
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Celeste authored
-
src/archive.h:18:5: error: 'int64_t' does not name a type 18 | int64_t getFileSize(const std::string& path); | ^~~~~~~ src/archive.h:6:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 5 | #include <vector> +++ |+#include <cstdint> 6 | In file included from src/archive.cpp:2: src/archivezip.h:12:5: error: 'int64_t' does not name a type 12 | int64_t getFileSize(const std::string &archive, const std::string &filename); | ^~~~~~~ src/archivezip.h:1:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? +++ |+#include <cstdint> 1 | #ifndef ARCHIVEZIP_H src/archive.cpp: In function 'int64_t Archive::getFileSize(const std::string&)': src/archive.cpp:74:28: error: 'getFileSize' is not a member of 'ArchiveZip'; did you mean 'getFileList'? 74 | return ArchiveZip::getFileSize(archive, filename); | ^~~~~~~~~~~ | getFileList make: *** [Makefile:257: src/archive.o] Error 1 This issue has been fixed upstream: https://github.com/libretro/neocd_libretro/blob/master/src/archive.h https://github.com/libretro/neocd_libretro/blob/master/src/abstractfile.h
-
libretro/libretro-core.c: In function 'retro_get_system_info': libretro/libretro-core.c:634:36: error: expected ';' before 'GIT_VERSION' 634 | info->library_version = "3.1.0" GIT_VERSION; | ^~~~~~~~~~~~ | ;
-
Celeste authored
-
Celeste authored
-
Celeste authored
qd_test fails on loongarch64, just like aarch64, ppc64le, s390x
-
Celeste authored
there is a Loongarch patch for the build, but tests fail to access gcr.io on the builder
-
Celeste authored
-
znley authored
LoongArch64 uses little-endian byte ordering.
-
-
Celeste authored
found libc 0.2.152, support for loongarch64 added in 0.2.154
-
-
Celeste authored
ABORTING: Inkscape failed to render the slice.
-
Celeste authored
autoconf scripts too old, returns syntax error
-
Celeste authored
it seems the first letter of the repo name was capitalized, and that changed the checksum?
-
Celeste authored
sites.google.com now returns HTML
-
Celeste authored
Same reason as riscv64: "Target architecture was not detected as supported by Double-Conversion"
-
Celeste authored
nix 0.25.1 fails to build
-
Celeste authored
linux-raw-sys 0.1.4 fails to build
-
Celeste authored
linux-raw-sys 0.1.4 fails to build
-
Celeste authored
openrc() function creates /var/tmp/freshrss, which is no longer permitted by abuild 3.13.0 FHS checks
-
Celeste authored
source archive is no longer available
-
Celeste authored
https://build.alpinelinux.org/buildlogs/build-edge-loongarch64/testing/py3-libmdbx/py3-libmdbx-0.10.2-r6.log =========================== short test summary info ============================ FAILED libmdbx/tests/mdbx_test.py::TestMdbx::test_db_iter - libmdbx.mdbx.MDBX... FAILED libmdbx/tests/mdbx_test.py::TestMdbx::test_db_readitem_writeitem - lib... FAILED libmdbx/tests/mdbx_test.py::TestMdbx::test_env - libmdbx.mdbx.MDBXErro... FAILED libmdbx/tests/mdbx_test.py::TestMdbx::test_multi_write - libmdbx.mdbx.... FAILED libmdbx/tests/mdbx_test.py::TestMdbx::test_replace - libmdbx.mdbx.MDBX... FAILED libmdbx/tests/mdbx_test.py::TestMdbx::test_success_close_written_map FAILED libmdbx/tests/mdbx_test.py::TestMdbx::test_write - libmdbx.mdbx.MDBXEr... ==================== 7 failed, 9 passed, 1 warning in 0.59s ====================
-
Celeste authored
fossies.org is already being used as source for a few other aports: - main/tcpflow - community/antiword - community/i2c-tools
-
Celeste authored
same as what happened to libjodycode (previous commit)
-
Celeste authored
codeberg does not include $pkgver in extracted directory name
-
Celeste authored
location changed, checksum remains the same
-
Celeste authored
source archive is no longer available, neither at github, nor at distfiles.a.o
-
Celeste authored
-
Celeste authored
-
-
-
Celeste authored
found libc 0.2.132, support for loongarch64 added in 0.2.154
-