fetch(3): Authentication error when URL https://

2012-09-06 Thread O. Hartmann
Hello. Creating a port, I need to fectch sources from a site whos URL is https://xxx.xxx.xxx. Doing so, I end up with an "Authentication error". This makes the fetch process in the port's Makefile impossible. I tried to fetch the source tar-ball via "wget(1)", but this also fails, wget suggests

Re: Bull Mountain (IvyBridge +) random number generator

2012-09-06 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/02/12 03:34, Konstantin Belousov wrote: > It is relatively well known that Ivy Bridge CPUs (Core iX 3XXX) > have built-in hardware random number generator, which is claimed to > be both very fast and high quality. Generator is accessible using

Re: pkg (aka pkgng) 1.0 released

2012-09-06 Thread Matthew Seaman
On 06/09/2012 16:37, Ivan Voras wrote: > On 30/08/2012 16:19, Baptiste Daroussin wrote: >> Hi all, >> >> Since Julien Laffaye and I started pkgng lots of things has happened and >> here we >> are now. >> >> After 2 years of development (first commit "Tue Sep 7 2010"), more than 2000 >> commits, 43

Re: pkg (aka pkgng) 1.0 released

2012-09-06 Thread Ivan Voras
On 30/08/2012 16:19, Baptiste Daroussin wrote: > Hi all, > > Since Julien Laffaye and I started pkgng lots of things has happened and here > we > are now. > > After 2 years of development (first commit "Tue Sep 7 2010"), more than 2000 > commits, 43 different contibutors. The pkgng team is prou

Re: Compiler performance tests on FreeBSD 10.0-CURRENT

2012-09-06 Thread Steve Kargl
On Thu, Sep 06, 2012 at 10:43:12AM +0200, Roman Divacky wrote: > On Wed, Sep 05, 2012 at 03:13:11PM -0700, Steve Kargl wrote: > > > > Compiling libm on > > > > CPU: AMD Opteron(tm) Processor 248 (2192.01-MHz K8-class CPU) > > Origin = "AuthenticAMD" Id = 0xf5a Family = f Model = 5 Stepping

Re: Where to ask questions about poudriere?

2012-09-06 Thread Rainer Duffner
Am Thu, 6 Sep 2012 14:59:03 +0300 schrieb Alexander Yerenkow : > I don't see where you specify your zfs tank, is it missed in mail, or > in conf? It slipped into the previous line: ZPOOL=datapool FTPHOST=ftp.ch.freebsd.org FREEBSD_HOST=http://ftp.ch.freebsd.org/ RESOLV_CONF=/etc/resolv.conf BASE

Re: Help. Porting "FreeOCL" fails (atomic_ops.h missing, CLANG++ libc++ issues ...)

2012-09-06 Thread Ian Lepore
On Thu, 2012-09-06 at 13:14 +0200, O. Hartmann wrote: > I tried to add > > RUN_DEPENDS= > ${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops > > to my provided Makefile, but this doesn't install the port > devel/libatomic_ops. > This is weird and inconsistent. I follow exact the ste

Re: Compiler performance tests on FreeBSD 10.0-CURRENT

2012-09-06 Thread Dimitry Andric
On 2012-09-06 12:20, David Chisnall wrote: ... There may also be a difference in whether -ffast-math is the default on each compiler. On x86, this will replace a number of libm calls with (much faster, but less accurate) SSE or x87 instructions. If this is enabled by default with clang and n

Re: Firefox-15/Thunderbird-15: won't compile on FreeBSD 10.0-CUR: /jsproxy.h:17:7: error: visibility does not match previous declaration

2012-09-06 Thread Niclas Zeising
On 2012-09-05 11:11, Dimitry Andric wrote: > On 2012-09-05 10:11, O. Hartmann wrote: >> Udating/reinstalling of both ports www/firefox (15.0) and >> mail/thunderbird (15) fail with an error like showed below. > >> ./jsproxy.h:17:7: error: visibility does not match previous declaration >> class

Re: Where to ask questions about poudriere?

2012-09-06 Thread Alexander Yerenkow
I don't see where you specify your zfs tank, is it missed in mail, or in conf? 2012/9/6 Rainer Duffner > Hi, > > I'm trying to get poudriere working with the following settings: > > f2d169d8-20d2-41d4-8e43-8a9fc5a2b509# cat /usr/local/etc/poudriere.conf > |grep -v ^# |grep -v ^$ ZPOOL=datapool >

Re: Help. Porting "FreeOCL" fails (atomic_ops.h missing, CLANG++ libc++ issues ...)

2012-09-06 Thread O. Hartmann
On 09/06/12 12:16, Matthieu Volat wrote: > On Wed, 05 Sep 2012 16:45:49 +0200 > "O. Hartmann" wrote: > >> Hello. >> >> FreeBSD has fallen back far behind the standards of modern scientific >> computing and I dsperately look for solutions having OpenCL support on >> FreeBSD anyway. >> >> I stumble

Re: Help. Porting "FreeOCL" fails (atomic_ops.h missing, CLANG++ libc++ issues ...)

2012-09-06 Thread O. Hartmann
On 09/06/12 12:16, Matthieu Volat wrote: > On Wed, 05 Sep 2012 16:45:49 +0200 > "O. Hartmann" wrote: > >> Hello. >> >> FreeBSD has fallen back far behind the standards of modern scientific >> computing and I dsperately look for solutions having OpenCL support on >> FreeBSD anyway. >> >> I stumble

Where to ask questions about poudriere?

2012-09-06 Thread Rainer Duffner
Hi, I'm trying to get poudriere working with the following settings: f2d169d8-20d2-41d4-8e43-8a9fc5a2b509# cat /usr/local/etc/poudriere.conf |grep -v ^# |grep -v ^$ ZPOOL=datapool FTPHOST=ftp.ch.freebsd.org FREEBSD_HOST=http://ftp.ch.freebsd.org/ RESOLV_CONF=/etc/resolv.conf BASEFS=/usr/local/pou

Re: Compiler performance tests on FreeBSD 10.0-CURRENT

2012-09-06 Thread David Chisnall
On 6 Sep 2012, at 09:43, Roman Divacky wrote: > Was this compiled as amd64 or i386? Also, can you send me the test case? > So that we can explore the difference. The working theory now is SSE vs FPU > mathematics, but it would be nice to see the testcase. There may also be a difference in whether

Re: Compiler performance tests on FreeBSD 10.0-CURRENT

2012-09-06 Thread Roman Divacky
On Wed, Sep 05, 2012 at 03:13:11PM -0700, Steve Kargl wrote: > On Wed, Sep 05, 2012 at 11:31:26AM +0200, Dimitry Andric wrote: > > On 2012-09-05 01:40, Garrett Cooper wrote: > > ... > > > Steve does have a point. Posting the results of > > >CFLAGS/CPPFLAGS/LDFLAGS/etc for config.log (and maybe