when trying to use drakconf on new cooker kde 3.2rc6 I get:

>
[root@doit bernard]# drakconf
[root@doit bernard]# Use of uninitialized value in split at /usr/lib/libDrakX/detect_devices.pm line
111 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.

To help you figure out what was undefined, perl tells you what operation
you used the undefined value in. Note, however, that perl optimizes your
program and the operation displayed in the warning may not necessarily
appear literally in your program. For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.

Use of uninitialized value in string eq at /usr/lib/libDrakX/detect_devices.pm
line 116 (#1)

Can't call method "find" without a package or object reference at
/usr/lib/libDrakX/detect_devices.pm line 116 (#2)
(F) You used the syntax of a method call, but the slot filled by the
object reference or package name contains an expression that returns a
defined value which is neither an object reference nor a package name.
Something like this will reproduce the error:

$BADREF = 42;
process $BADREF 1,2,3;
$BADREF->process(1,2,3);

Uncaught exception from user code:
Can't call method "find" without a package or object reference at /usr/lib/libDrakX/detect_devices.pm line 116.

detect_devices::get_sys_cdrom_info('HASH(0x8aacd64)','HASH(0x8aacde8)') called at /usr/lib/libDrakX/detect_devices.pm line 301
detect_devices::getIDE() called at /usr/lib/libDrakX/detect_devices.pm line 36
detect_devices::get() called at /usr/lib/libDrakX/detect_devices.pm line 40
detect_devices::cdroms() called at /usr/sbin/drakconf.real line 198
Attempt to free unreferenced scalar at /usr/lib/libDrakX/detect_devices.pm line 116.
Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/c.pm line 10.
>>>
was working from Enlightment ...

Regards

Bernard

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to