Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake failure if the hostname is too long #11

Open
branfosj opened this issue Jan 28, 2023 · 1 comment
Open

CMake failure if the hostname is too long #11

branfosj opened this issue Jan 28, 2023 · 1 comment

Comments

@branfosj
Copy link

If the hostname makes the string longer than the box then we get the failure below. This was with commit d7a9e87ed6a4a29479dc25fbf36a7bb556c3f5a3.

-- 
--   +---------------------------------------------------+
--   | NECI configuration now complete                   |
--   |                                                   |
--   | VERSION 1.0.0                                     |
--   | SHAID                                             |
--   | TYPE    RELEASE                                   |
CMake Error at cmake/neci_print_summary.cmake:32 (string):
  string begin index: 53 is out of range 0 - 51
Call Stack (most recent call first):
  cmake/neci_print_summary.cmake:45 (box_side)
  CMakeLists.txt:156 (neci_print_summary)


-- Configuring incomplete, errors occurred!
@mcocdawc
Copy link
Collaborator

Thank you very much!
I see that you also already fixed it for your build tool chain.
We'll probably do something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants