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

make install issue #159

Open
AnuragAnalog opened this issue Jan 30, 2023 · 4 comments
Open

make install issue #159

AnuragAnalog opened this issue Jan 30, 2023 · 4 comments

Comments

@AnuragAnalog
Copy link

I am not able to install the gnome extension using the git repository

Steps to reproduce:

anuraganalog@anuraganalog:~/Downloads$ git clone https://github.com/hedayaty/NetSpeed.git
Cloning into 'NetSpeed'...
remote: Enumerating objects: 726, done.
remote: Counting objects: 100% (76/76), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 726 (delta 42), reused 67 (delta 37), pack-reused 650
Receiving objects: 100% (726/726), 216.29 KiB | 8.01 MiB/s, done.
Resolving deltas: 100% (474/474), done.
anuraganalog@anuraganalog:~/Downloads$ cd NetSpeed/
anuraganalog@anuraganalog:~/Downloads/NetSpeed$ make install

Error

mkdir -p `dirname locale/ca/LC_MESSAGES/netspeed.mo`
msgfmt po/ca.po -o locale/ca/LC_MESSAGES/netspeed.mo
make: msgfmt: No such file or directory
make: *** [Makefile:29: locale/ca/LC_MESSAGES/netspeed.mo] Error 127
anuraganalog@anuraganalog:~/Downloads/NetSpeed$
@martinkg
Copy link

does /usr/bin/msgfmt (package gettext) is installed on your system ?

@lakinduakash
Copy link

lakinduakash commented Jan 9, 2024

Installing gettext resolves the issue.
But now getting

make: *** No rule to make target 'locale/nl_NL/LC_MESSAGES/netspeed.mo', needed by 'pack'.  Stop.

@zkronos73
Copy link

remove nl_NL from LANGUAGE variable on Makefile

@rx-ted
Copy link

rx-ted commented Mar 10, 2024

You can input msgfmt in bash, will find that msgfmt not found. So you can run sudo apt install gettext, then run msgfmt, it's successful may.

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

5 participants