Re: www/linkchecker refusing to start

2017-07-02 Thread Jeremie Courreges-Anglas
mrsatte...@mrsatterly.com writes:

> I am using
> OpenBSD 6.1-current (GENERIC.MP) #64: Wed Jun 28 12:27:46 MDT 2017
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
>
> www/linkchecker refuses to start and gives a wrong version error for
> py-requests.
>
> $ linkchecker
> This program requires Python requests 2.2.0 or later.
>
> Using pkg_info on py-requests shows it is above 2.2.0.
>
> $ pkg_info py-requests
> Information for inst:py-requests-2.14.2
> ...
> Required by:
> linkchecker-9.3p1
> ...
>
> All of the bug reports about the problem point to this link.
> https://github.com/wummel/linkchecker/issues/649
>
> It looks like a fix was posted here.
> https://github.com/wummel/linkchecker/commit/c2ce810c3fb00b895a841a7be6b2e78c64e7b042
>
> Comments in the commit and bug threads still show people having
> problems.

Yet upstream's commit fixes the issue here, so I've applied it as
a patch.

Thanks for the report,
-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



www/linkchecker refusing to start

2017-07-02 Thread MrSatterly
I am using
OpenBSD 6.1-current (GENERIC.MP) #64: Wed Jun 28 12:27:46 MDT 2017
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

www/linkchecker refuses to start and gives a wrong version error for
py-requests.

$ linkchecker
This program requires Python requests 2.2.0 or later.

Using pkg_info on py-requests shows it is above 2.2.0.

$ pkg_info py-requests
Information for inst:py-requests-2.14.2
...
Required by:
linkchecker-9.3p1
...

All of the bug reports about the problem point to this link.
https://github.com/wummel/linkchecker/issues/649

It looks like a fix was posted here.
https://github.com/wummel/linkchecker/commit/c2ce810c3fb00b895a841a7be6b2e78c64e7b042

Comments in the commit and bug threads still show people having
problems.