[ptxdist] Error getting host packages

2011-07-05 Thread Ladislav Michl
Hi there,

PTXdist fails to get host packages and ends with:
error: empty parameter to 'ptxd_make_get'

that's because we expand arguments to ptxd_make_get
this way: ptxd_make_get "$($(strip $(1))_SOURCE)" "$($(strip $(1))_URL)"
see rules/post/ptxd_make_world_get.make

Here for example QT4_HOST_URL is undefined and build fails.
What should suggested fix look like?

Thanks,
ladis

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Error getting host packages

2011-07-06 Thread Michael Olbrich
On Tue, Jul 05, 2011 at 07:06:22PM +0200, Ladislav Michl wrote:
> PTXdist fails to get host packages and ends with:
> error: empty parameter to 'ptxd_make_get'
> 
> that's because we expand arguments to ptxd_make_get
> this way: ptxd_make_get "$($(strip $(1))_SOURCE)" "$($(strip $(1))_URL)"
> see rules/post/ptxd_make_world_get.make
> 
> Here for example QT4_HOST_URL is undefined and build fails.
> What should suggested fix look like?

Have you tried the latest version? I've pushed a fix for this sometime
yesterday.

Michael

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Error getting host packages

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 09:37:15AM +0200, Michael Olbrich wrote:
> On Tue, Jul 05, 2011 at 07:06:22PM +0200, Ladislav Michl wrote:
> > PTXdist fails to get host packages and ends with:
> > error: empty parameter to 'ptxd_make_get'
> > 
> > that's because we expand arguments to ptxd_make_get
> > this way: ptxd_make_get "$($(strip $(1))_SOURCE)" "$($(strip $(1))_URL)"
> > see rules/post/ptxd_make_world_get.make
> > 
> > Here for example QT4_HOST_URL is undefined and build fails.
> > What should suggested fix look like?
> 
> Have you tried the latest version? I've pushed a fix for this sometime
> yesterday.

Today's version indeed works, thank you.

Now QT$ compilation ends with
Error: selected processor does not support `ldrex r3,[r2]'
It seems PTXdist does not pass -march=armv6 to QT4 build. I'll look at it.

Best regards,
ladis

-- 
ptxdist mailing list
ptxdist@pengutronix.de