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 spews errors on fresh install due to msgfmt command not found #758

Open
ohshazbot opened this issue Nov 8, 2022 · 0 comments

Comments

@ohshazbot
Copy link

Looks like a dependency is missing on the quickstart instructions in the README, gettext was also required to be installed. Unless of course this is not an actual failure, but it definitely doesn't make it look like it is going well.

Full output before:

➜  gnome-shell-system-monitor-applet git:(master) make install
  [remove      ]  /home/john/.local/share/gnome-shell/extensions/system-monitor@paradoxxx.zero.gmail.com
Reloading extensions does not work correctly and is no longer supported
  [reload      ] OK
  [remove      ] OK
  [gschemas    ] OK
  [extension   ] OK
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
./compile.sh: line 8: msgfmt: command not found
  [translate   ] ar/ ca/ cs/ de/ es_ES/ es_MX/ fa/ fi/ fr/ hu/ it/ ja/ ko/ nl_NL/ pl/ pt/ pt_BR/ ro/ ru/ sk/ tr/ uk/ zh_CN/ 
  [translate   ] OK
  [build       ] OK
  [install     ]  /home/john/.local/share/gnome-shell/extensions/system-monitor@paradoxxx.zero.gmail.com
Reloading extensions does not work correctly and is no longer supported
  [reload      ] OK
  [install     ] OK

After installing gettext:

➜  gnome-shell-system-monitor-applet git:(master) ✗ make install                                          
  [remove      ]  /home/john/.local/share/gnome-shell/extensions/system-monitor@paradoxxx.zero.gmail.com
Reloading extensions does not work correctly and is no longer supported
  [reload      ] OK
  [remove      ] OK
  [gschemas    ] OK
  [extension   ] OK
  [translate   ] ar/ ca/ cs/ de/ es_ES/ es_MX/ fa/ fi/ fr/ hu/ it/ ja/ ko/ nl_NL/ pl/ pt/ pt_BR/ ro/ ru/ sk/ tr/ uk/ zh_CN/ 
  [translate   ] OK
  [build       ] OK
  [install     ]  /home/john/.local/share/gnome-shell/extensions/system-monitor@paradoxxx.zero.gmail.com
Reloading extensions does not work correctly and is no longer supported
  [reload      ] OK
  [install     ] OK

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

1 participant