Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-19 Thread Jeremie Courreges-Anglas
Marc Espie writes: > On Fri, Jun 16, 2017 at 08:03:46PM +0100, Stuart Henderson wrote: >> On 2017/06/15 09:10, Sebastian Reitenbach wrote: >> > > >> > > Make test doesn't work, I guess problem with a $SHELL, however, running >> > > 'gmake test' in the >> > > build directory runs 38 tests, 0 fail

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-19 Thread Marc Espie
On Fri, Jun 16, 2017 at 08:03:46PM +0100, Stuart Henderson wrote: > On 2017/06/15 09:10, Sebastian Reitenbach wrote: > > > > > > Make test doesn't work, I guess problem with a $SHELL, however, running > > > 'gmake test' in the > > > build directory runs 38 tests, 0 failures, 5 errors. > > > The 5

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-19 Thread Stuart Henderson
On 2017/06/15 09:10, Sebastian Reitenbach wrote: > > > > Make test doesn't work, I guess problem with a $SHELL, however, running > > 'gmake test' in the > > build directory runs 38 tests, 0 failures, 5 errors. > > The 5 errors are all related to the missing refCount from TRObject. > > > > Maybe th

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-15 Thread Sebastian Reitenbach
On Wednesday, June 14, 2017 23:40 CEST, "Sebastian Reitenbach" wrote: > > On Tuesday, June 13, 2017 18:47 CEST, Jeremie Courreges-Anglas > wrote: > > > > > (adding openvpn-auth-ldap and libobjc2 maintainer to Cc) > > > > Stuart Henderson writes: > > > > > On 2016/10/18 21:29, Jeremie Courreg

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-14 Thread Sebastian Reitenbach
On Tuesday, June 13, 2017 18:47 CEST, Jeremie Courreges-Anglas wrote: > > (adding openvpn-auth-ldap and libobjc2 maintainer to Cc) > > Stuart Henderson writes: > > > On 2016/10/18 21:29, Jeremie Courreges-Anglas wrote: > >> Pascal Stumpf writes: > >> > > >> > I don't claim to know much about

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-13 Thread Stuart Henderson
On 2017/06/13 18:47, Jeremie Courreges-Anglas wrote: > > So openvpn-auth-ldap is broken again because of the libobjc conflict; > > it picks up the higher-numbered version from /usr/local/lib ahead of > > the lower-numbered version in /usr/lib (i.e. higher version number > > trumps being earlier in

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-13 Thread Jeremie Courreges-Anglas
(adding openvpn-auth-ldap and libobjc2 maintainer to Cc) Stuart Henderson writes: > On 2016/10/18 21:29, Jeremie Courreges-Anglas wrote: >> Pascal Stumpf writes: >> > >> > I don't claim to know much about objc, but I think the correct solution >> > would be to either rename libobj from lang/gc

base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-13 Thread Stuart Henderson
On 2016/10/18 21:29, Jeremie Courreges-Anglas wrote: > Pascal Stumpf writes: > > > > I don't claim to know much about objc, but I think the correct solution > > would be to either rename libobj from lang/gcc to libeobjc (and make the > > port use it) or go the fortran route and remove support from

Re: openvpn-auth-ldap problem

2016-11-09 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > "Leclerc, Sebastien" writes: > >>> -Message d'origine- >>> De : Jeremie Courreges-Anglas [mailto:j...@wxcvbn.org] >>> Envoyé : 18 octobre 2016 15:29 >>> >>> Anyway, is the plugin broken right now, or is that report just about >>> runtime linker warning

Re: openvpn-auth-ldap problem

2016-11-01 Thread Jeremie Courreges-Anglas
"Leclerc, Sebastien" writes: >> -Message d'origine- >> De : Jeremie Courreges-Anglas [mailto:j...@wxcvbn.org] >> Envoyé : 18 octobre 2016 15:29 >> >> Anyway, is the plugin broken right now, or is that report just about >> runtime linker warnings? > > It is broken, ldap authentication doe

Re: openvpn-auth-ldap problem

2016-10-24 Thread Leclerc, Sebastien
> -Message d'origine- > De : Jeremie Courreges-Anglas [mailto:j...@wxcvbn.org] > Envoyé : 18 octobre 2016 15:29 > > Anyway, is the plugin broken right now, or is that report just about > runtime linker warnings? It is broken, ldap authentication does not work, but is ok with 5.9 amd64. S

Re: openvpn-auth-ldap problem

2016-10-18 Thread Jeremie Courreges-Anglas
Pascal Stumpf writes: > On Sun, 16 Oct 2016 12:17:40 +0100, Stuart Henderson wrote: >> On 2016/10/11 19:00, Leclerc, Sebastien wrote: >> > When starting OpenVPN with module openvpn-auth-ldap activated, I get the >> > following: >> > >> > openvpn:/usr/local/lib/openvpn-auth-ldap.so: /usr/lib/lib

Re: openvpn-auth-ldap problem

2016-10-18 Thread Pascal Stumpf
On Sun, 16 Oct 2016 12:17:40 +0100, Stuart Henderson wrote: > On 2016/10/11 19:00, Leclerc, Sebastien wrote: > > When starting OpenVPN with module openvpn-auth-ldap activated, I get the > > following: > > > > openvpn:/usr/local/lib/openvpn-auth-ldap.so: /usr/lib/libobjc.so.6.0 : > > WARNING: sym

Re: openvpn-auth-ldap problem

2016-10-16 Thread Stuart Henderson
On 2016/10/11 19:00, Leclerc, Sebastien wrote: > When starting OpenVPN with module openvpn-auth-ldap activated, I get the > following: > > openvpn:/usr/local/lib/openvpn-auth-ldap.so: /usr/lib/libobjc.so.6.0 : > WARNING: symbol(__objc_class_name_Protocol) size mismatch, relink your program > ope

Re: openvpn-auth-ldap problem

2016-10-12 Thread Stuart Henderson
On 2016/10/12 12:05, Leclerc, Sebastien wrote: > > -Message d'origine- > > De : Stuart Henderson [mailto:s...@spacehopper.org] > > Envoyé : 11 octobre 2016 15:59 > > À : Leclerc, Sebastien > > Cc : ports@openbsd.org > > Objet : Re: openvpn-auth-lda

Re: openvpn-auth-ldap problem

2016-10-12 Thread Leclerc, Sebastien
> -Message d'origine- > De : Stuart Henderson [mailto:s...@spacehopper.org] > Envoyé : 11 octobre 2016 15:59 > À : Leclerc, Sebastien > Cc : ports@openbsd.org > Objet : Re: openvpn-auth-ldap problem > > libobjc in base and in ports have the same shared

Re: openvpn-auth-ldap problem

2016-10-11 Thread Stuart Henderson
On 2016/10/11 19:00, Leclerc, Sebastien wrote: > When starting OpenVPN with module openvpn-auth-ldap activated, I get the > following: > > openvpn:/usr/local/lib/openvpn-auth-ldap.so: /usr/lib/libobjc.so.6.0 : > WARNING: symbol(__objc_class_name_Protocol) size mismatch, relink your program > ope

openvpn-auth-ldap problem

2016-10-11 Thread Leclerc, Sebastien
When starting OpenVPN with module openvpn-auth-ldap activated, I get the following: openvpn:/usr/local/lib/openvpn-auth-ldap.so: /usr/lib/libobjc.so.6.0 : WARNING: symbol(__objc_class_name_Protocol) size mismatch, relink your program openvpn:/usr/local/lib/openvpn-auth-ldap.so: /usr/lib/libobjc.