Summary: | net/openvswitch: Conflicts with libc (uuid_to_string(2)) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ian Campbell <ianc1215> | ||||||
Component: | Individual Port(s) | Assignee: | Neel Chauhan <nc> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | amdmi3, nc, w.schwarzenfeld | ||||||
Priority: | --- | Keywords: | needs-patch, needs-qa | ||||||
Version: | Latest | Flags: | nc:
maintainer-feedback+
nc: merge-quarterly+ |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Ian Campbell
2019-06-05 06:07:55 UTC
Created attachment 204836 [details]
openvswitch 2.11.1 static patch
Enable static libraries.
Poudriere logs look OK.
While here fix portlint warnings.
- The report is not quite correct, ovs has never defined uuid_to_string(). It does, however, define uuid_from_string() which may be the cause of this problem. - Assigning to nc@, the current maintainer. - I've reported this to ovs-dev@openvswitch.org (should probably appear soon on https://mail.openvswitch.org/pipermail/ovs-dev/2021-February/thread.html) - I suggest less intrusive patch which just renames the function, buildtested, needs runtime testing Created attachment 222565 [details]
Simpler patch to just rename the conflicting function
LGTM. A commit references this bug: Author: nc Date: Mon Mar 8 01:38:33 UTC 2021 New revision: 567816 URL: https://svnweb.freebsd.org/changeset/ports/567816 Log: net/openvswitch: Fix conflicts with libc (uuid_to_string(2)) PR: 238331 Submitted by: Nikola Kolev <koue AT chaosophia DOT net>, amdmi3 Reported by: Ian Campbell <ianc1215 AT gmail DOT com> MFH: 2021Q1 Changes: head/net/openvswitch/Makefile Committed and MFH'd! A commit references this bug: Author: nc Date: Mon Mar 8 01:39:36 UTC 2021 New revision: 567817 URL: https://svnweb.freebsd.org/changeset/ports/567817 Log: MFH: r567816 net/openvswitch: Fix conflicts with libc (uuid_to_string(2)) PR: 238331 Submitted by: Nikola Kolev <koue AT chaosophia DOT net>, amdmi3 Reported by: Ian Campbell <ianc1215 AT gmail DOT com> Approved by: portmgr (bugfix blanket) Changes: _U branches/2021Q1/ branches/2021Q1/net/openvswitch/Makefile |