Skip to content

Commit d38fef1

Browse files
committed
use utils-std-0.1.1 instead of coreutils-6.10
utils-std-0.1.1 doesn't replaces coreutils-5.0/pass1 due to depending on: * A shell for ./configure, making the bash implicit jump messy * POSIX C interfaces which mes-libc lacks Also coreutils-6.10 is only for utilities which utils-std provides: date, mktemp, sha256sum
1 parent 9f5e463 commit d38fef1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

parts.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,11 +521,11 @@ coreutils 5.0
521521
including ``comm``, ``expr``, ``dd``, ``sort``, ``sync``, ``uname`` and
522522
``uniq``. This fixes a variety of issues with existing ``coreutils``.
523523

524-
coreutils 6.10
524+
utils-std 0.1.1
525525
==============
526-
We build ``date``, ``mktemp`` and ``sha256sum`` from coreutils 6.10 which are
527-
either missing or don't build correctly in 5.0. Other utils are not built at
528-
this stage.
526+
527+
Replaces most of coreutils 5.0 as well as providing few more utilities like
528+
``date``, ``getconf``, ``mktemp``, and ``sha256sum``
529529

530530
gawk 3.0.4
531531
==========

steps/SHA256SUMS.pkgs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ a0156d06536936dee9e696cbf6fb41087eaa1ce5cbc5d6e0067d3fd952ba7060 bison-3.8.2_0.
3535
e8271c1213b6cc7c9ae2ddb018cd093cbbd5f6e842548c0747ce95b13b6b9447 bzip2-1.0.8_0.tar.bz2
3636
3ab45eca94432316ee120006686cc334a23187cbb795b550601d6288ccded111 ca-certificates-3.119.1_0.tar.bz2
3737
982a3496ce3277c562acc896ba796939fe55a37432b2c76ab16b76e051a045a2 coreutils-5.0_0.tar.bz2
38-
27f283c42e2728d0d0682d56ada44b11ff11d07843e595c133a43f4c6aef53d0 coreutils-6.10_0.tar.bz2
3938
61f5a1654935fbfd5358116bf2267236676aace3370cc6aaf8ff4fb1b4d020b2 coreutils-9.4_0.tar.bz2
4039
912a256dd9a17deb6b48d1fe4c435313b242fa3bb63afef726e7c8ebe0b6a8ca curl-8.17.0_0.tar.bz2
4140
a49f13bb73144bf9a8e70bc27cc7e0adce0f136762da82fc05e77c0382628c0f curl-8.17.0_1.tar.bz2
@@ -76,7 +75,7 @@ f27e1eaafa7ab198d2ed549aecfd8a1205d960f59a509789a159997565abd6d4 heirloom-devto
7675
bb1b1196caa7d4eebf37bdb8f355b63caa5b5642a696b7930c6c62c035180d59 libffi-3.3_0.tar.bz2
7776
ce758eeb2964ae8756c3f8a52c6d436f4b9f102cfcfbdfa2ad2b5019947ff6d5 libffi-3.5.2_0.tar.bz2
7877
9e1932db252894478dc98985f931312cbe5ee0eb40db251c75c79dd01294b15b libmd-1.1.0_0.tar.bz2
79-
311cc3a5ad4126b030b32bc1e9e787bd55caa861626d210bab4eb81e50244125 libtool-2.2.4_0.tar.bz2
78+
88e23e6c3f9aa8f1bd46ad40b08b05a4e6c8e667aa8926fcee92eee713f37e79 libtool-2.2.4_0.tar.bz2
8079
a9ddd248e490623caeb0380089d03bc638e78af5c4fb65426f3b7f73521af604 libtool-2.4.7_0.tar.bz2
8180
f41fe28a2b4854e0a08e120f21685d89cc9ffbee7449627eff279a70882229ed libunistring-1.4.1_0.tar.bz2
8281
e34195462aa376c9ad92d77d68ef519c911100c06fe2f3929b260d0a811a4288 linux-4.14.341-openela_0.tar.bz2
@@ -149,6 +148,7 @@ ab49972345d0c05f79b9370530829792e8c5c3b7fe283fc90e1dff26c2d0f6db tcc-0.9.27_2.t
149148
8576a7c99802bb462dd044ef7df7263192f1acfabde47462afd6145ffec1e4f1 tcc-0.9.27_3.tar.bz2
150149
252cc7226bef56e9dc591433ab2176cf1dd54dd18de20535edb708d5c6c21dce texinfo-7.2_0.tar.bz2
151150
b54b1aa40dc08eec51982fd581a64a900e2598ba29acc6ca9c2b1b2321603b49 util-linux-2.19.1_0.tar.bz2
151+
c1f666d6b88d124cae179eb4c67310fe9af8d1a610494a1c5f27473516acd61e utils-std-0.1.1_0.tar.bz2
152152
9075b6832d8d7b094775c8e6ead763851aec96f4559d8cd62ce0a25e7a8a70ab which-2.21_0.tar.bz2
153153
d7357c5a73e4a0adb07220392316185716c42003fe7e63b63ba8493f12f3621b xz-5.6.4_0.tar.bz2
154154
9b10db90e06129fd174d48edb60a6d1e2fa72944fccef420431f8e836adcf972 zlib-1.3.1_0.tar.bz2

steps/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ build: bison-3.4.1
7878
build: bison-3.4.1
7979
build: diffutils-2.7
8080
build: coreutils-5.0
81-
build: coreutils-6.10
81+
build: utils-std-0.1.1
8282
build: gawk-3.0.4
8383
build: perl-5.000
8484
build: perl-5.003

0 commit comments

Comments
 (0)