OF_getprop weirdness - raspberry pi

2015-05-20 Thread Daniel Braniss
Hi, I’m running current as of last week on a raspberry pi B. i don’t know if this only related to arm, but this is what I have in my rpi-b.dts: …. spi0 { rfid0 { compatible = "rfid,mfrc5"; spi-chips

Re: libc/gen: unused variables

2015-05-20 Thread Craig Rodrigues
On Wed, May 20, 2015 at 5:53 PM, Adrian Chadd wrote: > > > > How much of FreeBSD have you been able to compile with gcc 4.9, and on > which > > platform? > > I get down to a little bit inside libc before I hit unused code warnings. > What platform are you compiling on? Are you looking at anythi

Jenkins build is back to normal : FreeBSD_HEAD-tests #1044

2015-05-20 Thread jenkins-admin
See ___ 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"

Jenkins build is back to normal : FreeBSD_HEAD_amd64_gcc4.9 #4

2015-05-20 Thread jenkins-admin
See ___ 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: libc/gen: unused variables

2015-05-20 Thread Adrian Chadd
On 20 May 2015 at 17:30, Craig Rodrigues wrote: > On Wed, May 20, 2015 at 12:11 AM, Adrian Chadd wrote: >> >> Hi, >> >> here's a patch against -head that eliminates gcc-4.9 complaining about > > > I've set up a Jenkins build of trunk using gcc 4.9: > > https://jenkins.freebsd.org/job/FreeBSD_HEAD

Re: libc/gen: unused variables

2015-05-20 Thread Craig Rodrigues
On Wed, May 20, 2015 at 12:11 AM, Adrian Chadd wrote: > Hi, > > here's a patch against -head that eliminates gcc-4.9 complaining about > I've set up a Jenkins build of trunk using gcc 4.9: https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc4.9/ That build also keeps track of the number of c

camcontrol(8) attrib patches available

2015-05-20 Thread Kenneth D. Merry
I have put patches to camcontrol(8) to implement the attrib subcommand here: FreeBSD/head as of SVN revision 283160: http://people.freebsd.org/~ken/camcontrol_attrib.20150520.1.txt FreeBSD stable/10 as of SVN revision 283161: http://people.freebsd.org/~ken/camcontrol_attrib.stable10.20150520.1

Jenkins build is back to normal : FreeBSD_HEAD #2783

2015-05-20 Thread jenkins-admin
See ___ 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"

Jenkins build is back to normal : FreeBSD_HEAD_i386 #163

2015-05-20 Thread jenkins-admin
See ___ 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: [283136]: buildworld failure: usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 6:09, Garrett Cooper wrote: > On May 20, 2015, at 5:49, David Wolfskill wrote: > >> On Wed, May 20, 2015 at 06:50:24AM +0200, O. Hartmann wrote: >>> Current sources (r283136) die on buildworld with the following error: >>> >>> [...] >>> --- cddl/lib__L --- >>> /usr/obj/usr/

Re: [283136]: buildworld failure: usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc

2015-05-20 Thread Baptiste Daroussin
On Wed, May 20, 2015 at 06:09:16AM -0700, Garrett Cooper wrote: > On May 20, 2015, at 5:49, David Wolfskill wrote: > > > On Wed, May 20, 2015 at 06:50:24AM +0200, O. Hartmann wrote: > >> Current sources (r283136) die on buildworld with the following error: > >> > >> [...] > >> --- cddl/lib__L --

Re: libc/gen: unused variables

2015-05-20 Thread Mark Johnston
On Wed, May 20, 2015 at 12:11:08AM -0700, Adrian Chadd wrote: > Hi, > > here's a patch against -head that eliminates gcc-4.9 complaining about > set-but-unused variables. It just comments them out for now - are > these okay to eliminate, or is there something else that's > broken/missing? The cal

Build failed in Jenkins: FreeBSD_HEAD #2782

2015-05-20 Thread jenkins-admin
See Changes: [ngie] Unbreak the arm64/sparc64 tinderbox by only compiling lib/libproc and lib/librtld_db on architectures where they're supported Reported by: bz, Jenkins Pointyhat to: bapt [ngie] cddl/lib/libctf isn't always a require

Re: ixl and BOOTP

2015-05-20 Thread Eggert, Lars
On 2015-5-20, at 17:42, Ryan Stone wrote: > Oh, I bet that you have a bunch of CPUs and ixl is consuming all of your > interrupt vectors. Does setting this tunable fix the issue? > > hw.ixl.max_queues=1 Yeah, this box has 40 cores, but unfortunately that tunable doesn't change things in terms

Re: ixl and BOOTP

2015-05-20 Thread Ryan Stone
Oh, I bet that you have a bunch of CPUs and ixl is consuming all of your interrupt vectors. Does setting this tunable fix the issue? hw.ixl.max_queues=1 ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-curr

Re: libc/gen: unused variables

2015-05-20 Thread Adrian Chadd
On 20 May 2015 at 00:50, Konstantin Belousov wrote: > On Wed, May 20, 2015 at 12:11:08AM -0700, Adrian Chadd wrote: >> Hi, >> >> here's a patch against -head that eliminates gcc-4.9 complaining about >> set-but-unused variables. It just comments them out for now - are >> these okay to eliminate, o

Build failed in Jenkins: FreeBSD_HEAD #2781

2015-05-20 Thread jenkins-admin
See Changes: [ngie] Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are freestanding (they require libraries build via make libraries in buildworld) MFC after: 1 week Sponsored by: EMC / Isilon Storage Divisio

Re: [283136]: buildworld failure: usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 5:49, David Wolfskill wrote: > On Wed, May 20, 2015 at 06:50:24AM +0200, O. Hartmann wrote: >> Current sources (r283136) die on buildworld with the following error: >> >> [...] >> --- cddl/lib__L --- >> /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc >> cc: error: linker

Re: [283136]: buildworld failure: usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc

2015-05-20 Thread David Wolfskill
On Wed, May 20, 2015 at 06:50:24AM +0200, O. Hartmann wrote: > Current sources (r283136) die on buildworld with the following error: > > [...] > --- cddl/lib__L --- > /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc > cc: error: linker command failed with exit code 1 (use -v to see invocation)

Build failed in Jenkins: FreeBSD_HEAD_i386 #162

2015-05-20 Thread jenkins-admin
See Changes: [ae] In the reply to SADB_X_SPDGET message use the same sequence number that was in the request. Some IKE deamons expect it will the same. Linux and NetBSD also follow this behaviour. PR: 137309 MFC after:

Re: libiconv: compile error with gcc-4.9

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 0:09, Adrian Chadd wrote: > Hi, > > I have the following compile error with gcc-4.9. Is there an issue > with the macro/inline, or is it just dead code? > > --- citrus_prop.So --- > /usr/local/bin/mips-portbld-freebsd11.0-gcc -isystem > /home/adrian/work/freebsd/head-embedde

Build failed in Jenkins: FreeBSD_HEAD #2780

2015-05-20 Thread jenkins-admin
See Changes: [bapt] Fix buildworld by adding libproc and librtld_db to the _prebuild_libs Those are needed to build libdtrace -- [...truncated 87231 lines...] building shared library libthr.so.3 c

Build failed in Jenkins: FreeBSD_HEAD #2779

2015-05-20 Thread jenkins-admin
See Changes: [rpaulo] ti_pruss: pass the correct IRQ to userland. Also, fix several problems with the kqueue notification. Submitted by: Manuel Stühn freebsdnewbie at freenet.de -- [...truncat

Build failed in Jenkins: FreeBSD_HEAD_i386 #161

2015-05-20 Thread jenkins-admin
See Changes: [rpaulo] ti_pruss: pass the correct IRQ to userland. Also, fix several problems with the kqueue notification. Submitted by: Manuel Stühn freebsdnewbie at freenet.de [ganbold] D2432 (Patch for Amlogic single core PIC

Build failed in Jenkins: FreeBSD_HEAD #2778

2015-05-20 Thread jenkins-admin
See Changes: [ganbold] D2432 (Patch for Amlogic single core PIC) moved the SMP option out of AML8726 and into board specific config files since some boards (e.g. YYHD18) use the aml8726-m3 which only have a single core. r283057 applied

Re: libc/gen: unused variables

2015-05-20 Thread Konstantin Belousov
On Wed, May 20, 2015 at 12:11:08AM -0700, Adrian Chadd wrote: > Hi, > > here's a patch against -head that eliminates gcc-4.9 complaining about > set-but-unused variables. It just comments them out for now - are > these okay to eliminate, or is there something else that's > broken/missing? Of cours

libc/gen: unused variables

2015-05-20 Thread Adrian Chadd
Hi, here's a patch against -head that eliminates gcc-4.9 complaining about set-but-unused variables. It just comments them out for now - are these okay to eliminate, or is there something else that's broken/missing? Thanks! -adrian adrian@lucy-11i386:~/work/freebsd/head-embedded/src/lib % svn

libiconv: compile error with gcc-4.9

2015-05-20 Thread Adrian Chadd
Hi, I have the following compile error with gcc-4.9. Is there an issue with the macro/inline, or is it just dead code? --- citrus_prop.So --- /usr/local/bin/mips-portbld-freebsd11.0-gcc -isystem /home/adrian/work/freebsd/head-embedded/obj-gcc/mips.mips/usr/home/adrian/work/freebsd/head-embedded/s