makefs && gpart (...)

2015-01-01 Thread Matthias Apitz
Hello, I have a small question and a small request re/ makefs && gpart: There is a script src/release/i386/make-memstick.sh to create an image from a full directory tree; the tree is result of make installworld DESTDIR=/tree make installkernel DESTDIR=/tree the script mainly does: ... makefs

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread O. Hartmann
Am Wed, 31 Dec 2014 21:41:34 +0100 Dimitry Andric schrieb: > Hi, > > I just committed an upgrade of clang, llvm and lldb to 3.5.0 to head, in > r276479. > > Please note that this version now requires C++11 support to build; see > UPDATING for more information. > > Release notes for llvm and cl

Re: [RFC] kern/kern_timeout.c rewrite in progress

2015-01-01 Thread Hans Petter Selasky
On 01/01/15 02:16, Hans Petter Selasky wrote: On 01/01/15 02:02, Hans Petter Selasky wrote: On 12/31/14 23:56, Ivan Klymenko wrote: В Mon, 29 Dec 2014 21:03:24 +0100 Hans Petter Selasky пишет: Hi, Is your kernel compiled with Witness? Do you see any lock order reversal warnings? Can you d

Re: makefs && gpart (...)

2015-01-01 Thread Nathan Whitehorn
On 01/01/15 03:48, Matthias Apitz wrote: Hello, I have a small question and a small request re/ makefs && gpart: There is a script src/release/i386/make-memstick.sh to create an image from a full directory tree; the tree is result of make installworld DESTDIR=/tree make installkernel DESTDIR

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Oliver Pinter
Hi! We at HardenedBSD got this error, with out jenkins instance: --- dis_tables.o --- /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c:3025:25: error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] if (cpu_mode == SIZE64 && dp->it_invalid64 || ~

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread David Wolfskill
On Wed, Dec 31, 2014 at 09:41:34PM +0100, Dimitry Andric wrote: > Hi, > > I just committed an upgrade of clang, llvm and lldb to 3.5.0 to head, in > r276479. > . Hmm... I'm seeing a problem with src/sys/modules/asr, using (head) sources @276499 in native i386 environments that are presently

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Dimitry Andric
On 01 Jan 2015, at 18:35, Oliver Pinter wrote: > We at HardenedBSD got this error, with out jenkins instance: > > --- dis_tables.o --- > /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c:3025:25: > error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] >if (c

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Oliver Pinter
No, we don't touch them. Only added -DHARDEBEDBSD into make environment. I will schedule a new round of build to recheck them, On Thu, Jan 1, 2015 at 6:53 PM, Dimitry Andric wrote: > On 01 Jan 2015, at 18:35, Oliver Pinter wrote: >> We at HardenedBSD got this error, with out jenkins instance:

Re: makefs && gpart (...)

2015-01-01 Thread Matthias Apitz
El día Thursday, January 01, 2015 a las 09:23:06AM -0800, Nathan Whitehorn escribió: > > On 01/01/15 03:48, Matthias Apitz wrote: > > gpart add -t freebsd-ufs ${unit} > > mdconfig -d -u ${unit} > > > > As you can see, it does makefs first, and after this it creates the > > gpart structure in th

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Oliver Pinter
No difference between FreeBSD's and our dis_tables.c file, and we added the following modification to "master" Makefile: op@robot hardenedBSD.git.opntr> git diff origin/master origin/hardened/current/master -- sys/cddl/dev/dtrace/x86/dis_tables.c op@robot hardenedBSD.git.opntr> git diff origin/mas

Last week for submitting FreeBSD 2014Q4 Status Reports

2015-01-01 Thread Benjamin Kaduk
Dear FreeBSD Community, Less than a week remains before the deadline for submissions to the next FreeBSD Quarterly Status Report. Submissions are due on January 7, 2015, covering work done in October through December. Status report submissions do not have to be very long. They may be about anyt

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Dimitry Andric
On 01 Jan 2015, at 12:50, O. Hartmann wrote: ... > ===> lib/atf/libatf-c++ (all) > c++-O2 -pipe -O3 -O3 -pipe -march=native -DHAVE_CONFIG_H > -I/usr/src/contrib/atf > -I/usr/src/lib/atf/libatf-c++/../libatf-c -I. -DHAVE_CONFIG_H > -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-forma

Jenkins build is back to normal : Build-UFS-image #820

2015-01-01 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 became unstable: FreeBSD_HEAD-tests2 #509

2015-01-01 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: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Larry Rosenman
On 2015-01-01 12:44, Oliver Pinter wrote: No difference between FreeBSD's and our dis_tables.c file, and we added the following modification to "master" Makefile: op@robot hardenedBSD.git.opntr> git diff origin/master origin/hardened/current/master -- sys/cddl/dev/dtrace/x86/dis_tables.c op@robo

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Oliver Pinter
I checked in amd64 case on my desktop machine, and building fine. After that, I looked again into build log, and I found this: make[2]: stopped in /usr/obj/i386.i386/jenkins/workspace/HardenedBSD_Master/sys/HARDENEDBSD 1 error make[2]: stopped in /usr/obj/i386.i386/jenkins/workspace/HardenedBSD_M

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-01 Thread Benjamin Kaduk
On Thu, 1 Jan 2015, Oliver Pinter wrote: > I checked in amd64 case on my desktop machine, and building fine. > After that, I looked again into build log, and I found this: > > make[2]: stopped in > /usr/obj/i386.i386/jenkins/workspace/HardenedBSD_Master/sys/HARDENEDBSD > 1 error > > make[2]: stopp

asr(4) error with new clang/llvm

2015-01-01 Thread Bjoern A. Zeeb
Hi, you need the next line of source to see that while the union only defines Simple[1], the comparison goes up to SG_LIST (or something) which is indeed defined as 58. Cn someone fix this? This makes i386 compiles failing currently. /scratch/tmp/bz/head.svn/sys/modules/asr/../../dev/asr/a

Re: asr(4) error with new clang/llvm

2015-01-01 Thread Steven Hartland
On 02/01/2015 01:23, Bjoern A. Zeeb wrote: Hi, you need the next line of source to see that while the union only defines Simple[1], the comparison goes up to SG_LIST (or something) which is indeed defined as 58. Cn someone fix this? This makes i386 compiles failing currently. /scratch/t

Re: asr(4) error with new clang/llvm

2015-01-01 Thread Ed Maste
On 1 January 2015 at 23:13, Steven Hartland wrote: > > On 02/01/2015 01:23, Bjoern A. Zeeb wrote: >> >> Hi, >> >> you need the next line of source to see that while the union only defines >> Simple[1], the comparison goes up to SG_LIST (or something) which is indeed >> defined as 58. Cn someone

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #510

2015-01-01 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: asr(4) error with new clang/llvm

2015-01-01 Thread Garrett Cooper
On Jan 1, 2015, at 21:00, Ed Maste wrote: > On 1 January 2015 at 23:13, Steven Hartland wrote: >> >> On 02/01/2015 01:23, Bjoern A. Zeeb wrote: >>> >>> Hi, >>> >>> you need the next line of source to see that while the union only defines >>> Simple[1], the comparison goes up to SG_LIST (or so

Re: asr(4) error with new clang/llvm

2015-01-01 Thread Scott Long
> On Jan 2, 2015, at 12:00 AM, Ed Maste wrote: > > On 1 January 2015 at 23:13, Steven Hartland wrote: >> >> On 02/01/2015 01:23, Bjoern A. Zeeb wrote: >>> >>> Hi, >>> >>> you need the next line of source to see that while the union only defines >>> Simple[1], the comparison goes up to SG_LIS

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #511

2015-01-01 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"