Build failed in Jenkins: FreeBSD_stable_8 #244

2015-04-04 Thread jenkins-admin
See -- [...truncated 6591 lines...] AUsys/dev/ep/if_epvar.h AUsys/dev/ep/if_ep.c AUsys/dev/ep/if_ep_mca.c AUsys/dev/ep/if_ep_eisa.c AUsys/dev/ep/if_epreg.h A

Build failed in Jenkins: FreeBSD_stable_10 #1335

2015-04-04 Thread jenkins-admin
See Changes: [kib] MFC r280342: msdosfs: mark unused compat-mount fields. [dim] MFC r272444 (by jkim): Merge ACPICA 20140926. MFC r278970 (by jkim): Merge ACPICA 20141107 and 20150204. Approved by:jkim Relnotes: y

Re: pkgng cannot fetch from PACKAGESITE with nanobsd.sh in FreeBSD 10.1

2015-04-04 Thread Zenny
On 4/5/15, Zenny wrote: > On 4/5/15, Zenny wrote: >> Thanks Brandon. >> >> Yes, I did notice a typo. Missed a 'D' in NANO_WORLDDIR: >> pkg -c ${NANO_WORLDIR} install -fy ${PACKAGELIST} > > The above asked to do a 'pkg update', so accordingly, I added to > custom_packages the following: > > cust_N

Re: pkgng cannot fetch from PACKAGESITE with nanobsd.sh in FreeBSD 10.1

2015-04-04 Thread Zenny
On 4/5/15, Zenny wrote: > Thanks Brandon. > > Yes, I did notice a typo. Missed a 'D' in NANO_WORLDDIR: > pkg -c ${NANO_WORLDIR} install -fy ${PACKAGELIST} The above asked to do a 'pkg update', so accordingly, I added to custom_packages the following: cust_NANOBSD_packages() { env SSL_NO_

Re: pkgng cannot fetch from PACKAGESITE with nanobsd.sh in FreeBSD 10.1

2015-04-04 Thread Zenny
Thanks Brandon. Yes, I did notice a typo. Missed a 'D' in NANO_WORLDDIR: pkg -c ${NANO_WORLDIR} install -fy ${PACKAGELIST} /z On 4/5/15, Brandon Allbery wrote: > On Sat, Apr 4, 2015 at 8:26 PM, Zenny wrote: > >> + cust_NANOBSD_packages >> + env SSL_NO_VERIFY_HOSTNAME=true env SSL_NO_VERIFY_PP

Re: pkgng cannot fetch from PACKAGESITE with nanobsd.sh in FreeBSD 10.1

2015-04-04 Thread Brandon Allbery
On Sat, Apr 4, 2015 at 8:26 PM, Zenny wrote: > + cust_NANOBSD_packages > + env SSL_NO_VERIFY_HOSTNAME=true env SSL_NO_VERIFY_PPER=true pkg -c > install -fy nano > pkg: illegal option -- f > pkg: illegal option -- y > pkg: chroot failed! > > When I install with -y flag on the host node, it works f

Re: pkgng cannot fetch from PACKAGESITE with nanobsd.sh in FreeBSD 10.1

2015-04-04 Thread Zenny
Hi again, I appended the nanobsd configuration file with: cust_NANOBSD_packages() { env SSL_NO_VERIFY_HOSTNAME="true" \ env SSL_NO_VERIFY_PPER="true" \ pkg -c ${NANO_WORLDIR} install -fy ${PACKAGELIST} env SSL_NO_VERIFY_HOSTNAME="true" \ SSL_NO_VERIFY_PEER=

Re: Will ASAN MFC to 10-STABLE?

2015-04-04 Thread Dimitry Andric
On 05 Apr 2015, at 00:19, Kevin Bowling wrote: > > On 4/4/2015 3:11 PM, Dimitry Andric wrote: >> On 04 Apr 2015, at 23:30, Kevin Bowling wrote: >>> >>> I believe the last bits needed to try clang's ASAN feature is the clang-rt >>> stuff. Will this MFC with a clang 3.5 or 3.6 MFC? >> >> It de

Re: Will ASAN MFC to 10-STABLE?

2015-04-04 Thread Kevin Bowling
On 4/4/2015 3:11 PM, Dimitry Andric wrote: On 04 Apr 2015, at 23:30, Kevin Bowling wrote: I believe the last bits needed to try clang's ASAN feature is the clang-rt stuff. Will this MFC with a clang 3.5 or 3.6 MFC? It depends on whether we will ever MFC the most recent version of clang to

Re: Will ASAN MFC to 10-STABLE?

2015-04-04 Thread Dimitry Andric
On 04 Apr 2015, at 23:30, Kevin Bowling wrote: > > I believe the last bits needed to try clang's ASAN feature is the clang-rt > stuff. Will this MFC with a clang 3.5 or 3.6 MFC? It depends on whether we will ever MFC the most recent version of clang to stable/10. Since clang 3.5.0 and later r

Will ASAN MFC to 10-STABLE?

2015-04-04 Thread Kevin Bowling
I believe the last bits needed to try clang's ASAN feature is the clang-rt stuff. Will this MFC with a clang 3.5 or 3.6 MFC? Regards, Kevin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubs

Re: GLIBCXX errors, a very few ports don't run

2015-04-04 Thread Guido Falsi
On 04/04/15 14:11, Jeffrey Bouquet wrote: > > command: lnav -s > /usr/local/lib/gcc47/libstdc++.so.6: version GLIBCXX_3.4.20 required by > /usr/local/bin/lnav not found > > Script done on Sat Apr 4 04:56:17 2015 > > > ...

GLIBCXX errors, a very few ports don't run

2015-04-04 Thread Jeffrey Bouquet
command: lnav -s /usr/local/lib/gcc47/libstdc++.so.6: version GLIBCXX_3.4.20 required by /usr/local/bin/lnav not found Script done on Sat Apr 4 04:56:17 2015 ... 10.1-STABLE r280322 ...

Re: boostrapping pkg and ipv6

2015-04-04 Thread Baptiste Daroussin
On Sat, Apr 04, 2015 at 10:02:04AM +0200, Marten wrote: > Hi all, > > fyi: > pkg does not honor -4 or such config /usr/local/etc/pkg.conf > http://vuxml.freebsd.org/freebsd/vuln.xml.bz2 > is not reachable over ipv6 > > adding ipv4 addresses in /etc

Re: boostrapping pkg and ipv6

2015-04-04 Thread Marten
Hi all, fyi: pkg does not honor -4 or such config /usr/local/etc/pkg.conf http://vuxml.freebsd.org/freebsd/vuln.xml.bz2 is not reachable over ipv6 adding ipv4 addresses in /etc/hosts are a workaround data below, kind regards, Marten on this box

Re: boostrapping pkg and ipv6

2015-04-04 Thread Marten
Hi all, fyi: pkg does not honor -4 or such config /usr/local/etc/pkg.conf http://vuxml.freebsd.org/freebsd/vuln.xml.bz2 is not reachable over ipv6 adding ipv4 addresses in /etc/hosts are a workaround data below, kind regards, Marten on this box