| /buildroot/support/testing/tests/package/test_nftables/rootfs-overlay/root/ |
| A D | nft.py | 15 ret_code, output, error = nft.cmd(cmd) variable 19 if len(error) > 0: 20 print(error.strip())
|
| /buildroot/package/google-breakpad/ |
| A D | gen-syms.sh | 11 error() { function 20 error "%s: No such file or directory\n" "${FILE}" 23 error "%s: Is a directory\n" "${FILE}" 31 error "Error dumping symbols for: '%s'\n" "${FILE}"
|
| /buildroot/package/libgpg-error/ |
| A D | libgpg-error.mk | 8 LIBGPG_ERROR_SITE = https://www.gnupg.org/ftp/gcrypt/libgpg-error 9 LIBGPG_ERROR_SOURCE = libgpg-error-$(LIBGPG_ERROR_VERSION).tar.bz2 14 LIBGPG_ERROR_CONFIG_SCRIPTS = gpg-error-config 19 --enable-install-gpg-error-config \
|
| A D | libgpg-error.hash | 2 sha1 8bdb504750b4da9e7daffa164cf1ed9900671f32 libgpg-error-1.48.tar.bz2 3 sha256 89ce1ae893e122924b858de84dc4f67aae29ffa610ebf668d5aa539045663d6f libgpg-error-1.48.tar.bz2
|
| /buildroot/ |
| A D | Makefile.legacy | 9 $(error "You have legacy configuration in your .config! Please check your configuration.") 24 $(error "The BUILDROOT_DL_DIR environment variable was renamed to BR2_DL_DIR.") 36 $(error "The BUILDROOT_CONFIG environment variable was renamed to BR2_CONFIG.") 57 GENTARGETS = $$(error The GENTARGETS macro no longer exists; use $$$$(eval $$$$(generic-package)) o… 58 AUTOTARGETS = $$(error The AUTOTARGETS macro no longer exists; use $$$$(eval $$$$(autotools-package… 59 CMAKETARGETS = $$(error The CMAKETARGETS macro no longer exists; use $$$$(eval $$$$(cmake-package))…
|
| /buildroot/support/scripts/ |
| A D | br2-external | 22 :) error "option '%s' expects a mandatory argument\n" "${OPTARG}";; 23 \?) error "unknown option '%s'\n" "${OPTARG}";; 30 error "no output directory specified (-d)\n" 72 error "'%s': no such file or directory\n" "${br2_ext}" 75 error "'%s': permission denied\n" "${br2_ext}" 78 error "'%s': does not have an 'external.desc'. See %s\n" \ 83 error "'%s/external.desc': does not define the name\n" "${br2_ext}" 89 error "'%s': name '%s' contains invalid chars: '%s'\n" \ 94 error "'%s': name '%s' is already used in '%s'\n" \ 99 error "'%s/external.mk': no such file or directory\n" "${br2_ext}" [all …]
|
| A D | check-bin-arch | 45 :) error "option '%s' expects a mandatory argument\n" "${OPTARG}";; 46 \?) error "unknown option '%s'\n" "${OPTARG}";;
|
| /buildroot/package/vpnc/ |
| A D | 0007-sysdep.h-don-t-assume-error.h-is-available-on-all-Li.patch | 4 Subject: [PATCH] sysdep.h: don't assume <error.h> is available on all Linux 8 or __GLIBC__ defined, then <error.h> functionality is 9 available. However, the <error.h> functionality is a glibc-ism, not 12 __GLIBC__). With the current logic, sysdep.h assumes that <error.h> is 15 This patch therefore changes the logic to only use <error.h> when 16 __GLIBC__ is defined. It fixes the following build error: 19 sysdep.h:41:19: fatal error: error.h: No such file or directory 20 #include <error.h> 40 #include <error.h>
|
| /buildroot/package/libglib2/ |
| A D | 0002-Fix-error-format-in-gio-gunixconnection.c-part-2.patch | 4 Subject: [PATCH] Fix error format in gio/gunixconnection.c (part 2) 9 Update a series of error messages to use `g_set_error_literal` instead 14 …../gio/gunixconnection.c:183:9: error: format not a string literal, argument types not checked [-W… 17 …../gio/gunixconnection.c:217:20: error: format not a string literal, argument types not checked [-… 21 …../gio/gunixconnection.c:601:24: error: format not a string literal, argument types not checked [-… 43 - g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED, 48 + g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED, 59 - g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED, 64 + g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED, 75 - g_set_error (error, [all …]
|
| /buildroot/package/rtl8812au-aircrack-ng/ |
| A D | rtl8812au-aircrack-ng.mk | 16 -Wno-error=address \ 17 -Wno-error=array-bounds \ 18 -Wno-error=cast-function-type
|
| /buildroot/package/cairo/ |
| A D | 0001-_arc_max_angle_for_tolerance_normalized-fix-infinite.patch | 21 + const int max_segments = 1000; /* this value is chosen arbitrarily. this gives an error of abo… 24 if (table[i].error < tolerance) 31 error = _arc_error_normalized (angle); 32 - } while (error > tolerance); 33 + } while (error > tolerance && i < max_segments);
|
| /buildroot/support/download/ |
| A D | go-post-process | 12 :) error "option '%s' expects a mandatory argument\n" "${OPTARG}";; 13 \?) error "unknown option '%s'\n" "${OPTARG}";;
|
| A D | cargo-post-process | 11 :) error "option '%s' expects a mandatory argument\n" "${OPTARG}";; 12 \?) error "unknown option '%s'\n" "${OPTARG}";;
|
| /buildroot/package/dante/ |
| A D | 0002-osdep-m4-Remove-getaddrinfo-too-low-checks.patch | 27 - AC_MSG_FAILURE([error: getaddrinfo() error value count too low]) 31 - AC_MSG_FAILURE([error: getaddrinfo() error symbol count too low]) 35 AC_MSG_FAILURE([internal error: errno symbol count mismatch])
|
| /buildroot/package/libsidplay2/ |
| A D | 0003-gcc6.patch | 3 gcc6 triggers an error during build: 5 xsid.cpp:101:1: error: narrowing conversion of ''\200'' from 'char' to 'int8_t {aka signed char}' i… 8 xsid.cpp:101:1: error: narrowing conversion of ''\224'' from 'char' to 'int8_t {aka signed char}' i… 9 xsid.cpp:101:1: error: narrowing conversion of ''\251'' from 'char' to 'int8_t {aka signed char}' i… 10 xsid.cpp:101:1: error: narrowing conversion of ''\274'' from 'char' to 'int8_t {aka signed char}' i… 11 xsid.cpp:101:1: error: narrowing conversion of ''\316'' from 'char' to 'int8_t {aka signed char}' i… 12 xsid.cpp:101:1: error: narrowing conversion of ''\341'' from 'char' to 'int8_t {aka signed char}' i… 13 xsid.cpp:101:1: error: narrowing conversion of ''\362'' from 'char' to 'int8_t {aka signed char}' i…
|
| /buildroot/package/solarus/ |
| A D | 0001-cmake-remove-Werror.patch | 16 …set(CMAKE_CXX_FLAGS_RELEASE "-Wno-error -Wall -Wextra -Wno-unknown-pragmas -Wno-fatal-errors ${CMA… 19 -set(CMAKE_CXX_FLAGS_DEBUG "-Werror -Wall -Wextra -Wno-error=deprecated-declarations -pedantic ${CM… 20 +set(CMAKE_CXX_FLAGS_DEBUG "-Wno-error -Wall -Wextra -Wno-error=deprecated-declarations -pedantic $…
|
| /buildroot/toolchain/toolchain-external/ |
| A D | toolchain-external.mk | 24 $(error No prefix selected for external toolchain package $(BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL…
|
| /buildroot/package/odb/ |
| A D | 0010-Add-initial-support-for-GCC-9.patch | 46 - // that there was an error. 48 + // was an error. 53 cpp_get_callbacks (reader)->error = 0; 62 - callbacks_->error = &cpp_error_callback; 76 - // If there was an error, the error callback will be reset to 0. 84 if (callbacks_->error == 0) 209 - if (cb->error == 0) 214 + cpp_diagnostic_prev = cb->error; 215 + cb->error = &cpp_diagnostic_filter; 225 - cpp_error_prev = cb->error; [all …]
|
| /buildroot/package/linphone/ |
| A D | 0001-src-core-paths-paths.cpp-fix-powerpc-build.patch | 8 …stance-2/output-1/build/linphone-4.3.1/src/core/paths/paths.cpp:32:3: error: #error "Unsupported s… 9 #error "Unsupported system." 32 #error "Unsupported system."
|
| /buildroot/package/libassuan/ |
| A D | libassuan.mk | 13 LIBASSUAN_DEPENDENCIES = libgpg-error 15 --with-gpg-error-prefix=$(STAGING_DIR)/usr
|
| /buildroot/package/libjson/ |
| A D | 0001-fix-broken-makefile.patch | 12 - $(error CXXFLAGS and BUILD_TYPE are mutually exclusive) 13 +$(error CXXFLAGS and BUILD_TYPE are mutually exclusive)
|
| /buildroot/board/freescale/common/patches/arm-trusted-firmware/ |
| A D | 0002-LF-7968-01-fix-Makefile-Suppress-array-bounds-error.patch | 4 Subject: [PATCH] LF-7968-01 fix(Makefile): Suppress array-bounds error 6 The array-bounds error is triggered now in cases where it was silent 11 plat/imx/imx8m/hab.c:64:57: error: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka … 16 The error is a false-positive and is entered as a bug [1]. The problem 21 the error until GCC is upgraded to 13. 45 +ERRORS := -Werror -Wno-error=array-bounds
|
| /buildroot/package/libksba/ |
| A D | libksba.mk | 14 LIBKSBA_DEPENDENCIES = libgpg-error 15 LIBKSBA_CONF_OPTS = --with-gpg-error-prefix=$(STAGING_DIR)/usr
|
| /buildroot/package/libgcrypt/ |
| A D | libgcrypt.mk | 13 LIBGCRYPT_DEPENDENCIES = libgpg-error 22 --with-gpg-error-prefix=$(STAGING_DIR)/usr
|
| /buildroot/package/uqmi/ |
| A D | 0001-uqmi-avoid-gcc-12.x-false-error-reporting-storing-th.patch | 4 Subject: [PATCH] uqmi: avoid gcc-12.x false error reporting (storing the 7 Avoid gcc-12.x false error reporting (req->complete is later reset to NULL 10 …dev.c:217:23: error: storing the address of local variable 'complete' in '*req.complete' [-Werror=… 33 +/* avoid gcc-12.x false error reporting: 34 + * dev.c:217:23: error: storing the address of local variable ‘complete’ in ‘*req.complete’ [-We…
|