Skip to Content.
Sympa Menu

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

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 (309f26ae9000bb5ca7c829071489670f3c1ff81e)
  • Date: Tue, 30 Dec 2014 11:54:24 -0600

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

archive/gzip/DEPENDS | 1 +
archive/gzip/DETAILS | 2 +-
archive/gzip/HISTORY | 5 +++++
3 files changed, 7 insertions(+), 1 deletion(-)

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

gzip: Don't use own compression for a compression utility

$ sudo cast -c -V on gzip
...
gpg signature verified!
Unpacking source file gzip-1.6.tar.gz for spell gzip.
Building gzip
Building in dir: /usr/src/gzip-1.6
gzip 1.6

/var/lib/sorcery/codex/test/archive/gzip/BUILD: line 4: ./configure: No
such file or directory
! Problem Detected !

Switching to upstream .xz format fixes this on x86 and x86_64, at least,
with castfs enabled.

diff --git a/archive/gzip/DEPENDS b/archive/gzip/DEPENDS
index 18594eb..24de7f9 100755
--- a/archive/gzip/DEPENDS
+++ b/archive/gzip/DEPENDS
@@ -1,2 +1,3 @@
depends gnupg &&
+depends LZMA &&
depends smgl-fhs
diff --git a/archive/gzip/DETAILS b/archive/gzip/DETAILS
index 22c5bcb..226e4e3 100755
--- a/archive/gzip/DETAILS
+++ b/archive/gzip/DETAILS
@@ -1,7 +1,7 @@
SPELL=gzip
VERSION=1.6
SECURITY_PATCH=1
- SOURCE=$SPELL-${VERSION}.tar.gz
+ SOURCE=$SPELL-${VERSION}.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/archive/gzip/HISTORY b/archive/gzip/HISTORY
index bc838db..b95f956 100644
--- a/archive/gzip/HISTORY
+++ b/archive/gzip/HISTORY
@@ -1,3 +1,8 @@
+2014-12-30 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Don't use own compression for a compression utility
+ Switch to .xz, otherwise seems to fail with castfs
+ * DEPENDS: Depends on LZMA
+
2013-06-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (309f26ae9000bb5ca7c829071489670f3c1ff81e), Eric Sandall, 12/30/2014

Archive powered by MHonArc 2.6.24.

Top of Page