-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
gimp: bad interpreter #60937
Comments
I can see the warning too. This is what the file looks like on Arch:
nothing special compared to ours:
The file exists and is executable $ file /nix/store/mb307xgf3x2z6111fkrsqdvh3gf9bk19-python-2.7.16/bin/python2
/nix/store/mb307xgf3x2z6111fkrsqdvh3gf9bk19-python-2.7.16/bin/python2: symbolic link to python2.7
$ file --dereference /nix/store/mb307xgf3x2z6111fkrsqdvh3gf9bk19-python-2.7.16/bin/python2
/nix/store/mb307xgf3x2z6111fkrsqdvh3gf9bk19-python-2.7.16/bin/python2: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /nix/store/siks2gcfwx6qwh27m7c5r5lixcr621bd-glibc-2.27/lib/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, not stripped Not really sure what is wrong. Also the Python scripts seem to work, at least |
For me, resynthesizer runs but it doesn't produce correct results: bootchk/resynthesizer#63 |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
Still important to me. This is the current console output:
|
I have found this issue can be fixed by installing the python package by yourself (which is weird: it looks like GIMP may be trying to use the |
Spent some time in
We will still want to hardcode the path to ensure purity. |
Issue description
I see the following warnings when running gimp:
Not sure if they are critical or not. I do have problems with one Python plugin, not sure if this could be related.
Steps to reproduce
Run gimp from the terminal. I'm running it from i3+none desktop environment, if that matters.
Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste theresults.
The text was updated successfully, but these errors were encountered: