Re: Error building kernel in current

2023-06-03 Thread Gary Jennejohn
On Fri, 02 Jun 2023 19:57:40 +0100 "Alexander Chernikov" wrote: > On Fri, 2 Jun 2023, at 4:30 PM, Gary Jennejohn wrote: > > On Fri, 2 Jun 2023 09:59:40 + > > Gary Jennejohn wrote: > > > > > On Fri, 2 Jun 2023 09:56:44 + > > > Gary Jenn

Re: Error building kernel in current

2023-06-02 Thread Alexander Chernikov
On Fri, 2 Jun 2023, at 4:30 PM, Gary Jennejohn wrote: > On Fri, 2 Jun 2023 09:59:40 + > Gary Jennejohn wrote: > > > On Fri, 2 Jun 2023 09:56:44 + > > Gary Jennejohn wrote: > > > > &

Re: Error building kernel in current

2023-06-02 Thread Gary Jennejohn
On Fri, 2 Jun 2023 09:59:40 + Gary Jennejohn wrote: > On Fri, 2 Jun 2023 09:56:44 + > Gary Jennejohn wrote: > > > Error building kernel in current: > > > > -- > > &

Re: Error building kernel in current

2023-06-02 Thread Gary Jennejohn
On Fri, 2 Jun 2023 09:56:44 + Gary Jennejohn wrote: > Error building kernel in current: > > -- > >>> stage 3.1: building everything > -- >

Re: Error building kernel WITH_META_MODE=yes

2016-06-17 Thread Renato Botelho
> On Jun 17, 2016, at 15:38, Renato Botelho wrote: > >> On Jun 17, 2016, at 15:36, Bryan Drewery wrote: >> >> On 6/17/2016 10:28 AM, Renato Botelho wrote: >>> Building /usr/obj/usr/obj/usr/src/sys/GENERIC-NODEBUG/ia32_genassym.o >>> In file included

Re: Error building kernel WITH_META_MODE=yes

2016-06-17 Thread Renato Botelho
> On Jun 17, 2016, at 15:36, Bryan Drewery wrote: > > On 6/17/2016 10:28 AM, Renato Botelho wrote: >> Building /usr/obj/usr/obj/usr/src/sys/GENERIC-NODEBUG/ia32_genassym.o >> In file included from :312: >> :4:10: fatal error: 'opt_global.h' file not found >> #include

Re: Error building kernel WITH_META_MODE=yes

2016-06-17 Thread Bryan Drewery
On 6/17/2016 10:28 AM, Renato Botelho wrote: > Building /usr/obj/usr/obj/usr/src/sys/GENERIC-NODEBUG/ia32_genassym.o > In file included from :312: > :4:10: fatal error: 'opt_global.h' file not found > #include "opt_global.h" > ^ > 1 error generated. > *** [ia32_genassym.o] Error code 1 >

Error building kernel WITH_META_MODE=yes

2016-06-17 Thread Renato Botelho
Here is relevant data from my system, in case anyone has idea about what could be wrong: /etc/src.conf: WITH_CCACHE_BUILD=yes WITH_SYSTEM_COMPILER=yes WITHOUT_EE=yes WITHOUT_FLOPPY=yes WITHOUT_HAST=yes WITHOUT_IPFILTER=yes WITHOUT_IPFW=yes WITHOUT_ISCSI=yes WITHOUT_KERBEROS=yes WITHOUT_LPR=yes

Error building kernel in 9.0-BETA3: use of uninitialized variable in ipfw

2011-10-17 Thread Brett Glass
Just tried to build a new kernel in 9.0-BETA3 with the IPFIREWALL option, and found that the build halts with a compiler error. The error occurs at netinet/ipfw/ip_fw_pfil.c, line 185, where the compiler complains that the variable len is used before intialization. Problem occurs on both i386

error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native -std=c99

Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread Rick Macklem
Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native

Heads up: was Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread Rick Macklem
Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe -fno-strict-aliasing

Re: Heads up: was Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
On 04/26/11 15:54, Rick Macklem wrote: Since today's source (FreeBSD 9.0-CURRENT/amd64 (source is: Revision: 221060) update I get the follwoing error while building the kernel (options NFSD/options NFSCL instead of options NFSSERVER/options NFSCLIENT): cc -c -O2 -frename-registers -pipe

error building kernel

2001-07-03 Thread Ilya
I just cvsuped sources for current, was able to build world succesfully but kernel build failes at this point: linux_sysent.c:21: sizeof applied to an incomplete type linux_sysent.c:21: warning: built-in function 'exit' used without declaration linux_sysent.c:21: warning: cast discards

error building kernel

1999-04-19 Thread Kenneth Wayne Culver
I followed the instructions about NEXUS to rebuild my kernel, and it now it won't compile. It gets all the way through the compile, and then gives these errors. generating linker set emulation glue for ELF cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing -prototypes

Re: error building kernel

1999-04-19 Thread Peter Wemm
Kenneth Wayne Culver wrote: I followed the instructions about NEXUS to rebuild my kernel, and it now it won't compile. It gets all the way through the compile, and then gives these errors. I'll bet you've got two 'psm0' lines in the config file.. All that config is doing now is basically

Re: error building kernel

1999-04-19 Thread Warner Losh
In message 19990419143825.13fe01...@spinner.netplex.com.au Peter Wemm writes: : I'll bet you've got two 'psm0' lines in the config file.. I got the same error when I had two psm devices in my kernel. Warner To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in