Opened 3 weeks ago

Closed 3 weeks ago

#70832 closed defect (duplicate)

lz4 1.10.0: Fails build under Sequoia (macOS 15.0) -- missing <iostream> header

Reported by: dancamper (Dan S. Camper) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: sequoia Cc: hnarayanan (Harish Narayanan)
Port: lz4

Description

Build fails with initial error of:

===== :info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_lz4/lz4/work/lz4-1.10.0/contrib/gen_manual' :info:build gen_manual.cpp:35:10: fatal error: 'iostream' file not found :info:build 35 | #include <iostream> :info:build | ~ :info:build 1 error generated. =====

Attaching build log file.

Attachments (1)

main.log (10.6 KB) - added by dancamper (Dan S. Camper) 3 weeks ago.

Download all attachments as: .zip

Change History (6)

Changed 3 weeks ago by dancamper (Dan S. Camper)

Attachment: main.log added

comment:1 Changed 3 weeks ago by cjones051073 (Chris Jones)

Looks like this is just a duplicate of the consequences of #70750

Please follow the instructions there to check and fix your CLT installation.

Last edited 3 weeks ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 3 weeks ago by cjones051073 (Chris Jones)

See also the 'compiling c++ fails' section in SequoiaProblems

Last edited 3 weeks ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 3 weeks ago by hnarayanan (Harish Narayanan)

Cc: hnarayanan added

comment:4 Changed 3 weeks ago by dancamper (Dan S. Camper)

That was it. The solution of reinstalling command line tools (after sudo rm -rf /Library/Developer/CommandLineTools) resolved this issue. Thanks!

comment:5 Changed 3 weeks ago by ryandesign (Ryan Carsten Schmidt)

Keywords: sequoia added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.