bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [bug-wget] pod problems when compiling, with perl 5.18


From: Tim Rühsen
Subject: Re: [Bug-wget] [bug-wget] pod problems when compiling, with perl 5.18
Date: Sun, 26 May 2013 17:51:05 +0200
User-agent: KMail/1.13.7 (Linux/3.8-2-amd64; KDE/4.8.4; x86_64; ; )

A similar problem has been reported for other software as well for Gentoo and 
Redhat.

You can edit wget.texi and change all e.g. '@item <number>' into '@item 
<string>. I can't test it right here since perl 5.18 is still in experimental 
and has some dependancy problems right now.

So, this is just an example patch, that should correct the issues with perl 
numbers. Not shure how e.g. @item '1' would appear in the man page, so I take 
@item 1..


index c2230a9..74f8ba0 100644
--- a/doc/wget.texi
+++ b/doc/wget.texi
@@ -2145,32 +2145,32 @@ Wget may return one of several error codes if it 
encounters problems.
 
 
 @table @asis
address@hidden 0
address@hidden 0.
 No problems occurred.
 
address@hidden 1
address@hidden 1.
 Generic error code.
 
address@hidden 2
address@hidden 2.
 Parse error---for instance, when parsing command-line options, the
 @samp{.wgetrc} or @samp{.netrc}...
 
address@hidden 3
address@hidden 3.
 File I/O error.
 
address@hidden 4
address@hidden 4.
 Network failure.
 
address@hidden 5
address@hidden 5.
 SSL verification failure.
 
address@hidden 6
address@hidden 6.
 Username/password authentication failure.
 
address@hidden 7
address@hidden 7.
 Protocol errors.
 
address@hidden 8
address@hidden 8.
 Server issued an error response.
 @end table
 



Am Samstag, 25. Mai 2013 schrieb Javier Vasquez:
> Please CC me on any answer, given I'm not part of the mailing list...
> 
> You can see this issue I found:
> 
> http://www.sourcemage.org/issues/546
> 
> Essentially wget compilation fails with perl 5.18, given pod got more
> restrictive:
> 
> make3: Leaving directory `/home/sorcery/src/wget-1.14/src'
> make2: Leaving directory `/home/sorcery/src/wget-1.14/src'
> Making all in doc
> make2: Entering directory `/home/sorcery/src/wget-1.14/doc'
> ./texi2pod.pl -D VERSION="1.14" ./wget.texi wget.pod
> /usr/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.14" wget.pod > 
wget.1
> wget.pod around line 2105: Expected text after =item, not a number
> wget.pod around line 2110: Expected text after =item, not a number
> wget.pod around line 2116: Expected text after =item, not a number
> wget.pod around line 2121: Expected text after =item, not a number
> wget.pod around line 2126: Expected text after =item, not a number
> wget.pod around line 2131: Expected text after =item, not a number
> wget.pod around line 2136: Expected text after =item, not a number
> wget.pod around line 2141: Expected text after =item, not a number
> POD document had syntax errors at /usr/bin/pod2man line 71.
> make2: * [wget.1] Error 255
> make2: Leaving directory `/home/sorcery/src/wget-1.14/doc'
> make1: Leaving directory `/home/sorcery/src/wget-1.14'
> make1: [all-recursive] Error 1
> make: ** [all] Error 2
> 
> Has any one reported it?  Is there a patch or work around for it?
> 
> Thanks,
> 
> --
> Javier.
> 
> 

Regards, Tim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]