Skip to content

pod/buildtoc fails to complete in perl-5.42.0. #23397

@jkeenan

Description

@jkeenan

I'm encountering a failure in pod/buildtoc at the end of make after I merged #23193 (sync Math-BigInt) into blead following the release of perl-5.42.0.

Writing Makefile for Unicode::Normalize
make[1]: Entering directory '/home/jkeenan/gitwork/perl/dist/Unicode-Normalize'
Running Mkbootstrap for Normalize ()
"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp"  -typemap '/home/jkeenan/gitwork/perl/dist/Unicode-Normalize/../../lib/ExtUtils/typemap'  Normalize.xs > Normalize.xsc
chmod 644 "Normalize.bs"
/home/jkeenan/gitwork/perl/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644
mv Normalize.xsc Normalize.c
cc -c   -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2   -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.."   Normalize.c
rm -f ../../lib/auto/Unicode/Normalize/Normalize.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  Normalize.o  -o ../../lib/auto/Unicode/Normalize/Normalize.so  \
      \
  
chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so
make[1]: Leaving directory '/home/jkeenan/gitwork/perl/dist/Unicode-Normalize'
./perl -Ilib -I. -f pod/buildtoc -q
pod/buildtoc: perl5430delta.pod exists but is unknown by buildtoc
pod/buildtoc: perl5430delta.pod exists but is unknown by MANIFEST
pod/buildtoc: perl5421delta.pod is known by buildtoc but does not exist
pod/buildtoc: Can't open file 'pod/perl5421delta.pod' for perl5421delta: No such file or directory
ABORTED
make: *** [makefile:424: pod/perltoc.pod] Error 255

@book @thibaultduponchelle can you take a look?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions