After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726909 - #!/usr/bin/python in build/tap-driver and build/tap-gtester
#!/usr/bin/python in build/tap-driver and build/tap-gtester
Status: RESOLVED FIXED
Product: gcr
Classification: Core
Component: General
3.11.x
Other FreeBSD
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-23 05:45 UTC by Ting-Wei Lan
Modified: 2019-02-22 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Use /usr/bin/env to find python (823 bytes, patch)
2014-03-23 08:05 UTC, Stef Walter
committed Details | Review
build: Use /usr/bin/env to find python (823 bytes, patch)
2014-03-23 12:50 UTC, Stef Walter
committed Details | Review

Description Ting-Wei Lan 2014-03-23 05:45:29 UTC
Some systems may not have python installed in /usr/bin. Can we change it to /usr/bin/env python?
Comment 1 Ting-Wei Lan 2014-03-23 05:50:27 UTC
I found build/tap-driver and build/tap-gtester are not part of gcr ...
Comment 2 Ting-Wei Lan 2014-03-23 05:53:47 UTC
(In reply to comment #1)
> I found build/tap-driver and build/tap-gtester are not part of gcr ...

I am sorry for the wrong comment. They are included in the gcr.
Comment 3 Ting-Wei Lan 2014-03-23 06:06:04 UTC
The same problem exists in libsecret.
Comment 4 Stef Walter 2014-03-23 08:05:30 UTC
Created attachment 272682 [details] [review]
build: Use /usr/bin/env to find python
Comment 5 Stef Walter 2014-03-23 08:26:40 UTC
Comment on attachment 272682 [details] [review]
build: Use /usr/bin/env to find python

Attachment 272682 [details] pushed as 5b3a10b - build: Use /usr/bin/env to find python
Comment 6 Ting-Wei Lan 2014-03-23 09:23:59 UTC
This problem also exists in gnome-keyring:

gnome-keyring: build/tap-gtester
gnome-keyring: build/tap-driver
Comment 7 Stef Walter 2014-03-23 12:50:50 UTC
Created attachment 272685 [details] [review]
build: Use /usr/bin/env to find python
Comment 8 Stef Walter 2014-03-23 12:51:50 UTC
Attachment 272685 [details] pushed as dfb55f4 - build: Use /usr/bin/env to find python