Opened 3 years ago

Closed 3 years ago

#62923 closed defect (fixed)

Error: Processing of port SuiteSparse_CHOLMOD failed

Reported by: pcmock Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc: cjones051073 (Chris Jones)
Port: SuiteSparse_CHOLMOD

Description (last modified by pcmock)

Installing on OS 11.3.1 Error: Failed to build SuiteSparse_CHOLMOD: command execution failed Error: Processing of port SuiteSparse_CHOLMOD failed

main.log has: :info:build make[1]: /Volumes/ZivaDrive/MacPorts/var/macports/build/_Volumes_ZivaDrive_MacPorts_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_SuiteSparse/SuiteSparse_CHOLMOD/work/compwrap/cxx/usr/bin/clang++: No such file or directory

That directory has the file: "clang++ -stdlib=libc++”.

Can you tell me how to fix this? I’ve also attached main.log

Thank you, Patrick Mock

Attachments (2)

sparse.log (214.4 KB) - added by pcmock 3 years ago.
main log file from SuiteSparse_CHOLMOD install
clang++ -stdlib=libc++ (177 bytes) - added by pcmock 3 years ago.
File found where clang++ is missing

Download all attachments as: .zip

Change History (7)

Changed 3 years ago by pcmock

Attachment: sparse.log added

main log file from SuiteSparse_CHOLMOD install

Changed 3 years ago by pcmock

Attachment: clang++ -stdlib=libc++ added

File found where clang++ is missing

comment:1 Changed 3 years ago by pcmock

Description: modified (diff)
Owner: set to MarcusCalhoun-Lopez
Status: newassigned

comment:2 Changed 3 years ago by pcmock

I got SuiteSparse_CHOLMOD to install by executing: cd /Volumes/ZivaDrive/MacPorts/var/macports/build/_Volumes_ZivaDrive_MacPorts_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_SuiteSparse/SuiteSparse_CHOLMOD/work/compwrap/cxx/usr/bin/ cp "clang++ -stdlib=libc++” clang++

comment:3 Changed 3 years ago by jmroot (Joshua Root)

Cc: cjones051073 added

comment:4 Changed 3 years ago by cjones051073 (Chris Jones)

OK, I have an idea what the problem is here, let me take a look.

comment:5 Changed 3 years ago by Chris Jones <jonesc@…>

Resolution: fixed
Status: assignedclosed

In 83152ae922c66ff3a7296ceed927921a9e6ce262/macports-ports (master):

compiler_wrapper PG: handle cases where ports append flags to configure.cxx etc.
Closes: #62923

Note: See TracTickets for help on using tickets.