From 68966e4ad0b87a888b0a1ce9c5a6cce5fec1c61c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 2 Jul 2019 14:34:54 -0400 Subject: [PATCH] Update troubleshooting topic Signed-off-by: Roberto Rosario --- docs/topics/troubleshooting.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/topics/troubleshooting.rst b/docs/topics/troubleshooting.rst index d3ea0880e3..c8498acddc 100644 --- a/docs/topics/troubleshooting.rst +++ b/docs/topics/troubleshooting.rst @@ -168,3 +168,16 @@ files to a temporary directory on the same partition as the watchfolder first. Then move the files to the watchfolder. The move will be executed as an atomic operation and will prevent the files to be uploaded in the middle of the copying process. + +************ +Dependencies +************ + +Error: ``unable to execute 'x86_64-linux-gnu-gcc': No such file or directory`` +============================================================================== + +This happens when using the ``MAYAN_APT_INSTALLS`` feature. It means that the +``GCC`` package is required to compile the packages specified with +``MAYAN_APT_INSTALLS``. + +Solution: Include ``gcc`` in the list of packages specified with ``MAYAN_APT_INSTALLS``.