Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (adbd3f7c1ed8384f92ec244da69d048f087f8caa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (adbd3f7c1ed8384f92ec244da69d048f087f8caa)
  • Date: Sat, 4 Apr 2009 07:29:10 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

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

New commits:
commit adbd3f7c1ed8384f92ec244da69d048f087f8caa
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "Revert "coreutils 7.2""

This reverts commit b40dea18ca1997719e2f1fb683bf300e1ed11f92.

It's not coreutils 7.2 that's failing. Perhaps it's GCC 4.3.3 with the
latest headers on x86?

See Bug #15156

coreutils 7.1 and 7.2 both compile fine with GCC 4.3.3 and glibc 2.9
with default headers on x86_64.
coreutils 7.1 and 7.2 both compile fine with GCC 4.3.3 and glibc 2.9
with 2.6.29 sanitized headers on x86_64.

coreutils 7.1 and 7.2 both fail to compile with GCC 4.3.3 and glibc 2.9
with sanitized headers on x86.

coreutils version does not seem to make any difference.

diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 4c5f1f4..89bbc33 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,5 +1,5 @@
SPELL=coreutils
- VERSION=7.1
+ VERSION=7.2
PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index ef86d31..942f863 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,6 @@
+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 Eric Sandall (adbd3f7c1ed8384f92ec244da69d048f087f8caa), Eric Sandall, 04/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page