BUG: Hold module

joel vennin jol at lunar-linux.org
Fri Jul 18 18:31:43 GMT 2003


Hello all, i'm back since a good long week end :)

Currently, there is a bug with hold option in the lunar menu.

In fact, when you go to Module/Hold, you get a list with only one module name: 
for me it is a52dec. I've debugged some function to understand why. So i've 
traced the make_hold_checklist() in lunar script:

FIRST: alliance installed 5.0
-1 After find section, module's name: alliance
-2 Before run_module_file, $SCRIPT_DIRECTORY value: 
/var/lib/lunar/moonbase/video/a52dec
run_module_file () : /var/lib/lunar/moonbase/video/a52dec  DETAILS
-3: After run_module_file, module's name: a52dec
SECOND: a52dec 0.7.4 off liba52 is a library for decoding ATSC A/52 streams.
**************************************************************
FIRST: apollon installed 0.8
-1 After find section, module's name: apollon
-2 Before run_module_file, $SCRIPT_DIRECTORY value: 
/var/lib/lunar/moonbase/video/a52dec
run_module_file () : /var/lib/lunar/moonbase/video/a52dec  DETAILS
-3: After run_module_file, module's name: a52dec
SECOND: a52dec 0.7.4 off liba52 is a library for decoding ATSC A/52 streams.
**************************************************************
FIRST: arson3 installed 0.9.7
-1 After find section, module's name: arson3
-2 Before run_module_file, $SCRIPT_DIRECTORY value: 
/var/lib/lunar/moonbase/video/a52dec
run_module_file () : /var/lib/lunar/moonbase/video/a52dec  DETAILS
-3: After run_module_file, module's name: a52dec
SECOND: a52dec 0.7.4 off liba52 is a library for decoding ATSC A/52 streams.
**************************************************************
FIRST: arts installed 1.1.2
-1 After find section, module's name: arts
-2 Before run_module_file, $SCRIPT_DIRECTORY value: 
/var/lib/lunar/moonbase/video/a52dec
run_module_file () : /var/lib/lunar/moonbase/video/a52dec  DETAILS
-3: After run_module_file, module's name: a52dec
SECOND: a52dec 0.7.4 off liba52 is a library for decoding ATSC A/52 streams.

...
...
...


As you see the problem is that the $SCRIPT_DIRECTORY is not correctly define 
before the call of run_module_file ....


Jol




More information about the Lunar-dev mailing list