You are not logged in.

#1 2010-10-04 20:26:01

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Great Python rebuild

Since it hit testing repo I have problems with a few python dependent applications.

Exaile wont start

exaile
Traceback (most recent call last):
  File "/usr/lib/exaile/exaile.py", line 52, in <module>
    main()
  File "/usr/lib/exaile/exaile.py", line 47, in main
    from xl import main
  File "/usr/lib/exaile/xl/main.py", line 458
    """%__version__
      ^
SyntaxError: invalid syntax

And hotot (twitter client app) is whining about distutils so I guess that setuptools 0.6c11-2 needs rebuilding also.

Everything else seems to be working fine.

Offline

#2 2010-10-04 20:56:19

mcmillan
Member
Registered: 2006-04-06
Posts: 737

Re: Great Python rebuild

It looks like both of those had packages update in testing today.
setuptools
exaile
If you don't have those your mirror might have caught them being updated, otherwise probably should be reported as bugs
http://mailman.archlinux.org/pipermail/ … 18095.html

Offline

#3 2010-10-04 21:03:58

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Great Python rebuild

seems that you don't have community-testing enabled


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2010-10-04 21:06:15

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: Great Python rebuild

Heh, so many updates today I've missed it completely, my bad.

Ok, I don't have community-testing enabled so scratch that one out for exaile. On the other hand hotot requires python-keybinder so I'll investigate further.

/edit: Wonder beat me to it smile AGAIN !!! big_smile

Last edited by combuster (2010-10-04 21:07:06)

Offline

#5 2010-10-04 22:03:32

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: Great Python rebuild

Ok, I've got it finally, sort of smile Now python is python 3.1.2 and python2 is python 2.7, before python was 2.6 and that messed up all python dependant software that we are now trying to build for ourselves. I've noticed in PKGBUILDS for many rebuilded packages in testing that hacks are needed to point to python2 instead of python.

Now I only have to figure out how to do that for python-keybinder for example... big_smile

This is going to be a bumpy ride smile Nevertheless all rebuilded packages that are in repo's works just fine (great work dev's and tu's), AUR PKGBUILDS however need to be adjusted.

Offline

#6 2010-10-05 02:54:39

jxy
Member
Registered: 2008-12-03
Posts: 133

Re: Great Python rebuild

wicd is not working for me

2010/10/04 22:42:41 :: wicd initializing...
2010/10/04 22:42:41 :: ---------------------------
2010/10/04 22:42:41 :: wicd is version 1.7.0 552
2010/10/04 22:42:41 :: setting backend to external
2010/10/04 22:42:41 :: Traceback (most recent call last):
2010/10/04 22:42:41 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 1839, in <module>
2010/10/04 22:42:41 ::     main(sys.argv)
2010/10/04 22:42:41 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 1803, in main
2010/10/04 22:42:41 ::     daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
2010/10/04 22:42:41 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 115, in __init__
2010/10/04 22:42:41 ::     self.ReadConfig()
2010/10/04 22:42:41 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 885, in ReadConfig
2010/10/04 22:42:41 ::     self.SetBackend(app_conf.get("Settings", "backend", default=be_def))
2010/10/04 22:42:41 ::   File "/usr/share/wicd/daemon/wicd-daemon.py", line 220, in SetBackend
2010/10/04 22:42:41 ::     self.config.set("Settings", "backend", backend, write=True)
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 76, in set
2010/10/04 22:42:41 ::     self.set_option(*args, **kargs)
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 72, in set_option
2010/10/04 22:42:41 ::     self.write()
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/site-packages/wicd/configmanager.py", line 192, in write
2010/10/04 22:42:41 ::     p = copy.deepcopy(self)
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
2010/10/04 22:42:41 ::     y = copier(x, memo)
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/copy.py", line 298, in _deepcopy_inst
2010/10/04 22:42:41 ::     state = deepcopy(state, memo)
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
2010/10/04 22:42:41 ::     y = copier(x, memo)
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
2010/10/04 22:42:41 ::     y[deepcopy(key, memo)] = deepcopy(value, memo)
2010/10/04 22:42:41 ::   File "/usr/lib/python2.7/copy.py", line 174, in deepcopy
2010/10/04 22:42:41 ::     y = copier(memo)
2010/10/04 22:42:41 :: TypeError: cannot deepcopy this pattern object

EDIT: found it in the bug tracker and it looks like an upstream bug.

Last edited by jxy (2010-10-05 03:06:10)

Offline

#7 2010-10-05 03:00:44

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,390
Website

Re: Great Python rebuild

wicd: https://bugs.archlinux.org/task/21064

Please make sure that all bug have been reported to the bug tracker.  Posting here is not enough.

Offline

#8 2010-10-05 03:07:14

jxy
Member
Registered: 2008-12-03
Posts: 133

Re: Great Python rebuild

Allan wrote:

wicd: https://bugs.archlinux.org/task/21064

Please make sure that all bug have been reported to the bug tracker.  Posting here is not enough.

Just found the bug report.

Offline

#9 2010-10-06 05:09:43

remyoudompheng
Developer
From: France
Registered: 2007-10-13
Posts: 4

Re: Great Python rebuild

I tried to make a patch for wicd, I would be pleased if someone can tell me it doesn't go wrong (see in the bug report).

Offline

#10 2010-10-06 13:59:49

EdgardoSantiago
Member
From: Tampa, Fl
Registered: 2010-06-06
Posts: 10

Re: Great Python rebuild

I'm having the same problem with exaile, please letme know how you fixed it.

Thanks

Offline

#11 2010-10-06 14:02:58

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Great Python rebuild

EdgardoSantiago wrote:

I'm having the same problem with exaile, please letme know how you fixed it.

Thanks

be sure you have community-testing enabled


Give what you have. To someone, it may be better than you dare to think.

Offline

#12 2010-10-06 14:19:22

EdgardoSantiago
Member
From: Tampa, Fl
Registered: 2010-06-06
Posts: 10

Re: Great Python rebuild

I have community-testing enabled

Offline

#13 2010-10-06 14:21:38

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Great Python rebuild

@EdgardoSantiago please report on the tracker


Give what you have. To someone, it may be better than you dare to think.

Offline

#14 2010-10-06 14:22:58

EdgardoSantiago
Member
From: Tampa, Fl
Registered: 2010-06-06
Posts: 10

Re: Great Python rebuild

wbarconf seems to be bothered too..

Offline

#15 2010-10-06 14:26:46

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Great Python rebuild

i would ignore this thread. ALL BUGS SHOULD BE REPORTED


Give what you have. To someone, it may be better than you dare to think.

Offline

#16 2010-10-06 14:42:31

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Great Python rebuild

As wonder has stated repeatedly, the bug tracker is the correct place to report issues related to this. I'll close this thread so that nobody else gets the bright idea of saying "App X is broken too!". Submit a bug, please.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

Board footer

Powered by FluxBB