Re: 3.4.4 make check -> many "Use of uninitialized value"
Chapman Flack <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
On 06/08/2017 07:30 AM, Jean-Louis Martineau wrote:
> These errors are not expected.
> Which version of perl?
> Any others errors?
perl 5.16.3 on RHEL 7. The only other notices I see have to do
with deprecated thread and mutex functions in glib-2.0. Those are
warnings.
This is the configure command:
./configure --without-force-uid --disable-installperms \
--prefix=$PWD/prefix --with-tmpdir=$PWD/tmp \
--without-amperldir --with-single-userid \
--enable-manpage-build --enable-syntax-checks
The perl uninitialized value warnings start to appear after
Making check in installcheck
-Chap