Re: Missing libraries after upgrade to 6.4

2018-12-31 Thread Stuart Henderson
On 2018-12-20, John Ankarström wrote: > Hello all, > > I have this port [1] that installed fine on 6.3, but after I upgraded to > 6.4, following the FAQ, I'm getting weird errors. > > When running make install, it fails because qtbase-5.9.4 can't be > installed, which is weird that it wants to d

Re: Missing libraries after upgrade to 6.4

2018-12-21 Thread John Ankarström
Juan Francisco Cantero Hurtado wrote: $ rm -rf /usr/ports/{pobj,packages,plist} $ pkg_delete strawberry $ pkg_add -u $ pkg_delete -a $ cd /usr/ports/audio/strawberry $ make install Thank you! That did it!

Re: Missing libraries after upgrade to 6.4

2018-12-21 Thread Juan Francisco Cantero Hurtado
On Thu, Dec 20, 2018 at 10:51:38PM +0100, John Ankarström wrote: > Hello all, > > I have this port [1] that installed fine on 6.3, but after I upgraded to > 6.4, following the FAQ, I'm getting weird errors. > > When running make install, it fails because qtbase-5.9.4 can't be installed, > which i

Re: Missing libraries after upgrade to 6.4

2018-12-20 Thread John Ankarström
Tom Smyth wrote: Hello John, Hi! do you have PKG_PATH Variable set to an old version ? eg export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(6.3/packages/amd64/ export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(uname -p)/ you can remove the PKG_PAT

Re: Missing libraries after upgrade to 6.4

2018-12-20 Thread Tom Smyth
Hello John, do you have PKG_PATH Variable set to an old version ? eg export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(6.3/packages/amd64/ export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(uname -p)/ you can remove the PKG_PATH variable as installurl

Missing libraries after upgrade to 6.4

2018-12-20 Thread John Ankarström
Hello all, I have this port [1] that installed fine on 6.3, but after I upgraded to 6.4, following the FAQ, I'm getting weird errors. When running make install, it fails because qtbase-5.9.4 can't be installed, which is weird that it wants to do, because the version in ports is 5.9.6p1. Her