blob: b00e5fd7ec039f79634f3989069a9f754ed4b8ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
DKMS: uninstall Completed.
removing package nvidia-current-kernel-3.2.9-server-1.mga2-290.10-15.mga2.nonfree.x86_64
Subroutine detect_devices::formatError redefined at /usr/lib/libDrakX/detect_devices.pm line 12
"my" variable $_pkg masks earlier declaration in same scope at
/usr/lib/libDrakX/fs/format.pm line 199 (#1)
(W misc) A "my", "our" or "state" variable has been redeclared in the
current scope or statement, effectively eliminating all access to the
previous instance. This is almost always a typographical error. Note
that the earlier variable will still exist until the end of the scope
or until all closure referents to it are destroyed.
"my" variable $cmd masks earlier declaration in same scope at
/usr/lib/libDrakX/fs/format.pm line 199 (#1)
Use of uninitialized value in pattern match (m//) at
/usr/lib/libDrakX/detect_devices.pm line 218 (#2)
(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 will try to tell you the
name of the variable (if any) that was undefined. In some cases it cannot
do this, so it also 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 $o_prefix in concatenation (.) or string at
/usr/lib/perl5/vendor_perl/5.14.1/MDK/Common/System.pm line 345 (#2)
Use of uninitialized value $o_prefix in concatenation (.) or string at
/usr/lib/perl5/vendor_perl/5.14.1/MDK/Common/System.pm line 352 (#2)
Use of uninitialized value in string eq at /usr/lib/libDrakX/fs/type.pm line
290 (#2)
Use of uninitialized value in string eq at /usr/lib/libDrakX/fs/type.pm line
298 (#2)
Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/fs/type.pm line 309 (#2)
Use of uninitialized value in string eq at /usr/lib/libDrakX/fs/type.pm line
323 (#2)
Use of uninitialized value in string eq at /usr/lib/libDrakX/fs/type.pm line
322 (#2)
Use of uninitialized value in string eq at /usr/lib/libDrakX/fs/type.pm line
324 (#2)
Use of uninitialized value in pattern match (m//) at
/usr/lib/libDrakX/devices.pm line 215 (#2)
Use of uninitialized value in pattern match (m//) at
/usr/lib/libDrakX/bootloader.pm line 180 (#2)
Use of uninitialized value in pattern match (m//) at
/usr/lib/libDrakX/bootloader.pm line 183 (#2)
Use of uninitialized value $_ in pattern match (m//) at
/usr/lib/libDrakX/bootloader.pm line 188 (#2)
Use of uninitialized value $_ in pattern match (m//) at
/usr/lib/libDrakX/devices.pm line 194 (#2)
Use of uninitialized value $file in pattern match (m//) at
/usr/lib/libDrakX/devices.pm line 197 (#2)
Use of uninitialized value $_ in concatenation (.) or string at
/usr/lib/libDrakX/devices.pm line 197 (#2)
Use of uninitialized value $type in string eq at
/usr/lib/libDrakX/bootloader.pm line 200 (#2)
Use of uninitialized value $v in string eq at /usr/lib/libDrakX/bootloader.pm
line 468 (#2)
Use of uninitialized value in pattern match (m//) at
/usr/lib/libDrakX/bootloader.pm line 1436 (#2)
|