Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7796] New: cast --deps is outdated

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 7796] New: cast --deps is outdated
  • Date: Fri, 10 Dec 2004 08:31:50 -0500

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

Summary: cast --deps is outdated
Product: Sorcery
Version: 1.12.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: BearPerson AT gmx.net


cast has an option --deps,
that does not work in any sorcery. (looking at the source, it never has.)
The line 329 in devel,
sed -e 's/cast .* $i.*/true/' $MAKEFILE > $MAKEFILE.2
should be:
1. not single-quoted (it prevents expansion of $i)
2. changed to use @bash .*/casting.safe for the pattern instead of cast,
since that's how it is in the makefile.

Also, though I don't know if this is right, it might be supposed to commit the
depends info after calculating it to state/depends.



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



  • [SM-Sorcery-Bugs] [Bug 7796] New: cast --deps is outdated, bugzilla-daemon, 12/10/2004

Archive powered by MHonArc 2.6.24.

Top of Page