Re: ARM i.MX6 based Utilitie-Pro board supported?

2014-05-17 Thread Ian Lepore
On Sat, 2014-05-17 at 10:50 +0200, O. Hartmann wrote: I'm looking for a smart FreeBSD Router/Gateway solution based upon the ARM architecture. One of the necessities ist the existence of two GBit NICs which are hard to find on most experimental ARM platforms today combinded with at least

Re: r 265947: relocation truncated to fit: R_X86_64_PC32 against symbol `__error' defined in .text

2014-05-13 Thread Ian Lepore
On Tue, 2014-05-13 at 11:28 +0200, O. Hartmann wrote: On FreeBSD 11.0-CURRENT, FreeBSD 11.0-CURRENT #1 r265924: Mon May 12 20:38:01 CEST 2014 amd64 The system is working so far, but when trying to compile the ost recent sources (buildworld), I get the following error: cc -O2 -pipe -O3

Re: odd message from ld in -current around 9.0 branchpoint

2014-04-29 Thread Ian Lepore
On Tue, 2014-04-29 at 13:41 +0800, Julian Elischer wrote: I'm trying to compile a system based on current from just before the 9.x branchpoint. during hte build I got the following message: /usr/bin/ld: this linker was not configured to use sysroots does anyone have any idea

Re: Make variables to force non default libraries and includes?

2014-04-29 Thread Ian Lepore
On Tue, 2014-04-29 at 13:31 +0800, Julian Elischer wrote: On 4/29/14, 8:57 AM, Ian Lepore wrote: On Mon, 2014-04-28 at 18:36 -0600, Warner Losh wrote: On Apr 28, 2014, at 1:48 AM, Julian Elischer jul...@freebsd.org wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace

Re: options for forcing use of GCC vs CLANG

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 14:47 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: I need to hold off using CLANG for a while at $JOB. We are moving to a newer FBSD in the vicinity of 10.0 but we need to keep the gcc

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \ forgot to ask.. is this in /etc/make.conf? or elsewhere? Actually in our build system we

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 15:50 +0800, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from the base system, which differ slightly from those in the source tree. How can I force it to use

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 22:07 +0800, Julian Elischer wrote: On 4/28/14, 8:19 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 15:50 +0800, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 10:04 -0600, Warner Losh wrote: On Apr 28, 2014, at 9:52 AM, Kevin Oberman rkober...@gmail.com wrote: On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: On 4/28/14, 8:05 PM, Ian Lepore

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 18:36 -0600, Warner Losh wrote: On Apr 28, 2014, at 1:48 AM, Julian Elischer jul...@freebsd.org wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install” cd /usr/src make distributeworld DESTDIR=/mumble cd

Re: options for forcing use of GCC

2014-04-27 Thread Ian Lepore
On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: I need to hold off using CLANG for a while at $JOB. We are moving to a newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte picture for a bit longer before switching. What options do I put into various

Re: Build failures with high parallel make(1) jobs with GCC

2014-04-23 Thread Ian Lepore
On Tue, 2014-04-22 at 00:13 -0400, Glen Barber wrote: On Mon, Apr 21, 2014 at 10:05:57PM -0600, Ian Lepore wrote: On Mon, 2014-04-21 at 23:26 -0400, Glen Barber wrote: On Mon, Apr 21, 2014 at 11:21:24PM -0400, Glen Barber wrote: On Mon, Apr 21, 2014 at 09:09:42PM -0600, Ian Lepore wrote

Re: Build failures with high parallel make(1) jobs with GCC

2014-04-21 Thread Ian Lepore
On Mon, 2014-04-21 at 22:54 -0400, Glen Barber wrote: I have been pounding my head against the desk for longer than I care to admit with this failure. I see this with powerpc, powerpc64, and now ia64. I initially thought it was specific to powerpc{,64}, but now realize ia64 is also

Re: Build failures with high parallel make(1) jobs with GCC

2014-04-21 Thread Ian Lepore
On Mon, 2014-04-21 at 23:26 -0400, Glen Barber wrote: On Mon, Apr 21, 2014 at 11:21:24PM -0400, Glen Barber wrote: On Mon, Apr 21, 2014 at 09:09:42PM -0600, Ian Lepore wrote: The last successful build for powerpc on head/ was April 8. But I am having trouble tracking down what commits

Re: Build failures with high parallel make(1) jobs with GCC

2014-04-21 Thread Ian Lepore
On Mon, 2014-04-21 at 23:26 -0400, Glen Barber wrote: On Mon, Apr 21, 2014 at 11:21:24PM -0400, Glen Barber wrote: On Mon, Apr 21, 2014 at 09:09:42PM -0600, Ian Lepore wrote: The last successful build for powerpc on head/ was April 8. But I am having trouble tracking down what commits

Re: r264048 broke kernel build

2014-04-02 Thread Ian Lepore
Sorry about that, hopefully I've fixed it for now with r264054 (but whenever you're checking in a fix for a fix you're on pretty shakey ground). This is a temporary workaround while I spend a few days rewriting some legacy arm code to fix the problem for real. -- Ian On Wed, 2014-04-02 at 19:18

Re: Using of Dragonfly Mail Agent -- what should be permissions on dma.conf and auth.conf?

2014-03-24 Thread Ian Lepore
On Mon, 2014-03-24 at 07:16 -0500, Mark Felder wrote: On 2014-03-24 06:53, Lev Serebryakov wrote: Hello, Freebsd-current. I've tried 440 with owner 25:25 and mail l...@serebryakov.spb.ru complains, that it could not access them. Also, what is proper way to attach dma into system

Re: Hello fdclose

2014-03-21 Thread Ian Lepore
On Fri, 2014-03-21 at 17:54 +0100, Dag-Erling Smørgrav wrote: Warren Block wbl...@wonkity.com writes: Dag-Erling Smørgrav d...@des.no writes: I mean the FreeBSD project, and the reason is as John stated: all sentences must start with a capital letter. I've gotten so used to this over

Re: Building with external toolchain was broken 6 months ago with r255187

2014-03-20 Thread Ian Lepore
On Thu, 2014-03-20 at 10:08 -0400, John Baldwin wrote: On Tuesday, March 18, 2014 6:20:50 pm Bjoern A. Zeeb wrote: On 18 Mar 2014, at 22:01 , John-Mark Gurney j...@funkthat.com wrote: Lev Serebryakov wrote this message on Wed, Mar 19, 2014 at 01:37 +0400: I did't build my NanoBSD

Re: warning: filename ends with '.', which is not allowed on Windows: 'tools/test/sort/bigtest/q-1.024.003.'

2014-03-07 Thread Ian Lepore
On Fri, 2014-03-07 at 10:19 -0700, Warner Losh wrote: On Mar 7, 2014, at 9:47 AM, Eitan Adler li...@eitanadler.com wrote: On 7 March 2014 11:41, Rui Paulo rpa...@freebsd.org wrote: On 6 Mar 2014, at 23:30, David Xu davi...@freebsd.org wrote: it seems filename ended with a dot is illegal

Re: Device File Creation Time

2014-02-19 Thread Ian Lepore
On Wed, 2014-02-19 at 13:44 -0500, John Baldwin wrote: On Tuesday, February 18, 2014 3:02:16 pm Bruno Lauzé wrote: root@pcbsd:/dev # stat /dev/ada0 1895890688 97 crw-rw-rw- 1 root operator 97 0 Feb 18 10:52:11 2014 Feb 17 09:36:43 2014 Feb 17 09:36:43 2014 Dec 31 17:59:59 1969 4096 0 0

Re: HEAD buildkernel error (aic7xxx_seq.h is missing. Run 'make ahcfirmware')

2014-02-18 Thread Ian Lepore
On Fri, 2014-02-14 at 13:46 -0800, Luigi Rizzo wrote: On Fri, Feb 14, 2014 at 10:23 AM, Ian Lepore i...@freebsd.org wrote: On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote: on a freshly checked out HEAD, make toolchain followed by make buildkernel fails at this stage

Re: quick hack to support option VIMAGE on USB Ethernet

2014-02-16 Thread Ian Lepore
On Sun, 2014-02-16 at 06:28 -0500, Aryeh Friedman wrote: He was asking how to run a VM on ARM something that one of our core team members has already demostrated and I was just giving a pointer to it (the archives are a little screw right now so no direct link) What he was asking had nothing

Re: HEAD buildkernel error (aic7xxx_seq.h is missing. Run 'make ahcfirmware')

2014-02-14 Thread Ian Lepore
On Fri, 2014-02-14 at 18:35 +0100, Luigi Rizzo wrote: on a freshly checked out HEAD, make toolchain followed by make buildkernel fails at this stage: ... @ - /usr/home/luigi/FreeBSD/head/sys machine - /usr/home/luigi/FreeBSD/head/sys/amd64/include x86 -

Re: panic: mtx_lock_spin: recursed on non-recursive mutex uart_hwmtx...

2014-01-20 Thread Ian Lepore
On Mon, 2014-01-20 at 07:36 -0800, David Wolfskill wrote: I saw this on my build machine after updating the head slice from: FreeBSD 11.0-CURRENT #1387 r260875M/260877:115: Sun Jan 19 11:57:25 PST 2014 r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/sys/GENERIC i386 to

Re: ZFS command can block the whole ZFS subsystem!

2014-01-03 Thread Ian Lepore
On Fri, 2014-01-03 at 17:14 +0100, O. Hartmann wrote: Issuing the command rm dumpfile.txt and then hitting Ctrl-Z to bring the rm command into background via fg (I use FreeBSD's csh in that console) locks up the entire command and even worse - it seems to wind up the pool

Re: PACKAGESITE spam

2013-12-22 Thread Ian Lepore
On Sat, 2013-12-21 at 15:25 -0800, Steve Kargl wrote: On Sun, Dec 22, 2013 at 12:16:00AM +0100, Julien Laffaye wrote: On 12/22/2013 12:04 AM, Steve Kargl wrote: On Sat, Dec 21, 2013 at 11:14:39PM +0100, Baptiste Daroussin wrote: this has been done and activated for reason, first for lot

Re: VIA Sprinboard: Alternative to Raspberry Pi - working with FBSD CURRENT?

2013-11-21 Thread Ian Lepore
On Thu, 2013-11-21 at 23:34 +0100, O. Hartmann wrote: Recently, I stumbled into this board, which looks promising: http://www.viaspringboard.com/products.html Does anybody know whether the offered hardware (chipse, CPU, WiFi chipset) is supported by FreeBSD? It's not currently supported,

Re: FreeBSD-10 microdrive seagate ST1AT 4GB (VIA mbo) problem

2013-11-21 Thread Ian Lepore
On Thu, 2013-11-21 at 10:35 +0100, Berislav Purgar wrote: On Wed, Nov 20, 2013 at 11:29 PM, Ian Lepore i...@freebsd.org wrote: On Wed, 2013-11-20 at 21:27 +0100, Berislav Purgar wrote: Hello .. I have problem with microdrive and some CF cards on IGEL 3/4 compact thin client ( http

Re: FreeBSD-10 microdrive seagate ST1AT 4GB (VIA mbo) problem

2013-11-20 Thread Ian Lepore
On Wed, 2013-11-20 at 21:27 +0100, Berislav Purgar wrote: Hello .. I have problem with microdrive and some CF cards on IGEL 3/4 compact thin client ( http://www.parkytowers.me.uk/thin/Igel/3210/index.shtml ). Problem is that FreeBSD cannot find microdrive or CF card to mount sytem / on (but

Re: [head tinderbox] failure on mips/mips

2013-11-08 Thread Ian Lepore
I'll do it. -- Ian On Fri, 2013-11-08 at 08:05 -0800, Adrian Chadd wrote: Can someone please take care of this? I'm a little busy for the next couple days. Feel free to commit to the contrib code. Thanks! -adrian On 8 November 2013 07:24, Dimitry Andric d...@freebsd.org

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-05 Thread Ian Lepore
On Tue, 2013-11-05 at 11:01 +0400, Gleb Smirnoff wrote: On Mon, Nov 04, 2013 at 10:09:54PM -0700, Ian Lepore wrote: I /usr/src/sys/dev/aic7xxx/aic7xxx.seq Imake[2]: exec(aicasm) failed (No such file or directory) I*** Error code 1 I IStop. Imake[2]: stopped in /usr/obj

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-05 Thread Ian Lepore
On Tue, 2013-11-05 at 19:12 +0400, Gleb Smirnoff wrote: On Tue, Nov 05, 2013 at 08:00:52AM -0700, Ian Lepore wrote: I I You were just unlucky that your updates bracketed my checkin that I I changed the build process for the aicasm tool so that it gets built as I I part of the toolchain

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-04 Thread Ian Lepore
On Mon, 2013-11-04 at 19:25 -0500, Outback Dingo wrote: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-04 Thread Ian Lepore
On Mon, 2013-11-04 at 19:44 -0500, Outback Dingo wrote: On Mon, Nov 4, 2013 at 7:36 PM, Ian Lepore i...@freebsd.org wrote: On Mon, 2013-11-04 at 19:25 -0500, Outback Dingo wrote: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict

Re: [heads up] axing AppleTalk and IPX/SPX

2013-10-28 Thread Ian Lepore
On Mon, 2013-10-28 at 19:54 +0100, Stefan Bethke wrote: Am 28.10.2013 um 13:42 schrieb Gleb Smirnoff gleb...@freebsd.org: The plan is two axe two old networking protocols from FreeBSD head/, meaning that FreeBSD 11.0-RELEASE, available in couple of years would be shipped without them.

Re: ZFS: Invalid SEND/RECV stream still

2013-10-25 Thread Ian Lepore
On Fri, 2013-10-25 at 12:07 -0500, Larry Rosenman wrote: between 10.0-BETA1 and 11.0-CURRENT. I've been fighting this battle for a LONG time. I had hoped(!) that it would be solved by the systems being closer in rev but that didn't happen. I'd LOVE someone to look at it. I can provide

Re: RFC: support for first boot rc.d scripts

2013-10-14 Thread Ian Lepore
On Mon, 2013-10-14 at 09:51 -0700, Colin Percival wrote: Hi Nick, On 10/14/13 00:59, Nick Hibma wrote: Sounds useful: We have nanobsd images that configure a hard disk if present, but obviously only need to be run once. However: NanoBSD stores uses a memory disk for /etc and stores

Re: Changes to UART ns8250

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 13:15 -0700, Adrian Chadd wrote: Hi, You should add: *[snip] * a DELAY(1) or something. Why? Why oh why do people write while (!read_some_status_register()) DELAY(n); when DELAY() is implemented as, roughly: while (read_some_counter_register()

Re: Changes to UART ns8250

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 22:36 +0200, Zbigniew Bodek wrote: Hello Adrian, Thank you for your remarks. Please check my answers in-line. Best regards Zbigniew Bodek 2013/10/7 Adrian Chadd adr...@freebsd.org Hi, You should add: * a loop counter, to break out after a while;

Re: CURRENT BUILD FAILURE sys/modules/cxgbe

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 16:52 -0400, Outback Dingo wrote: cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq

Re: Changes to UART ns8250

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 14:56 -0600, Ian Lepore wrote: On Mon, 2013-10-07 at 22:36 +0200, Zbigniew Bodek wrote: Hello Adrian, Thank you for your remarks. Please check my answers in-line. Best regards Zbigniew Bodek 2013/10/7 Adrian Chadd adr...@freebsd.org Hi

Re: rcs is gone?

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 16:49 -0700, Adrian Chadd wrote: I've asked on IRC to figure out when this was first proposed. I'll see if it was announced anywhere or if Eitan snuck it in. -a It was mentioned briefly on stable@

Re: kernel-toolchain won't compile

2013-10-04 Thread Ian Lepore
On Fri, 2013-10-04 at 15:02 -0300, Martin Galvan wrote: Hey, how's it going? I'm currently trying to cross-compile CURRENT for a Cubieboard1. I'm following this tutorial: https://wiki.freebsd.org/FreeBSD/arm/Cubieboard However, when I try to compile the kernel toolchain I get the following

Re: installworld broken - osreldate.h: permission denied

2013-09-30 Thread Ian Lepore
: On Sat, Sep 28, 2013 at 11:19:51AM -0600, Ian Lepore wrote: On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr/include install: osreldate.h: Permission denied *** Error

Re: installworld broken - osreldate.h: permission denied

2013-09-30 Thread Ian Lepore
On Mon, 2013-09-30 at 19:02 +0200, Jilles Tjoelker wrote: On Sun, Sep 29, 2013 at 10:13:29AM +0200, Joel Dahl wrote: On Sat, Sep 28, 2013 at 11:19:51AM -0600, Ian Lepore wrote: On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Fresh HEAD. installworld from read-only /usr/obj and /usr

Re: installworld broken - osreldate.h: permission denied

2013-09-29 Thread Ian Lepore
On Sun, 2013-09-29 at 10:13 +0200, Joel Dahl wrote: On Sat, Sep 28, 2013 at 11:19:51AM -0600, Ian Lepore wrote: On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr

Re: installworld broken - osreldate.h: permission denied

2013-09-28 Thread Ian Lepore
On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr/include install: osreldate.h: Permission denied *** Error code 71 Stop. make[4]: stopped in /usr/src/include *** Error code

Re: installworld broken - osreldate.h: permission denied

2013-09-28 Thread Ian Lepore
On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr/include install: osreldate.h: Permission denied *** Error code 71 Stop. make[4]: stopped in /usr/src/include *** Error code

Re: Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Ian Lepore
On Wed, 2013-09-25 at 10:52 -0700, Doug Ambrisko wrote: I don't know if others have run into this but I hit a problem with include/mk-osreldate.sh. It does a set -e to exit on commands failing and sources in sys/conf/newvers.sh to get various things set. In newvers.sh it does a bunch of

Re: exec on /usr/src?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 09:37 -0500, Larry Rosenman wrote: Is it intended that we need to set exec=on for /usr/src after the include/mk-osreldate.sh addition? Are you saying you have /usr/src mounted with the noexec option and that's preventing the script from running? The mount manpage

Re: exec on /usr/src?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 11:02 -0500, Larry Rosenman wrote: On 2013-09-22 10:41, Ian Lepore wrote: On Sun, 2013-09-22 at 09:37 -0500, Larry Rosenman wrote: Is it intended that we need to set exec=on for /usr/src after the include/mk-osreldate.sh addition? Are you saying you have

The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Ian Lepore
What's the right way to launch the bourne shell from a makefile? I had assumed the ${SHELL} variable would be set to the right copy of /bin/sh (like maybe the one in tmp or legacy at various stages). It appears that that's not the case, and ${SHELL} is whatever comes from the environment, which

Re: The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 19:27 -0400, Glen Barber wrote: On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote: What's the right way to launch the bourne shell from a makefile? I had assumed the ${SHELL} variable would be set to the right copy of /bin/sh (like maybe the one in tmp

Re: The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 19:45 -0400, Glen Barber wrote: On Sun, Sep 22, 2013 at 05:37:51PM -0600, Ian Lepore wrote: On Sun, 2013-09-22 at 19:27 -0400, Glen Barber wrote: On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote: What's the right way to launch the bourne shell from

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-17 Thread Ian Lepore
On Tue, 2013-09-17 at 14:56 -0700, Adrian Chadd wrote: ... I'd rather see if we can actually separate out things some more so these builds can shrink. Eg, if there's malloc related functions that aren't used, maybe we should break malloc down into a directory full of functions. Why is

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-17 Thread Ian Lepore
On Tue, 2013-09-17 at 16:31 -0700, Adrian Chadd wrote: On 17 September 2013 16:22, Ian Lepore i...@freebsd.org wrote: On Tue, 2013-09-17 at 14:56 -0700, Adrian Chadd wrote: ... I'd rather see if we can actually separate out things some more so these builds can shrink. Eg

Re: Installing ports without info files

2013-09-16 Thread Ian Lepore
On Mon, 2013-09-16 at 21:50 +0200, Mattia Rossi wrote: Hi all, I've build a world with the following constraints: -DWITHOUT_INFO -DWITHOUT_MAN -DWITHOUT_SHAREDOCS -DWITHOUT_EXAMPLES -DWITHOUT_HTML as I don't need that stuff. Turns out, this prevents tools like install-info being built.

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-14 Thread Ian Lepore
On Wed, 2013-09-11 at 17:00 +0200, Dag-Erling Smørgrav wrote: OpenSSH in FreeBSD 10 is now built with DNSSEC support, unless you disable LDNS in src.conf. If DNSSEC is enabled, the default setting for VerifyHostKeyDNS is yes. This means that OpenSSH will silently trust DNSSEC-signed SSHFP

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 16:03 +0200, Dag-Erling Smørgrav wrote: Ian Lepore i...@freebsd.org writes: I just ran into a build error related to this: [...] I find that the attached patch fixes it for me. [...] @@ -1468,7 +1468,7 @@ lib/libcxxrt__L: gnu/lib/libgcc__L lib

aicasm build error

2013-09-14 Thread Ian Lepore
For a while I've been getting a build error on aicasm during the early steps of the build. Today I finally dug into it and discovered it's because the build is using a mix of header files, some from /usr/include on the build host, and some from obj/... for the target being built. It happens

Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote: On Sep 14, 2013, at 19:50, Ian Lepore i...@freebsd.org wrote: For a while I've been getting a build error on aicasm during the early steps of the build. Today I finally dug into it and discovered it's because the build is using a mix

Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote: On Sep 14, 2013, at 19:50, Ian Lepore i...@freebsd.org wrote: For a while I've been getting a build error on aicasm during the early steps of the build. Today I finally dug into it and discovered it's because the build is using a mix

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-11 Thread Ian Lepore
On Wed, 2013-09-11 at 17:00 +0200, Dag-Erling Smørgrav wrote: OpenSSH in FreeBSD 10 is now built with DNSSEC support, unless you disable LDNS in src.conf. If DNSSEC is enabled, the default setting for VerifyHostKeyDNS is yes. This means that OpenSSH will silently trust DNSSEC-signed SSHFP

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-11 Thread Ian Lepore
On Wed, 2013-09-11 at 17:42 +0200, Dag-Erling Smørgrav wrote: Ian Lepore i...@freebsd.org writes: So what happens when there is no dns server to consult? Will every ssh connection have to wait for a long dns query timeout? What if the machine is configured to use only /etc/hosts

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-09 Thread Ian Lepore
On Mon, 2013-09-09 at 08:57 +0200, Stefan Esser wrote: Am 08.09.2013 08:14, schrieb O. Hartmann: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous State-Changed-From-To:

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-09 Thread Ian Lepore
On Mon, 2013-09-09 at 07:51 -0600, Ian Lepore wrote: On Mon, 2013-09-09 at 08:57 +0200, Stefan Esser wrote: Am 08.09.2013 08:14, schrieb O. Hartmann: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error

Re: CURRENT r255426: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0);

2013-09-09 Thread Ian Lepore
On Tue, 2013-09-10 at 00:42 +0200, O. Hartmann wrote: On Tue, 10 Sep 2013 00:24:05 +0300 Ivan Klymenko fi...@ukr.net wrote: В Mon, 9 Sep 2013 23:17:13 +0200 O. Hartmann ohart...@zedat.fu-berlin.de пишет: On Tue, 10 Sep 2013 00:02:37 +0300 Ivan Klymenko fi...@ukr.net wrote:

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Ian Lepore
On Sat, 2013-09-07 at 19:40 +0100, Mark R V Murray wrote: On 7 Sep 2013, at 19:36, Sean Bruno sean_br...@yahoo.com wrote: On Sat, 2013-09-07 at 18:39 +0100, Mark R V Murray wrote: On 7 Sep 2013, at 17:43, Sean Bruno sean_br...@yahoo.com wrote: trying to enable random on my DIR-825

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Ian Lepore
On Sat, 2013-09-07 at 22:25 +0100, Mark R V Murray wrote: On 7 Sep 2013, at 21:42, Adrian Chadd adr...@freebsd.org wrote: We discussed this at the dev summit. Mark asked what we'd like to do. Mark - would you mind terribly adding a kernel compile option that controls that blocking

Re: GCC withdraw

2013-08-30 Thread Ian Lepore
On Fri, 2013-08-30 at 07:39 -0600, Warner Losh wrote: I had a long, rambling reply to this that corrected many of the factual errors made in it. But why bother. You have your world view, it doesn't match what people are doing today and this mismatch is going to cause people pain and

Re: GCC withdraw

2013-08-25 Thread Ian Lepore
On Sat, 2013-08-24 at 23:44 +0100, David Chisnall wrote: On 24 Aug 2013, at 23:42, Slawa Olhovchenkov s...@zxy.spb.ru wrote: And i found PR about clang and mplayer: ports/176272 This PR contains log with build error log. Please file clang bugs at http://llvm.org/bugs/ David And

Re: patch to add AES intrinsics to gcc

2013-08-23 Thread Ian Lepore
On Fri, 2013-08-23 at 12:06 +0100, David Chisnall wrote: On 23 Aug 2013, at 11:42, Julian Elischer jul...@freebsd.org wrote: no, I believe we have said that 10 would ship with clang by default. NO mention was made about gcc being absent, and I am uncomfortable with taking that step yet.

Re: How to best overload the fileops ?

2013-08-23 Thread Ian Lepore
On Fri, 2013-08-23 at 13:06 -0700, Yuri wrote: On 08/23/2013 10:02, John Baldwin wrote: There is something similar: see devfs_ops_f in sys/fs/devfs/devfs_vnops.c. devfs_ops_f is a local static fileops object for devfs. I don't see how is this similar to our situation. devfs doesn't

Re: why does buildkernel set COMPILER_TYPE?

2013-08-22 Thread Ian Lepore
On Thu, 2013-08-22 at 09:23 -0700, John-Mark Gurney wrote: Dimitry Andric wrote this message on Thu, Aug 22, 2013 at 08:59 +0200: On Aug 22, 2013, at 06:04, John-Mark Gurney j...@funkthat.com wrote: I've noticed that if you do a: make buildworld WITHOUT_CLANG_IS_CC=YES and then do

Re: RaspberryPi crash/freez random time after ~r253751

2013-08-02 Thread Ian Lepore
On Sat, 2013-08-03 at 03:40 +0400, Andrey Fesenko wrote: On Fri, Aug 2, 2013 at 5:09 PM, Andrey Fesenko f0and...@gmail.com wrote: Hello, System work stable after migration EABI ~r20130716 (+fix build perl port) after make new images r253751 and r253847 system (RPi) freez after random

Re: mounting root from NFS via ROOTDEVNAME

2013-06-06 Thread Ian Lepore
On Sun, 2013-06-02 at 19:57 -0400, Rick Macklem wrote: Ian Lepore wrote: On Sat, 2013-06-01 at 20:28 -0400, Rick Macklem wrote: Lars Eggert wrote: Hi, to conclude this thread, the patch below allows one to specify an nfs rootfs via the ROOTDEVNAME kernel option, which

Re: mounting root from NFS via ROOTDEVNAME

2013-06-04 Thread Ian Lepore
On Mon, 2013-06-03 at 00:06 -0700, Craig Rodrigues wrote: On Tue, May 28, 2013 at 8:13 AM, Eggert, Lars l...@netapp.com wrote: Hi, to conclude this thread, the patch below allows one to specify an nfs rootfs via the ROOTDEVNAME kernel option, which will be mounted when BOOTP does not

Re: mounting root from NFS via ROOTDEVNAME

2013-06-02 Thread Ian Lepore
On Sat, 2013-06-01 at 20:28 -0400, Rick Macklem wrote: Lars Eggert wrote: Hi, to conclude this thread, the patch below allows one to specify an nfs rootfs via the ROOTDEVNAME kernel option, which will be mounted when BOOTP does not return a root-path option. Lars My only

Re: Incorrect comparison of ticks in deadlkres

2013-05-28 Thread Ian Lepore
On Sun, 2013-05-26 at 02:53 +0200, Attilio Rao wrote: On Sat, May 25, 2013 at 11:55 PM, Ryan Stone ryst...@gmail.com wrote: Currently deadlkres performs the following comparison when trying to check for threads that have been blocked on a mutex or sleeping on an sx lock: if

Re: Cannot unmount nullfs in current

2013-04-19 Thread Ian Lepore
On Fri, 2013-04-19 at 01:12 -0700, Craig Rodrigues wrote: On Thu, Apr 18, 2013 at 4:27 PM, Craig Rodrigues rodr...@freebsd.orgwrote: Hi, I am trying to build some software which uses nanobsd, and mounts/unmounts many nullfs mounts while it runs. I am hitting failures where I cannot

Re: [head tinderbox] failure on amd64/amd64

2013-04-12 Thread Ian Lepore
On Fri, 2013-04-12 at 16:14 -0700, Jim Harris wrote: On Fri, Apr 12, 2013 at 3:35 PM, FreeBSD Tinderbox tinder...@freebsd.orgwrote: World build completed on Fri Apr 12 22:33:43 UTC 2013 TB --- 2013-04-12 22:33:43 - generating LINT kernel config TB --- 2013-04-12 22:33:43 - cd

Re: Any objections/comments on axing out old ATA stack?

2013-03-28 Thread Ian Lepore
On Thu, 2013-03-28 at 09:17 +0200, Alexander Motin wrote: On 28.03.2013 02:43, Adrian Chadd wrote: My main concern with the new stuff is that it requires CAM and that's reasonably big compared to the standalone ATA code. It'd be nice if we could slim down the CAM stack a bit first; it

Re: access to hard drives is blocked by writes to a flash drive

2013-03-05 Thread Ian Lepore
On Mon, 2013-03-04 at 21:27 -0800, Don Lewis wrote: On 4 Mar, Ian Lepore wrote: On Sun, 2013-03-03 at 19:01 -0800, Don Lewis wrote: On 3 Mar, Poul-Henning Kamp wrote: For various reasons (see: Lemming-syncer) FreeBSD will block all I/O traffic to other disks too, when these pileups

Re: access to hard drives is blocked by writes to a flash drive

2013-03-05 Thread Ian Lepore
On Mon, 2013-03-04 at 21:33 -0800, Don Lewis wrote: On 4 Mar, Ian Lepore wrote: On Sun, 2013-03-03 at 20:28 +, Steven Hartland wrote: - Original Message - From: Ian Lepore i...@freebsd.org To: Poul-Henning Kamp p...@phk.freebsd.dk Cc: deeptech71 deeptec...@gmail.com

Re: access to hard drives is blocked by writes to a flash drive

2013-03-04 Thread Ian Lepore
On Sun, 2013-03-03 at 19:01 -0800, Don Lewis wrote: On 3 Mar, Poul-Henning Kamp wrote: For various reasons (see: Lemming-syncer) FreeBSD will block all I/O traffic to other disks too, when these pileups gets too bad. The Lemming-syncer problem should have mostly been fixed by 231160 in

Re: access to hard drives is blocked by writes to a flash drive

2013-03-04 Thread Ian Lepore
On Mon, 2013-03-04 at 07:35 +0200, Konstantin Belousov wrote: On Sun, Mar 03, 2013 at 07:01:27PM -0800, Don Lewis wrote: On 3 Mar, Poul-Henning Kamp wrote: For various reasons (see: Lemming-syncer) FreeBSD will block all I/O traffic to other disks too, when these pileups gets too bad.

Re: access to hard drives is blocked by writes to a flash drive

2013-03-04 Thread Ian Lepore
On Sun, 2013-03-03 at 20:28 +, Steven Hartland wrote: - Original Message - From: Ian Lepore i...@freebsd.org To: Poul-Henning Kamp p...@phk.freebsd.dk Cc: deeptech71 deeptec...@gmail.com; freebsd-current@FreeBSD.org; Peter Jeremy pe...@rulingia.com Sent: Sunday, March 03, 2013

Re: access to hard drives is blocked by writes to a flash drive

2013-03-03 Thread Ian Lepore
On Sun, 2013-03-03 at 15:20 +1100, Peter Jeremy wrote: On 2013-Mar-02 18:29:54 +0100, deeptech71 deeptec...@gmail.com wrote: When one of my flash drives is being heavily written to; typically by ``svn update'' on /usr/src, located on the flash drive; the following can be said about

Re: access to hard drives is blocked by writes to a flash drive

2013-03-03 Thread Ian Lepore
On Sun, 2013-03-03 at 13:35 +, Poul-Henning Kamp wrote: Content-Type: text/plain; charset=ISO-8859-1 In message 1362317291.1195.216.ca...@revolution.hippie.lan, Ian Lepore writes : I run into this behavior all the time too, mostly on arm systems that have an sd card or usb

Re: CC in /etc/make.conf and headers in ${WORLDTMP}

2013-02-27 Thread Ian Lepore
On Wed, 2013-02-27 at 16:02 +0100, deeptech71 wrote: Recently, I've posted several build errors that only I seemed to run into. The errors were based on incompatible/missing declarations. The bottom line of those is actually the following, as I gather: I, without any compilers in /usr/bin,

Re: [patch] i386 pmap sysmaps_pcpu[] atomic access

2013-02-20 Thread Ian Lepore
On Wed, 2013-02-20 at 14:32 -0500, John Baldwin wrote: On Wednesday, February 20, 2013 2:27:39 pm Konstantin Belousov wrote: On Wed, Feb 20, 2013 at 10:22:29AM -0500, John Baldwin wrote: On Wednesday, February 20, 2013 7:31:08 am Svatopluk Kraus wrote: On Tue, Feb 19, 2013 at 7:51 PM,

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-15 Thread Ian Lepore
On Fri, 2013-02-15 at 17:32 -0500, Mikhail T. wrote: 14.02.2013 09:34, Peter Pentchev ???(??): However, there is then the argument of well, if you want to use the bsd.*.mk infrastructure, then why don't you just copy it into your project and include it from there - just like

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-15 Thread Ian Lepore
On Fri, 2013-02-15 at 23:09 -0500, Mikhail T. wrote: 15.02.2013 19:12, Ian Lepore ???(??): The src.conf manpage is not in error. The intent is that src.conf applies only to the building of the freebsd world and kernel, that is, the source that's usually located under /usr/src

Re: 7+ days of dogfood

2013-02-11 Thread Ian Lepore
On Mon, 2013-02-11 at 09:15 -0500, Glen Barber wrote: On Mon, Feb 11, 2013 at 02:56:47PM +0100, Fabian Keil wrote: WITHOUT_GCC=yes in src.conf is worthwhile. WITHOUT_GDB=yes is probably also sensible, as the gdb in base is so old that it doesn't

Re: geli(8) breaks after a couple hours of uptime

2013-02-11 Thread Ian Lepore
On Sun, 2013-02-10 at 00:35 +0100, Pawel Jakub Dawidek wrote: On Sat, Feb 09, 2013 at 06:00:53PM +0200, Andriy Gapon wrote: on 09/02/2013 17:04 Andrey Zonov said the following: On 2/9/13 5:07 PM, Fabian Keil wrote: This would at least prevent the segfault. I see two

Re: Cross-architecture package installs

2013-02-06 Thread Ian Lepore
On Tue, 2013-02-05 at 22:34 -0800, Tim Kientzle wrote: I'm working on tools to build ARM system images. Usually, these tools run on x86, which creates a problem for packages. I would like to install packages onto the image as it's built. So I've been experimenting with variations of pkg

Re: gpart resize vs. cache?

2013-02-03 Thread Ian Lepore
On Sun, 2013-02-03 at 12:06 -0800, Tim Kientzle wrote: I'm tinkering with a disk image that automatically fills whatever media you put it onto. But I'm having trouble with gpart resize failing. Disk layout: MBR with two slices mmcsd0s1 and mmcsd0s2 bsdlabel with one partition

Re: Trouble with recent auto-tuning changes

2013-01-31 Thread Ian Lepore
On Thu, 2013-01-31 at 18:13 +0100, Andre Oppermann wrote: On 28.01.2013 20:20, Alan Cox wrote: On 01/28/2013 08:22, Ian Lepore wrote: On Mon, 2013-01-28 at 00:09 -0600, Alan Cox wrote: On Sun, Jan 27, 2013 at 12:11 PM, Ian Lepore i...@freebsd.org wrote: I ran into a panic while

<    1   2   3   4   5   >