Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7e7bcb06c7bbea4572f25e62c15612099ebafd7d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7e7bcb06c7bbea4572f25e62c15612099ebafd7d)
  • Date: Mon, 26 Mar 2012 21:09:51 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

utils/coreutils/BUILD | 2 +-
utils/coreutils/DETAILS | 2 +-
utils/coreutils/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 7e7bcb06c7bbea4572f25e62c15612099ebafd7d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

coreutils 8.16

checking whether mknod can create fifo without root privileges...
configure: error: in `/usr/src/coreutils-8.16':
configure: error: you should not run configure as root (set
FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)

diff --git a/utils/coreutils/BUILD b/utils/coreutils/BUILD
index e52a5df..4cb74ec 100755
--- a/utils/coreutils/BUILD
+++ b/utils/coreutils/BUILD
@@ -1,4 +1,4 @@
-./configure \
+FORCE_UNSAFE_CONFIGURE=1 ./configure \
--build=$BUILD \
--bindir=${TRACK_ROOT}/bin \
--prefix=${TRACK_ROOT}/usr \
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index aac99aa..da85d4e 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,5 +1,5 @@
SPELL=coreutils
- VERSION=8.15
+ VERSION=8.16
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index ca5b82b..e5a6945 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,7 @@
+2012-03-27 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 8.16
+ * BUILD: FORCE_UNSAFE_CONFIGURE=1 added
+
2012-01-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 8.15




  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7e7bcb06c7bbea4572f25e62c15612099ebafd7d), Ladislav Hagara, 03/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page