Re: ltmain.sh not found

2019-04-24 Thread Kevin Oberman
On Wed, Apr 24, 2019 at 9:05 AM Christoph Moench-Tegeder wrote: > ## Willem Offermans (wil...@offermans.rompen.nl): > > > Unfortunately it is probably not gawk in my case, which causes trouble. > > However, your response indicates that the problem will be solved after I > > have updated/reinstall

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Stefan Bethke
> Am 24.04.2019 um 22:50 schrieb Mathieu Arnold : > > On Wed, Apr 24, 2019 at 06:34:06PM +0200, Stefan Bethke wrote: >>> Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : >>> >>> Hi! >>> Did you find a solution? Please let me know. >>> >>> There's a well-known problem in the sequence in which p

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Mathieu Arnold
On Wed, Apr 24, 2019 at 06:34:06PM +0200, Stefan Bethke wrote: > > Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : > > > > Hi! > > > >> Did you find a solution? Please let me know. > > > > There's a well-known problem in the sequence in which php modules > > are loaded. I don't know if this is the

Re: FreeBSD Port: unifi5-5.10.20

2019-04-24 Thread Ronald Klop
On Wed, 24 Apr 2019 02:57:57 +0200, Doug Sampson wrote: feld- Are there any plans to upgrade the unifi port to 5.10.21? I appear to be having some difficulty running 5.10.20 on five APs and wondered if 5.10.21 would be out any time soon? You can try the port https://www.freshports.org

Re: cclient, panda-cclient, and php71-imap (and others?)

2019-04-24 Thread Thierry Thomas
Le lun. 22 avr. 19 à 20:05:07 +0200, Adam Bernstein écrivait : > It seems to me that 'mail/cclient' should be marked as broken with > current OpenSSL > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226621), and possibly > as unmaintained, and that all other ports that use it (the one tha

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Kurt Jaeger
Hi! > >> Did you find a solution? Please let me know. > > There's a well-known problem in the sequence in which php modules > > are loaded. I don't know if this is the case here as well, > > but that's what we do: > Thanks Kurt, it appears to fix (or at least work around) the problem. > > Why i

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Stefan Bethke
> Am 23.04.2019 um 18:01 schrieb Kurt Jaeger : > > Hi! > >> Did you find a solution? Please let me know. > > There's a well-known problem in the sequence in which php modules > are loaded. I don't know if this is the case here as well, > but that's what we do: > > fetch -o fixphpextorder \ >

Re: ltmain.sh not found

2019-04-24 Thread Christoph Moench-Tegeder
## Willem Offermans (wil...@offermans.rompen.nl): > Unfortunately it is probably not gawk in my case, which causes trouble. > However, your response indicates that the problem will be solved after I > have updated/reinstalled the guilty one. There's sysutils/bsdadminscripts, which provides pkg_li

Re: ltmain.sh not found

2019-04-24 Thread Willem Offermans
Dear Jesper and FreeBSD friends, Thank you for your response. Unfortunately it is probably not gawk in my case, which causes trouble. However, your response indicates that the problem will be solved after I have updated/reinstalled the guilty one. So for the time being, I have to push some updat

Re: ltmain.sh not found

2019-04-24 Thread Willem Offermans
Dear FreeBSD friends, Ports tree should be up to date. $ svnlite info /usr/ports/ Path: /usr/ports Working Copy Root Path: /usr/ports URL: svn://svn0.eu.freebsd.org/ports/head Relative URL: ^/head Repository Root: svn://svn0.eu.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237

Re: ltmain.sh not found

2019-04-24 Thread O'Connor, Daniel
> On 24 Apr 2019, at 16:38, Dima Pasechnik wrote: > > On Wed, Apr 24, 2019 at 7:58 AM Willem Offermans > wrote: >> Almost every third port update ends with ``configure.ac:6: error: required >> file './ltmain.sh' not found``. >> See output below! >> >> I can copy ltmain manually: cp -p >> /

Re: ltmain.sh not found

2019-04-24 Thread Dima Pasechnik
On Wed, Apr 24, 2019 at 7:58 AM Willem Offermans wrote: > Almost every third port update ends with ``configure.ac:6: error: required > file './ltmain.sh' not found``. > See output below! > > I can copy ltmain manually: cp -p > /usr/local/share/libtool/build-aux/ltmain.sh ., but this is quite > c