Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/s6-linux-utils: bump to 2.5.0.0
@ 2019-01-30 20:14 Thomas De Schampheleire
  2019-02-02 13:57 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas De Schampheleire @ 2019-01-30 20:14 UTC (permalink / raw)
  To: buildroot

From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>

In 2.4.0.2, compilation under glibc 2.28 is fixed.
While at it, bump to the latest released version 2.5.0.0.

From the NEWS file:

In 2.5.0.0
----------
 - Optional nsss support.
 - s6-devd, s6-uevent-listener, s6-uevent-spawner removed.

In 2.4.0.2
----------
 - s6-logwatch rewrite.
 - Better portability with old glibc versions.
 - s6-uevent-listener and s6-uevent-spawner are marked as deprecated. (The
   mdevd package obsoletes them.)

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
 package/s6-linux-utils/s6-linux-utils.hash | 2 +-
 package/s6-linux-utils/s6-linux-utils.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/s6-linux-utils/s6-linux-utils.hash b/package/s6-linux-utils/s6-linux-utils.hash
index 34fc5ea9b1..51c1a1cf3e 100644
--- a/package/s6-linux-utils/s6-linux-utils.hash
+++ b/package/s6-linux-utils/s6-linux-utils.hash
@@ -1,3 +1,3 @@
 # Locally generated
-sha256 9562ef293c916c4448d16fcbbc065eb28fd995ac34cd3538179cbc3ee056ab93  s6-linux-utils-2.4.0.1.tar.gz
+sha256 78571574464c76fc623ef50dc14800138b4fd98c5fa877af6850fdd9c2f90213  s6-linux-utils-2.5.0.0.tar.gz
 sha256 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f  COPYING
diff --git a/package/s6-linux-utils/s6-linux-utils.mk b/package/s6-linux-utils/s6-linux-utils.mk
index 3f1745708d..619f4c3732 100644
--- a/package/s6-linux-utils/s6-linux-utils.mk
+++ b/package/s6-linux-utils/s6-linux-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-S6_LINUX_UTILS_VERSION = 2.4.0.1
+S6_LINUX_UTILS_VERSION = 2.5.0.0
 S6_LINUX_UTILS_SITE = http://skarnet.org/software/s6-linux-utils
 S6_LINUX_UTILS_LICENSE = ISC
 S6_LINUX_UTILS_LICENSE_FILES = COPYING
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/s6-linux-utils: bump to 2.5.0.0
  2019-01-30 20:14 [Buildroot] [PATCH 1/1] package/s6-linux-utils: bump to 2.5.0.0 Thomas De Schampheleire
@ 2019-02-02 13:57 ` Thomas Petazzoni
  2019-02-02 14:17   ` Thomas De Schampheleire
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2019-02-02 13:57 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 30 Jan 2019 21:14:35 +0100
Thomas De Schampheleire <patrickdepinguin@gmail.com> wrote:

> From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
> 
> In 2.4.0.2, compilation under glibc 2.28 is fixed.
> While at it, bump to the latest released version 2.5.0.0.
> 
> From the NEWS file:
> 
> In 2.5.0.0
> ----------
>  - Optional nsss support.
>  - s6-devd, s6-uevent-listener, s6-uevent-spawner removed.
> 
> In 2.4.0.2
> ----------
>  - s6-logwatch rewrite.
>  - Better portability with old glibc versions.
>  - s6-uevent-listener and s6-uevent-spawner are marked as deprecated. (The
>    mdevd package obsoletes them.)
> 
> Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>

This patch seems to be incomplete:

$ make s6-linux-utils-legal-info
s6-linux-utils-2.5.0.0.tar.gz: OK (sha256: 78571574464c76fc623ef50dc14800138b4fd98c5fa877af6850fdd9c2f90213)
>>> s6-linux-utils 2.5.0.0 Extracting
gzip -d -c /home/thomas/dl/s6-linux-utils/s6-linux-utils-2.5.0.0.tar.gz | tar --strip-components=1 -C /home/thomas/projets/buildroot/output/build/s6-linux-utils-2.5.0.0   -xf -
>>> s6-linux-utils 2.5.0.0 Patching

Applying 0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch using patch: 
patching file src/minutils/s6ps_ttycache.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/minutils/s6ps_ttycache.c.rej
make[1]: *** [package/pkg-generic.mk:198: /home/thomas/projets/buildroot/output/build/s6-linux-utils-2.5.0.0/.stamp_patched] Error 1
make: *** [Makefile:84: _all] Error 2

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/s6-linux-utils: bump to 2.5.0.0
  2019-02-02 13:57 ` Thomas Petazzoni
@ 2019-02-02 14:17   ` Thomas De Schampheleire
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas De Schampheleire @ 2019-02-02 14:17 UTC (permalink / raw)
  To: buildroot

On Sat, Feb 2, 2019, 14:57 Thomas Petazzoni <thomas.petazzoni@bootlin.com
wrote:

> Hello,
>
> On Wed, 30 Jan 2019 21:14:35 +0100
> Thomas De Schampheleire <patrickdepinguin@gmail.com> wrote:
>
> > From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
> >
> > In 2.4.0.2, compilation under glibc 2.28 is fixed.
> > While at it, bump to the latest released version 2.5.0.0.
> >
> > From the NEWS file:
> >
> > In 2.5.0.0
> > ----------
> >  - Optional nsss support.
> >  - s6-devd, s6-uevent-listener, s6-uevent-spawner removed.
> >
> > In 2.4.0.2
> > ----------
> >  - s6-logwatch rewrite.
> >  - Better portability with old glibc versions.
> >  - s6-uevent-listener and s6-uevent-spawner are marked as deprecated.
> (The
> >    mdevd package obsoletes them.)
> >
> > Signed-off-by: Thomas De Schampheleire <
> thomas.de_schampheleire at nokia.com>
>
> This patch seems to be incomplete:
>
> $ make s6-linux-utils-legal-info
> s6-linux-utils-2.5.0.0.tar.gz: OK (sha256:
> 78571574464c76fc623ef50dc14800138b4fd98c5fa877af6850fdd9c2f90213)
> >>> s6-linux-utils 2.5.0.0 Extracting
> gzip -d -c /home/thomas/dl/s6-linux-utils/s6-linux-utils-2.5.0.0.tar.gz |
> tar --strip-components=1 -C
> /home/thomas/projets/buildroot/output/build/s6-linux-utils-2.5.0.0   -xf -
> >>> s6-linux-utils 2.5.0.0 Patching
>
> Applying 0001-Include-sys-sysmacros.h-because-glibc-is-glibc.patch using
> patch:
> patching file src/minutils/s6ps_ttycache.c
> Reversed (or previously applied) patch detected!  Skipping patch.
> 1 out of 1 hunk ignored -- saving rejects to file
> src/minutils/s6ps_ttycache.c.rej
> make[1]: *** [package/pkg-generic.mk:198:
> /home/thomas/projets/buildroot/output/build/s6-linux-utils-2.5.0.0/.stamp_patched]
> Error 1
> make: *** [Makefile:84: _all] Error 2
>

Hmm, sorry. The patch should be removed (problem fixed upstream).
I will send a new patch later.

Thanks
Thomas

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190202/bec3b4b4/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-02 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 20:14 [Buildroot] [PATCH 1/1] package/s6-linux-utils: bump to 2.5.0.0 Thomas De Schampheleire
2019-02-02 13:57 ` Thomas Petazzoni
2019-02-02 14:17   ` Thomas De Schampheleire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox