Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13926] util-linux-ng install problem

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13926] util-linux-ng install problem
  • Date: 7 Aug 2007 12:32:57 -0000

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





------- Additional Comments From jakakranjc AT email.si 2007-08-07 07:32 -------
it is not -x here too (looks like eekee's last commit did it), but in the
output also BUILD is missing. Ok, it is missing another & on the first line,
but I very much doubt that is to blame.

I tried recasting the normal version and yes, it fails the same way (after
the
build). So you were right.
Preparing to install util-linux
/etc/sysconfig/hwclock
was previously modified by SA?
Therefore, it was not reaped.


Dispelled spell: util-linux
fusermount: failed to execute /bin/mount: No such file or directory
chroot: cannot run command `delve': No such file or directory

It would be easiest to just turn staging off, but we can work around it. All
the util-linux binaries should be saved in its source dir after PRE_INSTALL
(the dispel), so we could use mount from there. Something along these lines:
PRE_INSTALL:
prepare_install && # this is basicly a real_default_sorcery_pre_install
cp $SOURCE_DIRECTORY/old.binaries/bin/mount $INSTALL_ROOT/bin/mount
# perhaps the same with umount

then perhaps rm it at the start of INSTALL for closure (I'm not sure it is
not
too early though). Oh yeah, INSTALL could be fixed with an
install_config_file
call too ...

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




Archive powered by MHonArc 2.6.24.

Top of Page