Re: CAM Target Layer available

2012-01-05 Thread Julian Elischer

On 1/4/12 8:39 PM, Kenneth D. Merry wrote:

The CAM Target Layer (CTL) is now available for testing.  I am planning to
commit it to to head next week, barring any major objections.

CTL is a disk and processor device emulation subsystem originally written
for Copan Systems under Linux starting in 2003.  It has been shipping in
Copan (now SGI) products since 2005.

It was ported to FreeBSD in 2008, and thanks to an agreement between SGI
(who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is
available under a BSD-style license.  The intent behind the agreement was
that Spectra would work to get CTL into the FreeBSD tree.

[...]


  - Note that the ramdisk backend is a fake ramdisk.  That is, it is
backed by a small amount of RAM that is used for all I/O requests.  This
is useful for performance testing, but not for any data integrity tests.


so, If I read this correctly, I should be able to export a fusion-io 
flash card with

ctladm create -b block -o file=/dev/fio0  ??

  - To add a LUN with the block/file backend:

truncate -s +1T myfile
ctladm create -b block -o file=myfile
ctladm port -o on



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2012-01-05 Thread Denny Lin
On Wed, Jan 04, 2012 at 03:52:06PM -0800, Matthew Tippett wrote:
 Hmm... No sure what happened there again.  What I sent (pulled from my 
 Sent folder...
 ===
 
 Thanks for the comment Arnaud.   For comparative benchmarking on 
 Phoronix.com http://Phoronix.com, Michael invariable leaves it in the 
 default configuration 'in the way the developers or vendor wanted it for 
 production'.  This is by rule.

A quick question: why is ZFS used in the benchmark?

Both operating systems were in their stock configuration aside from
FreeBSD 9.0 using ZFS.

UFS is the default on FreeBSD, not ZFS. FreeBSD was not left in the
default configuration.

-- 
Denny Lin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Is it possible to make subr_acl_nfs4 and subr_acl_posix1e disabled?

2012-01-05 Thread Dag-Erling Smørgrav
Adrian Chadd adr...@freebsd.org writes:
 Since I'm not using NFS or UFS_ACL, I wondered if that code required.
 It turns out I can just build a kernel with those two disabled.

 Would it be possible to remove them from standard and make them
 optional? Or is there a reason to keep it in base?

I would be very annoyed if it were no longer possible to netboot
GENERIC...

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Is it possible to make subr_acl_nfs4 and subr_acl_posix1e disabled?

2012-01-05 Thread John Baldwin
[ A bit excessive on the cross-posting?  arch@ alone was probably fine ]

On Thursday, January 05, 2012 2:57:44 am Adrian Chadd wrote:
 Hi,
 
 I'm trying to slim down the freebsd kernel to fit on some devices with
 4MB of flash.
 
 Since I'm not using NFS or UFS_ACL, I wondered if that code required.
 It turns out I can just build a kernel with those two disabled.
 
 Would it be possible to remove them from standard and make them
 optional? Or is there a reason to keep it in base?
 If so (eg so things can be kldload'ed that uses the ACL code) can we
 make it a build-time option, and/or a pair of loadable kernel modules?

NFS doesn't actually use them curently, only UFS and ZFS do.  Unfortunately
we've yet to make it possible to compile ZFS into the kernel, so you can't
make the sys/conf/files bits completely accurate yet (it would be nice to
let folks who don't need FFS for a ZFS-only system remove FFS and UFS, but
this would break that):

Index: files
===
--- files   (revision 229491)
+++ files   (working copy)
@@ -2393,8 +2393,9 @@ kern/sched_ule.c  optional sched_ule
 kern/serdev_if.m   standard
 kern/stack_protector.c standard \
compile-with ${NORMAL_C:N-fstack-protector*}
-kern/subr_acl_nfs4.c   standard
-kern/subr_acl_posix1e.cstandard
+# XXX: subr_acl_nfs4.c is also used by ZFS
+kern/subr_acl_nfs4.c   optional ufs_acl
+kern/subr_acl_posix1e.coptional ufs_acl
 kern/subr_autoconf.c   standard
 kern/subr_blist.c  standard
 kern/subr_bus.cstandard

-- 
John Baldwin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2012-01-05 Thread Alex Kuster
On 01/04/2012 20:52, Matthew Tippett wrote:

 As a service to the community or vendor that publishes the tuning
 guide, Michael is more than willing to redo a tuned vs untuned
 comparison.  To date, the communities have never taken us up on that
 offer.  In part, this affects Phoronix.com http://Phoronix.com's
 perception in the public, but that is more of a result of a one sided
 discussion by a party external to a particular community (with a
 healthy touch of journalisticly pumped compare  contrast).  For the
 FreeBSD community, who else outside of the FreeBSD community actually
 runs public comparisons of FreeBSD against anything?

If you just want to benchmark defaults, please, use proper defaults and
don't do a *custom* ZFS setup (which was IMHO a pretty big and gross
mistake).
I would be interested in a benchmark that does significant tests with
same hardware and REAL default setup.

It would be awesome if those benchmarks were re-done that way, so we can
compare an out-of-the-box experience even if that's not the last word on
how a system will perform (as others said, no one uses a default setup
for their servers)
And, if anyone else suggests a tuned-system benchmark ... I'm ok with
that too as long it's done properly and with guidance of a person of the
community that can give proper advice.

I'm a regular reader of Phoronix because it's basically easier than
being subscribed to a couple of mailing lists, blogs and such just to
get latest information on developments.
And the site is fairly popular, so you hold a pretty big responsibility
in there.

I got really disappointed on how a bad benchmark could impact on the
reputation of FreeBSD.
Things that are not true that people will be repeating (not-so-long-ago
I was a moderator on a Linux forum and I saw that misinformation in
action, it's terrible !)

Sorry if the words sound strong ... but I'm glad that these benchmarks
can be re-done.

Thanks for reading !



signature.asc
Description: OpenPGP digital signature


Re: bsdinstall kbdmap

2012-01-05 Thread Jakub Lach
As I said before, it's not related, because your
problem is X/ hal related, and I was speaking 
of syscons. 

Can you set language in X by x11/setxkbmap?

You are using hald, and xorg.conf is probably 
ignored. If you insist on keeping hal, 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

should give you some pointers on setting keyboard
language.

I don't know why you previously had localized 
keyboard in X. Was that first reboot of system?

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/bsdinstall-kbdmap-tp5119535p5122813.html
Sent from the freebsd-current mailing list archive at Nabble.com.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Apropos Removal of sysinstall

2012-01-05 Thread Nathan Whitehorn

On 01/04/12 14:56, Warner Losh wrote:

On Dec 29, 2011, at 1:49 PM, Bruce Cran wrote:


On 29/12/2011 18:39, Renato Botelho wrote:

IIRC, PCBSD installer can install a regular FreeBSD on ZFS.

It can do, but you're left with a /very/ basic installation - the hostname, 
network interfaces etc. aren't configured, which could be a problem for some 
people.

If I thought there would be any support for it, I'd try and find time to plug 
in the sade(4) rewrite into sysinstall - it has a rather nice UI and supports 
ZFS.

The base of the PC-BSD installer is in the system as pc-sysinstall...  There 
were plans to merge bsdinstall with it that never came to fruition.  
pc-sysinstall handles the hard part of the system install on a huge number of 
combinations.

Just FYI.


For those interested in this, there is a brief list of the kinds of 
things that need to be done and hurdles along the way on the wiki at: 
http://wiki.freebsd.org/PCBSDInstallMerge

-Nathan
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on ia64/ia64

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-05 13:05:41 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-05 13:05:41 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-01-05 13:05:41 - cleaning the object tree
TB --- 2012-01-05 13:06:00 - cvsupping the source tree
TB --- 2012-01-05 13:06:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-01-05 13:06:48 - building world
TB --- 2012-01-05 13:06:48 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 13:06:48 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 13:06:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 13:06:48 - SRCCONF=/dev/null
TB --- 2012-01-05 13:06:48 - TARGET=ia64
TB --- 2012-01-05 13:06:48 - TARGET_ARCH=ia64
TB --- 2012-01-05 13:06:48 - TZ=UTC
TB --- 2012-01-05 13:06:48 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 13:06:48 - cd /src
TB --- 2012-01-05 13:06:48 - /usr/bin/make -B buildworld
 World build started on Thu Jan  5 13:06:48 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu Jan  5 14:35:56 UTC 2012
TB --- 2012-01-05 14:35:56 - generating LINT kernel config
TB --- 2012-01-05 14:35:56 - cd /src/sys/ia64/conf
TB --- 2012-01-05 14:35:56 - /usr/bin/make -B LINT
TB --- 2012-01-05 14:35:56 - cd /src/sys/ia64/conf
TB --- 2012-01-05 14:35:56 - /usr/sbin/config -m LINT
TB --- 2012-01-05 14:35:56 - building LINT kernel
TB --- 2012-01-05 14:35:56 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 14:35:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 14:35:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 14:35:56 - SRCCONF=/dev/null
TB --- 2012-01-05 14:35:56 - TARGET=ia64
TB --- 2012-01-05 14:35:56 - TARGET_ARCH=ia64
TB --- 2012-01-05 14:35:56 - TZ=UTC
TB --- 2012-01-05 14:35:56 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 14:35:56 - cd /src
TB --- 2012-01-05 14:35:56 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu Jan  5 14:35:57 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Thu Jan  5 15:10:48 UTC 2012
TB --- 2012-01-05 15:10:48 - cd /src/sys/ia64/conf
TB --- 2012-01-05 15:10:48 - /usr/sbin/config -m GENERIC
TB --- 2012-01-05 15:10:48 - building GENERIC kernel
TB --- 2012-01-05 15:10:48 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 15:10:48 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 15:10:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 15:10:48 - SRCCONF=/dev/null
TB --- 2012-01-05 15:10:48 - TARGET=ia64
TB --- 2012-01-05 15:10:48 - TARGET_ARCH=ia64
TB --- 2012-01-05 15:10:48 - TZ=UTC
TB --- 2012-01-05 15:10:48 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 15:10:48 - cd /src
TB --- 2012-01-05 15:10:48 - /usr/bin/make -B buildkernel KERNCONF=GENERIC
 Kernel build for GENERIC started on Thu Jan  5 15:10:48 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/ia64.ia64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -I/obj/ia64.ia64/src/sys/GENERIC  
-ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -std=iso9899:1999 -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option-c 
/src/sys/modules/ath/../../dev/ath/if_ath_sysctl.c
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/ia64.ia64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -I/obj/ia64.ia64/src/sys/GENERIC  
-ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -std=iso9899:1999 -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option-c 
/src/sys/modules/ath/../../dev/ath/if_ath_tx.c

Re: bsdinstall kbdmap

2012-01-05 Thread Tom Evans
On Thu, Jan 5, 2012 at 12:58 AM, Edwin L. Culp W. edwinlc...@gmail.com wrote:
 I really appreciate your help but I am having a hard time
 understanding because this has been working perfectly on FreeBSD 9.0
 since new. ( 4 months ago )

 Just incase it is important.

 # uname -a
  FreeBSD home.encontacto.net 9.0-STABLE FreeBSD 9.0-STABLE #44: Wed
 Jan  4 05:03:08 CST 2012
 r...@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO  amd64

 My rc.conf has

 keymap=spanish.iso.acc.kbd

Are you sure this is right? My rc.conf has:

keymap=uk.iso

ie, no '.kbd' file ending, which is implied.


 I have no /etc/X11 configuration file and haven't ever needed one.
 The mouse has never had a problem until I reset the server this
 morning.


Mouse? I thought you were talking about keyboard!

To get the correct keymap in X from hal, you need to add a policy
file, exactly as described in the handbook. Possibly you didn't have
hal enabled in earlier X builds, but if you want it to work with hal,
you need the policy file.

Cheers

Tom
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc/powerpc

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-05 14:56:19 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-05 14:56:19 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-01-05 14:56:19 - cleaning the object tree
TB --- 2012-01-05 14:56:37 - cvsupping the source tree
TB --- 2012-01-05 14:56:37 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-01-05 14:56:50 - building world
TB --- 2012-01-05 14:56:50 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 14:56:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 14:56:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 14:56:50 - SRCCONF=/dev/null
TB --- 2012-01-05 14:56:50 - TARGET=powerpc
TB --- 2012-01-05 14:56:50 - TARGET_ARCH=powerpc
TB --- 2012-01-05 14:56:50 - TZ=UTC
TB --- 2012-01-05 14:56:50 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 14:56:50 - cd /src
TB --- 2012-01-05 14:56:50 - /usr/bin/make -B buildworld
 World build started on Thu Jan  5 14:56:51 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu Jan  5 17:04:26 UTC 2012
TB --- 2012-01-05 17:04:26 - generating LINT kernel config
TB --- 2012-01-05 17:04:26 - cd /src/sys/powerpc/conf
TB --- 2012-01-05 17:04:26 - /usr/bin/make -B LINT
TB --- 2012-01-05 17:04:26 - cd /src/sys/powerpc/conf
TB --- 2012-01-05 17:04:26 - /usr/sbin/config -m LINT
TB --- 2012-01-05 17:04:26 - building LINT kernel
TB --- 2012-01-05 17:04:26 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 17:04:26 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 17:04:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 17:04:26 - SRCCONF=/dev/null
TB --- 2012-01-05 17:04:26 - TARGET=powerpc
TB --- 2012-01-05 17:04:26 - TARGET_ARCH=powerpc
TB --- 2012-01-05 17:04:26 - TZ=UTC
TB --- 2012-01-05 17:04:26 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 17:04:26 - cd /src
TB --- 2012-01-05 17:04:26 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu Jan  5 17:04:26 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Thu Jan  5 17:23:07 UTC 2012
TB --- 2012-01-05 17:23:07 - cd /src/sys/powerpc/conf
TB --- 2012-01-05 17:23:07 - /usr/sbin/config -m GENERIC
TB --- 2012-01-05 17:23:07 - building GENERIC kernel
TB --- 2012-01-05 17:23:07 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 17:23:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 17:23:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 17:23:07 - SRCCONF=/dev/null
TB --- 2012-01-05 17:23:07 - TARGET=powerpc
TB --- 2012-01-05 17:23:07 - TARGET_ARCH=powerpc
TB --- 2012-01-05 17:23:07 - TZ=UTC
TB --- 2012-01-05 17:23:07 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 17:23:07 - cd /src
TB --- 2012-01-05 17:23:07 - /usr/bin/make -B buildkernel KERNCONF=GENERIC
 Kernel build for GENERIC started on Thu Jan  5 17:23:07 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc/src/sys/GENERIC/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc/src/sys/GENERIC  -msoft-float -mno-altivec 
-ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option-c 
/src/sys/modules/ath/../../dev/ath/if_ath_sysctl.c
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc/src/sys/GENERIC/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc/src/sys/GENERIC  -msoft-float -mno-altivec 
-ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  

Re: bsdinstall kbdmap

2012-01-05 Thread Edwin L. Culp W.
On Thu, Jan 5, 2012 at 10:47 AM, Tom Evans tevans...@googlemail.com wrote:
 On Thu, Jan 5, 2012 at 12:58 AM, Edwin L. Culp W. edwinlc...@gmail.com 
 wrote:
 I really appreciate your help but I am having a hard time
 understanding because this has been working perfectly on FreeBSD 9.0
 since new. ( 4 months ago )

 Just incase it is important.

 # uname -a
  FreeBSD home.encontacto.net 9.0-STABLE FreeBSD 9.0-STABLE #44: Wed
 Jan  4 05:03:08 CST 2012
 r...@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO  amd64

 My rc.conf has

 keymap=spanish.iso.acc.kbd

 Are you sure this is right? My rc.conf has:

 keymap=uk.iso

 ie, no '.kbd' file ending, which is implied.


 I have no /etc/X11 configuration file and haven't ever needed one.
 The mouse has never had a problem until I reset the server this
 morning.


 Mouse? I thought you were talking about keyboard!

 To get the correct keymap in X from hal, you need to add a policy
 file, exactly as described in the handbook. Possibly you didn't have
 hal enabled in earlier X builds, but if you want it to work with hal,
 you need the policy file.

 Cheers

 Tom

Thanks Jakub and Tom,

Try to answer both together.  Hope it isn't confusing.  First
s/mouse/keyboard/g

Before rebooting I ran portmaster -a  and updated hald.  I then
rebooted and my problem begain.

Using a standad black terminal  works wonderfully.  It just needs:
keymap=spanish.iso.acc.kbd in rc.conf  I've tried all the spanish
maps to get the closest to my keyboard so the rc.conf seems correct.
Before the reboot and hald upgrade, all was well.  I haven't ever
touched nor was I aware that a hal policy file existed.  (Going to try
killing hal first.  It has always been a pain in the.. neck.

Sounds like I need to disable hal and restart X and maybe all will be
well again.  Results.  bsd terminal works great but X doesn't
recognize the mouse.  The problem is definitely hal.  I hope it dies
soon.  Going to study hal a bit.  Thanks,

ed
ed
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-05 15:20:59 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-05 15:20:59 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-01-05 15:20:59 - cleaning the object tree
TB --- 2012-01-05 15:21:19 - cvsupping the source tree
TB --- 2012-01-05 15:21:19 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-01-05 15:21:31 - building world
TB --- 2012-01-05 15:21:31 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 15:21:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 15:21:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 15:21:31 - SRCCONF=/dev/null
TB --- 2012-01-05 15:21:31 - TARGET=powerpc
TB --- 2012-01-05 15:21:31 - TARGET_ARCH=powerpc64
TB --- 2012-01-05 15:21:31 - TZ=UTC
TB --- 2012-01-05 15:21:31 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 15:21:31 - cd /src
TB --- 2012-01-05 15:21:31 - /usr/bin/make -B buildworld
 World build started on Thu Jan  5 15:21:32 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Thu Jan  5 17:52:27 UTC 2012
TB --- 2012-01-05 17:52:27 - generating LINT kernel config
TB --- 2012-01-05 17:52:27 - cd /src/sys/powerpc/conf
TB --- 2012-01-05 17:52:27 - /usr/bin/make -B LINT
TB --- 2012-01-05 17:52:27 - cd /src/sys/powerpc/conf
TB --- 2012-01-05 17:52:27 - /usr/sbin/config -m LINT
TB --- 2012-01-05 17:52:27 - building LINT kernel
TB --- 2012-01-05 17:52:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 17:52:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 17:52:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 17:52:27 - SRCCONF=/dev/null
TB --- 2012-01-05 17:52:27 - TARGET=powerpc
TB --- 2012-01-05 17:52:27 - TARGET_ARCH=powerpc64
TB --- 2012-01-05 17:52:27 - TZ=UTC
TB --- 2012-01-05 17:52:27 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 17:52:27 - cd /src
TB --- 2012-01-05 17:52:27 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu Jan  5 17:52:27 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Thu Jan  5 18:13:15 UTC 2012
TB --- 2012-01-05 18:13:15 - cd /src/sys/powerpc/conf
TB --- 2012-01-05 18:13:15 - /usr/sbin/config -m GENERIC
TB --- 2012-01-05 18:13:15 - skipping GENERIC kernel
TB --- 2012-01-05 18:13:15 - cd /src/sys/powerpc/conf
TB --- 2012-01-05 18:13:15 - /usr/sbin/config -m GENERIC64
TB --- 2012-01-05 18:13:15 - building GENERIC64 kernel
TB --- 2012-01-05 18:13:15 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 18:13:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 18:13:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 18:13:15 - SRCCONF=/dev/null
TB --- 2012-01-05 18:13:15 - TARGET=powerpc
TB --- 2012-01-05 18:13:15 - TARGET_ARCH=powerpc64
TB --- 2012-01-05 18:13:15 - TZ=UTC
TB --- 2012-01-05 18:13:15 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 18:13:15 - cd /src
TB --- 2012-01-05 18:13:15 - /usr/bin/make -B buildkernel KERNCONF=GENERIC64
 Kernel build for GENERIC64 started on Thu Jan  5 18:13:15 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/GENERIC64/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/GENERIC64  -msoft-float -mno-altivec 
-mcall-aixdesc -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 
-Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs 
-fdiagnostics-show-option-c 
/src/sys/modules/ath/../../dev/ath/if_ath_sysctl.c
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/GENERIC64/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -mlongcall -fno-omit-frame-pointer 

[head tinderbox] failure on arm/arm

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-05 18:20:00 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-05 18:20:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-01-05 18:20:00 - cleaning the object tree
TB --- 2012-01-05 18:20:29 - cvsupping the source tree
TB --- 2012-01-05 18:20:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-01-05 18:20:47 - building world
TB --- 2012-01-05 18:20:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 18:20:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 18:20:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 18:20:47 - SRCCONF=/dev/null
TB --- 2012-01-05 18:20:47 - TARGET=arm
TB --- 2012-01-05 18:20:47 - TARGET_ARCH=arm
TB --- 2012-01-05 18:20:47 - TZ=UTC
TB --- 2012-01-05 18:20:47 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 18:20:47 - cd /src
TB --- 2012-01-05 18:20:47 - /usr/bin/make -B buildworld
 World build started on Thu Jan  5 18:20:48 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu Jan  5 19:17:33 UTC 2012
TB --- 2012-01-05 19:17:34 - cd /src/sys/arm/conf
TB --- 2012-01-05 19:17:34 - /usr/sbin/config -m AVILA
TB --- 2012-01-05 19:17:34 - building AVILA kernel
TB --- 2012-01-05 19:17:34 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 19:17:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 19:17:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 19:17:34 - SRCCONF=/dev/null
TB --- 2012-01-05 19:17:34 - TARGET=arm
TB --- 2012-01-05 19:17:34 - TARGET_ARCH=arm
TB --- 2012-01-05 19:17:34 - TZ=UTC
TB --- 2012-01-05 19:17:34 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 19:17:34 - cd /src
TB --- 2012-01-05 19:17:34 - /usr/bin/make -B buildkernel KERNCONF=AVILA
 Kernel build for AVILA started on Thu Jan  5 19:17:34 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for AVILA completed on Thu Jan  5 19:20:36 UTC 2012
TB --- 2012-01-05 19:20:36 - cd /src/sys/arm/conf
TB --- 2012-01-05 19:20:36 - /usr/sbin/config -m BWCT
TB --- 2012-01-05 19:20:38 - building BWCT kernel
TB --- 2012-01-05 19:20:38 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 19:20:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 19:20:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 19:20:38 - SRCCONF=/dev/null
TB --- 2012-01-05 19:20:38 - TARGET=arm
TB --- 2012-01-05 19:20:38 - TARGET_ARCH=arm
TB --- 2012-01-05 19:20:38 - TZ=UTC
TB --- 2012-01-05 19:20:38 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 19:20:38 - cd /src
TB --- 2012-01-05 19:20:38 - /usr/bin/make -B buildkernel KERNCONF=BWCT
 Kernel build for BWCT started on Thu Jan  5 19:20:38 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for BWCT completed on Thu Jan  5 19:23:16 UTC 2012
TB --- 2012-01-05 19:23:16 - cd /src/sys/arm/conf
TB --- 2012-01-05 19:23:16 - /usr/sbin/config -m CAMBRIA
TB --- 2012-01-05 19:23:16 - building CAMBRIA kernel
TB --- 2012-01-05 19:23:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 19:23:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 19:23:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 19:23:16 - SRCCONF=/dev/null
TB --- 2012-01-05 19:23:16 - TARGET=arm
TB --- 2012-01-05 19:23:16 - TARGET_ARCH=arm
TB --- 2012-01-05 19:23:16 - TZ=UTC
TB --- 2012-01-05 19:23:16 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 19:23:16 - cd /src
TB --- 2012-01-05 19:23:16 - /usr/bin/make -B buildkernel KERNCONF=CAMBRIA
 Kernel build for CAMBRIA started on Thu Jan  5 19:23:16 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for CAMBRIA completed on Thu Jan  5 19:26:15 UTC 2012
TB --- 2012-01-05 19:26:15 - cd /src/sys/arm/conf
TB --- 2012-01-05 19:26:15 - /usr/sbin/config -m CNS11XXNAS
TB --- 2012-01-05 19:26:15 - building CNS11XXNAS kernel
TB --- 2012-01-05 19:26:15 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 19:26:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 19:26:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 19:26:15 - SRCCONF=/dev/null
TB --- 2012-01-05 19:26:15 - TARGET=arm
TB --- 2012-01-05 19:26:15 - TARGET_ARCH=arm
TB --- 2012-01-05 19:26:15 - TZ=UTC
TB --- 2012-01-05 19:26:15 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 19:26:15 - cd /src
TB --- 2012-01-05 19:26:15 - /usr/bin/make -B buildkernel KERNCONF=CNS11XXNAS
 Kernel build 

WITH_ICONV/WITH_BSD_GREP: Defaults?

2012-01-05 Thread O. Hartmann
In FreeBSD 9 and 10, src.conf could be populated with those two knobs

WITH_ICONV
and
WITH_BSD_GREP

For some testing purposes, I switched them both to enabled, so I could
test ports and software against these.

I didn't realize any serious issue with WITH_BSD_GREP, but I read, some
time ago, that bsdggrep does have some speed issues. What is the actual
status of bsdgrep in FreeBSD?

Another story seems to be with WITH_ICONV. I didn't realize problems
until I had harsh faults compiling port lang/gcc46 which tend to fail in
a Makefile when WITH_ICONV is enabled. But at that point the issue the
first time occured, I hadn't deinstalled port converters/libiconv so I
can not say whether those issues came due to confusions. But it seems to
tend to confusions having remnants of WITH_iconv installation when
disabling the build by deleting or commenting out WITH_ICONV.
What is the status of WITH_ICONV?
The ports seem still to rely on the port libiconv when being built.

Thanks in advance,
Oliver



signature.asc
Description: OpenPGP digital signature


[head tinderbox] failure on i386/pc98

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-05 18:20:00 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-05 18:20:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-01-05 18:20:00 - cleaning the object tree
TB --- 2012-01-05 18:20:30 - cvsupping the source tree
TB --- 2012-01-05 18:20:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-01-05 18:20:47 - building world
TB --- 2012-01-05 18:20:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 18:20:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 18:20:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 18:20:47 - SRCCONF=/dev/null
TB --- 2012-01-05 18:20:47 - TARGET=pc98
TB --- 2012-01-05 18:20:47 - TARGET_ARCH=i386
TB --- 2012-01-05 18:20:47 - TZ=UTC
TB --- 2012-01-05 18:20:47 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 18:20:47 - cd /src
TB --- 2012-01-05 18:20:47 - /usr/bin/make -B buildworld
 World build started on Thu Jan  5 18:20:48 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu Jan  5 20:30:04 UTC 2012
TB --- 2012-01-05 20:30:04 - generating LINT kernel config
TB --- 2012-01-05 20:30:04 - cd /src/sys/pc98/conf
TB --- 2012-01-05 20:30:04 - /usr/bin/make -B LINT
TB --- 2012-01-05 20:30:04 - cd /src/sys/pc98/conf
TB --- 2012-01-05 20:30:04 - /usr/sbin/config -m LINT
TB --- 2012-01-05 20:30:04 - building LINT kernel
TB --- 2012-01-05 20:30:04 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 20:30:04 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 20:30:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 20:30:04 - SRCCONF=/dev/null
TB --- 2012-01-05 20:30:04 - TARGET=pc98
TB --- 2012-01-05 20:30:04 - TARGET_ARCH=i386
TB --- 2012-01-05 20:30:04 - TZ=UTC
TB --- 2012-01-05 20:30:04 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 20:30:04 - cd /src
TB --- 2012-01-05 20:30:04 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu Jan  5 20:30:04 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Thu Jan  5 20:58:42 UTC 2012
TB --- 2012-01-05 20:58:42 - cd /src/sys/pc98/conf
TB --- 2012-01-05 20:58:42 - /usr/sbin/config -m GENERIC
TB --- 2012-01-05 20:58:42 - building GENERIC kernel
TB --- 2012-01-05 20:58:42 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 20:58:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 20:58:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 20:58:42 - SRCCONF=/dev/null
TB --- 2012-01-05 20:58:42 - TARGET=pc98
TB --- 2012-01-05 20:58:42 - TARGET_ARCH=i386
TB --- 2012-01-05 20:58:42 - TZ=UTC
TB --- 2012-01-05 20:58:42 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 20:58:42 - cd /src
TB --- 2012-01-05 20:58:42 - /usr/bin/make -B buildkernel KERNCONF=GENERIC
 Kernel build for GENERIC started on Thu Jan  5 20:58:42 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -O2 -pipe -DPC98 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I. -I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/pc98.i386/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -I/obj/pc98.i386/src/sys/GENERIC  
-mno-align-long-strings -mpreferred-stack-boundary=2 -mno-sse -mno-mmx 
-msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 
-Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs 
-fdiagnostics-show-option-c 
/src/sys/modules/ath/../../dev/ath/if_ath_sysctl.c
cc -O2 -pipe -DPC98 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I. -I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/pc98.i386/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -I/obj/pc98.i386/src/sys/GENERIC  
-mno-align-long-strings -mpreferred-stack-boundary=2 -mno-sse -mno-mmx 
-msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 

stable/9 still looking for packages at 9-current

2012-01-05 Thread Peter
Hello,
  Installed 9-RELEASE amd64, svn the latest stable/9 sources,
built/installed kernel/world and did pkg_add - It is still by default
pointing at -current:

pkbsdpkg:#uname -a
FreeBSD pkbsdpkg 9.0-STABLE FreeBSD 9.0-STABLE #0 r229599: Thu Jan  5
10:23:52 MST 2012 pe...@pkbsd.pk.pb:/usr/obj/usr/src/sys/GENERIC 
amd64
pkbsdpkg:#echo $PACKAGESITE

pkbsdpkg:#pkg_add -r test
Error: Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-current/Latest/test.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-current/Latest/test.tbz'
by URL
pkbsdpkg:#


pkbsdpkg:#pwd
/usr/src/usr.sbin/pkg_install
pkbsdpkg:#grep -R packages-9 *
add/main.c: { 90, 900499, /packages-9.0-release },
add/main.c: { 90, 999000, /packages-9-current },

???

On a fresh 9-release install works properly:
9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
[15:10] igormolko: pkg_add -r test
Error: Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/test.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/test.tbz'
by URL



]Peter[



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-05 Thread O. Hartmann
When compiling most recent CURRENT on amd64 platform, using CLANG and
enabled WITH_LIBCPLUSPLUS, I receive the follwing error since two days
now. Build shown below was made avoiding -jX when doing buildworld.

[SNIP]
rpcgen -C -c /usr/src/lib/librpcsvc/../../include/rpcsvc/ypupdate_prot.x
-o ypupdate_prot_xdr.c
rm -f .depend
CC='cc -m32 -march=native -DCOMPAT_32BIT  -isystem
/usr/obj/usr/src/lib32/usr/include/  -L/usr/obj/usr/src/lib32/usr/lib32
 -B/usr/obj/usr/src/lib32/usr/lib32' mkdep -f .depend -a-DYP
-I/usr/obj/usr/src/lib32/usr/include/rpcsvc -std=gnu99  klm_prot_xdr.c
mount_xdr.c nfs_prot_xdr.c nlm_prot_xdr.c rex_xdr.c rnusers_xdr.c
rquota_xdr.c rstat_xdr.c rwall_xdr.c sm_inter_xdr.c spray_xdr.c
yppasswd_xdr.c ypxfrd_xdr.c ypupdate_prot_xdr.c
/usr/src/lib/librpcsvc/rnusers.c /usr/src/lib/librpcsvc/rstat.c
/usr/src/lib/librpcsvc/rwall.c /usr/src/lib/librpcsvc/yp_passwd.c
/usr/src/lib/librpcsvc/yp_update.c /usr/src/lib/librpcsvc/secretkey.c
/usr/src/lib/librpcsvc/xcrypt.c
=== lib/libsbuf (depend)
=== lib/libtacplus (depend)
=== lib/libutil (depend)
=== lib/libypclnt (depend)
=== lib/libcxxrt (depend)
=== lib/libc++ (depend)
rm -f .depend
CC='cc -m32 -march=native -DCOMPAT_32BIT  -isystem
/usr/obj/usr/src/lib32/usr/include/  -L/usr/obj/usr/src/lib32/usr/lib32
 -B/usr/obj/usr/src/lib32/usr/lib32' mkdep -f .depend -a
-I/usr/src/lib/libc++/../../contrib/libc++/include
-I/usr/src/lib/libc++/../../contrib/libcxxrt -DLIBCXXRT -std=c++0x
/usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/bind.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/chrono.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/condition_variable.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/debug.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/exception.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/future.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/hash.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/ios.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/iostream.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/locale.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/memory.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/mutex.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/new.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/random.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/regex.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/stdexcept.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/string.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/strstream.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/system_error.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/thread.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/typeinfo.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/utility.cpp
/usr/src/lib/libc++/../../contrib/libc++/src/valarray.cpp
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
cc1plus: error: unrecognized command line option -std=c++0x
mkdep: compile failed



signature.asc
Description: OpenPGP digital signature


Re: WITH_ICONV/WITH_BSD_GREP: Defaults?

2012-01-05 Thread Gabor Kovesdan

On 2012.01.05. 21:04, O. Hartmann wrote:

In FreeBSD 9 and 10, src.conf could be populated with those two knobs

WITH_ICONV
and
WITH_BSD_GREP

For some testing purposes, I switched them both to enabled, so I could
test ports and software against these.

I didn't realize any serious issue with WITH_BSD_GREP, but I read, some
time ago, that bsdggrep does have some speed issues. What is the actual
status of bsdgrep in FreeBSD?
Yes, BSD grep has significant performance problems. It is quite a 
complex issue because GNU grep uses some shortcuts to speed up pattern 
matching. I don't want to put that in BSD grep because that does not 
seem correct to me. Such code belongs to the regex library. Not just 
logically but practically, as well, so that other dependencies can also 
benefit from a faster pattern matching. However, it cannot be done with 
the POSIX-compliant API so it requires some extensions. From the last 
GSoC, there is an ongoing work on this but currently, I'm having exams 
at the university. I hope I can finish it after my exams.


Another story seems to be with WITH_ICONV. I didn't realize problems
until I had harsh faults compiling port lang/gcc46 which tend to fail in
a Makefile when WITH_ICONV is enabled. But at that point the issue the
first time occured, I hadn't deinstalled port converters/libiconv so I
can not say whether those issues came due to confusions. But it seems to
tend to confusions having remnants of WITH_iconv installation when
disabling the build by deleting or commenting out WITH_ICONV.
What is the status of WITH_ICONV?
The ports seem still to rely on the port libiconv when being built.
BSD iconv works quite well in some cases but there are some problems on 
my TODO list, so I preferred to leave it off by default until they are 
solved.


Gabor
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/i386

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-05 18:20:00 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-05 18:20:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-01-05 18:20:00 - cleaning the object tree
TB --- 2012-01-05 18:21:04 - cvsupping the source tree
TB --- 2012-01-05 18:21:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-01-05 18:21:15 - building world
TB --- 2012-01-05 18:21:15 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 18:21:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 18:21:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 18:21:15 - SRCCONF=/dev/null
TB --- 2012-01-05 18:21:15 - TARGET=i386
TB --- 2012-01-05 18:21:15 - TARGET_ARCH=i386
TB --- 2012-01-05 18:21:15 - TZ=UTC
TB --- 2012-01-05 18:21:15 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 18:21:15 - cd /src
TB --- 2012-01-05 18:21:15 - /usr/bin/make -B buildworld
 World build started on Thu Jan  5 18:21:16 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu Jan  5 20:30:46 UTC 2012
TB --- 2012-01-05 20:30:46 - generating LINT kernel config
TB --- 2012-01-05 20:30:46 - cd /src/sys/i386/conf
TB --- 2012-01-05 20:30:46 - /usr/bin/make -B LINT
TB --- 2012-01-05 20:30:47 - cd /src/sys/i386/conf
TB --- 2012-01-05 20:30:47 - /usr/sbin/config -m LINT
TB --- 2012-01-05 20:30:47 - building LINT kernel
TB --- 2012-01-05 20:30:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 20:30:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 20:30:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 20:30:47 - SRCCONF=/dev/null
TB --- 2012-01-05 20:30:47 - TARGET=i386
TB --- 2012-01-05 20:30:47 - TARGET_ARCH=i386
TB --- 2012-01-05 20:30:47 - TZ=UTC
TB --- 2012-01-05 20:30:47 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 20:30:47 - cd /src
TB --- 2012-01-05 20:30:47 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu Jan  5 20:30:47 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Thu Jan  5 21:03:00 UTC 2012
TB --- 2012-01-05 21:03:00 - cd /src/sys/i386/conf
TB --- 2012-01-05 21:03:00 - /usr/sbin/config -m LINT-NOINET
TB --- 2012-01-05 21:03:00 - building LINT-NOINET kernel
TB --- 2012-01-05 21:03:00 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 21:03:00 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 21:03:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 21:03:00 - SRCCONF=/dev/null
TB --- 2012-01-05 21:03:00 - TARGET=i386
TB --- 2012-01-05 21:03:00 - TARGET_ARCH=i386
TB --- 2012-01-05 21:03:00 - TZ=UTC
TB --- 2012-01-05 21:03:00 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 21:03:00 - cd /src
TB --- 2012-01-05 21:03:00 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET
 Kernel build for LINT-NOINET started on Thu Jan  5 21:03:00 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET completed on Thu Jan  5 21:33:29 UTC 2012
TB --- 2012-01-05 21:33:29 - cd /src/sys/i386/conf
TB --- 2012-01-05 21:33:29 - /usr/sbin/config -m LINT-NOINET6
TB --- 2012-01-05 21:33:29 - building LINT-NOINET6 kernel
TB --- 2012-01-05 21:33:29 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 21:33:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 21:33:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 21:33:29 - SRCCONF=/dev/null
TB --- 2012-01-05 21:33:29 - TARGET=i386
TB --- 2012-01-05 21:33:29 - TARGET_ARCH=i386
TB --- 2012-01-05 21:33:29 - TZ=UTC
TB --- 2012-01-05 21:33:29 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 21:33:29 - cd /src
TB --- 2012-01-05 21:33:29 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET6
 Kernel build for LINT-NOINET6 started on Thu Jan  5 21:33:29 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET6 completed on Thu Jan  5 22:04:42 UTC 2012
TB --- 2012-01-05 22:04:42 - cd /src/sys/i386/conf
TB --- 2012-01-05 22:04:42 - /usr/sbin/config -m LINT-NOIP
TB --- 2012-01-05 22:04:42 - building LINT-NOIP kernel
TB --- 2012-01-05 22:04:42 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 22:04:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 22:04:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 22:04:42 - SRCCONF=/dev/null
TB --- 2012-01-05 22:04:42 - TARGET=i386
TB --- 2012-01-05 22:04:42 - 

Re: stable/9 still looking for packages at 9-current

2012-01-05 Thread Garrett Cooper
On Thu, Jan 5, 2012 at 2:12 PM, Peter fb...@peterk.org wrote:
 Hello,
  Installed 9-RELEASE amd64, svn the latest stable/9 sources,
 built/installed kernel/world and did pkg_add - It is still by default
 pointing at -current:

 pkbsdpkg:#uname -a
 FreeBSD pkbsdpkg 9.0-STABLE FreeBSD 9.0-STABLE #0 r229599: Thu Jan  5
 10:23:52 MST 2012     pe...@pkbsd.pk.pb:/usr/obj/usr/src/sys/GENERIC
 amd64
 pkbsdpkg:#echo $PACKAGESITE

 pkbsdpkg:#pkg_add -r test
 Error: Unable to get
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-current/Latest/test.tbz:
 File unavailable (e.g., file not found, no access)
 pkg_add: unable to fetch
 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-current/Latest/test.tbz'
 by URL
 pkbsdpkg:#


 pkbsdpkg:#pwd
 /usr/src/usr.sbin/pkg_install
 pkbsdpkg:#grep -R packages-9 *
 add/main.c:     { 90, 900499, /packages-9.0-release },
 add/main.c:     { 90, 999000, /packages-9-current },

 ???

 On a fresh 9-release install works properly:
 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012
 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
 [15:10] igormolko: pkg_add -r test
 Error: Unable to get
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/test.tbz:
 File unavailable (e.g., file not found, no access)
 pkg_add: unable to fetch
 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/test.tbz'
 by URL

svn up / c[v]sup your tree. It was recently merged/fixed by kensmith.
Thanks,
-Garrett
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-05 22:35:12 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-05 22:35:12 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-01-05 22:35:12 - cleaning the object tree
TB --- 2012-01-05 22:35:35 - cvsupping the source tree
TB --- 2012-01-05 22:35:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-01-05 22:35:47 - building world
TB --- 2012-01-05 22:35:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-05 22:35:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-05 22:35:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-05 22:35:47 - SRCCONF=/dev/null
TB --- 2012-01-05 22:35:47 - TARGET=powerpc
TB --- 2012-01-05 22:35:47 - TARGET_ARCH=powerpc64
TB --- 2012-01-05 22:35:47 - TZ=UTC
TB --- 2012-01-05 22:35:47 - __MAKE_CONF=/dev/null
TB --- 2012-01-05 22:35:47 - cd /src
TB --- 2012-01-05 22:35:47 - /usr/bin/make -B buildworld
 World build started on Thu Jan  5 22:35:48 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Fri Jan  6 01:08:40 UTC 2012
TB --- 2012-01-06 01:08:40 - generating LINT kernel config
TB --- 2012-01-06 01:08:40 - cd /src/sys/powerpc/conf
TB --- 2012-01-06 01:08:40 - /usr/bin/make -B LINT
TB --- 2012-01-06 01:08:40 - cd /src/sys/powerpc/conf
TB --- 2012-01-06 01:08:40 - /usr/sbin/config -m LINT
TB --- 2012-01-06 01:08:40 - building LINT kernel
TB --- 2012-01-06 01:08:40 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 01:08:40 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 01:08:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 01:08:40 - SRCCONF=/dev/null
TB --- 2012-01-06 01:08:40 - TARGET=powerpc
TB --- 2012-01-06 01:08:40 - TARGET_ARCH=powerpc64
TB --- 2012-01-06 01:08:40 - TZ=UTC
TB --- 2012-01-06 01:08:40 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 01:08:40 - cd /src
TB --- 2012-01-06 01:08:40 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Jan  6 01:08:40 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Fri Jan  6 01:29:33 UTC 2012
TB --- 2012-01-06 01:29:33 - cd /src/sys/powerpc/conf
TB --- 2012-01-06 01:29:33 - /usr/sbin/config -m GENERIC
TB --- 2012-01-06 01:29:33 - skipping GENERIC kernel
TB --- 2012-01-06 01:29:33 - cd /src/sys/powerpc/conf
TB --- 2012-01-06 01:29:33 - /usr/sbin/config -m GENERIC64
TB --- 2012-01-06 01:29:33 - building GENERIC64 kernel
TB --- 2012-01-06 01:29:33 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 01:29:33 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 01:29:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 01:29:33 - SRCCONF=/dev/null
TB --- 2012-01-06 01:29:33 - TARGET=powerpc
TB --- 2012-01-06 01:29:33 - TARGET_ARCH=powerpc64
TB --- 2012-01-06 01:29:33 - TZ=UTC
TB --- 2012-01-06 01:29:33 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 01:29:33 - cd /src
TB --- 2012-01-06 01:29:33 - /usr/bin/make -B buildkernel KERNCONF=GENERIC64
 Kernel build for GENERIC64 started on Fri Jan  6 01:29:33 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/GENERIC64/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/GENERIC64  -msoft-float -mno-altivec 
-mcall-aixdesc -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 
-Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs 
-fdiagnostics-show-option-c 
/src/sys/modules/ath/../../dev/ath/if_ath_sysctl.c
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
-I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/GENERIC64/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -mlongcall -fno-omit-frame-pointer 

[head tinderbox] failure on i386/pc98

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-06 01:40:00 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-06 01:40:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-01-06 01:40:00 - cleaning the object tree
TB --- 2012-01-06 01:40:31 - cvsupping the source tree
TB --- 2012-01-06 01:40:31 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-01-06 01:40:48 - building world
TB --- 2012-01-06 01:40:48 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 01:40:48 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 01:40:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 01:40:48 - SRCCONF=/dev/null
TB --- 2012-01-06 01:40:48 - TARGET=pc98
TB --- 2012-01-06 01:40:48 - TARGET_ARCH=i386
TB --- 2012-01-06 01:40:48 - TZ=UTC
TB --- 2012-01-06 01:40:48 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 01:40:48 - cd /src
TB --- 2012-01-06 01:40:48 - /usr/bin/make -B buildworld
 World build started on Fri Jan  6 01:40:49 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Fri Jan  6 03:50:24 UTC 2012
TB --- 2012-01-06 03:50:24 - generating LINT kernel config
TB --- 2012-01-06 03:50:24 - cd /src/sys/pc98/conf
TB --- 2012-01-06 03:50:24 - /usr/bin/make -B LINT
TB --- 2012-01-06 03:50:24 - cd /src/sys/pc98/conf
TB --- 2012-01-06 03:50:24 - /usr/sbin/config -m LINT
TB --- 2012-01-06 03:50:24 - building LINT kernel
TB --- 2012-01-06 03:50:24 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 03:50:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 03:50:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 03:50:24 - SRCCONF=/dev/null
TB --- 2012-01-06 03:50:24 - TARGET=pc98
TB --- 2012-01-06 03:50:24 - TARGET_ARCH=i386
TB --- 2012-01-06 03:50:24 - TZ=UTC
TB --- 2012-01-06 03:50:24 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 03:50:24 - cd /src
TB --- 2012-01-06 03:50:24 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Jan  6 03:50:24 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Fri Jan  6 04:18:44 UTC 2012
TB --- 2012-01-06 04:18:44 - cd /src/sys/pc98/conf
TB --- 2012-01-06 04:18:44 - /usr/sbin/config -m GENERIC
TB --- 2012-01-06 04:18:44 - building GENERIC kernel
TB --- 2012-01-06 04:18:44 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 04:18:44 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 04:18:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 04:18:44 - SRCCONF=/dev/null
TB --- 2012-01-06 04:18:44 - TARGET=pc98
TB --- 2012-01-06 04:18:44 - TARGET_ARCH=i386
TB --- 2012-01-06 04:18:44 - TZ=UTC
TB --- 2012-01-06 04:18:44 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 04:18:44 - cd /src
TB --- 2012-01-06 04:18:44 - /usr/bin/make -B buildkernel KERNCONF=GENERIC
 Kernel build for GENERIC started on Fri Jan  6 04:18:44 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -O2 -pipe -DPC98 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I. -I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/pc98.i386/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -I/obj/pc98.i386/src/sys/GENERIC  
-mno-align-long-strings -mpreferred-stack-boundary=2 -mno-sse -mno-mmx 
-msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 
-Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs 
-fdiagnostics-show-option-c 
/src/sys/modules/ath/../../dev/ath/if_ath_sysctl.c
cc -O2 -pipe -DPC98 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I. -I/src/sys/modules/ath/../../dev/ath 
-I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/pc98.i386/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -g -I/obj/pc98.i386/src/sys/GENERIC  
-mno-align-long-strings -mpreferred-stack-boundary=2 -mno-sse -mno-mmx 
-msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 

[head tinderbox] failure on i386/i386

2012-01-05 Thread FreeBSD Tinderbox
TB --- 2012-01-06 01:40:00 - tinderbox 2.8 running on freebsd-current.sentex.ca
TB --- 2012-01-06 01:40:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-01-06 01:40:00 - cleaning the object tree
TB --- 2012-01-06 01:41:04 - cvsupping the source tree
TB --- 2012-01-06 01:41:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-01-06 01:41:17 - building world
TB --- 2012-01-06 01:41:17 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 01:41:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 01:41:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 01:41:17 - SRCCONF=/dev/null
TB --- 2012-01-06 01:41:17 - TARGET=i386
TB --- 2012-01-06 01:41:17 - TARGET_ARCH=i386
TB --- 2012-01-06 01:41:17 - TZ=UTC
TB --- 2012-01-06 01:41:17 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 01:41:17 - cd /src
TB --- 2012-01-06 01:41:17 - /usr/bin/make -B buildworld
 World build started on Fri Jan  6 01:41:17 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Fri Jan  6 03:51:19 UTC 2012
TB --- 2012-01-06 03:51:19 - generating LINT kernel config
TB --- 2012-01-06 03:51:19 - cd /src/sys/i386/conf
TB --- 2012-01-06 03:51:19 - /usr/bin/make -B LINT
TB --- 2012-01-06 03:51:19 - cd /src/sys/i386/conf
TB --- 2012-01-06 03:51:19 - /usr/sbin/config -m LINT
TB --- 2012-01-06 03:51:19 - building LINT kernel
TB --- 2012-01-06 03:51:19 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 03:51:19 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 03:51:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 03:51:19 - SRCCONF=/dev/null
TB --- 2012-01-06 03:51:19 - TARGET=i386
TB --- 2012-01-06 03:51:19 - TARGET_ARCH=i386
TB --- 2012-01-06 03:51:19 - TZ=UTC
TB --- 2012-01-06 03:51:19 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 03:51:19 - cd /src
TB --- 2012-01-06 03:51:19 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Jan  6 03:51:19 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Fri Jan  6 04:23:40 UTC 2012
TB --- 2012-01-06 04:23:40 - cd /src/sys/i386/conf
TB --- 2012-01-06 04:23:40 - /usr/sbin/config -m LINT-NOINET
TB --- 2012-01-06 04:23:40 - building LINT-NOINET kernel
TB --- 2012-01-06 04:23:40 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 04:23:40 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 04:23:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 04:23:40 - SRCCONF=/dev/null
TB --- 2012-01-06 04:23:40 - TARGET=i386
TB --- 2012-01-06 04:23:40 - TARGET_ARCH=i386
TB --- 2012-01-06 04:23:40 - TZ=UTC
TB --- 2012-01-06 04:23:40 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 04:23:40 - cd /src
TB --- 2012-01-06 04:23:40 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET
 Kernel build for LINT-NOINET started on Fri Jan  6 04:23:40 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET completed on Fri Jan  6 04:54:27 UTC 2012
TB --- 2012-01-06 04:54:27 - cd /src/sys/i386/conf
TB --- 2012-01-06 04:54:27 - /usr/sbin/config -m LINT-NOINET6
TB --- 2012-01-06 04:54:28 - building LINT-NOINET6 kernel
TB --- 2012-01-06 04:54:28 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 04:54:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 04:54:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 04:54:28 - SRCCONF=/dev/null
TB --- 2012-01-06 04:54:28 - TARGET=i386
TB --- 2012-01-06 04:54:28 - TARGET_ARCH=i386
TB --- 2012-01-06 04:54:28 - TZ=UTC
TB --- 2012-01-06 04:54:28 - __MAKE_CONF=/dev/null
TB --- 2012-01-06 04:54:28 - cd /src
TB --- 2012-01-06 04:54:28 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET6
 Kernel build for LINT-NOINET6 started on Fri Jan  6 04:54:28 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET6 completed on Fri Jan  6 05:25:45 UTC 2012
TB --- 2012-01-06 05:25:45 - cd /src/sys/i386/conf
TB --- 2012-01-06 05:25:45 - /usr/sbin/config -m LINT-NOIP
TB --- 2012-01-06 05:25:45 - building LINT-NOIP kernel
TB --- 2012-01-06 05:25:45 - CROSS_BUILD_TESTING=YES
TB --- 2012-01-06 05:25:45 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-01-06 05:25:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-01-06 05:25:45 - SRCCONF=/dev/null
TB --- 2012-01-06 05:25:45 - TARGET=i386
TB --- 2012-01-06 05:25:45 - 

Re: bsdinstall kbdmap

2012-01-05 Thread Lars Engels
On Thu, Jan 05, 2012 at 04:47:53PM +, Tom Evans wrote:
 On Thu, Jan 5, 2012 at 12:58 AM, Edwin L. Culp W. edwinlc...@gmail.com 
 wrote:
  I really appreciate your help but I am having a hard time
  understanding because this has been working perfectly on FreeBSD 9.0
  since new. ( 4 months ago )
 
  Just incase it is important.
 
  # uname -a
   FreeBSD home.encontacto.net 9.0-STABLE FreeBSD 9.0-STABLE #44: Wed
  Jan  4 05:03:08 CST 2012
  r...@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO  amd64
 
  My rc.conf has
 
  keymap=spanish.iso.acc.kbd
 
 Are you sure this is right? My rc.conf has:
 
 keymap=uk.iso
 
 ie, no '.kbd' file ending, which is implied.

Both versions work.
Try: 
kbdcontrol -l uk.iso 
kbdcontrol -l uk.iso.kbd


pgpe89CH3yqFa.pgp
Description: PGP signature


Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-05 Thread Roman Divacky
what makes you think you're using clang?

On Thu, Jan 05, 2012 at 11:20:34PM +0100, O. Hartmann wrote:
 When compiling most recent CURRENT on amd64 platform, using CLANG and
 enabled WITH_LIBCPLUSPLUS, I receive the follwing error since two days
 now. Build shown below was made avoiding -jX when doing buildworld.
 
 [SNIP]
 rpcgen -C -c /usr/src/lib/librpcsvc/../../include/rpcsvc/ypupdate_prot.x
 -o ypupdate_prot_xdr.c
 rm -f .depend
 CC='cc -m32 -march=native -DCOMPAT_32BIT  -isystem
 /usr/obj/usr/src/lib32/usr/include/  -L/usr/obj/usr/src/lib32/usr/lib32
  -B/usr/obj/usr/src/lib32/usr/lib32' mkdep -f .depend -a-DYP
 -I/usr/obj/usr/src/lib32/usr/include/rpcsvc -std=gnu99  klm_prot_xdr.c
 mount_xdr.c nfs_prot_xdr.c nlm_prot_xdr.c rex_xdr.c rnusers_xdr.c
 rquota_xdr.c rstat_xdr.c rwall_xdr.c sm_inter_xdr.c spray_xdr.c
 yppasswd_xdr.c ypxfrd_xdr.c ypupdate_prot_xdr.c
 /usr/src/lib/librpcsvc/rnusers.c /usr/src/lib/librpcsvc/rstat.c
 /usr/src/lib/librpcsvc/rwall.c /usr/src/lib/librpcsvc/yp_passwd.c
 /usr/src/lib/librpcsvc/yp_update.c /usr/src/lib/librpcsvc/secretkey.c
 /usr/src/lib/librpcsvc/xcrypt.c
 === lib/libsbuf (depend)
 === lib/libtacplus (depend)
 === lib/libutil (depend)
 === lib/libypclnt (depend)
 === lib/libcxxrt (depend)
 === lib/libc++ (depend)
 rm -f .depend
 CC='cc -m32 -march=native -DCOMPAT_32BIT  -isystem
 /usr/obj/usr/src/lib32/usr/include/  -L/usr/obj/usr/src/lib32/usr/lib32
  -B/usr/obj/usr/src/lib32/usr/lib32' mkdep -f .depend -a
 -I/usr/src/lib/libc++/../../contrib/libc++/include
 -I/usr/src/lib/libc++/../../contrib/libcxxrt -DLIBCXXRT -std=c++0x
 /usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/bind.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/chrono.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/condition_variable.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/debug.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/exception.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/future.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/hash.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/ios.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/iostream.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/locale.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/memory.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/mutex.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/new.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/random.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/regex.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/stdexcept.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/string.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/strstream.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/system_error.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/thread.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/typeinfo.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/utility.cpp
 /usr/src/lib/libc++/../../contrib/libc++/src/valarray.cpp
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 cc1plus: error: unrecognized command line option -std=c++0x
 mkdep: compile failed
 


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org