Summary: | WITH_OFED_EXTRA build option fails with multiple errors | ||
---|---|---|---|
Product: | Base System | Reporter: | Michael Dexter <editor> |
Component: | bin | Assignee: | Kyle Evans <kevans> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | bugs, kevans |
Priority: | --- | Flags: | kevans:
mfc-stable13?
kevans: mfc-stable12- kevans: mfc-stable11- |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Michael Dexter
![]() Confirmed on FreeBSD 13.0-ALPHA2 built on 13.0-ALPHA2. Full built output is linked from: https://callfortesting.org/results/bos-FreeBSD-13A1/ Confirmed on FreeBSD 13.0-ALPHA2 built on 13.0-ALPHA2 with the dependency set in /etc/src.conf: WITH_OFED=YES WITH_OFED_EXTRA=YES From kib@: "Probably broken when WARNS was bumped for usr.bin and usr.sbin, no ETA on a fix." Confirmed on FreeBSD 13.0-ALPHA3 built on 13.0-ALPHA3. Updated Importance A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9ca71db4959f674d75f7b4fd0f72bdc1e2e99abb commit 9ca71db4959f674d75f7b4fd0f72bdc1e2e99abb Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-01-30 05:48:28 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-01-30 05:52:13 +0000 ofed: fix the WITH_OFED_EXTRA build This option was not tested when WARNS was globally lifted in the src tree up to 6. Drop WARNS back down to unbreak the build; note that this is still enabling more warnings than it had before the WARNS change, so the gcc build may need to be independently evaluated at this level. PR: 252865 Reported-by: Build Option Servey via Michael Dexter MFC-after: 3 days usr.bin/ofed/opensm/Makefile | 2 ++ 1 file changed, 2 insertions(+) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1535f6701704ef5bc58768490b05cbf0b0958671 commit 1535f6701704ef5bc58768490b05cbf0b0958671 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-01-30 05:48:28 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-02-04 02:55:56 +0000 ofed: fix the WITH_OFED_EXTRA build This option was not tested when WARNS was globally lifted in the src tree up to 6. Drop WARNS back down to unbreak the build; note that this is still enabling more warnings than it had before the WARNS change, so the gcc build may need to be independently evaluated at this level. PR: 252865 (cherry picked from commit 9ca71db4959f674d75f7b4fd0f72bdc1e2e99abb) usr.bin/ofed/opensm/Makefile | 2 ++ 1 file changed, 2 insertions(+) Thank you! Closing! |