[Bug-wget] pod2man --utf8 -> wget build failure

2016-05-23 Thread Karl Berry
Hi Giuseppe (and anyone), wget's doc/Makefile.am assumes that --utf8 is supported: $(MAN): wget.pod $(POD2MAN) --center [...] --utf8 $? > $@ (It's also assuming GNU make with the $? and $@, I believe, but never mind, that's a different issue.) Unfortunately, not all pod2man's have --utf

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-24 Thread Tim Ruehsen
Hi Karl, thanks for pointing out those issue(s). > Perl... Exactly which version does not matter. It matters. AFAICS, Perl 5.8 introduced UTF-8 in 2002. So perhaps your system is even older !? (Just out of curiosity, what is it ?) That lets me ask why are you sticking around with old software *

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-24 Thread Ryan Schmidt
On May 24, 2016, at 5:55 AM, Tim Ruehsen wrote: > Hi Karl, > > thanks for pointing out those issue(s). > >> Perl... Exactly which version does not matter. > > It matters. AFAICS, Perl 5.8 introduced UTF-8 in 2002. > So perhaps your system is even older !? > (Just out of curiosity, what is it ?

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-24 Thread Tim Rühsen
Am Dienstag, 24. Mai 2016, 09:24:44 schrieb Ryan Schmidt: > On May 24, 2016, at 5:55 AM, Tim Ruehsen wrote: > > Hi Karl, > > > > thanks for pointing out those issue(s). > > > >> Perl... Exactly which version does not matter. > > > > It matters. AFAICS, Perl 5.8 introduced UTF-8 in 2002. > > So p

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-27 Thread Tim Ruehsen
Please test the attached patch that addresses the pod2man issue. Tim On Tuesday 24 May 2016 09:24:44 Ryan Schmidt wrote: > On May 24, 2016, at 5:55 AM, Tim Ruehsen wrote: > > Hi Karl, > > > > thanks for pointing out those issue(s). > > > >> Perl... Exactly which version does not matter. > > >

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-27 Thread Karl Berry
Please test the attached patch that addresses the pod2man issue. I can't test it myself, but I'll pass it on to my Mac-using colleagues. It looks like it should do the job. Thanks. --karl

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-31 Thread Tim Ruehsen
Did you already get any feedback from your colleagues ? Tim On Friday 27 May 2016 22:51:59 Karl Berry wrote: > Please test the attached patch that addresses the pod2man issue. > > I can't test it myself, but I'll pass it on to my Mac-using colleagues. > It looks like it should do the job. T

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-31 Thread Karl Berry
Did you already get any feedback from your colleagues ? They didn't rebuild (not easy in that environment), but they thought it should work too. Might as well go for it. Thanks for checking. --karl

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-06-01 Thread Tim Ruehsen
I pushed it. Tim signature.asc Description: This is a digitally signed message part.

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-06-26 Thread Jérémie Courrèges-Anglas
Tim Ruehsen writes: > Please test the attached patch that addresses the pod2man issue. One minor thing regarding this patch: make is supposed to start commands using sh -e (POSIX says). -e in a shell approximately means "exit as soon as you encounter an error". Thus, here: @@ -57,7 +57,10 @@ w

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-06-30 Thread Tim Ruehsen
Thanks, Jérémie. The change has been pushed. Tim signature.asc Description: This is a digitally signed message part.