mesa 24.3.2 #500837
Annotations
4 errors and 4 notices
Test formulae
mesa 24.3.2 did not build
|
Test formulae:
Formula/m/mesa.rb#L125
-----------
Command line: `gcc-11 /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmpuz0mbqz_/testfile.c -o /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmpuz0mbqz_/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--gdb-index` -> 1
stderr:
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: unrecognized option '--gdb-index'
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
-----------
Compiler for C supports link arguments -Wl,--gdb-index: NO
Running compile:
Working directory: /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp51_d34xs
Code:
#define bswap32 meson_disable_define_of_bswap32
#include <limits.h>
#undef bswap32
#ifdef __cplusplus
extern "C"
#endif
char bswap32 (void);
#if defined __stub_bswap32 || defined __stub___bswap32
fail fail fail this function is not going to work
#endif
int main(void) {
return bswap32 ();
}
-----------
Command line: `gcc-11 /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp51_d34xs/testfile.c -o /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp51_d34xs/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1
stderr:
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /tmp/ccOHLz8G.o: in function `main':
testfile.c:(.text.startup+0x9): undefined reference to `bswap32'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory: /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp87z2vn44
Code:
int main(void) {
/* With some toolchains (MSYS2/mingw for example) the compiler
* provides various builtins which are not really implemented and
* fall back to the stdlib where they aren't provided and fail at
* build/link time. In case the user provides a header, including
* the header didn't lead to the function being defined, and the
* function we are checking isn't a builtin itself we assume the
* builtin is not functional and we just error out. */
#if !1 && !defined(bswap32) && !0
#error "No definition for __builtin_bswap32 found in the prefix"
#endif
#ifdef __has_builtin
#if !__has_builtin(__builtin_bswap32)
#error "__builtin_bswap32 not found"
#endif
#elif ! defined(bswap32)
__builtin_bswap32;
#endif
return 0;
}
-----------
Command line: `gcc-11 /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp87z2vn44/testfile.c -o /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp87z2vn44/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
Checking for function "bswap32" : YES
Running compile:
Working directory: /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp_l9lfmj1
Code:
#define bswap64 meson_disable_define_of_bswap64
#include <limits.h>
#undef bswap64
#ifdef __cplusplus
extern "C"
#endif
char bswap64 (void);
#if defined __stub_bswap64 || defined __stub___bswap64
fail fail fail this function is not going to work
#endif
int main(void) {
return bswap64 ();
}
-----------
Command line: `gcc-11 /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp_l9lfmj1/testfile.c -o /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmp_l9lfmj1/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1
stderr:
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /tmp/ccCxmQDj.o: in function `main':
testfile.c:(.text.startup+0x9): undefined reference to `bswap64'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory: /tmp/mesa-20241226-9709-3vqihd/mesa-24.3.2/build/meson-private/tmpnas183ha
Code:
int main(void) {
/* Wi
|
Test formulae
install failed
|
Test formulae
Process completed with exit code 1.
|
Post-build steps
0 bottle(s)
|
Post-build steps
0 failed bottle(s)
|
Post-build steps
1 list(s) of skipped formulae
|
Post-build steps
0 list(s) of successfully tested dependents
|
Loading