Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13735] sorcery rebuild takes hours to start casting after building zlib trigger queue

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 13735] sorcery rebuild takes hours to start casting after building zlib trigger queue
  • Date: 10 Aug 2007 16:02:21 -0000

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





------- Additional Comments From jakakranjc AT email.si 2007-08-10 11:02 -------
Eric, if you have the time, please retest with the following patch applied:

diff --git a/var/lib/sorcery/modules/libdepends b/var/lib/sorcery/modules/
libdepends
index a1cb2e9..38805e6 100755
--- a/var/lib/sorcery/modules/libdepends
+++ b/var/lib/sorcery/modules/libdepends
@@ -1469,7 +1469,7 @@ function private_add_depends()
# force implied basesystem dependency in the depends tree
if [[ $FORCE_BASESYSTEM_DEPENDS == on ]] &&
[[ $SPELL != basesystem ]] &&
- ! echo $base_deps|grep -x -q "$SPELL"; then
+ ! echo "$base_deps"|grep -x -q "$SPELL"; then
hash_append "$CAST_HASH" "$SPELL" "basesystem"
hash_append "$BACK_CAST_HASH" "basesystem" "$SPELL"
fi


--
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