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

Fix generation of G__NetxNG.cxx in paths with special characters #10900

Merged
merged 2 commits into from
Jul 6, 2022

Conversation

bellenot
Copy link
Member

@bellenot bellenot commented Jul 5, 2022

Fix generation of G__NetxNG.cxx in paths with special characters, as described on the forum:
https://root-forum.cern.ch/t/6-26-04-build-error-in-debian-bullseye/50412

Fix generation of `G__NetxNG.cxx` in paths with special characters, as described on the forum:
https://root-forum.cern.ch/t/6-26-04-build-error-in-debian-bullseye/50412
@bellenot bellenot self-assigned this Jul 5, 2022
@phsft-bot
Copy link
Collaborator

Starting build on ROOT-debian10-i386/soversion, ROOT-performance-centos8-multicore/cxx17, ROOT-ubuntu18.04/nortcxxmod, ROOT-ubuntu2004/python3, mac1015/cxx17, mac11/cxx14, windows10/cxx14
How to customize builds

cmake/modules/RootMacros.cmake Outdated Show resolved Hide resolved
Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>
@phsft-bot
Copy link
Collaborator

Starting build on ROOT-debian10-i386/soversion, ROOT-performance-centos8-multicore/cxx17, ROOT-ubuntu18.04/nortcxxmod, ROOT-ubuntu2004/python3, mac1015/cxx17, mac11/cxx14, windows10/cxx14
How to customize builds

@bellenot bellenot merged commit 220db5c into root-project:master Jul 6, 2022
@bellenot bellenot deleted the fix-g__netxng-build branch July 6, 2022 08:11
@phsft-bot
Copy link
Collaborator

Build failed on ROOT-performance-centos8-multicore/cxx17.
Running on olbdw-01.cern.ch:/data/sftnight/workspace/root-pullrequests-build
See console output.

Errors:

  • [2022-07-06T08:11:56.343Z] CMake Error at /data/sftnight/workspace/root-pullrequests-build/rootspi/jenkins/root-build.cmake:1088 (message):

@phsft-bot
Copy link
Collaborator

Build failed on ROOT-ubuntu2004/python3.
Running on root-ubuntu-2004-1.cern.ch:/home/sftnight/build/workspace/root-pullrequests-build
See console output.

Errors:

  • [2022-07-06T08:11:59.043Z] CMake Error at /home/sftnight/build/workspace/root-pullrequests-build/rootspi/jenkins/root-build.cmake:1088 (message):

bellenot added a commit to bellenot/root that referenced this pull request Jul 6, 2022
…t-project#10900)

* Fix generation of G__NetxNG.cxx in paths with special characters

Fix generation of `G__NetxNG.cxx` in paths with special characters, as described on the forum:
https://root-forum.cern.ch/t/6-26-04-build-error-in-debian-bullseye/50412

* Update cmake/modules/RootMacros.cmake

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>
@phsft-bot
Copy link
Collaborator

Build failed on ROOT-ubuntu18.04/nortcxxmod.
Running on sft-ubuntu-1804-2.cern.ch:/build/workspace/root-pullrequests-build
See console output.

Errors:

  • [2022-07-06T08:13:17.614Z] CMake Error at /mnt/build/workspace/root-pullrequests-build/rootspi/jenkins/root-build.cmake:1088 (message):

@phsft-bot
Copy link
Collaborator

Build failed on mac1015/cxx17.
Running on macitois22.dyndns.cern.ch:/Users/sftnight/build/workspace/root-pullrequests-build
See console output.

Errors:

  • [2022-07-06T08:24:54.316Z] CMake Error at /Volumes/HD2/build/workspace/root-pullrequests-build/rootspi/jenkins/root-build.cmake:1088 (message):

@phsft-bot
Copy link
Collaborator

Build failed on mac11/cxx14.
Running on macphsft23.dyndns.cern.ch:/Users/sftnight/build/workspace/root-pullrequests-build
See console output.

Errors:

  • [2022-07-06T09:24:40.523Z] CMake Error at /Users/sftnight/build/workspace/root-pullrequests-build/rootspi/jenkins/root-build.cmake:1088 (message):

bellenot added a commit that referenced this pull request Jul 6, 2022
)

* Fix generation of G__NetxNG.cxx in paths with special characters

Fix generation of `G__NetxNG.cxx` in paths with special characters, as described on the forum:
https://root-forum.cern.ch/t/6-26-04-build-error-in-debian-bullseye/50412

* Update cmake/modules/RootMacros.cmake

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>
@phsft-bot
Copy link
Collaborator

Build failed on ROOT-debian10-i386/soversion.
Running on pcepsft11.dyndns.cern.ch:/home/sftnight/build/workspace/root-pullrequests-build
See console output.

Errors:

  • [2022-07-06T23:53:07.420Z] CMake Error at /home/sftnight/build/workspace/root-pullrequests-build/rootspi/jenkins/root-build.cmake:1088 (message):

vepadulano pushed a commit to vepadulano/root that referenced this pull request Jul 20, 2022
…t-project#10900)

* Fix generation of G__NetxNG.cxx in paths with special characters

Fix generation of `G__NetxNG.cxx` in paths with special characters, as described on the forum:
https://root-forum.cern.ch/t/6-26-04-build-error-in-debian-bullseye/50412

* Update cmake/modules/RootMacros.cmake

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>
j-mathe pushed a commit to j-mathe/root that referenced this pull request Jul 26, 2022
…t-project#10900)

* Fix generation of G__NetxNG.cxx in paths with special characters

Fix generation of `G__NetxNG.cxx` in paths with special characters, as described on the forum:
https://root-forum.cern.ch/t/6-26-04-build-error-in-debian-bullseye/50412

* Update cmake/modules/RootMacros.cmake

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>

Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>
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

Successfully merging this pull request may close these issues.

None yet

3 participants