- Jul 08, 2024
-
-
-
-
-
-
-
musl-1.2.4 removed lfs64 Signed-off-by:
yzewei <yangzewei@loongson.cn>
-
Signed-off-by:
yzewei <yangzewei@loongson.cn>
-
-
Milan P. Stanić authored
-
Celeste authored
-
-
Fix build error due to GCC 13 header dependency changes (https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes): In file included from ./Common/log.h:45, from LinuxPBA/LinuxPBA.cpp:25: ./Common/DtaOptions.h:33:5: error: 'uint8_t' does not name a type 33 | uint8_t password; /**< password supplied */ | ^~~~~~~ ./Common/DtaOptions.h:1:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? +++ |+#include <cstdint> 1 | /* C:B************************************************************************** ./Common/DtaOptions.h:34:9: error: 'uint8_t' does not name a type 34 | uint8_t userid; /**< userid supplied */ | ^~~~~~~ ./Common/DtaOptions.h:34:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:35:9: error: 'uint8_t' does not name a type 35 | uint8_t newpassword; /**< new password for password change */ | ^~~~~~~ ./Common/DtaOptions.h:35:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:36:9: error: 'uint8_t' does not name a type 36 | uint8_t pbafile; /**< file name for loadPBAimage command */ | ^~~~~~~ ./Common/DtaOptions.h:36:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:37:5: error: 'uint8_t' does not name a type 37 | uint8_t device; /**< device name */ | ^~~~~~~ ./Common/DtaOptions.h:37:5: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:38:5: error: 'uint8_t' does not name a type 38 | uint8_t action; /**< option requested */ | ^~~~~~~ ./Common/DtaOptions.h:38:5: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:39:9: error: 'uint8_t' does not name a type 39 | uint8_t mbrstate; /**< mbrstate for set mbr commands */ | ^~~~~~~ ./Common/DtaOptions.h:39:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:40:9: error: 'uint8_t' does not name a type 40 | uint8_t lockingrange; /**< locking range to be manipulated */ | ^~~~~~~ ./Common/DtaOptions.h:40:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:41:9: error: 'uint8_t' does not name a type 41 | uint8_t lockingstate; /**< locking state to set a lockingrange to */ | ^~~~~~~ ./Common/DtaOptions.h:41:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:42:9: error: 'uint8_t' does not name a type 42 | uint8_t lrstart; /** the starting block of a lockingrange */ | ^~~~~~~ ./Common/DtaOptions.h:42:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:43:9: error: 'uint8_t' does not name a type 43 | uint8_t lrlength; /** the length in blocks of a lockingrange */ | ^~~~~~~ ./Common/DtaOptions.h:43:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? ./Common/DtaOptions.h:55:1: error: 'uint8_t' does not name a type 55 | uint8_t DtaOptions(int argc, char * argv[], DTA_OPTIONS * opts); | ^~~~~~~ ./Common/DtaOptions.h:55:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? make[1]: *** [Makefile:644: LinuxPBA/LinuxPBA.o] Error 1
-
- Jul 07, 2024
-
-
-
Patrycja Rosa authored
-
Patrycja Rosa authored
some apache mirrors tend to delete non-latest sources really quickly, this one did and it now returns 404; archive.apache.org is always a safer choice
-
-
Patrycja Rosa authored
-
Patrycja Rosa authored
also update source to currently maintained one ( see psqlodbc homepage )
-
Patrycja Rosa authored
kyne.com.au doesn't resolve anymore; author's GitHub mirror[1] points to kyne.eu [1]: https://github.com/mpx/lua-cjson
-
Patrycja Rosa authored
current ones return 404, change to source recommended by upstream
-
-
-
-
-
Bart Ribbers authored
-
Milan P. Stanić authored
-
Milan P. Stanić authored
-
- build to "all !riscv64" arch - it needs the "npm_config_build_from_source" to compile the sqlite dependency, which may increase pipeline size and time - change the rc to be able to create and to fix permissions, also add daemon logs - remove "config.js" template as the app is able to create it on the first run (assuming all permissions are correct) - to ensure permissions are correct, create user home folder and use rc start_pre - removes the patch to use mocha for skip failing tests about version - removes the npm dependency and create the symlink to the binary - move to /usr/share/webapps - added -doc sub-package to MIT license
-
-
-
-