Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesa 23.1.8 #144383

Closed
wants to merge 1 commit into from
Closed

mesa 23.1.8 #144383

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

  • resource blocks have been checked for updates.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Sep 21, 2023
@chenrui333
Copy link
Member

FAILED: src/loader/libloader.a.p/loader.c.o 
clang -Isrc/loader/libloader.a.p -Isrc/loader -I../src/loader -Iinclude -I../include -Isrc -I../src -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -Wall -Winvalid-pch -std=c11 -O3 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="23.1.8"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=1 -DHAVE_OPENGL_ES_2=1 -DHAVE_SWRAST -DBUILDING_MESA -DVK_ENABLE_BETA_EXTENSIONS -DVIDEO_CODEC_VC1DEC=0 -DVIDEO_CODEC_H264DEC=0 -DVIDEO_CODEC_H264ENC=0 -DVIDEO_CODEC_H265DEC=0 -DVIDEO_CODEC_H265ENC=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_APPLEGL -DALLOW_KCMP -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_UINT128 -DHAVE_FMEMOPEN -DUSE_GCC_ATOMIC_BUILTINS -DHAS_SCHED_H -DHAVE_SYS_SYSCTL_H -DHAVE_XLOCALE_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_BSD_QSORT_R -DHAVE_STRUCT_TIMESPEC -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DMESA_EXECMEM -DHAVE_LIBUNWIND -DHAVE_DRI -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wmisleading-indentation -Wno-missing-field-initializers -Wno-format-truncation -Wno-nonnull-compare -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Wno-microsoft-enum-value -Wno-unused-function -Werror=format -Wformat-security -Werror=thread-safety -Wno-unused-variable -Wno-unused-but-set-variable -DUSE_DRICONF '-DDEFAULT_DRIVER_DIR="/opt/homebrew/Cellar/mesa/23.1.8/lib/dri"' -MD -MQ src/loader/libloader.a.p/loader.c.o -MF src/loader/libloader.a.p/loader.c.o.d -o src/loader/libloader.a.p/loader.c.o -c ../src/loader/loader.c
../src/loader/loader.c:259:28: error: no member named 'businfo' in 'struct _drmDevice'
                   device->businfo.pci->domain,
                   ~~~~~~  ^
../src/loader/loader.c:260:28: error: no member named 'businfo' in 'struct _drmDevice'
                   device->businfo.pci->bus,
                   ~~~~~~  ^
../src/loader/loader.c:261:28: error: no member named 'businfo' in 'struct _drmDevice'
                   device->businfo.pci->dev,
                   ~~~~~~  ^
../src/loader/loader.c:262:28: error: no member named 'businfo' in 'struct _drmDevice'
                   device->businfo.pci->func) < 0) {
                   ~~~~~~  ^
../src/loader/loader.c:270:29: error: no member named 'businfo' in 'struct _drmDevice'
         fullname = device->businfo.platform->fullname;
                    ~~~~~~  ^
../src/loader/loader.c:272:29: error: no member named 'businfo' in 'struct _drmDevice'
         fullname = device->businfo.host1x->fullname;
                    ~~~~~~  ^
../src/loader/loader.c:367:26: error: no member named 'deviceinfo' in 'struct _drmDevice'
             devices[i]->deviceinfo.pci->vendor_id == vendor_id &&
             ~~~~~~~~~~  ^
../src/loader/loader.c:368:26: error: no member named 'deviceinfo' in 'struct _drmDevice'
             devices[i]->deviceinfo.pci->device_id == device_id) {
             ~~~~~~~~~~  ^
../src/loader/loader.c:432:25: error: no member named 'deviceinfo' in 'struct _drmDevice'
   *vendor_id = device->deviceinfo.pci->vendor_id;
                ~~~~~~  ^
../src/loader/loader.c:433:23: error: no member named 'deviceinfo' in 'struct _drmDevice'
   *chip_id = device->deviceinfo.pci->device_id;
              ~~~~~~  ^
10 errors generated.

@chenrui333 chenrui333 added the build failure CI fails while building the software label Sep 21, 2023
@github-actions
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Sep 23, 2023
@github-actions github-actions bot closed this Sep 25, 2023
@p-linnane p-linnane deleted the bump-mesa-23.1.8 branch February 24, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants