Re: [ptxdist] missing libfakeroot.so

2018-06-12 Thread Jon Ringle
On Tue, Jun 12, 2018 at 3:56 PM Michael Olbrich wrote: > > On Tue, Jun 12, 2018 at 03:20:33PM -0400, Jon Ringle wrote: > > On Tue, Jun 12, 2018 at 9:39 AM Michael Olbrich > > wrote: > > > > > > On Tue, Jun 12, 2018 at 08:43:34AM -0400, Jon Ringle wrote: > > > > I'm running into the following

[ptxdist] [PATCH] systemd: add upstream patch to fix OnFailure behaviour

2018-06-12 Thread Clemens Gruber
Without this patch, the OnFailure action is triggered, even though there was a normal/successful restart. (e.g. with RestartForceExitStatus and SuccessExitStatus to trigger service restarts with special exit codes) Signed-off-by: Clemens Gruber --- ...er-OnFailure-deps-when-a-unit-is-goi.patch

[ptxdist] [PATCH] mpg123: version bump 1.25.8 -> 1.25.10

2018-06-12 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/mpg123.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mpg123.make b/rules/mpg123.make index 63c08a834..0610d9292 100644 --- a/rules/mpg123.make +++ b/rules/mpg123.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MPG123) +=

[ptxdist] [PATCH] libgpg-error: version bump 1.28 -> 1.31

2018-06-12 Thread Clemens Gruber
The patch is now upstream and therefore removed. Signed-off-by: Clemens Gruber --- ...ion-on-arm64-due-to-invalid-use-of-v.patch | 53 --- patches/libgpg-error-1.28/series | 4 -- rules/libgpg-error.make | 4 +- 3 files changed, 2

[ptxdist] [PATCH] u-boot-tools: version bump 2018.01 -> 2018.05

2018-06-12 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/u-boot-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make index 9a3aacd19..156f224c1 100644 --- a/rules/u-boot-tools.make +++ b/rules/u-boot-tools.make @@ -16,8 +16,8 @@

[ptxdist] [PATCH] procps: version bump 3.3.12 -> 3.3.15

2018-06-12 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/procps.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/procps.make b/rules/procps.make index f8e96d6f9..d50607aed 100644 --- a/rules/procps.make +++ b/rules/procps.make @@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_PROCPS) +=

[ptxdist] [PATCH] gnupg: version bump 2.2.5 -> 2.2.8

2018-06-12 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/gnupg.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/gnupg.make b/rules/gnupg.make index dad3ac3d6..fdda1c873 100644 --- a/rules/gnupg.make +++ b/rules/gnupg.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_GNUPG) += gnupg #

[ptxdist] [PATCH] e2fsprogs: version bump 1.44.1 -> 1.44.2

2018-06-12 Thread Clemens Gruber
License file hash changed due to an update to the FSF address in Boston. Signed-off-by: Clemens Gruber --- rules/e2fsprogs.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make index dcc75079f..f6b481707 100644 ---

Re: [ptxdist] missing libfakeroot.so

2018-06-12 Thread Michael Olbrich
On Tue, Jun 12, 2018 at 03:20:33PM -0400, Jon Ringle wrote: > On Tue, Jun 12, 2018 at 9:39 AM Michael Olbrich > wrote: > > > > On Tue, Jun 12, 2018 at 08:43:34AM -0400, Jon Ringle wrote: > > > I'm running into the following problem building on our bamboo server. > > > It complains about missing

Re: [ptxdist] missing libfakeroot.so

2018-06-12 Thread Jon Ringle
On Tue, Jun 12, 2018 at 9:39 AM Michael Olbrich wrote: > > On Tue, Jun 12, 2018 at 08:43:34AM -0400, Jon Ringle wrote: > > I'm running into the following problem building on our bamboo server. > > It complains about missing libfakeroot.so, but as you can see, target > > host-fakeroot.install.post

Re: [ptxdist] missing libfakeroot.so

2018-06-12 Thread Michael Olbrich
On Tue, Jun 12, 2018 at 08:43:34AM -0400, Jon Ringle wrote: > I'm running into the following problem building on our bamboo server. > It complains about missing libfakeroot.so, but as you can see, target > host-fakeroot.install.post completes, which I presume should have > installed libfakeroot.so

[ptxdist] missing libfakeroot.so

2018-06-12 Thread Jon Ringle
I'm running into the following problem building on our bamboo server. It complains about missing libfakeroot.so, but as you can see, target host-fakeroot.install.post completes, which I presume should have installed libfakeroot.so under $(SYSROOT_HOST)? Any ideas? -Jon build 12-Jun-2018

Re: [ptxdist] libblkid

2018-06-12 Thread Jakov Simunic
Resolved it, I just copied your files from master but I didn't check the ptxdist configuration, in which the e2fsprogs package was still selected although I deleted it from util-linux-ng.in (the 1.99.20 version of util-linux-ng.in) and the build failed cause ptx was getting the libblkid from

Re: [ptxdist] libblkid

2018-06-12 Thread Michael Olbrich
On Tue, Jun 12, 2018 at 07:14:35AM +, Jakov Simunic wrote: > Yes, you are right, it is udev.in. > Btw, still haven't resolved it, somehow ptxdist also tries to build > e2fsprogs, > although i don't see it selected in the files I modified (it is commented the > same way as in current ptx

Re: [ptxdist] libblkid

2018-06-12 Thread Jakov Simunic
Hello Michael, Yes, you are right, it is udev.in. Btw, still haven't resolved it, somehow ptxdist also tries to build e2fsprogs, although i don't see it selected in the files I modified (it is commented the same way as in current ptx master), does ptx 1.99.20 even have commenting support? --