Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] coreutils: reenable statx() support on glibc
@ 2020-04-02 11:24 ailiop-git
  2020-04-02 11:28 ` ailiop-git
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ailiop-git @ 2020-04-02 11:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages coreutils
https://github.com/void-linux/void-packages/pull/20569

coreutils: reenable statx() support on glibc
Commit 9cd29dcf7e had disabled statx support detection due to xbps
testing issues on travis with older kernels lacking statx support.

Reenable this, as after xbps commit a3a103a1 we are now running on a
newer travis environment with kernels recent enough to support this
syscall.

A patch file from https://github.com/void-linux/void-packages/pull/20569.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-coreutils-20569.patch --]
[-- Type: text/x-diff, Size: 1366 bytes --]

From c8e71d4ab58d2a05023f30187767eb9188426d70 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 2 Apr 2020 13:16:07 +0200
Subject: [PATCH] coreutils: reenable statx() support on glibc

Commit 9cd29dcf7e had disabled statx support detection due to xbps
testing issues on travis with older kernels lacking statx support.

Reenable this, as after xbps commit a3a103a1 we are now running on a
newer travis environment with kernels recent enough to support this
syscall.
---
 srcpkgs/coreutils/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/coreutils/template b/srcpkgs/coreutils/template
index 16a2c9e1dbe..feccd606958 100644
--- a/srcpkgs/coreutils/template
+++ b/srcpkgs/coreutils/template
@@ -1,7 +1,7 @@
 # Template file for 'coreutils'
 pkgname=coreutils
 version=8.32
-revision=3
+revision=4
 bootstrap=yes
 makedepends="gmp-devel acl-devel libcap-devel"
 short_desc="GNU core utilities"
@@ -51,9 +51,6 @@ do_configure() {
 	case "$XBPS_TARGET_MACHINE" in
 		# XXX syncfs() in src/sync.c expects a return value.
 		*-musl) configure_args+=" ac_cv_func_syncfs=no";;
-		# XXX disable statx(), needs glibc>=2.28 and linux>=4.11
-		# XXX seems to fail on travis always returning EACCES.
-		*) configure_args+=" ac_cv_func_statx=no";;
 	esac
 	#
 	# Do not install kill: provided by util-linux.

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

* Re: coreutils: reenable statx() support on glibc
  2020-04-02 11:24 [PR PATCH] coreutils: reenable statx() support on glibc ailiop-git
@ 2020-04-02 11:28 ` ailiop-git
  2020-04-02 11:31 ` pullmoll
  2020-04-02 13:31 ` [PR PATCH] [Merged]: " xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: ailiop-git @ 2020-04-02 11:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/20569#issuecomment-607788385

Comment:
probably NOMERGE until the issues in #20556 are resolved.

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

* Re: coreutils: reenable statx() support on glibc
  2020-04-02 11:24 [PR PATCH] coreutils: reenable statx() support on glibc ailiop-git
  2020-04-02 11:28 ` ailiop-git
@ 2020-04-02 11:31 ` pullmoll
  2020-04-02 13:31 ` [PR PATCH] [Merged]: " xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: pullmoll @ 2020-04-02 11:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/20569#issuecomment-607789782

Comment:
I'll take this PR and try to create a `coreutils-legacy` package in one go.


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

* Re: [PR PATCH] [Merged]: coreutils: reenable statx() support on glibc
  2020-04-02 11:24 [PR PATCH] coreutils: reenable statx() support on glibc ailiop-git
  2020-04-02 11:28 ` ailiop-git
  2020-04-02 11:31 ` pullmoll
@ 2020-04-02 13:31 ` xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: xtraeme @ 2020-04-02 13:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

There's a merged pull request on the void-packages repository

coreutils: reenable statx() support on glibc
https://github.com/void-linux/void-packages/pull/20569

Description:
Commit 9cd29dcf7e had disabled statx support detection due to xbps
testing issues on travis with older kernels lacking statx support.

Reenable this, as after xbps commit a3a103a1 we are now running on a
newer travis environment with kernels recent enough to support this
syscall.

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

end of thread, other threads:[~2020-04-02 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 11:24 [PR PATCH] coreutils: reenable statx() support on glibc ailiop-git
2020-04-02 11:28 ` ailiop-git
2020-04-02 11:31 ` pullmoll
2020-04-02 13:31 ` [PR PATCH] [Merged]: " xtraeme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).