Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-29 Thread Felipe Sateler
On Sat, May 29, 2010 at 09:18, Alessio Treglia  wrote:
> Ops, forgot the URLs:
>
> [1] 
> http://debomatic.debian.net/maverick/pool/csound_5.12.1~dfsg-2ubuntu1/csound_5.12.1~dfsg-2ubuntu1.buildlog

for pyvers in 2.6; do \
mkdir -p 
/tmp/buildd/csound-5.12.1~dfsg/debian/tmp/usr/lib/python$pyvers/$(basename
$(_py_=; python${_py_#python*} -c 'from distutils import sysconfig;
print(sysconfig.get_python_lib())')); \
cp csnd.py _csnd.so \

/tmp/buildd/csound-5.12.1~dfsg/debian/tmp/usr/lib/python$pyvers/$(basename
$(_py_=; python${_py_#python*} -c 'from distutils import sysconfig;
print(sysconfig.get_python_lib())')); \
done

Basically it only installs for 2.6 because that is the only version
supported right now. If/when that changes, csound would install one
working and one broken module.


The real solution to this problem is to build the csound source twice,
once for each python version. One could probably do some magic to
rebuild only needed parts, but that is not (as Jonas hoped) at all
generic.

-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-29 Thread Alessio Treglia
Ops, forgot the URLs:

[1] 
http://debomatic.debian.net/maverick/pool/csound_5.12.1~dfsg-2ubuntu1/csound_5.12.1~dfsg-2ubuntu1.buildlog
[2] 
http://debomatic.debian.net/maverick/pool/csound_5.12.1~dfsg-2ubuntu1/csound_5.12.1~dfsg-2ubuntu1.contents

-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-29 Thread Alessio Treglia
On Sat, May 29, 2010 at 12:12 PM, Jonas Smedegaard  wrote:
>> Given that squeeze is going to install python 2.6 by default, I'd say
>> yes. I guess python-2.5 is going to be around for squeeze, so I'm not
>> sure how severe the problem is. Maybe check with debian-release and/or
>> the python team?
>
> I believe csound supports Python2.6 just fine.
>
> What the (Debian) packaging does not support currently is multiple versions
> of Python - so when Debian switches to use Python2.6 by default csound needs
> a binNMU (like a whole bunch of other packages, I guess).
>
> I agree that the Ubuntu patch seems broken.

> Suggestions to build (not just copy!) for multiple Python versions is much
> appreciated.  An elegant approach can hopefully benefit also other CDBS
> packages using the SCONS build system.
>
>

Felipe, Jonas,

as you can see from these logs [1] [2], the extensions don't get
copied, simply they build just against python2.6.
I agree with Jonas, what we need is a way to support multiple versions
of Python.
BTW, I'll drop my changes and sync the package with the next upload.


-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-29 Thread Jonas Smedegaard

On Sat, May 29, 2010 at 10:09:39AM +0200, Reinhard Tartler wrote:

On Sa, Mai 29, 2010 at 08:54:45 (CEST), Alessio Treglia wrote:


Felipe,

On Sat, May 29, 2010 at 6:42 AM, Felipe Sateler  
wrote:
I'm pretty sure that patch is broken. _csnd.so is a binary, and as 
such I don't think you can really move it from one python version to 
another. Has anyone tested that patch? IIRC, Scott introduced it and 
at the time I asked him about that and he wasn't really 
convincing/convinced that it worked.




so csound doesn't support Python 2.6, is this the problem?


Given that squeeze is going to install python 2.6 by default, I'd say
yes. I guess python-2.5 is going to be around for squeeze, so I'm not
sure how severe the problem is. Maybe check with debian-release and/or
the python team?


I believe csound supports Python2.6 just fine.

What the (Debian) packaging does not support currently is multiple 
versions of Python - so when Debian switches to use Python2.6 by default 
csound needs a binNMU (like a whole bunch of other packages, I guess).


I agree that the Ubuntu patch seems broken.

Suggestions to build (not just copy!) for multiple Python versions is 
much appreciated.  An elegant approach can hopefully benefit also other 
CDBS packages using the SCONS build system.



Regards,

 - Jonas

--
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-29 Thread Reinhard Tartler
On Sa, Mai 29, 2010 at 08:54:45 (CEST), Alessio Treglia wrote:

> Felipe,
>
> On Sat, May 29, 2010 at 6:42 AM, Felipe Sateler  wrote:
>> I'm pretty sure that patch is broken. _csnd.so is a binary, and as
>> such I don't think you can really move it from one python version to
>> another. Has anyone tested that patch? IIRC, Scott introduced it and
>> at the time I asked him about that and he wasn't really
>> convincing/convinced that it worked.
>>
>
> so csound doesn't support Python 2.6, is this the problem?

Given that squeeze is going to install python 2.6 by default, I'd say
yes. I guess python-2.5 is going to be around for squeeze, so I'm not
sure how severe the problem is. Maybe check with debian-release and/or
the python team?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Alessio Treglia
Felipe,

On Sat, May 29, 2010 at 6:42 AM, Felipe Sateler  wrote:
> I'm pretty sure that patch is broken. _csnd.so is a binary, and as
> such I don't think you can really move it from one python version to
> another. Has anyone tested that patch? IIRC, Scott introduced it and
> at the time I asked him about that and he wasn't really
> convincing/convinced that it worked.
>

so csound doesn't support Python 2.6, is this the problem?


-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Felipe Sateler
On Fri, May 28, 2010 at 20:27, Alessio Treglia  wrote:
> Sorry for the delay,
>
> On Fri, May 28, 2010 at 8:37 PM, Felipe Sateler  wrote:
>> No ubuntu-specific changes, I take it (since there are no commits in the 
>> repo)?
>>
>
> that's the diff [1], I changed some python-related stuff to fix a
> FTBFS with Python 2.6 in Ubuntu.
> I haven't pushed the changes yet because I want to be sure Debian
> actually needs them before updating the repo.
>
> What's your opinion? Can we apply the patch as is? Does it need to be 
> improved?
>

I'm pretty sure that patch is broken. _csnd.so is a binary, and as
such I don't think you can really move it from one python version to
another. Has anyone tested that patch? IIRC, Scott introduced it and
at the time I asked him about that and he wasn't really
convincing/convinced that it worked.


-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Alessio Treglia
Sorry for the delay,

On Fri, May 28, 2010 at 8:37 PM, Felipe Sateler  wrote:
> No ubuntu-specific changes, I take it (since there are no commits in the 
> repo)?
>

that's the diff [1], I changed some python-related stuff to fix a
FTBFS with Python 2.6 in Ubuntu.
I haven't pushed the changes yet because I want to be sure Debian
actually needs them before updating the repo.

What's your opinion? Can we apply the patch as is? Does it need to be improved?


[1] http://patches.ubuntu.com/c/csound/csound_1:5.12.1~dfsg-2ubuntu1.patch

-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Felipe Sateler
On Fri, May 28, 2010 at 13:05, Alessio Treglia  wrote:
> On Thu, May 27, 2010 at 8:34 PM, Alessio Treglia  
> wrote:
>> I hope to have the time to work on it this night, otherwise I'll check
>> it tomorrow.
>>
>
> Done.

No ubuntu-specific changes, I take it (since there are no commits in the repo)?

-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Alessio Treglia
On Thu, May 27, 2010 at 8:34 PM, Alessio Treglia  wrote:
> I hope to have the time to work on it this night, otherwise I'll check
> it tomorrow.
>

Done.

-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Fabian Greffrath

Am 28.05.2010 09:29, schrieb Reinhard Tartler:

,
| "Maverick Meerkat" is the code name for Ubuntu 10.10, scheduled for
| release on 10 October 2010
`


Ah, thanks!

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Reinhard Tartler
On Fr, Mai 28, 2010 at 09:18:40 (CEST), Fabian Greffrath wrote:

> Am 27.05.2010 20:26, schrieb Felipe Sateler:
> I will work on it when Maverick's archive will open.
 Has the maverick archive opened yet? I see some maverick references
 but packages.u.c/maverick is broken...
>>> Yes, you can confirm that yourself here: 
>>> http://launchpad.net/ubuntu/maverick
>
> For the non-ubuntus of us, could you please explain what the "Maverick
> archive" is? And indeed, the launchpad link does not work.

transient lp issue or bug. See https://wiki.ubuntu.com/MaverickMeerkat
for better explanation:

,
| "Maverick Meerkat" is the code name for Ubuntu 10.10, scheduled for
| release on 10 October 2010
`

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-28 Thread Fabian Greffrath

Am 27.05.2010 20:26, schrieb Felipe Sateler:

I will work on it when Maverick's archive will open.

Has the maverick archive opened yet? I see some maverick references
but packages.u.c/maverick is broken...

Yes, you can confirm that yourself here: http://launchpad.net/ubuntu/maverick


For the non-ubuntus of us, could you please explain what the "Maverick 
archive" is? And indeed, the launchpad link does not work.


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-27 Thread Alessio Treglia
Ehy Felipe!

On Thu, May 27, 2010 at 8:26 PM, Felipe Sateler  wrote:
> Then I'd like to ping Alessio to get csound 5.12 in Ubuntu-shape please :).

I hope to have the time to work on it this night, otherwise I'll check
it tomorrow.

-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-27 Thread Felipe Sateler
On Thu, May 27, 2010 at 11:46, Reinhard Tartler  wrote:
> On Do, Mai 27, 2010 at 17:14:28 (CEST), Felipe Sateler wrote:
>
>> On Thu, Apr 15, 2010 at 12:40, Alessio Treglia  wrote:
>>> On Thu, Apr 15, 2010 at 6:09 PM, Felipe Sateler  wrote:
 Alessio, you were the last uploader of csound into ubuntu. You might
 want to update it (and merge any changes needed back into debian).

>>>
>>> Yes but not for Lucid, just today the Feature Freeze is in effect.
>>>
>>> I will work on it when Maverick's archive will open.
>>
>> Has the maverick archive opened yet? I see some maverick references
>> but packages.u.c/maverick is broken...
>
>
> Yes, you can confirm that yourself here: http://launchpad.net/ubuntu/maverick

Then I'd like to ping Alessio to get csound 5.12 in Ubuntu-shape please :).


-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-27 Thread Reinhard Tartler
On Do, Mai 27, 2010 at 17:14:28 (CEST), Felipe Sateler wrote:

> On Thu, Apr 15, 2010 at 12:40, Alessio Treglia  wrote:
>> On Thu, Apr 15, 2010 at 6:09 PM, Felipe Sateler  wrote:
>>> Alessio, you were the last uploader of csound into ubuntu. You might
>>> want to update it (and merge any changes needed back into debian).
>>>
>>
>> Yes but not for Lucid, just today the Feature Freeze is in effect.
>>
>> I will work on it when Maverick's archive will open.
>
> Has the maverick archive opened yet? I see some maverick references
> but packages.u.c/maverick is broken...


Yes, you can confirm that yourself here: http://launchpad.net/ubuntu/maverick


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-05-27 Thread Felipe Sateler
On Thu, Apr 15, 2010 at 12:40, Alessio Treglia  wrote:
> On Thu, Apr 15, 2010 at 6:09 PM, Felipe Sateler  wrote:
>> Alessio, you were the last uploader of csound into ubuntu. You might
>> want to update it (and merge any changes needed back into debian).
>>
>
> Yes but not for Lucid, just today the Feature Freeze is in effect.
>
> I will work on it when Maverick's archive will open.

Has the maverick archive opened yet? I see some maverick references
but packages.u.c/maverick is broken...


-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-04-15 Thread Alessio Treglia
On Thu, Apr 15, 2010 at 7:35 PM, Jonas Smedegaard  wrote:
>>> Yes but not for Lucid, just today the Feature Freeze is in effect.

err

Please replace "Feature" with "Final", the result is quite different :)

-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-04-15 Thread Jonas Smedegaard

On Thu, Apr 15, 2010 at 01:12:48PM -0400, Felipe Sateler wrote:
On Thu, Apr 15, 2010 at 12:40, Alessio Treglia  
wrote:
On Thu, Apr 15, 2010 at 6:09 PM, Felipe Sateler  
wrote:
Alessio, you were the last uploader of csound into ubuntu. You might 
want to update it (and merge any changes needed back into debian).




Yes but not for Lucid, just today the Feature Freeze is in effect.

I will work on it when Maverick's archive will open.


Hum, that's a pity. Talk about bad timing...


I believe it is called "releasing on time" (not "when ready"). ;-)

Yes, I feel pity for Ubuntu users too.


 - Jonas

--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-04-15 Thread Felipe Sateler
On Thu, Apr 15, 2010 at 12:40, Alessio Treglia  wrote:
> On Thu, Apr 15, 2010 at 6:09 PM, Felipe Sateler  wrote:
>> Alessio, you were the last uploader of csound into ubuntu. You might
>> want to update it (and merge any changes needed back into debian).
>>
>
> Yes but not for Lucid, just today the Feature Freeze is in effect.
>
> I will work on it when Maverick's archive will open.

Hum, that's a pity. Talk about bad timing...

-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-04-15 Thread Alessio Treglia
On Thu, Apr 15, 2010 at 6:09 PM, Felipe Sateler  wrote:
> Alessio, you were the last uploader of csound into ubuntu. You might
> want to update it (and merge any changes needed back into debian).
>

Yes but not for Lucid, just today the Feature Freeze is in effect.

I will work on it when Maverick's archive will open.

-- 
Alessio Treglia 
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: csound_5.12.1~dfsg-2_amd64.changes ACCEPTED

2010-04-15 Thread Felipe Sateler
On Wed, Apr 14, 2010 at 17:34, Archive Administrator
 wrote:
>
>
>
> Accepted:

Alessio, you were the last uploader of csound into ubuntu. You might
want to update it (and merge any changes needed back into debian).

-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers