Warnings during cmake based make install on Mac arm64 #163

Open
opened 2024-12-05 15:14:06 -06:00 by lindsayad · 1 comment
lindsayad commented 2024-12-05 15:14:06 -06:00 (Migrated from github.com)

From https://github.com/mfem/mfem/pull/4583#discussion_r1872037483 I have tons of warnings like

-- Installing: /Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27
/Users/lindad/miniforge/envs/moose-mpich/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27
[cctools-port]: generating fake signature for '/Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27'
/Users/lindad/miniforge/envs/moose-mpich/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27
[cctools-port]: generating fake signature for '/Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27'

I do not get these warnings when using my system's tool set as opposed to conda's

From https://github.com/mfem/mfem/pull/4583#discussion_r1872037483 I have tons of warnings like ``` -- Installing: /Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27 /Users/lindad/miniforge/envs/moose-mpich/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27 [cctools-port]: generating fake signature for '/Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27' /Users/lindad/miniforge/envs/moose-mpich/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27 [cctools-port]: generating fake signature for '/Users/lindad/projects/mfem-install-miniapp-content/installed/examples/ex27' ``` I do not get these warnings when using my system's tool set as opposed to conda's
Un1q32 commented 2025-10-09 19:23:36 -05:00 (Migrated from github.com)

I think this has to be fixed by cmake, these warning should show up even when building with the official Xcode tools on a mac, though without the generating fake signature part.

I think this has to be fixed by cmake, these warning should show up even when building with the official Xcode tools on a mac, though without the generating fake signature part.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
miles/cctools-port#163
No description provided.