Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jan 2021 09:01:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252536] net/mpich: Build fails on mpl/src/gpu/mpl_gpu_ze.c
Message-ID:  <bug-252536-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252536

            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@FreeBSD.org
          Reporter: nulloranje@mailbox.org
 Attachment #221408 text/plain
         mime type:

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

When trying to build net/mpich-3.4, multiple build errors occur while compi=
ling
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 =3D 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)
                                                                 ^
```

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252536-7788>