[asterisk-bugs] [DAHDI-linux 0013832]: 'Use of uninitialized value $ENV{"XBUS_NAME"}' if stderr from make redirected to a file
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 10 14:41:49 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13832
======================================================================
Reported By: tzafrir
Assigned To: tzafrir
======================================================================
Project: DAHDI-linux
Issue ID: 13832
Category: Astribank (xpp)
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2008-11-03 16:30 CST
Last Modified: 2008-11-10 14:41 CST
======================================================================
Summary: 'Use of uninitialized value $ENV{"XBUS_NAME"}' if
stderr from make redirected to a file
Description:
The init scripts of the xpp drivers (drivers/dahdi/xpp/init_card_X_30)
should be run from a context that sets a number of environment variables.
init_card_2_30 can also be run from the command-line for verification
purpose. The script tests that it is run from the command line using the
following test:
if (-t STDERR) {
That is: if the standard error is a terminal. This test will fail is
several automated build environments. Or even by a casual run of: 'make
2>log'
Workaround: if the test fails, generate the flag file that shows it was
successful and assume that is was :-(
touch drivers/dahdi/xpp/init_fxo_modes
touch drivers/dahdi/xpp/init_fxo_modes.verified
(Reported by I-MOD on #asterisk-dev)
======================================================================
----------------------------------------------------------------------
(0094718) svnbot (reporter) - 2008-11-10 14:41
http://bugs.digium.com/view.php?id=13832#c94718
----------------------------------------------------------------------
Repository: zaptel
Revision: 4578
U branches/1.4/kernel/xpp/init_card_2_30
------------------------------------------------------------------------
r4578 | tzafrir | 2008-11-10 14:41:49 -0600 (Mon, 10 Nov 2008) | 4 lines
xpp init_card_2_30: no need to check environment in verify mode.
Fixes http://bugs.digium.com/view.php?id=13832 in Zaptel.
------------------------------------------------------------------------
http://svn.digium.com/view/zaptel?view=rev&revision=4578
Issue History
Date Modified Username Field Change
======================================================================
2008-11-10 14:41 svnbot Checkin
2008-11-10 14:41 svnbot Note Added: 0094718
======================================================================
More information about the asterisk-bugs
mailing list