Problem 2453

Summary: Geant4 11.0.0 CMake Configuration Fails (G4GitUtilities)
Product: Geant4 Reporter: ksmith <ksmith>
Component: cmakeAssignee: Ben Morgan <Ben.Morgan>
Status: RESOLVED FIXED    
Severity: minor CC: wenzel
Priority: P4    
Version: other   
Hardware: All   
OS: Linux   

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. ***