Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 884442 Details for
Bug 1085727
coreutils fails to build on XFS (AArch64 builders)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch + spec
coreutils-fedora.diff (text/plain), 1.91 KB, created by
Marcin Juszkiewicz
on 2014-04-09 09:15:25 UTC
(
hide
)
Description:
patch + spec
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2014-04-09 09:15:25 UTC
Size:
1.91 KB
patch
obsolete
>diff --git a/coreutils-disable-sparse-on-xfs.patch b/coreutils-disable-sparse-on-xfs.patch >new file mode 100644 >index 0000000..666d079 >--- /dev/null >+++ b/coreutils-disable-sparse-on-xfs.patch >@@ -0,0 +1,15 @@ >+diff --git a/tests/dd/sparse.sh b/tests/dd/sparse.sh >+index 06efc70..941f840 100755 >+--- a/tests/dd/sparse.sh >++++ b/tests/dd/sparse.sh >+@@ -19,6 +19,10 @@ >+ print_ver_ dd >+ require_sparse_support_ >+ >++IFS=" " >++set -- `df . -T|tail -n1` >++if [ $2 == 'xfs' ]; then skip_ 'this test fails on XFS';fi >++ >+ # Ensure basic sparse generation works >+ truncate -s1M sparse >+ dd bs=32K if=sparse of=sparse.dd conv=sparse >diff --git a/coreutils.spec b/coreutils.spec >index 6a98af6..0090960 100644 >--- a/coreutils.spec >+++ b/coreutils.spec >@@ -1,7 +1,7 @@ > Summary: A set of basic GNU tools commonly used in shell scripts > Name: coreutils > Version: 8.22 >-Release: 13%{?dist} >+Release: 14%{?dist} > License: GPLv3+ > Group: System Environment/Base > Url: http://www.gnu.org/software/coreutils/ >@@ -29,6 +29,8 @@ Patch103: coreutils-8.2-uname-processortype.patch > Patch104: coreutils-df-direct.patch > #add note about mkdir --mode behaviour into info documentation(#610559) > Patch107: coreutils-8.4-mkdir-modenote.patch >+#disable dd/sparse.sh test on XFS >+Patch108: coreutils-disable-sparse-on-xfs.patch > > # sh-utils > #add info about TZ envvar to date manpage >@@ -134,6 +136,7 @@ the old GNU fileutils, sh-utils, and textutils packages. > %patch103 -p1 -b .sysinfo > %patch104 -p1 -b .dfdirect > %patch107 -p1 -b .mkdirmode >+%patch108 -p1 -b .sparsexfs > > # sh-utils > %patch703 -p1 -b .dateman >@@ -372,6 +375,9 @@ fi > %{_sbindir}/chroot > > %changelog >+* Wed Apr 09 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> 8.22-14 >+- disable dd/sparse.sh test when run on XFS (AArch64 builders) >+ > * Wed Mar 05 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-13 > - drop the util-linux requirements (smaller docker images), > drop ancient obsoletes of -libs subpackage
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1085727
:
884433
|
884442
|
885638