how to avoid warning: use of old-style cast [-Wold-style-cast]

2015-12-19 Thread Erich Dollansky
Hi, when compiling on FreeBSD 11, I get some warnings as mentioned in the subject. What is the recommended way to avoid them? Some examples are: FIONREAD or SIG_IGN. The machine: FreeBSD raspberry2.alogt.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r291495: Tue Dec 1 09:13:20 UTC 2015

Build failed in Jenkins: Build-UFS-image #2879

2015-12-19 Thread jenkins-admin
See -- [...truncated 1541 lines...] ./cddl/usr.sbin/dtrace/common/ustack missing (created) ./cddl/usr.sbin/dtrace/common/vars missing (created) ./cddl/usr.sbin/dtrace/common/version missing (created)

Aw: Re: make .SUFFIXES bug?

2015-12-19 Thread Carsten Kunze
Thomas Dickey wrote: > On Tue, Dec 15, 2015 at 04:01:41PM +0100, Carsten Kunze wrote: > > current groff doesn't build on FreeBSD. I had noticed the same issue some > > months ago on NetBSD and cross checked on FreeBSD and it had worked on > > FreeBSD. There must have somethig

Build from 9.3-RELEASE to 11.0-CURRENT fails for i386 (-Wsign-compare issues with gcc)

2015-12-19 Thread NGie Cooper
Hi John, I tried bootstrapping 9.3-RELEASE to 11.0-CURRENT with i386 and ran into the -Wsign-compare issue below when running make libraries with buildworld, because it’s building libkvm with gcc 4.2.1 :/… I’ve tried bootstrapping with clang/clang37, but haven’t been able to yet. I’ll

Build failed in Jenkins: Build-UFS-image #2880

2015-12-19 Thread jenkins-admin
See -- [...truncated 1541 lines...] ./cddl/usr.sbin/dtrace/common/ustack missing (created) ./cddl/usr.sbin/dtrace/common/vars missing (created) ./cddl/usr.sbin/dtrace/common/version missing (created)

SVN r292469 breaks VirtualBox

2015-12-19 Thread Michael Butler
While the kernel modules will build, they won't load .. kernel: linker_load_file: Unsupported file type kernel: link_elf_obj: symbol vm_pageout_grow_cache undefined kernel: linker_load_file: Unsupported file type kernel: KLD vboxnetflt.ko: depends on vboxdrv - not available or version mismatch

Re: Failing to build head@r292474 's rescue/rescue on 10.2-RELEASE-p7 / i386

2015-12-19 Thread NGie Cooper
> On Dec 19, 2015, at 17:16, NGie Cooper wrote: > > >> On Dec 19, 2015, at 16:09, NGie Cooper wrote: >> >> (Fixed the subject line) >> >>> On Dec 19, 2015, at 16:03, NGie Cooper wrote: >>> >>> Hi, >>> I ran into the

Re: SVN r292469 breaks VirtualBox

2015-12-19 Thread Alan Cox
On 12/19/2015 19:00, Michael Butler wrote: > While the kernel modules will build, they won't load .. > > kernel: linker_load_file: Unsupported file type > kernel: link_elf_obj: symbol vm_pageout_grow_cache undefined > kernel: linker_load_file: Unsupported file type > kernel: KLD vboxnetflt.ko:

Build error on i386 when building

2015-12-19 Thread NGie Cooper
Hi Mark, I ran into the following error when trying to build the dtrace tests on i386 (both with 10.2-RELEASE-p7 and 11.0-CURRENT) — have you seen this issue before? Thanks, -NGie --- all_subdir_cddl --- usdt.o: In function `dtrace_dof_init':

Re: Build error on i386 when building

2015-12-19 Thread Mark Johnston
On Sat, Dec 19, 2015 at 05:03:51PM -0800, NGie Cooper wrote: > Hi Mark, > I ran into the following error when trying to build the dtrace tests on > i386 (both with 10.2-RELEASE-p7 and 11.0-CURRENT) — have you seen this issue > before? Yes, that's because drti.o in stable/10 depends on

Build failed in Jenkins: Build-UFS-image #2881

2015-12-19 Thread jenkins-admin
See -- [...truncated 1541 lines...] ./cddl/usr.sbin/dtrace/common/ustack missing (created) ./cddl/usr.sbin/dtrace/common/vars missing (created) ./cddl/usr.sbin/dtrace/common/version missing (created)

Re: SVN r292469 breaks VirtualBox

2015-12-19 Thread Joe Maloney
I ran into this months earlier with NextBSD. Replacing vm_pageout_grow_cache(). in memobj-r0drv-freebsd.c with this fixed the issue: vm_pageout_reclaim_contig(1, 0, VM_MAX_ADDRESS, PAGE_SIZE, 0, 3); Joe Maloney > On Dec 19, 2015, at 7:45 PM, Alan Cox wrote: > > On 12/19/2015

Re: Base Packaging in 11

2015-12-19 Thread Joe Maloney
I have been experimenting with this, and have successfully packaged base. I figured out that make packages would do that. http://skynet.desktopbsd.net/packages/ I have been unable to figure out how to package the kernel yet. Is it possible at this stage to do that with another command, or is

Building head@ 's rescue/rescue

2015-12-19 Thread NGie Cooper
Hi, I ran into the following error trying to build rescue/rescue as part of buildworld on 10.2-RELEASE-p7 / i386. Has anyone seen this before? Thanks, -NGie % git log --show-notes --grep svn -n 1 commit 69774947bfffd5e16d26b60a82d880aa659abbf2 Author: imp Date: Sat

Re: Build error on i386 when building dtrace tests

2015-12-19 Thread NGie Cooper
(fixed the subject line again..) > On Dec 19, 2015, at 17:57, Mark Johnston wrote: > > On Sat, Dec 19, 2015 at 05:03:51PM -0800, NGie Cooper wrote: >> Hi Mark, >> I ran into the following error when trying to build the dtrace tests on >> i386 (both with 10.2-RELEASE-p7

Re: Failing to build head@r292474 's rescue/rescue on 10.2-RELEASE-p7 / i386

2015-12-19 Thread NGie Cooper
(Fixed the subject line) > On Dec 19, 2015, at 16:03, NGie Cooper wrote: > > Hi, > I ran into the following error trying to build rescue/rescue as part of > buildworld on 10.2-RELEASE-p7 / i386. Has anyone seen this before? > Thanks, > -NGie > > % git log

Re: SVN r292469 breaks VirtualBox

2015-12-19 Thread Alan Cox
On 12/19/2015 20:19, Joe Maloney wrote: > I ran into this months earlier with NextBSD. Replacing > vm_pageout_grow_cache(). in memobj-r0drv-freebsd.c with this fixed the issue: > > vm_pageout_reclaim_contig(1, 0, VM_MAX_ADDRESS, PAGE_SIZE, 0, 3); Be careful. Notice that I said,

Build failed in Jenkins: Build-UFS-image #2883

2015-12-19 Thread jenkins-admin
See -- [...truncated 1541 lines...] ./cddl/usr.sbin/dtrace/common/ustack missing (created) ./cddl/usr.sbin/dtrace/common/vars missing (created) ./cddl/usr.sbin/dtrace/common/version missing (created)

Re: SVN r292469 breaks VirtualBox

2015-12-19 Thread Mark Johnston
On Sat, Dec 19, 2015 at 07:45:54PM -0600, Alan Cox wrote: > On 12/19/2015 19:00, Michael Butler wrote: > > While the kernel modules will build, they won't load .. > > > > kernel: linker_load_file: Unsupported file type > > kernel: link_elf_obj: symbol vm_pageout_grow_cache undefined > > kernel:

Build failed in Jenkins: Build-UFS-image #2877

2015-12-19 Thread jenkins-admin
See -- [...truncated 1541 lines...] ./cddl/usr.sbin/dtrace/common/ustack missing (created) ./cddl/usr.sbin/dtrace/common/vars missing (created) ./cddl/usr.sbin/dtrace/common/version missing (created)

Build failed in Jenkins: Build-UFS-image #2878

2015-12-19 Thread jenkins-admin
See -- [...truncated 1541 lines...] ./cddl/usr.sbin/dtrace/common/ustack missing (created) ./cddl/usr.sbin/dtrace/common/vars missing (created) ./cddl/usr.sbin/dtrace/common/version missing (created)

Re: make .SUFFIXES bug?

2015-12-19 Thread Thomas Dickey
On Tue, Dec 15, 2015 at 04:01:41PM +0100, Carsten Kunze wrote: > Hello, > > current groff doesn't build on FreeBSD. I had noticed the same issue some > months ago on NetBSD and cross checked on FreeBSD and it had worked on > FreeBSD. There must have somethig changed since then. How to