Open dinkelk opened 6 years ago
Try removing
--platform minimal
to see where the installer hangs?
Ensure you have make
installed.
Here is the command line that I use to install dependencies while building a docker image
RUN apt-get update && apt-get install -y \
libx11-6 \
libx11-xcb1 \
fontconfig \
dbus \
curl \
make \
libc-dev
Thank you for the suggestions. Running without --platform minimal
, I was able to see the following error.
The installation path cannot be relative, please specify an absolute path.
So I fixed my command so that I provided an absolute path and everything went swimmingly.
Maybe you should convert the InstallPrefix
to an absolute path before passing it to the installer, or maybe just check the prefix and warn the user if they provide a relative path instead of an absolute one.
I'll let you close the issue in case you want to take action first.
Thank you!
Thank you for the feedback! We'll fix this. Keeping the issue open until such a time that it is done :)
Hi there,
I am trying to use this script on a 18.04 Ubuntu machine and when I run it, the program just hangs.
Trying to run the hanging line manually with the
-v
option produces:and then hangs indefinitely.
Any help would be appreciated!