Package: libdpkg-perl
Version: 1.21.19
Source: dpkg
Severity: minor

When installing dpkg 1.21.19 from source, I got several pod2man warnings that 
indicates some of the documentations has not been correctly generated.

$ make install DESTDIR=`pwd`/destroot
...
for module in Dpkg/Arch.pm Dpkg/BuildEnv.pm Dpkg/BuildFlags.pm 
Dpkg/BuildInfo.pm Dpkg/BuildOptions.pm Dpkg/BuildProfiles.pm Dpkg/BuildTypes.pm 
Dpkg/Build/Info.pm Dpkg/Changelog.pm Dpkg/Changelog/Debian.pm 
Dpkg/Changelog/Entry.pm Dpkg/Changelog/Entry/Debian.pm Dpkg/Changelog/Parse.pm 
Dpkg/Checksums.pm Dpkg/Compression.pm Dpkg/Compression/FileHandle.pm 
Dpkg/Compression/Process.pm Dpkg/Conf.pm Dpkg/Control.pm 
Dpkg/Control/Changelog.pm Dpkg/Control/FieldsCore.pm Dpkg/Control/Fields.pm 
Dpkg/Control/Info.pm Dpkg/Control/HashCore.pm Dpkg/Control/Hash.pm 
Dpkg/Control/Tests.pm Dpkg/Control/Tests/Entry.pm Dpkg/Control/Types.pm 
Dpkg/Deps.pm Dpkg/Deps/AND.pm Dpkg/Deps/KnownFacts.pm Dpkg/Deps/Multiple.pm 
Dpkg/Deps/OR.pm Dpkg/Deps/Simple.pm Dpkg/Deps/Union.pm Dpkg/Dist/Files.pm 
Dpkg/ErrorHandling.pm Dpkg/Exit.pm Dpkg/File.pm Dpkg/Getopt.pm Dpkg/Gettext.pm 
Dpkg/Index.pm Dpkg/Interface/Storable.pm Dpkg/IPC.pm Dpkg/Lock.pm 
Dpkg/OpenPGP.pm Dpkg/OpenPGP/Backend.pm Dpkg/OpenPGP/Backend/GnuPG.pm 
Dpkg/OpenPGP/Backend/SOP.pm Dpkg/OpenPGP/Backend/Sequoia.pm 
Dpkg/OpenPGP/ErrorCodes.pm Dpkg/OpenPGP/KeyHandle.pm Dpkg/Package.pm 
Dpkg/Path.pm Dpkg/Shlibs.pm Dpkg/Shlibs/Objdump.pm Dpkg/Shlibs/Symbol.pm 
Dpkg/Shlibs/SymbolFile.pm Dpkg/Shlibs/Cppfilt.pm Dpkg/Source/Archive.pm 
Dpkg/Source/BinaryFiles.pm Dpkg/Source/Format.pm Dpkg/Source/Functions.pm 
Dpkg/Source/Package.pm Dpkg/Source/Package/V1.pm Dpkg/Source/Package/V2.pm 
Dpkg/Source/Package/V3/Bzr.pm Dpkg/Source/Package/V3/Custom.pm 
Dpkg/Source/Package/V3/Native.pm Dpkg/Source/Package/V3/Git.pm 
Dpkg/Source/Package/V3/Quilt.pm Dpkg/Source/Patch.pm Dpkg/Source/Quilt.pm 
Dpkg/Substvars.pm Dpkg/Vars.pm Dpkg/Vendor.pm Dpkg/Vendor/Debian.pm 
Dpkg/Vendor/Default.pm Dpkg/Vendor/Devuan.pm Dpkg/Vendor/Ubuntu.pm 
Dpkg/Version.pm Dpkg.pm ; do \
  name=`echo $module | sed -e 's|/|::|g' -e 's/\.pm$//'`; \
  pod2man --utf8 --center=libdpkg-perl --release=1.21.19 \
    --name="$name" --section=3perl ./$module \
    >/buildroot/dpkg-1.21.19/destroot/usr/share/man/man3/$name.3perl; \
  test -s /buildroot/dpkg-1.21.19/destroot/usr/share/man/man3/$name.3perl || \
  rm -f /buildroot/dpkg-1.21.19/destroot/usr/share/man/man3/$name.3perl; \
done
pod2man: unable to format ./Dpkg/Dist/Files.pm
pod2man: unable to format ./Dpkg/ErrorHandling.pm
pod2man: unable to format ./Dpkg/File.pm
pod2man: unable to format ./Dpkg/Getopt.pm
pod2man: unable to format ./Dpkg/Lock.pm
pod2man: unable to format ./Dpkg/OpenPGP.pm
pod2man: unable to format ./Dpkg/OpenPGP/Backend.pm
pod2man: unable to format ./Dpkg/OpenPGP/Backend/GnuPG.pm
pod2man: unable to format ./Dpkg/OpenPGP/Backend/SOP.pm
pod2man: unable to format ./Dpkg/OpenPGP/Backend/Sequoia.pm
pod2man: unable to format ./Dpkg/OpenPGP/ErrorCodes.pm
pod2man: unable to format ./Dpkg/OpenPGP/KeyHandle.pm
pod2man: unable to format ./Dpkg/Package.pm
pod2man: unable to format ./Dpkg/Shlibs.pm
pod2man: unable to format ./Dpkg/Shlibs/Objdump.pm
pod2man: unable to format ./Dpkg/Shlibs/Symbol.pm
pod2man: unable to format ./Dpkg/Shlibs/SymbolFile.pm
pod2man: unable to format ./Dpkg/Shlibs/Cppfilt.pm
pod2man: unable to format ./Dpkg/Source/Archive.pm
pod2man: unable to format ./Dpkg/Source/BinaryFiles.pm
pod2man: unable to format ./Dpkg/Source/Functions.pm
pod2man: unable to format ./Dpkg/Source/Package/V1.pm
pod2man: unable to format ./Dpkg/Source/Package/V2.pm
pod2man: unable to format ./Dpkg/Source/Package/V3/Bzr.pm
pod2man: unable to format ./Dpkg/Source/Package/V3/Custom.pm
pod2man: unable to format ./Dpkg/Source/Package/V3/Native.pm
pod2man: unable to format ./Dpkg/Source/Package/V3/Git.pm
pod2man: unable to format ./Dpkg/Source/Package/V3/Quilt.pm
pod2man: unable to format ./Dpkg/Source/Patch.pm
pod2man: unable to format ./Dpkg/Source/Quilt.pm
pod2man: unable to format ./Dpkg/Vars.pm

Using `pod2man` from perl 5.36.0.

Under Darwin system (iOS 14.5.1) with root access (jailbroken)
Darwin iPad 20.4.0 Darwin Kernel Version 20.4.0: Sun Feb 28 21:05:09 PST 2021; 
root:xnu-7195.100.367~3/RELEASE_ARM64_T8101 iPad13,4 arm64 J517AP Darwin

Perl Version:

$ perl -v

This is perl 5, version 36, subversion 0 (v5.36.0) built for 
darwin-thread-multi-2level-2level

Copyright 1987-2022, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at https://www.perl.org/, the Perl Home Page.

$ perl -V
Summary of my perl5 (revision 5 version 36 subversion 0) configuration:
   
  Platform:
    osname=darwin
    osvers=20.4.0
    archname=darwin-thread-multi-2level-2level
    uname='darwin ipad 20.4.0 darwin kernel version 20.4.0: sun feb 28 21:05:09 
pst 2021; root:xnu-7195.100.367~3release_arm64_t8101 ipad13,4 arm64 j517ap 
darwin '
    config_args='-des'
    hint=previous
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fno-common -DPERL_DARWIN -miphoneos-version-min=13.0 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include 
-DPERL_USE_SAFE_PUTENV'
    optimize='-Os'
    cppflags='-fno-common -DPERL_DARWIN -miphoneos-version-min=13.0 
-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='Clang 10.0.0 (g...@bingner.com:elucubratus.git 
38d9371d79ade653c47347ca418b91e61808011c)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=8
    longdblkind=0
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -miphoneos-version-min=13.0 -fstack-protector-strong 
-L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -ldb-4
    perllibs=-ldb-4
    libc=
    so=dylib
    useshrplib=true
    libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=bundle
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' -miphoneos-version-min=13.0 -bundle -undefined dynamic_lookup 
-L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_SAFE_PUTENV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
  Built under darwin
  Compiled at Dec 29 2022 18:22:36
  @INC:
    /usr/local/lib/perl/5.36.0
    /usr/local/share/perl/5.36.0
    /usr/lib/perl5/5.36
    /usr/share/perl5
    /usr/lib/perl/5.36
    /usr/share/perl/5.36

Reply via email to