Opened 8 days ago

Last modified 7 days ago

#71212 assigned defect

sdcc @4.2.0: configure: error: boost library not found (boost/graph/adjacency_list.hpp)

Reported by: sugarthc Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: Cc:
Port: sdcc

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

Fails in configure with:

checking for boost/graph/adjacency_list.hpp... no
configure: error: boost library not found (boost/graph/adjacency_list.hpp).
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sdcc/sdcc/work/sdcc-4.2.0" && ./configure --prefix=/opt/local --without-ccache 
Exit code: 1
Error: Failed to configure sdcc: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sdcc/sdcc/work/sdcc-4.2.0/config.log
Error: Failed to configure sdcc: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sdcc/sdcc/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port sdcc failed

Boost is installed and the header exists:

$ ls -l /opt/local/include/boost/graph/adjacency_list.hpp
-rw-r--r--  1 root  wheel  13692 Oct 29 19:17 /opt/local/include/boost/graph/adjacency_list.hpp

Attachments (2)

main.log (66.5 KB) - added by sugarthc 7 days ago.
config.log (61.8 KB) - added by sugarthc 7 days ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 7 days ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to nerdling
Status: newassigned
Summary: SDCC fails to build on macos 15.1 arm64sdcc @4.2.0: configure: error: boost library not found (boost/graph/adjacency_list.hpp)

Please attach the main.log and config.log files mentioned in the error message. Remember to use WikiFormatting when writing in Trac.

Changed 7 days ago by sugarthc

Attachment: main.log added

Changed 7 days ago by sugarthc

Attachment: config.log added
Note: See TracTickets for help on using tickets.