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.1 #132056

Closed
wants to merge 1 commit into from
Closed

mesa 23.1.1 #132056

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 May 26, 2023
@chenrui333
Copy link
Member

  ../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 assigned chenrui333 and unassigned chenrui333 May 26, 2023
@chenrui333 chenrui333 added the build failure CI fails while building the software label May 26, 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 May 28, 2023
@github-actions github-actions bot closed this May 30, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 29, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 29, 2023
@p-linnane p-linnane deleted the bump-mesa-23.1.1 branch February 24, 2024 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` outdated PR was locked due to age stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants