autopoint error
jasonkang14 opened this issue · 1 comments
jasonkang14 commented
I was able to build your docker image in my local server following your instruction, but when I tried to build the image in my server using make build
command, I got an error like below
Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext
I found that one of your commit histories shows that autopoint dependency had been added before. Is there anything for me to do in order to fix the problem?
Thank you for your help in advance.
jasonkang14 commented
installing autopoint and gettext did not solve the problem