Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 309
    • Issues 309
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #58

Closed
Open
Created Apr 02, 2018 by Emily@emily🤖

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].

[1] https://bts.adelielinux.org/show_bug.cgi?id=41

Edited Feb 02, 2022 by Zach van Rijn
Assignee
Assign to
Time tracking