Opened 4 years ago

Closed 4 years ago

#61949 closed defect (duplicate)

graphviz: error: no member named 'min' in namespace 'std::__1' — at Version 2

Reported by: cwgamma Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: catalina Cc:
Port: graphviz

Description (last modified by ryandesign (Ryan Carsten Schmidt))

graphviz fails to build on Catalina 10.15.7
From the log file there are numerous errors like this:

/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__bit_reference:786:43: error: no member named 'min' in namespace 'std::__1'
:info:build             __storage_type __ddn = _VSTD::min<__storage_type>(__dn, __clz_r);
:info:build                                    ~~~~~~~^
                              ~~~~~~~^

Change History (3)

Changed 4 years ago by cwgamma

Attachment: graphviz_main.log added

build log file

comment:1 Changed 4 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: set to ryandesign
Port: graphviz added
Priority: HighNormal
Status: newassigned

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: catalina added
Resolution: duplicate
Status: assignedclosed
Summary: graphviz fails to build on Catalinagraphviz: error: no member named 'min' in namespace 'std::__1'

Duplicate of #60962. Try the steps discussed there.

Note: See TracTickets for help on using tickets.