Opened 9 years ago
Closed 9 years ago
#47993 closed defect (fixed)
rsnapshot @1.3.1_3: Fails to build due to pod2man syntax error
Reported by: | raimue (Rainer Müller) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | mojca (Mojca Miklavec) |
Port: | rsnapshot |
Description
---> Building rsnapshot system: cd "/opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_sysutils_rsnapshot/rsnapshot/work/rsnapshot-1.3.1" && /usr/bin/make -j8 -w all make: Entering directory `/opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_sysutils_rsnapshot/rsnapshot/work/rsnapshot-1.3.1' /usr/bin/pod2man -c '' -n 'rsnapshot' -r '' rsnapshot > rsnapshot.1 /usr/bin/pod2man -c '' -n 'rsnapshot-diff' -r '' rsnapshot-diff > rsnapshot-diff.1 rsnapshot around line 6723: You forgot a '=back' before '=head1' POD document had syntax errors at /usr/bin/pod2man5.18 line 72. make: *** [rsnapshot.1] Error 255
Here is a patch that adds the missing =back
to get it to compile.
I'll leave it to the maintainer to determine whether /usr/bin/pod2man
is actually the intended tool here. Probably it should be using ${prefix}/bin/pod2man-5.16
instead. But that would be another issue.
Attachments (1)
Change History (2)
Changed 9 years ago by raimue (Rainer Müller)
Attachment: | rsnapshot-pod-syntax.diff added |
---|
comment:1 Changed 9 years ago by mojca (Mojca Miklavec)
Cc: | mojca@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 2.3.3 |
Note: See
TracTickets for help on using
tickets.
See #50111. Fixed by updating in r144335 (maintainer timeout).