Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2001 14:22:18 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        ports@freebsd.org
Subject:   Perl POD error
Message-ID:  <20010815142218.A4810@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
Anybody understand Perl's POD <.beep.> enough to help me understand this
error?  [the GNU toolchain manpages are now generated from text2pod.pl]


perl .././../gcc-20010815/gcc/../contrib/texi2pod.pl < .././../gcc-20010815/gcc/doc/invoke.texi > gcc.pod
(pod2man --center="GNU" --release="gcc-3.1" --section=1 gcc.pod > .././../gcc-20010815/gcc/doc/gcc.1.T$$ && \
        mv -f .././../gcc-20010815/gcc/doc/gcc.1.T$$ .././../gcc-20010815/gcc/doc/gcc.1) || \
        (rm -f .././../gcc-20010815/gcc/doc/gcc.1.T$$ && exit 1)
Can't locate object method "cmd_head3" via package "Pod::Man" at /usr/libdata/perl/5.6.0/Pod/Man.pm line 463, <GEN0> line 5035.
gmake: [.././../gcc-20010815/gcc/doc/gcc.1] Error 1 (ignored)

-- 
-- David  (obrien@FreeBSD.org)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010815142218.A4810>