Re: toolchain target

2015-06-18 Thread Simon J. Gerraty
Dimitry Andric wrote: > Hmm, is this still not fixed? This was broken by Simon's large > "meta-mode" commit r284345. but I would assume Baptiste's fixes after > that might have fixed it. I can't test this myself at the moment, due to > ENOTIME... I think https://reviews.freebsd.org/D2860 will fi

Re: toolchain target

2015-06-18 Thread Simon J. Gerraty
Andriy Gapon wrote: > > do you have anything interesting in /etc/make.conf? > > Thank you for the hint -- __MAKE_CONF=/dev/null SRC_CONF=/dev/null fix the > problem. > > Now I am trying to figure out what the problem is. The problem will be that I shifted the include of make.conf and etc to ea

Obsolete files in base/head

2015-06-18 Thread Trond Endrestøl
Hi, I'm sorry if this is just noise. Due to recent events in base/head, I began roaming one of my base/head VMs at home. This one is UFS2 based, and I found some files that hasn't been updated by installworld in quite some time. I have other base/head VMs, but they are ZFS based, and on those

Difference between pkg 1.5.2 and 1.5.4

2015-06-18 Thread Eggert, Lars
Hi, I'm netbooting with a read-only rootfs. Up until version 1.5.2 of pkg, that sometimes caused some errors when installing various packages, but the install continued even if some files couldn't be written. That seems to have changed with 1.5.4. Specifically, upgrading ca_root_nss from 3.19

Re: Boot hang: Sony VAIO

2015-06-18 Thread Konstantin Belousov
On Wed, Jun 17, 2015 at 03:09:16PM -0230, Jonathan Anderson wrote: > > On Jun 17, 2015, at 2:39 PM, Konstantin Belousov > > wrote: > > > > On Wed, Jun 17, 2015 at 02:32:16PM -0230, Jonathan Anderson wrote: > >> The system boots the 11-CURRENT kernel in "safe mode" (not sure if it???s > >> the k

Re: converted urtw(4) Was: [Testers needed!] WiFi drivers changes

2015-06-18 Thread Gleb Smirnoff
On Thu, Jun 18, 2015 at 04:16:55PM +0800, Kevin Lo wrote: K> > you signed up as tester of urtw(4). I have converted urtw(4) K> > and uploaded new patch at: K> > K> > https://reviews.freebsd.org/D2655 K> > K> > Please try, report and update the project page. K> > K> > https://wiki.freebsd.org/p

Re: converted urtw(4) Was: [Testers needed!] WiFi drivers changes

2015-06-18 Thread Gleb Smirnoff
On Thu, Jun 18, 2015 at 04:16:55PM +0800, Kevin Lo wrote: K> > you signed up as tester of urtw(4). I have converted urtw(4) K> > and uploaded new patch at: K> > K> > https://reviews.freebsd.org/D2655 K> > K> > Please try, report and update the project page. K> > K> > https://wiki.freebsd.org/p

Re: converted urtw(4) Was: [Testers needed!] WiFi drivers changes

2015-06-18 Thread Gleb Smirnoff
On Thu, Jun 18, 2015 at 12:04:55PM +0200, Olivier Cochard-Labbé wrote: O> > After bringing interface up I'm getting: O> > http://i.imgur.com/XhOVJ68.jpg O> > O> ​I didn't meet this problem on head (r284301) with D2655 applied and using O> an Alpha network AWUS036NHR v.2 Which is urtwn, not urtw.

Re: converted urtw(4) Was: [Testers needed!] WiFi drivers changes

2015-06-18 Thread Olivier Cochard-Labbé
On Thu, Jun 18, 2015 at 10:16 AM, Kevin Lo wrote: > > After bringing interface up I'm getting: > http://i.imgur.com/XhOVJ68.jpg > > ​I didn't meet this problem on head (r284301) with D2655 applied and using an Alpha network AWUS036NHR v.2 ​ ___ freebsd

Re: converted urtw(4) Was: [Testers needed!] WiFi drivers changes

2015-06-18 Thread Kevin Lo
On Wed, Jun 17, 2015 at 11:28:55AM +0300, Gleb Smirnoff wrote: > > Hi Kevin, > > you signed up as tester of urtw(4). I have converted urtw(4) > and uploaded new patch at: > > https://reviews.freebsd.org/D2655 > > Please try, report and update the project page. > > https://wiki.freebsd.org/

Re: toolchain target

2015-06-18 Thread Andriy Gapon
On 18/06/2015 09:22, Andriy Gapon wrote: > My make.conf: > .if defined(CC) > .if ${CC} == gcc > CPUTYPE?=k8-sse3 > .else > CPUTYPE?=amdfam10 > .endif > .endif > CFLAGS+= -O2 -fno-strict-aliasing -pipe > CFLAGS+= -fno-omit-frame-pointer > CXXFLAGS+= -O2 -fno-strict-aliasing -pipe > [snip] > Looks l