[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:37:47 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:37 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)
====================================================================== 

---------------------------------------------------------------------- 
 (0094717) svnbot (reporter) - 2008-11-10 14:37
 http://bugs.digium.com/view.php?id=13832#c94717 
---------------------------------------------------------------------- 
Repository: dahdi
Revision: 5288

U   linux/trunk/drivers/dahdi/xpp/init_card_2_30

------------------------------------------------------------------------
r5288 | tzafrir | 2008-11-10 14:37:47 -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/dahdi?view=rev&revision=5288 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-10 14:37 svnbot         Checkin                                      
2008-11-10 14:37 svnbot         Note Added: 0094717                          
======================================================================




More information about the asterisk-bugs mailing list