Re: [ptxdist] gobject-introspection: syntax error, unexpected typedef-names

2016-09-02 Thread Roland Hieber
On 02.09.2016 11:17, Michael Olbrich wrote: I don't think the Kernel Version matters. I think the errors are caused by a broken cross ldd. Please test check if .../sysroot-cross/bin/qemu/ldd works correctly for target binaries. If not, then please send this file, it's a shell script. The ldd

Re: [ptxdist] AT91bootstrap with ptxdist

2016-09-02 Thread Michael Olbrich
On Tue, Aug 30, 2016 at 09:19:39AM +0200, Guillermo Rodriguez Garcia wrote: > 2016-08-29 9:26 GMT+02:00 Guillermo Rodriguez Garcia > : > > 2016-08-25 13:15 GMT+02:00 Guillermo Rodriguez Garcia > > : > >> 2016-08-25 12:54 GMT+02:00 Michael

[ptxdist] [PATCH] New package: imagemagick

2016-09-02 Thread Guillermo Rodriguez
This adds a new package for ImageMagick 7. Some configuration options are set to sensible defaults for embedded targets (quantum depth set to 8 pixels, HDRI disabled). See notes in imagemagick.make. Signed-off-by: Guillermo Rodriguez --- rules/imagemagick.in |

Re: [ptxdist] [PATCHv2] dnsmasq: fix overwritten PKG_CONFIG

2016-09-02 Thread Michael Olbrich
On Mon, Aug 22, 2016 at 10:30:36AM +0200, Robert Schwebel wrote: > The dnsmasq package has a handwritten Makefile, which overwrites the > PKG_CONFIG set by ptxdist. > > Set the variable to the right value. > > Signed-off-by: Robert Schwebel > --- > > Changes since

Re: [ptxdist] gobject-introspection: syntax error, unexpected typedef-names

2016-09-02 Thread Michael Olbrich
On Thu, Sep 01, 2016 at 07:21:04PM +0200, Roland Hieber wrote: > I'm trying to compile {host-}gobject-introspection on ptxdist-2016-08.0 on a > Debian jessie. The compile target fails with various syntax errors like > these (full build log is attached): > > >

Re: [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc on host

2016-09-02 Thread Michael Olbrich
On Tue, Aug 23, 2016 at 09:24:00AM +0200, Steffen Trumtrar wrote: > Signed-off-by: Steffen Trumtrar > --- > rules/host-opensc.in | 15 +++ > rules/host-opensc.make | 25 + > 2 files changed, 40 insertions(+) > create mode 100644

Re: [ptxdist] [PATCH 2/3] host-libp11: add new rule to build libp11 on host

2016-09-02 Thread Michael Olbrich
On Tue, Aug 23, 2016 at 09:24:01AM +0200, Steffen Trumtrar wrote: > Signed-off-by: Steffen Trumtrar > --- > rules/host-libp11.in | 12 > rules/host-libp11.make | 37 + > 2 files changed, 49 insertions(+) > create mode

Re: [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc on host

2016-09-02 Thread Michael Olbrich
On Tue, Aug 23, 2016 at 09:24:00AM +0200, Steffen Trumtrar wrote: > Signed-off-by: Steffen Trumtrar > --- > rules/host-opensc.in | 15 +++ > rules/host-opensc.make | 25 + > 2 files changed, 40 insertions(+) > create mode 100644