Re: ltmain.sh not found

2019-04-25 Thread @lbutlr
On 25 Apr 2019, at 07:14, Willem Offermans wrote: > When I have time, I will dig into poudriere. I assume there is > documentation/tutorial around that will get me going. > The man pages will also be helpful. Loos like and

Re: ltmain.sh not found

2019-04-25 Thread Willem Offermans
Dear FreeBSD friends, No, I have not yet considered using poudriere. I’m using portmaster for years now and I was too lazy to look for a better/another tool. When I have time, I will dig into poudriere. I assume there is documentation/tutorial around that will get me going. The man pages will

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: 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
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

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!

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/lt

ltmain.sh not found

2019-04-23 Thread Willem Offermans
Dear FreeBSD friends, 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 cumbersome. Does anyone know a mo