Opened 4 hours ago

Closed 4 hours ago

Last modified 4 hours ago

#71349 closed defect (duplicate)

graphviz @9.0.0: fatal error: 'cassert' file not found

Reported by: senseysensor Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.4
Keywords: sequoia Cc:
Port: graphviz

Description

Failed to build the port on os x 15.0 (Sequoia). Below is some error details. Full log will be attached to the ticket.

:info:build libtool: compile:  /usr/bin/clang++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch x86_64 -MT csolve_VPSC.lo -MD -MP -MF .deps/csolve_VPSC.Tpo -c csolve_VPSC.cpp  -fno-common -DPIC -o .libs/csolve_VPSC.o
:info:build block.cpp:19:10: fatal error: 'cassert' file not found
:info:build    19 | #include <cassert>
:info:build       |          ^~~~~~~~~
:info:build In file included from blocks.cpp:22:
:info:build ../../lib/vpsc/blocks.h:26:10: fatal error: 'set' file not found
:info:build    26 | #include <set>
:info:build       |          ^~~~~
:info:build libtool: compile:  /usr/bin/clang++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I../../lib -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch x86_64 -MT pairingheap/PairingHeap.lo -MD -MP -MF pairingheap/.deps/PairingHeap.Tpo -c pairingheap/PairingHeap.cpp  -fno-common -DPIC -o pairingheap/.libs/PairingHeap.o
:info:build In file included from constraint.cpp:19:
:info:build ../../lib/vpsc/constraint.h:21:10: fatal error: 'iostream' file not found
:info:build    21 | #include <iostream>
:info:build       |          ^~~~~~~~~~
:info:build generate-constraints.cpp:19:10: fatal error: 'algorithm' file not found
:info:build    19 | #include <algorithm>
:info:build       |          ^~~~~~~~~~~
:info:build In file included from variable.cpp:16:
:info:build ../../lib/vpsc/variable.h:18:10: fatal error: 'vector' file not found
:info:build    18 | #include <vector>
:info:build       |          ^~~~~~~~
:info:build solve_VPSC.cpp:20:10: fatal error: 'cassert' file not found
:info:build    20 | #include <cassert>
:info:build       |          ^~~~~~~~~
:info:build 1 error generated.
:info:build 1 error generated.
:info:build csolve_VPSC.cpp:19:10: fatal error: 'iostream' file not found
:info:build    19 | #include <iostream>
:info:build       |          ^~~~~~~~~~
:info:build make[3]: *** [block.lo] Error 1
:info:build make[3]: *** Waiting for unfinished jobs....
:info:build make[3]: *** [blocks.lo] Error 1

Attachments (1)

main.log (483.3 KB) - added by senseysensor 4 hours ago.

Download all attachments as: .zip

Change History (2)

Changed 4 hours ago by senseysensor

Attachment: main.log added

comment:1 Changed 4 hours ago by ryandesign (Ryan Carsten Schmidt)

Keywords: sequoia added
Port: graphviz added; graphviz-9.0.0_1+pangocairo+x11.darwin_24.x86_64 removed
Resolution: duplicate
Status: newclosed
Summary: graphviz-9.0.0_1+pangocairo+x11.darwin_24.x86_64: build failedgraphviz @9.0.0: fatal error: 'cassert' file not found

See ProblemHotlist#clts16 for the solution. Duplicate ot #70750.

Version 0, edited 4 hours ago by ryandesign (Ryan Carsten Schmidt) (next)
Note: See TracTickets for help on using tickets.