Re: [SCM] csound/master: Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: #624982, LP: #771134).

2011-08-05 Thread Alessio Treglia
csound still fails to build in Ubuntu Oneiric anyway:
https://launchpadlibrarian.net/76090124/buildlog_ubuntu-oneiric-amd64.csound_1%3A5.13.0~dfsg-4_FAILEDTOBUILD.txt.gz

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: [SCM] csound/master: Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: #624982, LP: #771134).

2011-08-05 Thread Micah Gersten
On 08/05/2011 11:57 AM, Alessio Treglia wrote:
 csound still fails to build in Ubuntu Oneiric anyway:
 https://launchpadlibrarian.net/76090124/buildlog_ubuntu-oneiric-amd64.csound_1%3A5.13.0~dfsg-4_FAILEDTOBUILD.txt.gz

I just uploaded a fix for this.  Ubuntu hasn't transitioned to swig 2.0,
so I changed the build-dep from swig to swig2.0 and it built fine.  This
change can be dropped when P opens.  No need to change anything in
Debian AFAIK.
https://launchpad.net/ubuntu//+source/csound/1:5.13.0~dfsg-4ubuntu1

Thanks,
Micah

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


Re: [SCM] csound/master: Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: #624982, LP: #771134).

2011-08-05 Thread Micah Gersten
On 08/05/2011 01:23 PM, Micah Gersten wrote:
 On 08/05/2011 11:57 AM, Alessio Treglia wrote:
 csound still fails to build in Ubuntu Oneiric anyway:
 https://launchpadlibrarian.net/76090124/buildlog_ubuntu-oneiric-amd64.csound_1%3A5.13.0~dfsg-4_FAILEDTOBUILD.txt.gz

 I just uploaded a fix for this.  Ubuntu hasn't transitioned to swig 2.0,
 so I changed the build-dep from swig to swig2.0 and it built fine.  This
 change can be dropped when P opens.  No need to change anything in
 Debian AFAIK.
 https://launchpad.net/ubuntu//+source/csound/1:5.13.0~dfsg-4ubuntu1

 Thanks,
 Micah
Actually, armel failed, but that's due to something else:

https://launchpadlibrarian.net/76674462/buildlog_ubuntu-oneiric-armel.csound_1%3A5.13.0~dfsg-4ubuntu1_FAILEDTOBUILD.txt.gz

Micah

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


Re: [SCM] csound/master: Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: #624982, LP: #771134).

2011-07-12 Thread Felipe Sateler
On Mon, Jul 11, 2011 at 13:48, Alessio Treglia ales...@debian.org wrote:
 Hey Felipe,

 I'm sorry for the late reply.

 On Sun, Jul 3, 2011 at 3:49 AM, Felipe Sateler fsate...@gmail.com wrote:
 Are you sure this is the right bug you are fixing? Jakub fixed this
 bug otherwise.

 Mmmh... Given the result, no, I'm not sure and, although I've
 test-built the package, it seems my patch did not work as expected.

 BTW, I can't build csound with your patch (swig complains it can't
 find cstddef).

 As said above, it's wrong and should be removed for now.
 I'm leaving home right now and I don't know when I'll be back online,
 so, please, could you revert my commit?

 Cya soon!


Done on my local branch. I'll upload to git soon.

-- 

Saludos,
Felipe Sateler

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


Re: [SCM] csound/master: Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: #624982, LP: #771134).

2011-07-11 Thread Alessio Treglia
Hey Felipe,

I'm sorry for the late reply.

On Sun, Jul 3, 2011 at 3:49 AM, Felipe Sateler fsate...@gmail.com wrote:
 Are you sure this is the right bug you are fixing? Jakub fixed this
 bug otherwise.

Mmmh... Given the result, no, I'm not sure and, although I've
test-built the package, it seems my patch did not work as expected.

 BTW, I can't build csound with your patch (swig complains it can't
 find cstddef).

As said above, it's wrong and should be removed for now.
I'm leaving home right now and I don't know when I'll be back online,
so, please, could you revert my commit?

Cya soon!

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: [SCM] csound/master: Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: #624982, LP: #771134).

2011-07-02 Thread Felipe Sateler
On Thu, May 5, 2011 at 09:05,  ales...@users.alioth.debian.org wrote:
 The following commit has been merged in the master branch:
 commit c1db20a6bd2d32efb2579d7830fee861e539be78
 Author: Alessio Treglia ales...@debian.org
 Date:   Thu May 5 14:04:19 2011 +0200

    Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: 
 #624982, LP: #771134).

Are you sure this is the right bug you are fixing? Jakub fixed this
bug otherwise.

-- 

Saludos,
Felipe Sateler

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

Re: [SCM] csound/master: Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: #624982, LP: #771134).

2011-07-02 Thread Felipe Sateler
On Sat, Jul 2, 2011 at 21:38, Felipe Sateler fsate...@gmail.com wrote:
 On Thu, May 5, 2011 at 09:05,  ales...@users.alioth.debian.org wrote:
 The following commit has been merged in the master branch:
 commit c1db20a6bd2d32efb2579d7830fee861e539be78
 Author: Alessio Treglia ales...@debian.org
 Date:   Thu May 5 14:04:19 2011 +0200

    Add missing #include cstddef to prevent FTBFS with GCC4.6 (Closes: 
 #624982, LP: #771134).

 Are you sure this is the right bug you are fixing? Jakub fixed this
 bug otherwise.

BTW, I can't build csound with your patch (swig complains it can't
find cstddef).

-- 

Saludos,
Felipe Sateler

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