system/glib-dev (2.54.2-r0): gdbus-codegen has incorrect python shebang
Bugzilla ID | 58 |
Reporter | Max Rees (sroracle) |
Assignee | A. Wilcox (awilfox) |
Reported | 2018-04-01 21:07:02 -0500 |
Modified | 2018-04-02 20:17:19 -0500 |
Status | RESOLVED FIXED |
Version | 1.0-ALPHA5 |
Hardware | Adélie Linux / Intel x86 (64-bit) |
Importance | Normal / normal |
Description
$ head -n1 /usr/bin/gdbus-codegen
#!/usr/bin/env /usr/bin/python
I tried rebuilding locally and it builds fine, with a correct shebang:
$ head -n1 ./src/glib-2.54.2/gio/gdbus-2.0/codegen/gdbus-codegen
#!/usr/bin/env /usr/bin/python3
Probably just needs a rebuild; might've been built when a /usr/bin/python symlink was installed to work on a package related to bug 41[1].