From 257995d185ba447e27e523ffa01945af4946cd13 Mon Sep 17 00:00:00 2001 From: Janne K <0x022b@gmail.com> Date: Fri, 22 Apr 2016 17:07:31 +0300 Subject: [PATCH 1/2] Fix Fedora installation instructions Update installation instructions so that the following error won't occur: gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory error: command 'gcc' failed with exit status 1 --- docs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.rst b/docs/installation.rst index 60221c25e..0f7ada570 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -162,6 +162,7 @@ Install the dependencies with development headers:: sudo dnf install libacl-devel libacl sudo dnf install lz4-devel sudo dnf install gcc gcc-c++ + sudo dnf install redhat-rpm-config sudo dnf install fuse-devel fuse pkgconfig # optional, for FUSE support From 61a8ff40f337ae0128c3055f9e685512049e79c7 Mon Sep 17 00:00:00 2001 From: Janne K <0x022b@gmail.com> Date: Sat, 23 Apr 2016 11:51:38 +0300 Subject: [PATCH 2/2] Package is not needed in Korora --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 0f7ada570..4e76c6326 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -162,7 +162,7 @@ Install the dependencies with development headers:: sudo dnf install libacl-devel libacl sudo dnf install lz4-devel sudo dnf install gcc gcc-c++ - sudo dnf install redhat-rpm-config + sudo dnf install redhat-rpm-config # not needed in Korora sudo dnf install fuse-devel fuse pkgconfig # optional, for FUSE support