Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (c8579da36283d5b11585d2496ea35d2c1b76aa32)

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
  • Cc: Ladislav Hagara <hgr AT vabo.cz>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (c8579da36283d5b11585d2496ea35d2c1b76aa32)
  • Date: Mon, 1 Feb 2010 10:48:01 -0800

On Mon, 1 Feb 2010 08:11:57 -0600
Ladislav Hagara <scm AT sourcemage.org> wrote:

> GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:
>
> science/octave/DETAILS | 4 ++--
> science/octave/FINAL | 4 ++++
> science/octave/HISTORY | 4 ++++
> 3 files changed, 10 insertions(+), 2 deletions(-)
>
> New commits:
> commit c8579da36283d5b11585d2496ea35d2c1b76aa32
> Author: Ladislav Hagara <hgr AT vabo.cz>
> Commit: Ladislav Hagara <hgr AT vabo.cz>
>
> octave 3.2.4
>
> seems installwatch really doesn't catch links
> no idea if it has been working before
>
> if yes, new coreutils problem?
>
> without castfs:
>
> $ octave
> octave: error while loading shared libraries: liboctinterp.so:
> cannot open shared object file: No such file or directory
>
> lrwxrwxrwx 1 root root 21 Nov 16 11:07 /usr/lib/octave ->
> /usr/lib/octave-3.2.3
> total 0
> lrwxrwxrwx 1 root root 21 Jan 4 09:29 octave-3.2.3 ->
> /usr/lib/octave-3.2.3
> lrwxrwxrwx 1 root root 21 Feb 1 13:13 octave-3.2.4 ->
>
> diff --git a/science/octave/DETAILS b/science/octave/DETAILS
> index bae4861..33cc691 100755
> --- a/science/octave/DETAILS
> +++ b/science/octave/DETAILS
> @@ -1,8 +1,8 @@
> SPELL=octave
> - VERSION=3.2.3
> + VERSION=3.2.4
> SOURCE=$SPELL-$VERSION.tar.bz2
> # SOURCE_GPG="gurus.gpg:$SOURCE.sig"
> -
> SOURCE_HASH=sha512:3f049c197d1b0eb0059256fc1bae6c206acdfd45ec7ccacc6fe166864b5c8036cc22bd397f1284de776747bdaaa7adad6e3566500e4dbab36e19439a87a58d33
> +
> SOURCE_HASH=sha512:0a9af03d4acbd18fa955f4b9ca8e9c46497cab6a830774f362b8ed690f496c7f34577ee3c4b78decf735692991ee83298dedc432d6f396fd24dd146c4cf8a015
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> SOURCE_URL[0]=ftp://ftp.octave.org/pub/$SPELL/$SOURCE LICENSE[0]=GPL
> diff --git a/science/octave/FINAL b/science/octave/FINAL
> index 5362a0c..84c5aaa 100755
> --- a/science/octave/FINAL
> +++ b/science/octave/FINAL
> @@ -1,3 +1,7 @@
> +if [ -h $INSTALL_ROOT/usr/lib/octave ]; then
> + rm -f $INSTALL_ROOT/usr/lib/octave
> +fi &&
> +
> ln -sf ${INSTALL_ROOT}/usr/lib/octave-$VERSION
> ${INSTALL_ROOT}/usr/lib/octave &&
> if ! grep -q "\/usr\/lib\/octave" /etc/ld.so.conf; then
> diff --git a/science/octave/HISTORY b/science/octave/HISTORY
> index ef53d14..6d64f80 100644
> --- a/science/octave/HISTORY
> +++ b/science/octave/HISTORY
> @@ -1,3 +1,7 @@
> +2010-02-01 Ladislav Hagara <hgr AT vabo.cz>
> + * DETAILS: 3.2.4
> + * FINAL: remove old /usr/lib/octave link
> +
> 2009-11-09 Peng Chang (Charles) <chp AT sourcemage.org>
> * DETAILS: updated spell to 3.2.3

It caught softlinks in the past, but I've noticed lately that it
doesn't track hard links at least (see
http://bugs.sourcemage.org/show_bug.cgi?id=14367). I mostly use castfs
on all my boxes, which may fix this.

-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