Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19779 )
Change subject: [docs] fix instructions for building Kudu on SLES ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/19779/3/docs/installation.adoc File docs/installation.adoc: http://gerrit.cloudera.org:8080/#/c/19779/3/docs/installation.adoc@424 PS3, Line 424: : . Install `gcc8` and `gcc8-c++` (might require activating Development Tools : Module to add corresponding package repositories): : + : ---- : $ sudo zypper install gcc8 gcc8-c++ : ---- : : . NOTE: If building on SLES 15, the system compiler (GCC7) may be used : instead: : + : ---- : $ sudo zypper install gcc7 gcc7-c++ : ---- > OK, Thank you for your patient explanation. 'system compiler' doesn't mean it's installed by default. It means it's been used to compile all the bits in the system and it doesn't require any extra repo to add to fetch the package. Basically, it's possible to install SLES15 so there isn't any C compiler installed, even the system one. Also, even if gcc7 might be installed, gcc7-c++ might not be installed. -- To view, visit http://gerrit.cloudera.org:8080/19779 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I2f080851c32cdc6c3b9ef393dfeb485d953d882e Gerrit-Change-Number: 19779 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Yuqi Du <[email protected]> Gerrit-Comment-Date: Tue, 02 May 2023 01:24:56 +0000 Gerrit-HasComments: Yes
