pkg updating crash in pkg-1.8.0

2016-05-23 Thread andrew clarke
Hi, The command "pkg updating" crashes since pkg-1.8.0. Out of curiosity I rebuilt it from source, then single-stepped pkg-static using gdb: $ uname -a FreeBSD blizzard.phoenix 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 r...@releng1.nyi.freebsd.org:/usr/obj/usr/sr

remove libstdc++ dependency from libc++ on freebsd 9.x

2016-05-23 Thread kang joni
I need to backport c++11project to BSD 9.x. How to remove libstdc++ dependency from libc++ and libc++abi as freebsd 10.x did? I'm stuck on this. The llvm docs is unclear. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinf

FreeBSD ports you maintain which are out of date

2016-05-23 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: [PATCH] net/relayd - configuration sanity checks à la nginx

2016-05-23 Thread Damien Fleuriot
On 21 May 2016 at 12:14, Lars Engels wrote: > On Fri, May 20, 2016 at 02:18:14PM +0200, Damien Fleuriot wrote: > > Hello list, > > > > > > Find in the ticket below [1] a splendid patch to net/relayd's rc script > so > > that it mimics nginx's behaviour and actually runs a sanity check on its > >

Re: how to create a powerpc64 poudriere jail ?

2016-05-23 Thread Jan Beich
Kurt Jaeger writes: > /pou/jails/p64/usr/bin/id > Unable to load interpreter Before bug 209706 try running as $ chroot /pou/jails/p64 /usr/bin/id signature.asc Description: PGP signature

Re: how to create a powerpc64 poudriere jail ?

2016-05-23 Thread Kurt Jaeger
Hi! > Kurt Jaeger writes: > > > /pou/jails/p64/usr/bin/id > > Unable to load interpreter > > Before bug 209706 try running as > > $ chroot /pou/jails/p64 /usr/bin/id This happens: chroot /pou/jails/p64 /usr/bin/id Invalid data memory access: 0x003f8000 qemu: uncaught target signal

Re: pkg updating crash in pkg-1.8.0

2016-05-23 Thread Baptiste Daroussin
On Mon, May 23, 2016 at 06:46:04PM +1000, andrew clarke wrote: > Hi, > > The command "pkg updating" crashes since pkg-1.8.0. > > Out of curiosity I rebuilt it from source, then single-stepped > pkg-static using gdb: > > $ uname -a > FreeBSD blizzard.phoenix 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r

[NEW stage-qa check] proxydeps: checks for the missing package dependencies

2016-05-23 Thread Yuri
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195203 This check finds all packages of the shared libraries that executables and shared libraries in the port immediately depend on which aren't declared as dependencies. It suggests the missing USE clauses, like this: > > Running Q/A

Re: setiathome version 8 for amd64 current

2016-05-23 Thread Torfinn Ingolfsen
On Sun, May 22, 2016 at 7:42 PM, Manfred Antar wrote: > The version of setiathome in ports isn’t supported anymore. > Version 8 is the one that is supported now. > I was able to get a version 8 build to work. > It requires a new version of boinc-client also. > I have placed a tar archive of the so

Re: setiathome version 8 for amd64 current

2016-05-23 Thread Manfred Antar
> On May 23, 2016, at 12:44 PM, Torfinn Ingolfsen wrote: > > On Sun, May 22, 2016 at 7:42 PM, Manfred Antar wrote: >> The version of setiathome in ports isn’t supported anymore. >> Version 8 is the one that is supported now. >> I was able to get a version 8 build to work. >> It requires a new v

Re: remove libstdc++ dependency from libc++ on freebsd 9.x

2016-05-23 Thread Dimitry Andric
On 23 May 2016, at 11:02, kang joni wrote: > > I need to backport c++11project to BSD 9.x. How to remove libstdc++ > dependency from libc++ and libc++abi as freebsd 10.x did? > I'm stuck on this. The llvm docs is unclear. On FreeBSD 9.x, C++11 is not supported out of the box. As I mentioned in

Please commit sysutils/backuppc patch

2016-05-23 Thread Alexander Moisseev
Bug 209496 - sysutils/backuppc: fix fatal error with Perl-5.22 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209496 Thanks in advance, Alexander ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To u