Re: pyliblo3 - build on rawhide fails

2024-09-04 Thread Miro HronĨok
On 04. 09. 24 16:35, Martin Gansser wrote: this patch solves the problem:: --- a/pyliblo3/_liblo.pyx +++ b/pyliblo3/_liblo.pyx @@ -271,7 +271,7 @@ cdef int _msg_callback(const_char *path, const_char *types, lo_arg **argv, elif t == 'm': v = (argv[i].m[0], argv[i].m[1], argv[i].m[2],

Re: pyliblo3 - build on rawhide fails

2024-09-04 Thread Martin Gansser
this patch solves the problem:: --- a/pyliblo3/_liblo.pyx +++ b/pyliblo3/_liblo.pyx @@ -271,7 +271,7 @@ cdef int _msg_callback(const_char *path, const_char *types, lo_arg **argv, elif t == 'm': v = (argv[i].m[0], argv[i].m[1], argv[i].m[2], argv[i].m[3]) elif t == 't': v = _tim

pyliblo3 - build on rawhide fails

2024-09-03 Thread Martin Gansser
Hi, $ rpmbuild -bs pyliblo3.spec $ mock -r fedora-42-x86_64 ../SRPMS/pyliblo3-0.16.2-0.4.git91d1781.fc40.src.rpm There is a build error on rawhide, how can i fix this ? gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protect