Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (a52e45fd8da7de5fb920a8a1df63dae427505445)
  • Date: Tue, 5 Aug 2008 09:59:16 -0700

On Tue, 05 Aug 2008 13:15:41 +0200
"Andraž 'ruskie' Levstik" <ruskie AT codemages.net> wrote:

> On 13:14:09 2008-08-05 flux <flux AT sourcemage.org> wrote:
> > Eric Sandall (scm AT sourcemage.org) wrote [08.08.04 20:42]:
> > > -./configure --prefix=${INSTALL_ROOT}/usr \
> > > - --qemu-cflags="${CFLAGS}" \
> > > - --qemu-ldflags="${LDFLAGS}" \
> > > +./configure --prefix=${INSTALL_ROOT}/usr \
> > > + --qemu-cflags="${CFLAGS}" \
> > > + --qemu-ldflags="${LDFLAGS}" \
> > > --kerneldir="/lib/modules/$(get_kernel_version)/build" \
> > > - --disable-werror &&
> > > -make
> > > + --disable-werror
> > > && +make
> >
> > Apparently Eric is now also guilty of sneaking formatting changes
> > into commits that also do other things... ;-P
> >
> > Also, where are those OPT changes you referred to? Am I missing
> > something?
> >
>
>
> hmm where's $OPTS there???

You both are only seeing the diff between what you guys already had, and
the changes I did based on that. I reverted his OPTS cleanup and update
to 72 because that was broken (if you had read the push...), then re-did
his OPTS changes because they are required for at least 71 and 72, but
were done at the same time (because they were needed to get 72 to
compile) and updated to 71, the latest working KVM. The diff
you see is against master, which did not have the revert. Had I pushed
the revert first, *then* pushed the update, you would have seen this:
$ git show a52e45fd8da7de5fb920a8a1df63dae427505445

commit a52e45fd8da7de5fb920a8a1df63dae427505445
Author: Eric Sandall <sandalle AT sourcemage.org>
Date: Mon Aug 4 16:32:30 2008 +0000

kvm: Updated to 71
kvm: Apply Elisamuel's OPT cleanup in BUILD (required for at least
71+ to compile)

diff --git a/kernels/kvm/BUILD b/kernels/kvm/BUILD
index d16aa18..bff6cdc 100755
--- a/kernels/kvm/BUILD
+++ b/kernels/kvm/BUILD
@@ -1,3 +1,8 @@
-local KVM_OPTS="--prefix=${INSTALL_ROOT}/usr --disable-gcc-check
--qemu-cc=gcc --kerneldir=/lib/modules/$(ge -./configure $KVM_OPTS &&
-make
+cd "${SOURCE_DIRECTORY}" &&
+
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --qemu-cflags="${CFLAGS}" \
+ --qemu-ldflags="${LDFLAGS}" \
+ --kerneldir="/lib/modules/$(get_kernel_version)/build" \
+ --disable-werror &&
+make
diff --git a/kernels/kvm/DETAILS b/kernels/kvm/DETAILS
index bbf39f8..2e8bdd6 100755
--- a/kernels/kvm/DETAILS
+++ b/kernels/kvm/DETAILS
@@ -1,5 +1,5 @@
SPELL=kvm
- VERSION=69
+ VERSION=71
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/kernels/kvm/HISTORY b/kernels/kvm/HISTORY
index 1c8676f..32ffa6b 100644
--- a/kernels/kvm/HISTORY
+++ b/kernels/kvm/HISTORY
@@ -1,3 +1,11 @@
+2008-08-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 71
+ 72 is broken with 2.6.26+, see
+ http://article.gmane.org/gmane.comp.emulators.kvm.devel/20001
+
+2008-07-27 Elisamuel Resto <ryuji AT sourcemage.org>
+ * BUILD: removed KVM_OPTS, refreshed configure options
+
2008-05-23 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 69
SECURITY_PATCH=1
diff --git a/kernels/kvm/kvm-69.tar.gz.sig
b/kernels/kvm/kvm-69.tar.gz.sig deleted file mode 100644
index 84ce404..0000000
Binary files a/kernels/kvm/kvm-69.tar.gz.sig and /dev/null differ
diff --git a/kernels/kvm/kvm-71.tar.gz.sig
b/kernels/kvm/kvm-71.tar.gz.sig new file mode 100644
index 0000000..668b848
Binary files /dev/null and b/kernels/kvm/kvm-71.tar.gz.sig differ

Please look at the commit before complaining about it. :p

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page