Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2018-10-16 Thread Michael Olbrich
On Fri, Oct 12, 2018 at 05:08:22PM +0100, nigel.hatha...@node-h.com wrote: > Thanks. Applying the referenced patch causes the build to run much further > towards completion. > > It now fails on: What's the output of 'locale -a'? You need a en_US.UTF-8 locale. I'm not sure about other distros bu

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2018-10-12 Thread nigel.hathaway
Thanks. Applying the referenced patch causes the build to run much further towards completion. It now fails on: - target: host-qemu.compile - make[1]: Entering directory `/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.1

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2018-10-12 Thread Roland Hieber
Hi, this bug was already discussed in a previous thread [2], and fixed today in commit 477cdd08aee [1] on master. I don't know if mol will release a 2018.10.1... [1]: https://git.pengutronix.de/cgit/ptxdist/commit/?id=477cdd08aeeeb965ce6b2a001b2c2cdfa9e63daa [2]: https://www.mail-archive.com/ptx

[ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2018-10-12 Thread nigel.hathaway
This is just a test run to ensure that ptxdist works, using the latest reference DistroKit. It falls over early on. I tried downloading acl manually, and it built, but then it fell over on the next package with the same error. OS: Ubuntu 14.04 Ptxdist version: ptxdist-2018.10.0 selected_platf

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-09 Thread Ladislav Michl
On Fri, Jul 01, 2016 at 03:24:35PM +0200, Michael Olbrich wrote: > On Fri, Jul 01, 2016 at 02:26:31PM +0200, Ladislav Michl wrote: [...] > > Perhaps I should also mention I'm using collections. Previous output was > > with > > full collection. Once I delete 'selected_collectionconfig' I get correc

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-01 Thread Michael Olbrich
On Fri, Jul 01, 2016 at 02:26:31PM +0200, Ladislav Michl wrote: > On Fri, Jul 01, 2016 at 12:13:44PM +0200, Michael Olbrich wrote: > > On Fri, Jul 01, 2016 at 10:41:10AM +0200, Ladislav Michl wrote: > > > I extended it a bit: > > > $ cat rules/post/zzz.make > > > foo: > > > echo $(PTXCONF_H

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-01 Thread Ladislav Michl
On Fri, Jul 01, 2016 at 12:13:44PM +0200, Michael Olbrich wrote: > On Fri, Jul 01, 2016 at 10:41:10AM +0200, Ladislav Michl wrote: > > I extended it a bit: > > $ cat rules/post/zzz.make > > foo: > > echo $(PTXCONF_HOST_GETTEXT) > > echo $(HOST_GETTEXT_SOURCE) > > echo $($(HO

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-01 Thread Michael Olbrich
On Fri, Jul 01, 2016 at 10:41:10AM +0200, Ladislav Michl wrote: > On Thu, Jun 30, 2016 at 04:04:20PM +0200, Michael Olbrich wrote: > > I can't reproduce this here. Can you please create a file like this: > > > > $ cat rules/post/zzz.make > > foo: > > echo $(PTXCONF_HOST_GETTEXT) > > echo $

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-01 Thread Ladislav Michl
On Thu, Jun 30, 2016 at 04:04:20PM +0200, Michael Olbrich wrote: > I can't reproduce this here. Can you please create a file like this: > > $ cat rules/post/zzz.make > foo: > echo $(PTXCONF_HOST_GETTEXT) > echo $(HOST_GETTEXT_SOURCE) > echo $($(HOST_GETTEXT_SOURCE)) > > And then

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-06-30 Thread Michael Olbrich
On Fri, Jun 24, 2016 at 07:35:38AM +0200, Ladislav Michl wrote: > Get stage fails for all packages built as host-packages only. Steps to > reproduce: > > 1) chose any package build for host only and clean it: > $ ptxdist clean host-gettext > > 2) remove source tarball > $ rm src/gettext-0.19.1.ta

[ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-06-23 Thread Ladislav Michl
Get stage fails for all packages built as host-packages only. Steps to reproduce: 1) chose any package build for host only and clean it: $ ptxdist clean host-gettext 2) remove source tarball $ rm src/gettext-0.19.1.tar.xz 3) compile $ ptxdist compile host-gettext - t