You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same exact error message once. It was due to a permission issue. The main folder was owned by my user, but the subfolders were owned by the 'sudo' user. sudo chown -R $USER . solved it.
I am getting below error: and how to resolve this issue.
epc@epc-virtual-machine:~/nextepc$ autoreconf -iv
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autom4te: cannot create autom4te.cache: No such file or directory
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
epc@epc-virtual-machine:~/nextepc$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Originally posted by @mohantysami in #332 (comment)
The text was updated successfully, but these errors were encountered: