Re: (239489) buildkernel fails if PORTS_MODULES= includes openzfs-kmod

2020-12-16 Thread Ryan Moeller
On 12/13/20 12:25 PM, John Kennedy wrote: On Sun, Dec 13, 2020 at 08:19:30AM +, Graham Perrin wrote: Please: is there some way to include openzfs-kmod at buildkernel time? Not that I'm aware of, but you can write a script to build your system the way you like it and then build the kmod

Re: (239489) buildkernel fails if PORTS_MODULES= includes openzfs-kmod

2020-12-13 Thread John Kennedy
On Sun, Dec 13, 2020 at 06:49:07PM +, Graham Perrin wrote: > Not entirely moot; for > the description for > the most recent commit refers to building on 13-CURRENT Well, it's a port, so they'll want it to compile if nothing else. It just n

Re: (239489) buildkernel fails if PORTS_MODULES= includes openzfs-kmod

2020-12-13 Thread Graham Perrin
On 13/12/2020 17:25, John Kennedy wrote: On Sun, Dec 13, 2020 at 08:19:30AM +, Graham Perrin wrote: Please: is there some way to include openzfs-kmod at buildkernel time? To work around I habitually remove openzfs-kmod from /etc/src

Re: (239489) buildkernel fails if PORTS_MODULES= includes openzfs-kmod

2020-12-13 Thread John Kennedy
On Sun, Dec 13, 2020 at 08:19:30AM +, Graham Perrin wrote: > Please: is there some way to include openzfs-kmod at buildkernel time? > > To work around > I habitually > remove openzfs-kmod from /etc/src.conf _and_ modify /boot/loader.

(239489) buildkernel fails if PORTS_MODULES= includes openzfs-kmod

2020-12-13 Thread Graham Perrin
Please: is there some way to include openzfs-kmod at buildkernel time? To work around I habitually remove openzfs-kmod from /etc/src.conf _and_ modify /boot/loader.conf before performing the build: zfs_load="YES" openzfs_load="NO" _

make CROSS_COMPILE=riscv64 KERNCONF=QEMU TARGET_ARCH=riscv64 buildkernel fails sys/contrib/ck/include/ck_stdbool.h:30:10: fatal error: stdbool.h: No such file or directory

2019-11-23 Thread Dennis Clarke
I have been seeing this for days and not sure why : . . . /opt/rv64/tools/bin/riscv64-unknown-elf-gcc --sysroot=/opt/rv64/obj/usr/src/20191122121007/freebsd-riscv/riscv.riscv64/tmp -B/opt/rv64/tools/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/20191122121007/freebsd-riscv/sys -I/usr/src/

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-06-03 Thread Eitan Adler
On 31 May 2018 at 11:19, Dimitry Andric wrote: > On 31 May 2018, at 20:11, Warner Losh wrote: >> >> On Thu, May 31, 2018 at 11:47 AM, Dimitry Andric wrote: >> On 31 May 2018, at 18:04, Benjamin Kaduk wrote: >> > On Thu, May 31, 2018 at 09:58:50AM +0200, Gary Jennejohn wrote: >> >> On Thu, 31 Ma

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-06-03 Thread Matt Smith
On May 31 22:50, Konstantin Belousov wrote: On Thu, May 31, 2018 at 08:19:20PM +0200, Dimitry Andric wrote: On 31 May 2018, at 20:11, Warner Losh wrote: > > On Thu, May 31, 2018 at 11:47 AM, Dimitry Andric wrote: > On 31 May 2018, at 18:04, Benjamin Kaduk wrote: > > On Thu, May 31, 2018 at 09

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Shane Ambler
On 01/06/2018 03:41, Warner Losh wrote: > On Thu, May 31, 2018 at 11:47 AM, Dimitry Andric wrote: > >> On 31 May 2018, at 18:04, Benjamin Kaduk wrote: >>> >>> On Thu, May 31, 2018 at 09:58:50AM +0200, Gary Jennejohn wrote: On Thu, 31 May 2018 09:52:22 +0200 Gary Jennejohn wrote:

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Konstantin Belousov
On Thu, May 31, 2018 at 08:19:20PM +0200, Dimitry Andric wrote: > On 31 May 2018, at 20:11, Warner Losh wrote: > > > > On Thu, May 31, 2018 at 11:47 AM, Dimitry Andric wrote: > > On 31 May 2018, at 18:04, Benjamin Kaduk wrote: > > > On Thu, May 31, 2018 at 09:58:50AM +0200, Gary Jennejohn wrote

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Dimitry Andric
On 31 May 2018, at 20:11, Warner Losh wrote: > > On Thu, May 31, 2018 at 11:47 AM, Dimitry Andric wrote: > On 31 May 2018, at 18:04, Benjamin Kaduk wrote: > > On Thu, May 31, 2018 at 09:58:50AM +0200, Gary Jennejohn wrote: > >> On Thu, 31 May 2018 09:52:22 +0200 > >> Gary Jennejohn wrote: ...

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Warner Losh
On Thu, May 31, 2018 at 11:47 AM, Dimitry Andric wrote: > On 31 May 2018, at 18:04, Benjamin Kaduk wrote: > > > > On Thu, May 31, 2018 at 09:58:50AM +0200, Gary Jennejohn wrote: > >> On Thu, 31 May 2018 09:52:22 +0200 > >> Gary Jennejohn wrote: > >> > >>> There's something totally screwy about

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Dimitry Andric
On 31 May 2018, at 18:04, Benjamin Kaduk wrote: > > On Thu, May 31, 2018 at 09:58:50AM +0200, Gary Jennejohn wrote: >> On Thu, 31 May 2018 09:52:22 +0200 >> Gary Jennejohn wrote: >> >>> There's something totally screwy about trying to build a kernel when >>> /usr/obj is not populated. >>> >>>

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Benjamin Kaduk
On Thu, May 31, 2018 at 09:58:50AM +0200, Gary Jennejohn wrote: > On Thu, 31 May 2018 09:52:22 +0200 > Gary Jennejohn wrote: > > > There's something totally screwy about trying to build a kernel when > > /usr/obj is not populated. > > > > I ran ``make clean'' in /usr/src and then ``make buildker

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Rodney W. Grimes
> There's something totally screwy about trying to build a kernel when > /usr/obj is not populated. > > I ran ``make clean'' in /usr/src and then ``make buildkernel''. This > fails with > make[2]: "/usr/src/sys/conf/kern.pre.mk" line 125: amd64 kernel > requires linker ifunc support >

Re: ``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Gary Jennejohn
On Thu, 31 May 2018 09:52:22 +0200 Gary Jennejohn wrote: > There's something totally screwy about trying to build a kernel when > /usr/obj is not populated. > > I ran ``make clean'' in /usr/src and then ``make buildkernel''. This > fails with > make[2]: "/usr/src/sys/conf/kern.pre.mk" lin

``make buildkernel'' fails when /usr/obj is empty

2018-05-31 Thread Gary Jennejohn
There's something totally screwy about trying to build a kernel when /usr/obj is not populated. I ran ``make clean'' in /usr/src and then ``make buildkernel''. This fails with make[2]: "/usr/src/sys/conf/kern.pre.mk" line 125: amd64 kernel requires linker ifunc support This is to

buildkernel fails for rev 326557

2017-12-05 Thread owner-freebsd-current
Hello: I am trying to update a system from: FreeBSD 11.0-RC2 #0 r304729: Wed Aug 24 06:59:03 UTC 2016 amd64 to: huff@> svn info Path: . Working Copy Root Path: /usr/src URL: http://svn.freebsd.org/base/head Relative URL: ^/head Repository Root: http://svn.freebsd.org/base Repos

Re: r307877: buildkernel fails: x86/cpu_machdep.c:564:1: error: function definition is not allowed here {

2016-10-24 Thread Konstantin Belousov
On Mon, Oct 24, 2016 at 10:01:48PM +0200, Hartmann, O. wrote: > r307877 fails to buildkernel with the error shown below: > > [...] > /usr/src/sys/x86/x86/cpu_machdep.c:564:1: error: function definition is > not allowed here { > ^ > /usr/src/sys/x86/x86/cpu_machdep.c:574:2: error: expected '}' > }

r307877: buildkernel fails: x86/cpu_machdep.c:564:1: error: function definition is not allowed here {

2016-10-24 Thread Hartmann, O.
r307877 fails to buildkernel with the error shown below: [...] /usr/src/sys/x86/x86/cpu_machdep.c:564:1: error: function definition is not allowed here { ^ /usr/src/sys/x86/x86/cpu_machdep.c:574:2: error: expected '}' } ^ /usr/src/sys/x86/x86/cpu_machdep.c:541:1: note: to match this '{' { ^ 2 err

Re: r301305: buildkernel fails in ATH driver: if_ath_btcoex.c:237:9: error: no member named 'bt_period' in 'HAL_BT_COEX_INFO

2016-06-04 Thread O. Hartmann
Am Sat, 4 Jun 2016 01:56:40 -0700 Adrian Chadd schrieb: > Fixed! > > > -a > > > On 4 June 2016 at 01:11, O. Hartmann wrote: > > r301305 fails to buildkernel this morning with the lates updates. > > > > See below > > > > [...] > > cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasi

Re: r301305: buildkernel fails in ATH driver: if_ath_btcoex.c:237:9: error: no member named 'bt_period' in 'HAL_BT_COEX_INFO

2016-06-04 Thread Adrian Chadd
Fixed! -a On 4 June 2016 at 01:11, O. Hartmann wrote: > r301305 fails to buildkernel this morning with the lates updates. > > See below > > [...] > cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasing -Werror > -D_KERNEL > -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../

r301305: buildkernel fails in ATH driver: if_ath_btcoex.c:237:9: error: no member named 'bt_period' in 'HAL_BT_COEX_INFO

2016-06-04 Thread O. Hartmann
r301305 fails to buildkernel this morning with the lates updates. See below [...] cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/sr

Re: r301227: buildkernel fails in ibcore: error: too few arguments to function call, expected 7, have 6

2016-06-02 Thread O. Hartmann
Am Thu, 2 Jun 2016 13:21:48 -0700 Ngie Cooper schrieb: > On Thu, Jun 2, 2016 at 1:15 PM, O. Hartmann > wrote: > > > > I receive this error while building a new kernel: > > r301217 is the culprit. I've CCed gnn@ on another thread. > Thanks, > -Ngie > __

Re: r301227: buildkernel fails in ibcore: error: too few arguments to function call, expected 7, have 6

2016-06-02 Thread Ngie Cooper
On Thu, Jun 2, 2016 at 1:15 PM, O. Hartmann wrote: > > I receive this error while building a new kernel: r301217 is the culprit. I've CCed gnn@ on another thread. Thanks, -Ngie ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailm

r301227: buildkernel fails in ibcore: error: too few arguments to function call, expected 7, have 6

2016-06-02 Thread O. Hartmann
I receive this error while building a new kernel: [...] ===> ibcore (all) cc -O2 -pipe -O3 -O3 -pipe -DINET6 -DINET -march=native -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/ibcore/../../ofed/drivers/infiniband/core -I/usr/src/sys/modules/ibcore/../../o

Re: r299215: buildkernel fails due to error: declaration of 'struct cpl_set_tcb_rpl' (cxgbe)

2016-05-09 Thread O. Hartmann
On Sat, 7 May 2016 12:55:32 +0200 "O. Hartmann" wrote: > On CURRENT (r 299215), buildkernel fails due to an error in cxgbe: > > [...] > In file included > from /usr/src/sys/modules/cxgbe/iw_cxgbe/../../../dev/cxgbe/iw_cxgbe/cm.c:62: > /usr/src/sys/modules/cxgbe/iw_

r299215: buildkernel fails due to error: declaration of 'struct cpl_set_tcb_rpl' (cxgbe)

2016-05-07 Thread O. Hartmann
On CURRENT (r 299215), buildkernel fails due to an error in cxgbe: [...] In file included from /usr/src/sys/modules/cxgbe/iw_cxgbe/../../../dev/cxgbe/iw_cxgbe/cm.c:62: /usr/src/sys/modules/cxgbe/iw_cxgbe/../../../dev/cxgbe/tom/t4_tom.h:349:55: error: declaration of 'struct cpl_set_tcb_rpl&

Re: r 293304: BROKEN: buildkernel fails due to error: error: no member named 't_maxopd' in 'struct tcpcb'

2016-01-07 Thread Andrew Berg
On 2016.01.07 06:43, David Wolfskill wrote: > The attached patch gets through the buildkernel. After install & reboot, > I'm not seeing obvious issues -- I can still talk to the box over TCP, at > least. This exact change was committed about an hour ago. https://svnweb.freebsd.org/base/head/sys/ne

Re: r 293304: BROKEN: buildkernel fails due to error: error: no member named 't_maxopd' in 'struct tcpcb'

2016-01-07 Thread David Wolfskill
On Thu, Jan 07, 2016 at 06:31:11AM +0100, O. Hartmann wrote: > Recent r293304 fails to build kernel due to the error below: > > [...] > --- kern_testfrwk.o --- > cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasing -Werror > -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADER

Re: r 293304: BROKEN: buildkernel fails due to error: error: no member named 't_maxopd' in 'struct tcpcb'

2016-01-06 Thread NGie Cooper
> On Jan 6, 2016, at 21:31, O. Hartmann wrote: > > Recent r293304 fails to build kernel due to the error below: > > [...] > --- kern_testfrwk.o --- > cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasing -Werror > -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS > -incl

r 293304: BROKEN: buildkernel fails due to error: error: no member named 't_maxopd' in 'struct tcpcb'

2016-01-06 Thread O. Hartmann
Recent r293304 fails to build kernel due to the error below: [...] --- kern_testfrwk.o --- cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/FREYJA/opt_global.h -I. -I/usr/src/sys -f

Re: [CURRENT]: r285995: BROKEN! buildkernel fails in kern_shutdown.c

2015-07-29 Thread O. Hartmann
Am Wed, 29 Jul 2015 15:24:22 +0300 Alexandr Krivulya schrieb: > 29.07.2015 08:50, Conrad Meyer пишет: > > On Tue, Jul 28, 2015 at 10:21 PM, O. Hartmann > > wrote: > >> On Tue, 28 Jul 2015 21:58:26 -0700 > >> Conrad Meyer wrote: > >> > >>> On Tue, Jul 28, 2015 at 9:35 PM, O. Hartmann > >>> wrot

Re: [CURRENT]: r285995: BROKEN! buildkernel fails in kern_shutdown.c

2015-07-29 Thread Alexandr Krivulya
29.07.2015 08:50, Conrad Meyer пишет: > On Tue, Jul 28, 2015 at 10:21 PM, O. Hartmann > wrote: >> On Tue, 28 Jul 2015 21:58:26 -0700 >> Conrad Meyer wrote: >> >>> On Tue, Jul 28, 2015 at 9:35 PM, O. Hartmann >>> wrote: Sources as of r285995 fail to build kernel with [...] ---

Re: [CURRENT]: r285995: BROKEN! buildkernel fails in kern_shutdown.c

2015-07-28 Thread Conrad Meyer
On Tue, Jul 28, 2015 at 10:21 PM, O. Hartmann wrote: > On Tue, 28 Jul 2015 21:58:26 -0700 > Conrad Meyer wrote: > >> On Tue, Jul 28, 2015 at 9:35 PM, O. Hartmann >> wrote: >> > Sources as of r285995 fail to build kernel with >> > >> > [...] >> > --- kernel --- >> > linking kernel >> > kern_shutd

Re: [CURRENT]: r285995: BROKEN! buildkernel fails in kern_shutdown.c

2015-07-28 Thread O. Hartmann
On Tue, 28 Jul 2015 21:58:26 -0700 Conrad Meyer wrote: > On Tue, Jul 28, 2015 at 9:35 PM, O. Hartmann > wrote: > > Sources as of r285995 fail to build kernel with > > > > [...] > > --- kernel --- > > linking kernel > > kern_shutdown.o: In function `kern_reboot': > > /usr/src/sys/kern/kern_shutdo

Re: [CURRENT]: r285995: BROKEN! buildkernel fails in kern_shutdown.c

2015-07-28 Thread Conrad Meyer
On Tue, Jul 28, 2015 at 9:35 PM, O. Hartmann wrote: > Sources as of r285995 fail to build kernel with > > [...] > --- kernel --- > linking kernel > kern_shutdown.o: In function `kern_reboot': > /usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference to > `bufshutdown' *** [kernel] Err

[CURRENT]: r285995: BROKEN! buildkernel fails in kern_shutdown.c

2015-07-28 Thread O. Hartmann
Sources as of r285995 fail to build kernel with [...] --- kernel --- linking kernel kern_shutdown.o: In function `kern_reboot': /usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference to `bufshutdown' *** [kernel] Error code 1 Regards, oh ___

Re: buildkernel fails on head

2014-10-26 Thread Maxim V FIlimonov
On Sunday 26 October 2014 14:18:47 Dimitry Andric wrote: > > Your config executable is too old. Most likely, you need to run "make > kernel-toolchain" first. > Thank you very much, that helped. -- wbr, Maxim Filimonov c...@bein.link ___ freebsd-curre

Re: buildkernel fails on head

2014-10-26 Thread Dimitry Andric
On 25 Oct 2014, at 23:39, Maxim V FIlimonov wrote: > > I'm trying to build the current FreeBSD kernel, and that's what I get: > > % sudo make buildkernel > > -- Kernel build for GENERIC started on Sun Oct 26 01:39:13 MSK 2014 > --

buildkernel fails on head

2014-10-25 Thread Maxim V FIlimonov
I'm trying to build the current FreeBSD kernel, and that's what I get: % sudo make buildkernel -- >>> Kernel build for GENERIC started on Sun Oct 26 01:39:13 MSK 2014 -- ===> GE

Re: buildkernel fails in zlib (all)

2013-04-27 Thread AN
ect: Re: buildkernel fails in zlib (all) On Sun, 28 Apr 2013, Steven Hartland wrote: - Original Message - From: "AN" To: Sent: Sunday, April 28, 2013 3:09 AM Subject: buildkernel fails in zlib (all) FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #62 r249867: Wed Apr

Re: buildkernel fails in zlib (all)

2013-04-27 Thread matt
On 04/27/13 19:33, Adrian Chadd wrote: > Do it this time without -j6, so we can see where it failed. > > Another good one is to add | tee buildworld.log to the end of the build command as a matter of course, since you can then search the log if the error was beyond scrollback. AN, if your sources

Re: buildkernel fails in zlib (all)

2013-04-27 Thread Adrian Chadd
Do it this time without -j6, so we can see where it failed. adrian On 27 April 2013 19:27, Steven Hartland wrote: > > - Original Message - From: "AN" > To: "Steven Hartland" > Cc: > Sent: Sunday, April 28, 2013 3:20 AM > Subje

Re: buildkernel fails in zlib (all)

2013-04-27 Thread Steven Hartland
- Original Message - From: "AN" To: "Steven Hartland" Cc: Sent: Sunday, April 28, 2013 3:20 AM Subject: Re: buildkernel fails in zlib (all) On Sun, 28 Apr 2013, Steven Hartland wrote: - Original Message - From: "AN" To: Sent: Sunday,

Re: buildkernel fails in zlib (all)

2013-04-27 Thread AN
On Sun, 28 Apr 2013, Steven Hartland wrote: - Original Message - From: "AN" To: Sent: Sunday, April 28, 2013 3:09 AM Subject: buildkernel fails in zlib (all) FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #62 r249867: Wed Apr 24 21:53:34 CDT 2013 root@FBSD10:/u

Re: buildkernel fails in zlib (all)

2013-04-27 Thread Steven Hartland
- Original Message - From: "AN" To: Sent: Sunday, April 28, 2013 3:09 AM Subject: buildkernel fails in zlib (all) FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #62 r249867: Wed Apr 24 21:53:34 CDT 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to b

buildkernel fails in zlib (all)

2013-04-27 Thread AN
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #62 r249867: Wed Apr 24 21:53:34 CDT 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to buildkernel at: # svn info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Repository Root: svn://svn.freebsd.or

buildkernel fails

2013-03-21 Thread AN
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #38 r248401: Sat Mar 16 21:39:04 CDT 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/MYKERNEL/opt_global.h

buildkernel fails for i386 @r241679 -- suspect r241646

2012-10-18 Thread David Wolfskill
Presently running: FreeBSD g1-227.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #708 241627M: Wed Oct 17 06:05:26 PDT 2012 r...@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY i386 buildkernel proceeds: ... >>> stage 3.2: building everything ... ===> mxge (all) ===> mxge/mxge (all) c

Re: buildkernel fails after r240104 (i386, clang)

2012-09-05 Thread Dimitry Andric
On 2012-09-05 15:27, David Wolfskill wrote: ... /usr/src/sys/dev/hpt27xx/osm_bsd.c:1180:25: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] S_IRUSR | S_IWUSR, driver_name); ^~~ Thanks, fixed in

buildkernel fails after r240104 (i386, clang)

2012-09-05 Thread David Wolfskill
Running: FreeBSD g1-227.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #669 240081M: Tue Sep 4 05:02:11 PDT 2012 r...@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY i386 After updating sources to r240131, I see: ... >>> stage 3.2: building everything ... clang -c -O -pipe -std=c99

Re: FreeBSD buildkernel fails @r239409 in sys/dev/ath/if_ath_tx.c

2012-08-20 Thread Adrian Chadd
Yup, I forgot an #ifdef ATH_DEBUG. I'll fix it shortly. Adrian On 20 August 2012 05:09, David Wolfskill wrote: > This is using clang: > > ... stage 3.2: building everything > cd /usr/obj/usr/src/sys/CANARY; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 > MACHINE=i386 CPUTYPE= GROFF_BI

FreeBSD buildkernel fails @r239409 in sys/dev/ath/if_ath_tx.c

2012-08-20 Thread David Wolfskill
This is using clang: ... >>> stage 3.2: building everything cd /usr/obj/usr/src/sys/CANARY; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=

Re: buildkernel fails

2012-05-17 Thread Joel Dahl
On 16-05-2012 23:41, Dimitry Andric wrote: > On 2012-05-16 23:18, Joel Dahl wrote:> Hi, > > I did a buildworld+buildkernel on my workstation today and buildkernel > > fails with: > > > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall

Re: buildkernel fails

2012-05-16 Thread Dimitry Andric
On 2012-05-16 23:18, Joel Dahl wrote:> Hi, > I did a buildworld+buildkernel on my workstation today and buildkernel fails > with: > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W

Re: buildkernel fails

2012-05-16 Thread Glen Barber
On Wed, May 16, 2012 at 11:18:26PM +0200, Joel Dahl wrote: > Hi, > > I did a buildworld+buildkernel on my workstation today and buildkernel fails > with: > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall > -Wredundant-decls -Wnested-extern

buildkernel fails

2012-05-16 Thread Joel Dahl
Hi, I did a buildworld+buildkernel on my workstation today and buildkernel fails with: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno

Re: buildkernel fails on -CURRENT

2003-07-14 Thread David Xu
Fixed! sorry. - Original Message - From: "Greg J." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 10:55 AM Subject: buildkernel fails on -CURRENT > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Here's the erro

buildkernel fails on -CURRENT

2003-07-14 Thread Greg J.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's the error message... cc -c -O -pipe -march=pentium4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/u

Re: make buildkernel fails - missing header

2002-04-05 Thread Matthew N. Dodd
On Sat, 6 Apr 2002, Chris van der Pennen wrote: > /usr/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file or directory > mkdep: compile failed > > after which make fails with error 1. > > find /usr/src | grep fddi turns up a c-file, but no headers. This is with a > cvsup as of a few minut

Re: make buildkernel fails - missing header

2002-04-05 Thread Adrian Penisoara
Hi, Bitten by the same rotten thing; luckily i had the older /usr/include/netinet/if_fddi.h header that I linked to in /usr/src/sys/netinet/if_fddi.h. Looking at the commit logs it seems that the right solution is to patch src/sys/netinet6/nd6.c to #include instead of . It compiles for me .

make buildkernel fails - missing header

2002-04-05 Thread Chris van der Pennen
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs env MKDEP_CPP="cc -E" CC="cc" mkdep -a -f .newdep -O -pipe -march=k6 -Wall -Wredundant-decls -Wnested-externs -Wstrict -prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -ffo rmat-extensions -ansi -g -nostdinc -I- -I. -I/

Re: buildkernel fails for advansys device

2001-11-24 Thread Darren Henderson
On Thu, 22 Nov 2001, Warner Losh wrote: > Gotta add scsi system stuff too: Yeah, I just pooched it and had dropped the scbus device, had the rest. Just kept overlooking it. Thanks for the reply. Darren Henderson

Re: buildkernel fails for advansys device

2001-11-22 Thread Warner Losh
In message <[EMAIL PROTECTED]> Darren Henderson writes: : Building a kernel (after a buildworld) with device adv fails with the info : below... Gotta add scsi system stuff too: # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Acc

RE: buildkernel fails for advansys device

2001-11-21 Thread Darren Henderson
On Wed, 21 Nov 2001, John Baldwin wrote: > > Building a kernel (after a buildworld) with device adv fails with the info > > below... > > Do you have 'device scbus'? No, I didn't... I hate it when I miss the obvious like that. All is well now. Thanks for the respones.

RE: buildkernel fails for advansys device

2001-11-21 Thread John Baldwin
On 21-Nov-01 Darren Henderson wrote: > > Installed 4.4 Release then pullded in the CURRENT source via cvsup > yesterday (11/20). > > Building a kernel (after a buildworld) with device adv fails with the info > below... Do you have 'device scbus'? -- John Baldwin <[EMAIL PROTECTED]> <><

buildkernel fails for advansys device

2001-11-21 Thread Darren Henderson
Installed 4.4 Release then pullded in the CURRENT source via cvsup yesterday (11/20). Building a kernel (after a buildworld) with device adv fails with the info below... linking kernel advansys.o: In function `adv_action': adva

Re: -current buildkernel fails on custom kernel

2001-07-18 Thread Vincent Poy
On Thu, 19 Jul 2001, Jim Bryant wrote: > Vincent Poy wrote: > > > > On Wed, 18 Jul 2001, Dima Dorfman wrote: > > > > > Vincent Poy <[EMAIL PROTECTED]> writes: > > > > linking kernel.debug > > > > linprocfs.o: In function `_linprocfs_mount': > > > > /usr/src/sys/compat/linprocfs/linprocfs.c:748: u

Re: -current buildkernel fails on custom kernel

2001-07-18 Thread Jim Bryant
Vincent Poy wrote: > > On Wed, 18 Jul 2001, Dima Dorfman wrote: > > > Vincent Poy <[EMAIL PROTECTED]> writes: > > > linking kernel.debug > > > linprocfs.o: In function `_linprocfs_mount': > > > /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to > > > `pfs_mount' > > > > You co

Re: -current buildkernel fails on custom kernel

2001-07-18 Thread Vincent Poy
On Wed, 18 Jul 2001, Dima Dorfman wrote: > Vincent Poy <[EMAIL PROTECTED]> writes: > > linking kernel.debug > > linprocfs.o: In function `_linprocfs_mount': > > /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to > > `pfs_mount' > > You compiled in linprocfs but not pseudofs. D

Re: -current buildkernel fails on custom kernel

2001-07-18 Thread Dima Dorfman
Vincent Poy <[EMAIL PROTECTED]> writes: > linking kernel.debug > linprocfs.o: In function `_linprocfs_mount': > /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to > `pfs_mount' You compiled in linprocfs but not pseudofs. Don't do that: the former depends on the latter. To Uns

-current buildkernel fails on custom kernel

2001-07-18 Thread Vincent Poy
linking kernel.debug linprocfs.o: In function `_linprocfs_mount': /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to `pfs_mount' linprocfs.o: In function `_linprocfs_init': /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to `pfs_init' linprocfs.o: In function

Re: buildkernel fails with random device

2001-04-04 Thread Kris Kennaway
On Wed, Apr 04, 2001 at 11:57:05AM +1000, Andrew Newlands wrote: > > Do you have the src-sys-crypto collection? > > I fixed this last night; solution was to get the contents of /usr/src/sys/crypto > via ftp rather than using cvsup. Slightly surprising since src-crypto is in my > cvsupfile.intl

Re: buildkernel fails with random device

2001-04-03 Thread Andrew Newlands
On Tue, Apr 03, 2001 at 08:12:08AM -0700, Kris Kennaway wrote: > On Sun, Apr 01, 2001 at 03:16:42PM +1000, Andrew Newlands wrote: > > If I attempt to build a kernel with the random device it bombs out with this > > message: > > > > Error output: > > > > make: don't know how to make /usr/src/sys/

Re: buildkernel fails with random device

2001-04-03 Thread Kris Kennaway
On Sun, Apr 01, 2001 at 03:16:42PM +1000, Andrew Newlands wrote: > If I attempt to build a kernel with the random device it bombs out with this > message: > > Error output: > > make: don't know how to make /usr/src/sys/crypto/rijndael/rijndael-alg-fst.c. Stop > > The kernel build happily if I c

buildkernel fails with random device

2001-03-31 Thread Andrew Newlands
If I attempt to build a kernel with the random device it bombs out with this message: Error output: make: don't know how to make /usr/src/sys/crypto/rijndael/rijndael-alg-fst.c. Stop The kernel build happily if I comment out the random device in the configuration file. Cheers, Andrew