Forum rss-feed

Forum

Software: Bug report (&FIX) 2.0.74, and 2.1 - Factory setups not loading from belcanto

Most Recent

written by: TheTechnobear

a couple of questions:

a) should i bother with the dev nda, to submit patches?
im not sure if its worth it, given the new foundation.... let me know either way.

b) 2.1 has a bit of an issue building at moment due to small incompatibilies in plg_audio from 2.0.74 ( ive got it working but not pretty :))
is it possible to get an experimental build?
or if i do the nda, get access to the relevant source?

thanks
mark

written by: TheTechnobear

Sun, 31 Mar 2013 18:45:16 +0100 BST

issue:
eigend hey pico 1 load

pico 1 not found (or similar :))


fix:
2 bugs in find_setup() in pisession/agentd.py


a) return None, incorrect alignment, so terminates for loop early

b) path join, should be release_dir, not factory_setups

last few lines should read:

...


for s in factory_setups:
if s == srcname:
return os.path.join(release_dir,s)
s2 = upgrade.split_setup(s)
if s2[1] == srcname:
return os.path.join(release_dir,s)

return None



ive made these changes to my version, and works now...



written by: TheTechnobear

Mon, 1 Apr 2013 21:56:37 +0100 BST

a couple of questions:

a) should i bother with the dev nda, to submit patches?
im not sure if its worth it, given the new foundation.... let me know either way.

b) 2.1 has a bit of an issue building at moment due to small incompatibilies in plg_audio from 2.0.74 ( ive got it working but not pretty :))
is it possible to get an experimental build?
or if i do the nda, get access to the relevant source?

thanks
mark



Please log in to join the discussions