You are not logged in.

#1 2014-12-03 14:43:47

bjo
Member
Registered: 2011-09-10
Posts: 83

building birdie-git

Hi,

after a long time the devs of the birdie twitter app released some source code, the old vala version didn't work any more: https://github.com/birdieapp/birdie/

Now I tried to build birdie 2.0, but went in some issues: http://pastebay.net/1533640

Maybe it must be build with python2?

Offline

#2 2014-12-03 15:13:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: building birdie-git

Run

LC_ALL=C <command>

to get the output in English.


You can also post in the comments on the AUR page, maybe some other user or the maintainer can help you.

Offline

#3 2014-12-03 17:41:05

bjo
Member
Registered: 2011-09-10
Posts: 83

Re: building birdie-git

The package is orphaned, so no maintainer to ask.

The output in English:
http://paste.m0u.de/paste/U1fheKwj#SC-c … GsswBemCN1

Offline

#4 2014-12-03 17:56:11

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: building birdie-git

aboutdialog.pyactivitybox.py__init__.pydialogs.pymainwindow.pymediaviewer.pynotificationmanager.pystatusicon.pytweetbox.py  File "/usr/lib/python3.4/site-packages/birdieapp/gui/tweetbox.py", line 513
    print "conversation!" + str(tweet_id)
                        ^
SyntaxError: invalid syntax

tweetdialog.pytweetlist.pyuserbox.py  File "/usr/lib/python3.4/site-packages/birdieapp/gui/userbox.py", line 234
    print "dm"
             ^
SyntaxError: Missing parentheses in call to 'print'

This error means that it is not compatible with python3. You will need to use python2, like you mentioned earlier.

Offline

Board footer

Powered by FluxBB