Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b40dea18ca1997719e2f1fb683bf300e1ed11f92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b40dea18ca1997719e2f1fb683bf300e1ed11f92)
  • Date: Wed, 1 Apr 2009 02:28:56 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/coreutils/DETAILS | 2 +-
utils/coreutils/HISTORY | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit b40dea18ca1997719e2f1fb683bf300e1ed11f92
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "coreutils 7.2"

This reverts commit 10567647c28bf36276ef32998edc0aa9d944a858.

Cause of the failure with glibc (+sanitized kernel headers)
We should test it a bit more.

Also we have some other "problems" of this spell:

1. it needs gmp, and some things are dynamically linked with it, but
before
my fixes gmp spell installed its libs into /usr/lib, and if you have
/usr
in different partition than /, your system will be unable to boot.
We need to check this spell's binaries for the other dependencies which
still install stuff in /usr

2. Failure of compilation with glibc with sanitized headers. rp-pppoe had
the
same problems, but i fixed it for the new ones (by removing the
previous
patch fixing it for the older headers :()

diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 89bbc33..4c5f1f4 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,5 +1,5 @@
SPELL=coreutils
- VERSION=7.2
+ VERSION=7.1
PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 942f863..ef86d31 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,6 +1,3 @@
-2009-04-01 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 7.2
-
2009-02-22 Juuso Alasuutari <iuso AT sourcemage.org>
* coreutils-smack.patch: Fixed patch for 7.1.




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b40dea18ca1997719e2f1fb683bf300e1ed11f92), Vlad Glagolev, 04/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page