[MDEV-23117] Galera build script does not work in RHLE 8 Created: 2020-07-07 Updated: 2023-04-11 Resolved: 2023-04-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Galera |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Timofey Turenko | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | affects-tests | ||
| Issue Links: |
|
||||||||
| Description |
|
./scripts/build.sh: line 418: scons: command not found RHEL8 scoons has different name scons-3 workaround - sudo ln -s /usr/bin/scons-3 /usr/bin/scons before executing build.sh please do proper fix i build.sh |
| Comments |
| Comment by Timofey Turenko [ 2023-04-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
my build command is simple
or
I guess scons problem disappeared for me after https://github.com/codership/galera/commit/958ce348bd1a228af6ed6b17b67647caa3653b92 - after making cmake a default tool to build Galera. But in the current form build.sh does not work wit `--scons` option for RHEL8, because RHEL8 contains `scons-3` executable instead of `scons` in Enterprise this was fixed in this way:
in any case, it is not very important now because cmake works | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jan Lindström [ 2023-04-06 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Julius Goryavsky [ 2023-04-11 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Fix pushed to head revision (https://github.com/MariaDB/galera/pull/8/commits/2c40f55cd3ea65d4da15a93817b94d8808b8ce30) |