Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15030] New: cast of svn versioned spell (mplayer) breaks at midnight

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 15030] New: cast of svn versioned spell (mplayer) breaks at midnight
  • Date: 18 Jan 2009 22:30:28 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15030

Summary: cast of svn versioned spell (mplayer) breaks at midnight
Product: Sorcery
Version: Untargetted future release
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: Alter
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: sobukus AT sourcemage.org


sorcery/castfs messes up with the stage dir name when the day changes during
casting:

Compile log for mplayer 20090118 Completed Build on Sun Jan 18 22:59:52 UTC
2009
install -d /usr/bin /etc/mplayer /usr/lib
install -d /usr/share/man/man1
install -c -m 644 DOCS/man/en/mplayer.1 /usr/share/man/man1/
install -m 755 -s mencoder /usr/bin
install -m 755 -s mplayer /usr/bin
cd /usr/share/man/man1 && ln -sf mplayer.1 mencoder.1
fuse: bad mount point `/usr/src/stage-mplayer-20090119/MOUNT': No such file or
directory
chroot: cannot change root directory to /usr/src/stage-mplayer-20090119/MOUNT:
No such file or directory
umount: /usr/src/stage-mplayer-20090119/MOUNT/dev/pts: not found
umount: /usr/src/stage-mplayer-20090119/MOUNT/dev: not found
umount: /usr/src/stage-mplayer-20090119/MOUNT/proc: not found
umount: /usr/src/stage-mplayer-20090119/MOUNT/sys: not found
INSTALL_EXTRAS failed!

Now, the actual problem is that mplayer's DETAILS has that:

VERSION=$(date +%Y%m%d)

(when you do svn and autoupdate).
DETAILS is sourced multiple times, obviously ... and gives a different version
number after midnight, which can have various funny results.
So we need to fix that number for the duration of one cast at least.

Ideas?


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



  • [SM-Sorcery-Bugs] [Bug 15030] New: cast of svn versioned spell (mplayer) breaks at midnight, bugzilla-daemon, 01/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page