Opened 13 years ago

Closed 9 years ago

#30790 closed defect (fixed)

pidgin uses default python; fails when that's python 3

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: Cc:
Port: pidgin

Description

pidgin @2.9.0_0 fails to build with the error:

Making all in libpurple
make[2]: Entering directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_pidgin/pidgin/work/pidgin-2.9.0/libpurple'
  GEN    dbus-bindings.c
  File "./dbus-analyze-functions.py", line 239
    print "%s %s(%s)" % (self.functiontype, self.function.name,
                    ^
SyntaxError: invalid syntax
make[2]: *** [dbus-bindings.c] Error 1

Attachments (1)

main.log (133.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 13 years ago by jmroot (Joshua Root)

I guess you probably have python 3.x selected as 'python'?

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

I do! I did that to reproduce an issue with another port... then promptly forgot.

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: pidgin: SyntaxError: invalid syntaxpidgin uses default python; fails when that's python 3

comment:4 Changed 9 years ago by jmroot (Joshua Root)

Cc: nefar@… added
Owner: changed from nefar@… to devans@…

comment:5 Changed 9 years ago by dbevans (David B. Evans)

Cc: nefar@… removed
Resolution: fixed
Status: newclosed

Fixed as of r119723, which added python variants +python26 +python27. Python variants removed in favor of python27 only in r127268.

Note: See TracTickets for help on using tickets.