Re: zynaddsubfx FTBFS on some archs

2016-06-15 Thread Jaromír Mikeš
2016-06-16 2:50 GMT+02:00 James Cowgill :
> On Thu, 2016-06-16 at 00:06 +0200, Jaromír Mikeš wrote:

>> can you check now patches if they are fixing a problems?
>
> I've tested it on armel, armhf and powerpc and it works there. It took
> a bit longer since asachi.debian.org appears to be down and harris is
> the slowest machine ever.
>
> When I said use the cmake option, I meant do something like this:
>
> override_dh_auto_configure:
>   dh_auto_configure -- -DNoNeonPlease=ON
>
> which avoids any patches. Your way does work though.

Just uploaded ;)

thank you for help

mira

___
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: zynaddsubfx FTBFS on some archs

2016-06-15 Thread James Cowgill
Hi,

On Thu, 2016-06-16 at 00:06 +0200, Jaromír Mikeš wrote:
> 2016-06-15 23:14 GMT+02:00 James Cowgill :
> > There appears to be a "NoNeonPlease" cmake option which should
> > disable all these flags. Your patch seems to enable the remaining
> > ARM flags for all arches since the SUPPORTS_NEON test now always
> > succeeds.
> > 
> > > What about "fat-message" issue?
> > 
> > Upstream fixed just now!
> > https://github.com/fundamental/rtosc/commit/6c4c89a97968e7329610069
> > ef50ce87ad6234b66
> 
> Hi James,
> 
> can you check now patches if they are fixing a problems?

I've tested it on armel, armhf and powerpc and it works there. It took
a bit longer since asachi.debian.org appears to be down and harris is
the slowest machine ever.

When I said use the cmake option, I meant do something like this:

override_dh_auto_configure:
  dh_auto_configure -- -DNoNeonPlease=ON

which avoids any patches. Your way does work though.

James

signature.asc
Description: This is a digitally signed message part
___
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: zynaddsubfx FTBFS on some archs

2016-06-15 Thread Jaromír Mikeš
2016-06-15 20:19 GMT+02:00 James Cowgill :
> On Wed, 2016-06-15 at 20:15 +0200, Jaromír Mikeš wrote:
>> 2016-06-15 15:37 GMT+02:00 Felipe Sateler :
>> > On 15 June 2016 at 09:29, Jaromír Mikeš  wrote:
>> > > while updating zynaddsubfx package FTBFS on some archs :(
>> > > https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
>> > >
>> > > Does somebody have any idea how to fix it?
>> >
>> > Looks like a faulty libc header to me:
>> >
>> > In file included from /usr/include/features.h:385:0,
>> >  from /usr/include/stdio.h:27,
>> >  from /usr/include/FL/fl_utf8.h:33,
>> >  from /usr/include/FL/Fl.H:30,
>> >  from 
>> > /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.h:5,
>> >  from
>> > /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.cxx:3:
>> > /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:29: fatal error:
>> > gnu/stubs-hard.h: No such file or directory
>> >
>> > You could try asking the libc maintainers or the porters for any of those 
>> > archs.
>>
>> Hi glibc maintainers,
>>
>> I am just updating zynaddsubfx package and it failed to build on some archs.
>> The problem looks like missing header stubs.h
>>
>> https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
>> https://buildd.debian.org/status/fetch.php?pkg=zynaddsubfx=armel=2.5.4-1=1465977781
>>
>> Can there be some problem with libc-dev on these archs?
>
> Like I already said, this happens because you're compiling with
> '-mfloat-abi=hard' on armel which is not supported on that arch.

Can you check patch I have just pushed pls?
Should this fix problem on armel and armhf?
What about "fat-message" issue?

mira

___
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: zynaddsubfx FTBFS on some archs

2016-06-15 Thread Jaromír Mikeš
2016-06-15 20:19 GMT+02:00 James Cowgill :
> On Wed, 2016-06-15 at 20:15 +0200, Jaromír Mikeš wrote:
>> 2016-06-15 15:37 GMT+02:00 Felipe Sateler :
>> > On 15 June 2016 at 09:29, Jaromír Mikeš  wrote:
>> > > while updating zynaddsubfx package FTBFS on some archs :(
>> > > https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
>> > >
>> > > Does somebody have any idea how to fix it?
>> >
>> > Looks like a faulty libc header to me:
>> >
>> > In file included from /usr/include/features.h:385:0,
>> >  from /usr/include/stdio.h:27,
>> >  from /usr/include/FL/fl_utf8.h:33,
>> >  from /usr/include/FL/Fl.H:30,
>> >  from 
>> > /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.h:5,
>> >  from
>> > /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.cxx:3:
>> > /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:29: fatal error:
>> > gnu/stubs-hard.h: No such file or directory
>> >
>> > You could try asking the libc maintainers or the porters for any of those 
>> > archs.
>>
>> Hi glibc maintainers,
>>
>> I am just updating zynaddsubfx package and it failed to build on some archs.
>> The problem looks like missing header stubs.h
>>
>> https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
>> https://buildd.debian.org/status/fetch.php?pkg=zynaddsubfx=armel=2.5.4-1=1465977781
>>
>> Can there be some problem with libc-dev on these archs?
>
> Like I already said, this happens because you're compiling with
> '-mfloat-abi=hard' on armel which is not supported on that arch.

In this case sorry for noise on glibc list.

mira

___
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: zynaddsubfx FTBFS on some archs

2016-06-15 Thread James Cowgill
On Wed, 2016-06-15 at 20:15 +0200, Jaromír Mikeš wrote:
> 2016-06-15 15:37 GMT+02:00 Felipe Sateler :
> > On 15 June 2016 at 09:29, Jaromír Mikeš  wrote:
> > > while updating zynaddsubfx package FTBFS on some archs :(
> > > https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
> > > 
> > > Does somebody have any idea how to fix it?
> > 
> > Looks like a faulty libc header to me:
> > 
> > In file included from /usr/include/features.h:385:0,
> >  from /usr/include/stdio.h:27,
> >  from /usr/include/FL/fl_utf8.h:33,
> >  from /usr/include/FL/Fl.H:30,
> >  from 
> > /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.h:5,
> >  from
> > /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.cxx:3:
> > /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:29: fatal error:
> > gnu/stubs-hard.h: No such file or directory
> > 
> > You could try asking the libc maintainers or the porters for any of those 
> > archs.
> 
> Hi glibc maintainers,
> 
> I am just updating zynaddsubfx package and it failed to build on some archs.
> The problem looks like missing header stubs.h
> 
> https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
> https://buildd.debian.org/status/fetch.php?pkg=zynaddsubfx=armel=2.5.4-1=1465977781
> 
> Can there be some problem with libc-dev on these archs?

Like I already said, this happens because you're compiling with
'-mfloat-abi=hard' on armel which is not supported on that arch.

James

signature.asc
Description: This is a digitally signed message part
___
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: zynaddsubfx FTBFS on some archs

2016-06-15 Thread Jaromír Mikeš
2016-06-15 15:37 GMT+02:00 Felipe Sateler :
> On 15 June 2016 at 09:29, Jaromír Mikeš  wrote:

>> while updating zynaddsubfx package FTBFS on some archs :(
>> https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
>>
>> Does somebody have any idea how to fix it?
>
> Looks like a faulty libc header to me:
>
> In file included from /usr/include/features.h:385:0,
>  from /usr/include/stdio.h:27,
>  from /usr/include/FL/fl_utf8.h:33,
>  from /usr/include/FL/Fl.H:30,
>  from 
> /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.h:5,
>  from
> /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.cxx:3:
> /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:29: fatal error:
> gnu/stubs-hard.h: No such file or directory
>
> You could try asking the libc maintainers or the porters for any of those 
> archs.

Hi glibc maintainers,

I am just updating zynaddsubfx package and it failed to build on some archs.
The problem looks like missing header stubs.h

https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
https://buildd.debian.org/status/fetch.php?pkg=zynaddsubfx=armel=2.5.4-1=1465977781

Can there be some problem with libc-dev on these archs?

best regards

mira

___
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: zynaddsubfx FTBFS on some archs

2016-06-15 Thread James Cowgill
Hi,

On Wed, 2016-06-15 at 15:29 +0200, Jaromír Mikeš wrote:
> while updating zynaddsubfx package FTBFS on some archs :(
> https://buildd.debian.org/status/package.php?p=zynaddsubfx=unst
> able
> 
> Does somebody have any idea how to fix it?

ARM
==
The package seems to be compiling with:
 -march=armv7-a -mfloat-abi=hard -mfpu=neon

armel does not support the hard float ABI so gives a compile error.
armhf does not support neon by default, so binaries give a SIGILL.

Other Arches
==
fat-message seems to fail on all the big-endian arches so it's probably
an endianness issue. I haven't had a proper look at it.

James

signature.asc
Description: This is a digitally signed message part
___
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: zynaddsubfx FTBFS on some archs

2016-06-15 Thread Felipe Sateler
On 15 June 2016 at 09:29, Jaromír Mikeš  wrote:
> Hi,
>
> while updating zynaddsubfx package FTBFS on some archs :(
> https://buildd.debian.org/status/package.php?p=zynaddsubfx=unstable
>
> Does somebody have any idea how to fix it?

Looks like a faulty libc header to me:

In file included from /usr/include/features.h:385:0,
 from /usr/include/stdio.h:27,
 from /usr/include/FL/fl_utf8.h:33,
 from /usr/include/FL/Fl.H:30,
 from /«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.h:5,
 from
/«PKGBUILDDIR»/obj-arm-linux-gnueabi/src/UI/ADnoteUI.cxx:3:
/usr/include/arm-linux-gnueabi/gnu/stubs.h:10:29: fatal error:
gnu/stubs-hard.h: No such file or directory

You could try asking the libc maintainers or the porters for any of those archs.

-- 

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