Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 9032] any user query during BUILD-> FINAL does not show up with VOYEUR="off"

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 9032] any user query during BUILD-> FINAL does not show up with VOYEUR="off"
  • Date: Thu, 2 Jun 2005 16:02:44 -0700 (PDT)

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





------- Additional Comments From acedit AT armory.com 2005-06-02 16:02 -------
Okay, if we do the following in the build api
- ) 3>&1 2> >(tee -a $C_LOG 1>&2 > $VOYEUR_STDERR) \
+ ) 2> >(tee -a $C_LOG 1>&2 >> $VOYEUR_STDERR) \

we can do
echo $MESSAGE >&3

And even if voyeur is off the output shows up. Compile log in both cases seems
to be the same.

So, we can adjust query and message to write to fd 3 if a flag is set
indicating
that we're running inside the build api logging subshell.

The next question is: will this adversly effect the build environment? In
other
words, some programs might (wrongly) expect fd 3 to be available and fail
inside
sorcery, but not outside.

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