Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7491] New: Cast "forgets" a dependency

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 7491] New: Cast "forgets" a dependency
  • Date: Sun, 10 Oct 2004 21:33:24 -0400

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

Summary: Cast "forgets" a dependency
Product: Sorcery
Version: Devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: eric AT sandall.us


Using lyx as my example, I've added/modified the following files:

CONFIGURE:
config_query_list LYX_GUI "Which GUI would you like to use?" xforms qt-x11

DEPENDS:
...
depends tetex &&

if [ "$LYX_GUI" = "xforms" ]; then
depends xforms --with-frontend=xforms
elif [ "$LYX_GUI" = "qt-x11" ]; then
depends qt-x11 --with-frontend=qt \
--with-qt-dir=/usr \
--with-qt-includes=/usr/include/qt \
--with-qt-libraries/usr/lib/qt
fi &&

optional_depends Python \
...

If I do `cast -r -c lyx` and choose to use xforms (with xforms not being
installed), I get:
Computing previously installed dependencies...
lyx preparing environment...
lyx running configuration...
(0) xforms
(1) qt-x11

Which one do you want? [0] 0
lyx checking dependencies...
lyx requires some X11-LIBS.

(0) xdirectfb
(1) xfree86
(2) xfree86-4.3
(3) xfree86-devel
(4) xfree86-libs
(5) xorg (installed)

Which one do you want? [5]
lyx depends on perl
lyx depends on tetex
lyx depends on xforms
Python is an optional dependency for lyx (for importing old LyX files with
lyx2lyx)
Do you want to use Python? [y] y
ispell is an optional dependency for lyx (for spell checker support through
ispell)
Do you want to use ispell? [y] y
aspell is an optional dependency for lyx (for spell checker support through
aspell)
Do you want to use aspell? [y] y
aiksaurus is an optional dependency for lyx (for the Aiksaurus thesaurus)
Do you want to use aiksaurus? [y] y
aspell No work to do.
aiksaurus No work to do.
Collating dependencies...
Spells are to be cast:
---------------------------
lyx

xforms is /not/ set to be cast.

# gaze version xforms
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test x11-toolkits xforms 1.0 -



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 7491] New: Cast "forgets" a dependency, bugzilla-daemon, 10/10/2004

Archive powered by MHonArc 2.6.24.

Top of Page