[Bug 252536] net/mpich: Build fails on mpl/src/gpu/mpl_gpu_ze.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 9 09:01:45 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252536

            Bug ID: 252536
           Summary: net/mpich: Build fails on mpl/src/gpu/mpl_gpu_ze.c
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: nulloranje at mailbox.org
 Attachment #221408 text/plain
         mime type:

Created attachment 221408
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221408&action=edit
Build output

When trying to build net/mpich-3.4, multiple build errors occur while compiling
src/mpl/src/gpu/mpl_gpu_ze.lo.  The build output is attached, but it looks like
a missing/incorrect dependency.  As an example:

```
src/gpu/mpl_gpu_ze.c:280:19: error: use of undeclared identifier
'device_handles'; did you mean 'dev_handle'?
    *dev_handle = device_handles[dev_id];
                  ^~~~~~~~~~~~~~
                  dev_handle
src/gpu/mpl_gpu_ze.c:278:66: note: 'dev_handle' declared here
int MPL_gpu_get_dev_handle(int dev_id, MPL_gpu_device_handle_t * dev_handle)
                                                                 ^
```

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list