maximus-gnome-shell icon indicating copy to clipboard operation
maximus-gnome-shell copied to clipboard

Errors at compile git version

Open simonbcn opened this issue 8 years ago • 6 comments

Arch Linux 64 bits GNOME Shell 3.20.2

$ make 
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax

simonbcn avatar May 11 '16 09:05 simonbcn

This is bizarre, can you check whether this is still the case?

luispabon avatar Sep 28 '16 16:09 luispabon

$ git clone https://github.com/luispabon/maximus-gnome-shell.git 
Cloning into 'maximus-gnome-shell'...
remote: Counting objects: 407, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 407 (delta 0), reused 0 (delta 0), pack-reused 403
Receiving objects: 100% (407/407), 300.07 KiB | 0 bytes/s, done.
Resolving deltas: 100% (233/233), done.

$ cd maximus-gnome-shell 

$ make      
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax
  File "<string>", line 1
    import json,sys;obj=json.load(sys.stdin);print obj['uuid'];
                                                     ^
SyntaxError: invalid syntax

simonbcn avatar Sep 28 '16 17:09 simonbcn

See https://github.com/luispabon/maximus-gnome-shell/pull/18 ;)

CromFr avatar Oct 21 '16 20:10 CromFr

Impossible compile on Arch Linux if this commit doesn't merge. Is this extension abandoned? :disappointed_relieved:

simonbcn avatar Jan 02 '17 19:01 simonbcn

this issue should be closed since #18 has been merged ;)

CromFr avatar Apr 18 '17 11:04 CromFr

:+1:

luispabon avatar Apr 19 '17 12:04 luispabon