Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am getting below error: and how to resolve this issue. #478

Open
mohantysami opened this issue Jul 18, 2019 · 1 comment
Open

I am getting below error: and how to resolve this issue. #478

mohantysami opened this issue Jul 18, 2019 · 1 comment

Comments

@mohantysami
Copy link

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)

@ferdymercury
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants