Problem 2453 - Geant4 11.0.0 CMake Configuration Fails (G4GitUtilities)
Summary: Geant4 11.0.0 CMake Configuration Fails (G4GitUtilities)
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: cmake (show other problems)
Version: other
Hardware: All Linux
: P4 minor
Assignee: Ben Morgan
URL:
: 2454 (view as problem list)
Depends on:
Blocks:
 
Reported: 2021-12-10 17:08 CET by ksmith
Modified: 2021-12-11 00:17 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description ksmith 2021-12-10 17:08:58 CET
Hi,

Upon trying to configure Geant4 11.0.0 with CMake 3.16.3 I get the following message:

```
CMake Error at cmake/Modules/G4CPack.cmake:14 (include):                                                                                 include could not find load file:                                                                                                                                                                                                                                               G4GitUtilities                                                                                                                     Call Stack (most recent call first):                                                                                                     cmake/Modules/G4CMakeMain.cmake:139 (include)                                                                                          CMakeLists.txt:50 (include)                                                                                                                                                                                                                                                                                                                                                                                        CMake Error at cmake/Modules/G4CPack.cmake:106 (geant4_git_find_dirty):                                                                  Unknown CMake command "geant4_git_find_dirty".                                                                                       Call Stack (most recent call first):                                                                                                     cmake/Modules/G4CMakeMain.cmake:139 (include)                                                                                          CMakeLists.txt:50 (include)  
```

At this point the configuration stops.

Thanks.
Comment 1 Ben Morgan 2021-12-10 18:15:52 CET
Apologies, this was an undiscovered bug in the new CPack release tarball generation that was deployed for the first time in this release. This has now been addressed, and tags, tarballs have been recreated. If you downloaded from the website, you may need to refresh you browser or cache.

I'm making as resolved fixed, but please reopen if problems persist.
Comment 2 ksmith 2021-12-10 18:41:09 CET
(In reply to Ben Morgan from comment #1)
> Apologies, this was an undiscovered bug in the new CPack release tarball
> generation that was deployed for the first time in this release. This has
> now been addressed, and tags, tarballs have been recreated. If you
> downloaded from the website, you may need to refresh you browser or cache.
> 
> I'm making as resolved fixed, but please reopen if problems persist.

A fresh download configured without issue. Currently being built will report a new bug if any other issues develop. Thanks for the quick fix.
Comment 3 Ben Morgan 2021-12-11 00:17:29 CET
*** Problem 2454 has been marked as a duplicate of this problem. ***