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

Can't "make install" after the lastest commit #52

Closed
tmd-set opened this issue May 30, 2014 · 3 comments
Closed

Can't "make install" after the lastest commit #52

tmd-set opened this issue May 30, 2014 · 3 comments

Comments

@tmd-set
Copy link

tmd-set commented May 30, 2014

As of the Tuesday commit which section was moved, I can't run "make install" without problem. Just "make" is OK, but an error appear with "make install":

Byte-compiling python modules...
__init__.pygithub.pyopencores.pyurl.py
Byte-compiling python modules (optimized versions) ...
__init__.pygithub.pyopencores.pyurl.py
make[2]: *** No rule to make target `fusesoc/section/__init__.py', needed by `install-sectionPYTHON'.  Stop.

Environment: Ubuntu 14.04, Python 2.7

@skristiansson
Copy link
Contributor

#51 addresses this,
but there is another issue when installing this version over an older one.
You will need to manually remove the old directory where fusesoc got installed before installing the new one.

@olofk
Copy link
Owner

olofk commented May 30, 2014

Yes, sorry about that. I added some patches and didn't think of trying to install it afterwards. The old files might be hard to locate, but one way to get rid of them is to download a slightly older version of fusesoc and run ./configure && make && make uninstall

@olofk
Copy link
Owner

olofk commented Nov 11, 2015

I think this problem is obsolete now. It still affects people who are updating from a version before may 29, 2014, but hopefully people have had time to update by now

@olofk olofk closed this as completed Nov 11, 2015
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

3 participants