-
Notifications
You must be signed in to change notification settings - Fork 578
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
[SOLVED] Error in building: Can't copy 'po/*.mo' : doesn't exist or not regular file #2001
Comments
Is there more information above that? What's your version of python and setuptools? |
Yes ofcourse! This is from start until the error message: ` you probably want to execute this target with sudo:sudo make install############################################################# Installing from source on your system is not recommended. ############################################################# |
For some reason the code tags don't work properly... |
Some of the latest commits (b2f7570) merged transfer Guake to a new system for version number handling, setuptools_scm. If that's not installed or not working, Guake version won't come out right either. You might need to update setuptools and install setuptools_scm if it somehow wasn't installed already |
As you can see on the screenshot, it is installed. Or do i need another version? Or the one with "-git" at the end? I'm sorry if that are dum questions, but i have no experience with setuptools or scm or any of that.. |
Upgraded to setuptools 60.x and same error! I don't get it, what am i doing wrong here?? |
What the heck..? I just wanted to check which version i was on and it seems the installation did succeeded after all!?
|
So it's just newer version of setuptools needed, nice to know. I'll close since this is marked as solved, I presume you're able to run as well if you can see the version. |
Actually, I think I know what's going on, making a PR |
To be honest i don't know for sure. Because after the first time the error showed up, i did not check if the new version of guake already worked. I posted the error here and tried a few things, then your solutions.. and late last night i wanted to check what older version i was on when i discovered that i was already on the newer version! So what exactly made it work i don't know.. could be that after the first error it already worked, i just didn't check. |
** For how to run the latest Guake in your computer, please refer to [Install from source]
** (https://guake.readthedocs.io/en/latest/user/installing.html#install-from-source).<
I did..
I ran script bootstrap to install all neccesaries.
Ran 'make', then 'sudo make install' and got the following error:
error: can't copy 'po/*.mo': doesn't exist or not a regular file make: *** [Makefile:93: install-guake] Fout 1
I just got me a new system with Mint 20 (previous was 19) and i wanted the latest quake back. But the installation is not going smooth... i have no clue how to fix this. Appreciating some help.
Thanks
The text was updated successfully, but these errors were encountered: