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 354
    • Issues 354
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • 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
  • #33

Closed
Open
Created Sep 14, 2017 by Emily@emily🤖

user/tmux: cannot be packaged due to libevent requiring Python 2.4

Bugzilla ID 33
Reporter A. Wilcox (awilfox)
Assignee Elizabeth Myers (Elizafox)
Reported 2017-09-14 14:38:02 -0500
Modified 2017-09-14 16:31:47 -0500
Status RESOLVED FIXED
Version 1.0-ALPHA3
Hardware Adélie Linux / All
Importance Normal / major

Description

libevent has a 'generator' script for regress.gen.c which is written in Python 2.4 syntax:

File "./event_rpcgen.py", line 39
print s
^
SyntaxError: Missing parentheses in call to 'print'
event_rpcgen.py failed, regress.gen.[ch] will be reused.

This causes epoll to break, and libevent to be unusable. I had a brief look and it is using a print syntax that I do not even recognise, and I have no idea how to modernise it. Additionally, 2to3's output didn't run. It might be usable as a start, but I'm not sure.

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