Skip to Content.
Sympa Menu

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

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 (547b9872b007a60e238dc40c482ac8966270a844)
  • Date: Tue, 4 Apr 2017 17:53:49 +0000

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

devel/automake-1.4/HISTORY | 3 +++
devel/automake-1.4/PRE_BUILD | 2 +-
utils/libguestfs/BUILD | 4 ++++
utils/libguestfs/DETAILS | 2 +-
utils/libguestfs/HISTORY | 12 ++++++++++++
utils/libguestfs/INSTALL | 8 ++++++++
utils/qemu/DETAILS | 2 +-
utils/qemu/HISTORY | 6 ++++++
utils/qemu/INSTALL | 4 ++++
utils/qemu/archs | 2 --
10 files changed, 40 insertions(+), 5 deletions(-)

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

libguestfs: Updated to 1.36.3

Disable golang, it is broken here.
Fix special snowflake installer

commit 98bf5ecd9967852f6d9ac1e3be3a823ee3f82314
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libguestfs: Disable checking KVM features

It's broken

See
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=d3c6e50422562af592682fdd58dbadc98069ef18
for usage

Fixes:
checking what extra options we need to use for qemu feature tests...
checking that /usr/bin/qemu-kvm -device ? works... configure: error:
in `/usr/src/libguestfs-1.36.3':
no
configure: error: /usr/bin/qemu-kvm -device ? doesn't work.

commit de6efc956e64daa7dff61dac4d31de8df8105b91
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

automake-1.4: automake needs --add-missing for missing files.

commit 13d7c7a2a095b5d6fa1e697bd0e48a6944d45195
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

qemu: Updated to 2.8.1

Some packages (libguestfs) depend on the qemu-system-${ARCH} file
qemu-system-${ARCH} is not made by default by qemu install (since 2.6.x)
Remove unicore32 arch

diff --git a/devel/automake-1.4/HISTORY b/devel/automake-1.4/HISTORY
index 39f70f3..94f388a0 100644
--- a/devel/automake-1.4/HISTORY
+++ b/devel/automake-1.4/HISTORY
@@ -1,3 +1,6 @@
+2017-04-04 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: automake needs --add-missing for missing files.
+
2007-07-29 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD: run auto* instead of the versioned ones

diff --git a/devel/automake-1.4/PRE_BUILD b/devel/automake-1.4/PRE_BUILD
index 2bead40..7121ab7 100755
--- a/devel/automake-1.4/PRE_BUILD
+++ b/devel/automake-1.4/PRE_BUILD
@@ -6,5 +6,5 @@ patch -p0 < $SCRIPT_DIRECTORY/versioning.patch &&
# been removed due to being previously tracked by one of the
# automake-X.X spells
aclocal &&
-automake &&
+automake --add-missing &&
autoconf
diff --git a/utils/libguestfs/BUILD b/utils/libguestfs/BUILD
index da3c3f1..690cc95 100755
--- a/utils/libguestfs/BUILD
+++ b/utils/libguestfs/BUILD
@@ -2,6 +2,10 @@
# Disabling appliacen as supermin needs to be ported to Sorcery for this to
work
OPTS="--disable-daemon \
--disable-appliance \
+ --disable-golang \
$OPTS" &&

+# Disable checking KVM features: It's broken
+export vmchannel_test=no &&
+
default_build
diff --git a/utils/libguestfs/DETAILS b/utils/libguestfs/DETAILS
index 787a4ba..c3afb34 100755
--- a/utils/libguestfs/DETAILS
+++ b/utils/libguestfs/DETAILS
@@ -1,5 +1,5 @@
SPELL=libguestfs
- VERSION=1.28.2
+ VERSION=1.36.3
BRANCH="$(echo ${VERSION} | cut -d. -f1,2)"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2="${SOURCE}.sig"
diff --git a/utils/libguestfs/HISTORY b/utils/libguestfs/HISTORY
index 4974a35..b91eda0 100644
--- a/utils/libguestfs/HISTORY
+++ b/utils/libguestfs/HISTORY
@@ -1,3 +1,15 @@
+2017-04-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.36.3
+ * BUILD: Disable checking KVM features: It's broken
+ See
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=d3c6e50422562af592682fdd58dbadc98069ef18
for usage
+ Fixes:
+ checking what extra options we need to use for qemu feature
tests...
+ checking that /usr/bin/qemu-kvm -device ? works... configure:
error: in `/usr/src/libguestfs-1.36.3':
+ no
+ configure: error: /usr/bin/qemu-kvm -device ? doesn't work.
+ Disable golang, it is broken here.
+ * INSTALL: Fix special snowflake installer.
+
2014-12-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.28.2
* DEPENDS: Depends on augeas
diff --git a/utils/libguestfs/INSTALL b/utils/libguestfs/INSTALL
new file mode 100755
index 0000000..da5ba5e
--- /dev/null
+++ b/utils/libguestfs/INSTALL
@@ -0,0 +1,8 @@
+# Special snowflakes like this are dumb:
+# *** Using 'make install' is usually a very bad idea.
+# *** Use the './run' script instead - see the guestfs-building(1) man page.
+# ***
+# *** You can override this by setting REALLY_INSTALL=yes, but don't do that.
+
+export REALLY_INSTALL=yes &&
+default_install
diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index 58eff3e..33a72c7 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,5 +1,5 @@
SPELL=qemu
- VERSION=2.6.0
+ VERSION=2.8.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-*}"
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 3288c89..984675d 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,9 @@
+2017-04-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.8.1
+ * INSTALL: Some packages (libguestfs) depend on the
qemu-system-${ARCH} file
+ qemu-system-${ARCH} is not made by default by qemu install (since
2.6.x)
+ * archs: Remove unicore32
+
2016-06-29 Eric Sandall <sandalle AT sourcemage.org>
* SUB_DEPENDS, PRE_SUB_DEPENDS: nss dependency moved to libcacard in
2.6.0
* CONFIGURE, DEPENDS, BUILD: May only have one of nettle or libgcrypt
diff --git a/utils/qemu/INSTALL b/utils/qemu/INSTALL
index 7fd9337..cf8b390 100755
--- a/utils/qemu/INSTALL
+++ b/utils/qemu/INSTALL
@@ -7,6 +7,10 @@ if [[ "${QEMU_KVM}" != "--disable-kvm" ]]; then
ARCH="x86_64"
fi &&

+ # Some packages (libguestfs) depend on the qemu-system-${ARCH} file
+ ln -sf /usr/bin/qemu-${ARCH} \
+ "${INSTALL_ROOT}"/usr/bin/qemu-system-${ARCH} &&
+
ln -sf /usr/bin/qemu-system-${ARCH} \
"${INSTALL_ROOT}"/usr/bin/qemu-kvm
fi
diff --git a/utils/qemu/archs b/utils/qemu/archs
index fbbe31a..d181f2c 100644
--- a/utils/qemu/archs
+++ b/utils/qemu/archs
@@ -18,7 +18,6 @@ sh4eb-linux-user sh4eb on
sparc-linux-user sparc on
sparc32plus-linux-user sparc32plus on
sparc64-linux-user sparc64 on
-unicore32-linux-user unicore32 on
x86_64-linux-user x86_64 on
alpha-softmmu alpha-softmmu on
arm-softmmu arm-softmmu on
@@ -41,7 +40,6 @@ sh4-softmmu sh4-softmmu on
sh4eb-softmmu sh4eb-softmmu on
sparc-softmmu sparc-softmmu on
sparc64-softmmu sparc64-softmmu on
-unicore32-softmmu unicore32-softmmu on
x86_64-softmmu x86_64-softmmu on
xtensa-softmmu xtensa-softmmu on
xtensaeb-softmmu xtensaeb-softmmu on



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (547b9872b007a60e238dc40c482ac8966270a844), Eric Sandall, 04/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page