Opened 5 months ago
Last modified 4 months ago
#70176 assigned defect
Error: No such port: mpich-clang18
Reported by: | Schamschula (Marius Schamschula) | Owned by: | eborisch (Eric A. Borisch) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | mascguy (Christopher Nielsen) | |
Port: | mpich sundials5 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The octave
update to version 9.2.0 fails on all platforms because of the following build bot error installing sundials5
:
---> Cleaning sundials5 ---> Removing work directory for sundials5 ---> Fetching distfiles for sundials5 ---> Checksumming sundials-5.8.0.tar.gz sundials5 +gcc12 sundials5 +clang12 sundials5 +universal sundials5 +gcc13 sundials5 +clang13 sundials5 +clang14 sundials5 +clang15 sundials5 +clang16 sundials5 +clang17 sundials5 +clang90 sundials5 +clang18 sundials5 +examples sundials5 +debug sundials5 +openmpi sundials5 +openblas sundials5 +atlas sundials5 +g95 sundials5 +clang10 sundials5 +gcc10 sundials5 +doc sundials5 +gcc11 sundials5 +clang11 sundials5 with platform 'darwin 8 powerpc' sundials5 with platform 'darwin 8 i386' sundials5 with platform 'darwin 9 powerpc' sundials5 with platform 'darwin 9 i386' sundials5 with platform 'darwin 10 i386' sundials5 with platform 'darwin 11 i386' sundials5 with platform 'darwin 12 i386' sundials5 with platform 'darwin 13 i386' sundials5 with platform 'darwin 14 i386' sundials5 with platform 'darwin 16 i386' sundials5 with platform 'darwin 17 i386' sundials5 with platform 'darwin 18 i386' sundials5 with platform 'darwin 19 i386' sundials5 with platform 'darwin 20 arm' sundials5 with platform 'darwin 20 i386' sundials5 with platform 'darwin 21 arm' sundials5 with platform 'darwin 21 i386' sundials5 with platform 'darwin 22 arm' sundials5 with platform 'darwin 22 i386' sundials5 with platform 'darwin 23 arm' sundials5 with platform 'darwin 23 i386' Error: No such port: mpich-clang18 ./mpbb/mpbb: error: `mirror-distfiles' failed to run successfully
This is similar to: #68653
Change History (5)
comment:1 follow-up: 3 Changed 5 months ago by jmroot (Joshua Root)
comment:2 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:3 Changed 4 months ago by barracuda156
Replying to jmroot:
Yes, and this will keep happening with every new clang version if the way these portgroups work stays as it is.
The problem is not clang as such, the problem that compiler choice for C++17 was changed without considering that it breaks MPICH.
comment:4 Changed 4 months ago by barracuda156
comment:5 Changed 4 months ago by barracuda156
Just not to forget, mpich-gcc14
should also be added now.
Note: See
TracTickets for help on using
tickets.
Yes, and this will keep happening with every new clang version if the way these portgroups work stays as it is.