Re: Cross-architecture package installs

2013-02-12 Thread Tim Kientzle
>>> I'm working on tools to build ARM system images. >>> Usually, these tools run on x86, which creates a problem >>> for packages. >> >>> 1) Pre-install/post-install scripts. >>> >>> These obviously don't work since the DESTDIR >>> is for a different architecture. > >> This is imho the main

Re: 7+ days of dogfood

2013-02-12 Thread b.f.
On 2/13/13, Steve Kargl wrote: > On Wed, Feb 13, 2013 at 02:15:08AM +, b.f. wrote: >> On 2/13/13, Steve Kargl wrote: >> > On Wed, Feb 13, 2013 at 12:18:29AM +, b.f. wrote: >> >> ># cat /etc/make.conf|grep FFLAGS >> >> >FFLAGS = -O2 -pipe -march=native -mtune=native >> >> >> >> Please do _

Re: 7+ days of dogfood

2013-02-12 Thread Steve Kargl
On Wed, Feb 13, 2013 at 02:15:08AM +, b.f. wrote: > On 2/13/13, Steve Kargl wrote: > > On Wed, Feb 13, 2013 at 12:18:29AM +, b.f. wrote: > >> ># cat /etc/make.conf|grep FFLAGS > >> >FFLAGS = -O2 -pipe -march=native -mtune=native > >> > >> Please do _not_ assign flags unconditionally in mak

Re: CLANG and -fstack-protector

2013-02-12 Thread Eitan Adler
On 12 February 2013 21:22, Dmitry Marakasov wrote: > If there's interest in this, I can refresh the patch and submit it. Yes. Please do! -- Eitan Adler ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-c

Re: CLANG and -fstack-protector

2013-02-12 Thread Dmitry Marakasov
* Kimmo Paasiala (kpaas...@gmail.com) wrote: > Does the -fstack-protector option work on CLANG 3.1 and 3.2? > > There is thread on FreeBSD forums about the stack protector and ports > and I'm wondering if it's possible to use the -fstack-protector option > with CLANG. > > http://forums.freebsd.o

Re: 7+ days of dogfood

2013-02-12 Thread b.f.
On 2/13/13, Steve Kargl wrote: > On Wed, Feb 13, 2013 at 12:18:29AM +, b.f. wrote: >> ># cat /etc/make.conf|grep FFLAGS >> >FFLAGS = -O2 -pipe -march=native -mtune=native >> >> Please do _not_ assign flags unconditionally in make.conf. > > FFLAGS is for compiling Fortran. I'm one of the peopl

Re: 7+ days of dogfood

2013-02-12 Thread Steve Kargl
On Wed, Feb 13, 2013 at 12:18:29AM +, b.f. wrote: > ># cat /etc/make.conf|grep FFLAGS > >FFLAGS = -O2 -pipe -march=native -mtune=native > > Please do _not_ assign flags unconditionally in make.conf. FFLAGS is for compiling Fortran. I'm one of the people who has spent years working/patching g

Re: 7+ days of dogfood

2013-02-12 Thread b.f.
># cat /etc/make.conf|grep FFLAGS >FFLAGS = -O2 -pipe -march=native -mtune=native Please do _not_ assign flags unconditionally in make.conf. In fact, try to remove or restrict the scope of everything in this file. (It is unfortunate that some of the examples for the base system in the sample make

Re: 7+ days of dogfood

2013-02-12 Thread Eitan Adler
On 12 February 2013 18:23, Jakub Lach wrote: > This is good moment to bring that around, > > https://wiki.freebsd.org/PortsAndClang > > "Help we don't want: > Submitting ports PR without fixes. We're not yet at the point > where it can help." > > Is not exactly encouraging. At the time this was w

Re: 7+ days of dogfood

2013-02-12 Thread Niclas Zeising
On 02/13/13 00:23, Jakub Lach wrote: > This is good moment to bring that around, > > https://wiki.freebsd.org/PortsAndClang > > "Help we don't want: > Submitting ports PR without fixes. We're not yet at the point > where it can help." That should probably be removed... Regards! -- Niclas

Re: 7+ days of dogfood

2013-02-12 Thread Jakub Lach
This is good moment to bring that around, https://wiki.freebsd.org/PortsAndClang "Help we don't want: Submitting ports PR without fixes. We're not yet at the point where it can help." Is not exactly encouraging. -- View this message in context: http://freebsd.1045724.n5.nabble.com/7-days-o

Re: 7+ days of dogfood

2013-02-12 Thread Eitan Adler
On 12 February 2013 17:55, Niclas Zeising wrote: > On 02/10/13 07:33, Ian FREISLICH wrote: >> 1. WITHOUT_CLANG_IS_CC=yes >>I don't think clang is ready for prime time in FreeBSD, or FreeBSD >>isn't ready to use clang in prime time. I got a new laptop (ASUS >>UX31A) and found that a lo

Re: 7+ days of dogfood

2013-02-12 Thread Niclas Zeising
On 02/10/13 07:33, Ian FREISLICH wrote: > 1. WITHOUT_CLANG_IS_CC=yes >I don't think clang is ready for prime time in FreeBSD, or FreeBSD >isn't ready to use clang in prime time. I got a new laptop (ASUS >UX31A) and found that a lot of the ports I needed to install >didn't compile o

Re: 7+ days of dogfood

2013-02-12 Thread Niclas Zeising
On 02/10/13 01:07, Steve Kargl wrote: > In a long thread started by Peter Wemm on developers@, he described > the move/upgrade of the FreeBSD.org cluster to using FreeBSD-10. A > part of his description included the need to test top-of-tree under > actual real-world conditions. In his words, Free

Re: Possible bug in NFSv4 with krb5p security?

2013-02-12 Thread Rick Macklem
Elias Martenson wrote: > On 12 February 2013 23:20, Rick Macklem < rmack...@uoguelph.ca > > wrote: > > > > > > > There is (in case you missed it on google): > http://code.google.com/p/macnfsv4/wiki/FreeBSD8KerberizedNFSSetup > (Nothing much has changed since FreeBSD8, except the name of the >

Re: vlan testing using etherswitchcfg

2013-02-12 Thread Adrian Chadd
On 12 February 2013 04:49, Yasir hussan wrote: > hi, > > is there anyone who knows how i can test vlan feature using *etherswitchcfg*, > it tried to set and get vlan configuration for chip ar8316 it shows me > right output like Hi, There's no switch support in the arswitch driver at the moment.

Re: sysctl -a causes kernel trap 12

2013-02-12 Thread Jakub Lach
or rather hw.dri.0.info.i915_ringbuffer_data -- View this message in context: http://freebsd.1045724.n5.nabble.com/sysctl-a-causes-kernel-trap-12-tp5775646p5786337.html Sent from the freebsd-current mailing list archive at Nabble.com. ___ freebsd-curr

Re: sysctl -a causes kernel trap 12

2013-02-12 Thread Jakub Lach
If you were thinking about the same as me, is there some switch to curb hw.dri.0.info.i915_gem_hws output? -- View this message in context: http://freebsd.1045724.n5.nabble.com/sysctl-a-causes-kernel-trap-12-tp5775646p5786336.html Sent from the freebsd-current mailing list archive at Nabble.co

Re: 7+ days of dogfood

2013-02-12 Thread Warren Block
On Mon, 11 Feb 2013, Lars Engels wrote: I also dislike that src build times increased over the years since I run CURRENT on my notebooks (starting 7-CURRENT, now 10-CURRENT). Wouldn't it be possible to add a DO_NOT_BUILD_CLANG_AND_GCC_IF_NOTHING_CHANGED= yes switch to src.conf? Building clang t

Re: Possible bug in NFSv4 with krb5p security?

2013-02-12 Thread Elias MÃ¥rtenson
On 12 February 2013 23:20, Rick Macklem wrote: There is (in case you missed it on google): > http://code.google.com/p/macnfsv4/wiki/FreeBSD8KerberizedNFSSetup > (Nothing much has changed since FreeBSD8, except the name of the client > side patch for host based initiator credentials in the keytab

Re: Possible bug in NFSv4 with krb5p security?

2013-02-12 Thread Rick Macklem
Elias Martenson wrote: > First of all, I used the "bug" word in the subject, and I'm not doing > that > lightly. I fully understand that the initial reaction to such claim is > "he > did something wrong", and frankly, that's what I'm hoping. > > I've spent the last two weeks trying to get an NFS s

Re: [RFC] USB keyboard and devd.conf

2013-02-12 Thread Marius Strobl
On Mon, Feb 11, 2013 at 01:43:29PM +0100, Hans Petter Selasky wrote: > Hi, > > Does anyone need these lines in /etc/devd.conf ? > > === etc/devd.conf > == > --- etc/devd.conf (revision 246620) > +++ etc/devd.conf (local) > @@

vlan testing using etherswitchcfg

2013-02-12 Thread Yasir hussan
hi, is there anyone who knows how i can test vlan feature using *etherswitchcfg*, it tried to set and get vlan configuration for chip ar8316 it shows me right output like #etherswitchcfg port0: vlangroup: 1 media: Ethernet 1000baseT status: active port1: vlangroup

Re: sysctl -a causes kernel trap 12

2013-02-12 Thread Henri Hennebert
On 01/19/2013 06:58, Brandon Gooch wrote: > On Fri, Jan 18, 2013 at 2:56 PM, Xin Li wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> On 01/18/13 12:50, Brandon Gooch wrote: >>> On Thu, Jan 10, 2013 at 4:25 PM, Xin Li >> > wrote: >>> >>> -BEGIN P

Re: 7+ days of dogfood

2013-02-12 Thread Anton Shterenlikht
Date: Tue, 12 Feb 2013 02:48:49 -0800 (PST) From: Jakub Lach To: freebsd-current@freebsd.org Hi Anton, I recognize you from your usual struggle with ia64 :) Hope your work/environment really have a good justification for keeping them arou

Re: 7+ days of dogfood

2013-02-12 Thread Jakub Lach
Actually there _is_ reference to mtune in doc, so probably only your first choice of mtune itanium2 would work, sorry for the noise. -- View this message in context: http://freebsd.1045724.n5.nabble.com/7-days-of-dogfood-tp5785452p5786250.html Sent from the freebsd-current mailing list archive

Re: 7+ days of dogfood

2013-02-12 Thread Jakub Lach
Hi Anton, I recognize you from your usual struggle with ia64 :) Hope your work/environment really have a good justification for keeping them around... I would actually set only -march= because it should set mtune to the same value by default too. Moreover, I suspect mckinley is an alias for

Re: 7+ days of dogfood

2013-02-12 Thread Anton Shterenlikht
From s...@troutmask.apl.washington.edu Sun Feb 10 19:06:10 2013 On Sun, Feb 10, 2013 at 06:51:23PM +, Anton Shterenlikht wrote: > Date: Sun, 10 Feb 2013 08:44:24 -0800 > From: Steve Kargl > To: Boris Samorodov > Subject:

Possible bug in NFSv4 with krb5p security?

2013-02-12 Thread Elias MÃ¥rtenson
First of all, I used the "bug" word in the subject, and I'm not doing that lightly. I fully understand that the initial reaction to such claim is "he did something wrong", and frankly, that's what I'm hoping. I've spent the last two weeks trying to get an NFS share working with krb5p security from