3.4.4 make check -> many "Use of uninitialized value"
Chapman Flack <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I've just set up a fresh 3.4.4 download with the configure options suggested in the wiki page for Testing (--without-amperldir --with-single-userid etc.) and run an initial make check (before any changes or added code). There are a lot of warnings of this form: ** (process:3443011): WARNING **: Use of uninitialized value $Amanda::Config::VALUE_NO in hash element at ../perl/Amanda/Config.pm line 1592. ** (process:3443011): WARNING **: Use of uninitialized value $Amanda::Config::VALUE_YES in hash element at ../perl/Amanda/Config.pm line 1599. ** (process:3443011): WARNING **: Use of uninitialized value $Amanda::Config::VALUE_ALL in hash element at ../perl/Amanda/Config.pm line 1606. ** (process:3443011): WARNING **: Use of uninitialized value $Amanda::Config::PRIORITY_LOW in hash element at ../perl/Amanda/Config.pm line 1651. ** (process:3443011): WARNING **: Use of uninitialized value $Amanda::Config::PRIORITY_MEDIUM in hash element at ../perl/Amanda/Config.pm line 1658. ** (process:3443011): WARNING **: Use of uninitialized value $Amanda::Config::PRIORITY_HIGH in hash element at ../perl/Amanda/Config.pm line 1665. ... and many similar others. Is this to be expected? Regards, -Chap