Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 10189] Dispel not obeying dependency options

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 10189] Dispel not obeying dependency options
  • Date: 11 Dec 2005 18:13:45 -0000

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





------- Additional Comments From dhaley AT hot.rr.com 2005-12-11 12:13 -------
this is what I have noticed in ragards to the depends tree that has to do with
libmikmod. Just to cover this agian teh three programs I will be using to test
are mikmod, libmikmod, and gpart.
--------------------------------

((first we ensure all spells are dispelled and a cat is done on teh depends
file
to give a bit of a baseline))

root@avalon:/home/uther# dispel libmikmod
install-info: warning: no entries found for `mikmod'; nothing deleted
Dispelled spell: libmikmod
root@avalon:/home/uther# dispel mikmod
mikmod is not installed.
root@avalon:/home/uther# dispel gpart
gpart is not installed.
root@avalon:/home/uther# cat /var/state/sorcery/depends |grep libmikmod
xmms:libmikmod:off:optional::--disable-mikmod
root@avalon:/home/uther#
----------------------------------------------

((next all three programs were installed and another cat done.))

root@avalon:/home/uther# cast mikmod
Computing previously installed dependencies...
mikmod preparing environment...
mikmod checking dependencies...
mikmod depends on libmikmod
libmikmod preparing environment...
Collating dependencies...
Spells are to be cast:
---------------------------
libmikmod mikmod

Do you want to cast these spells? [y] y

<<snip>>

Finished processing install requests.

Spells installed successfully:
------------------------------
libmikmod mikmod

root@avalon:/home/uther# cat /var/state/sorcery/depends |grep libmikmod
xmms:libmikmod:off:optional::--disable-mikmod
mikmod:libmikmod:on:required::
------------------------------------------

((at this point I tryied to dispel gpart and mikmod. my logic to this is that
since libmikmod was just installed to support mikmod when the parents was
dispelled the libmikmod spell would be orphaned adn dispelled as well.
However,
that does not occur.))

root@avalon:/home/uther# dispel --user-deps mikmod gpart
Dispelled spell: mikmod
Dispelled spell: gpart

((as seen below, the libmikmod is seen as an orphan. but was not dispelled
when
itbecame an orphan)

root@avalon:/home/uther# gaze orphans |grep mikmod
libmikmod

root@avalon:/home/uther# cat /var/state/sorcery/depends |grep libmikmod
xmms:libmikmod:off:optional::--disable-mikmod
----------------------------------------

((if I install all programs and the setup is identical to what was posted
above
after al programs installed, but I do not put gpart in teh last and have only
mikmod...it seems to work as expected.)

root@avalon:/home/uther# cat /var/state/sorcery/depends |grep libmikmod
xmms:libmikmod:off:optional::--disable-mikmod
mikmod:libmikmod:on:required::

root@avalon:/home/uther# dispel --user-deps mikmod
Dispelled spell: mikmod
install-info: warning: no entries found for `mikmod'; nothing deleted
Dispelled spell: libmikmod
-------------------------------------

those have been my observations thus far. If more information or something
else
is needed please let me know and I will do whatever I can to accomidate.

SilverS

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