-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Labels
Description
Check duplicate issues.
- Checked for duplicates
Description
The 6.26.14 tag fails to build with the following errors emitted by GCC:
/root/parts/root/src/rootx/src/rootcoreteam.h:12:32: error: stray ‘\’ in program
12 | const char *gROOTCoreTeam[] = {\n "Rene Brun",
| ^
/root/parts/root/src/rootx/src/rootcoreteam.h:31:29: error: stray ‘\’ in program
31 | "Enric Tejedor Saavedra",\n 0\n };
| ^
/root/parts/root/src/rootx/src/rootcoreteam.h:31:35: error: stray ‘\’ in program
31 | "Enric Tejedor Saavedra",\n 0\n };
/root/parts/root/src/rootx/src/rootcoreteam.h:12:33: error: ‘n’ was not declared in this scope
12 | const char *gROOTCoreTeam[] = {\n "Rene Brun",
| ^
/root/parts/root/src/rootx/src/rootcoreteam.h:12:37: error: expected ‘}’ before string constant
12 | const char *gROOTCoreTeam[] = {\n "Rene Brun",
| ~ ^~~~~~~~~~~
/root/parts/root/src/rootx/src/rootcoreteam.h:34:1: error: expected declaration before ‘}’ token
34 | } // namespace ROOT
| ^
Reproducer
Checkout 6-26-14 and attempt to build from source.
ROOT version
6.26.14
Installation method
Source
Operating system
Ubuntu 20.04
Additional context
Failing in Snap build environment, which could be related but the errors look like general syntax errors that would effect most build environments.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Issues