Re: Compile error while building world

2017-01-02 Thread Jack Raats
Problem SOLVED. I copied libpthread.a from a jail on that server to the right directory and could compile the source. It seemed that the library was somehow damaged. Grtz., Jack Op 29-12-16 16:06 heeft Dimitry Andric geschreven: On 28 Dec 2016, at 23:47, Jack Raats wrote: > > At

Re: Compile error while building world

2016-12-29 Thread Jack Raats
> On 28 Dec 2016, at 23:47, Jack Raats wrote: >> >> At this moment I’ll get the following error while compiling buildworld >> >> >> >> --- clang-tblgen.full --- >> >> c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm >> -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include >>

Re: Compile error while building world

2016-12-29 Thread jack
> On 28 Dec 2016, at 23:47, Jack Raats wrote: >> >> At this moment I’ll get the following error while compiling buildworld >> >> >> >> --- clang-tblgen.full --- >> >> c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm >> -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include >>

Re: Compile error while building world

2016-12-29 Thread Dimitry Andric
On 28 Dec 2016, at 23:47, Jack Raats wrote: > > At this moment I’ll get the following error while compiling buildworld > > > > --- clang-tblgen.full --- > > c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm > -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_ON

Compile error while building world

2016-12-28 Thread Jack Raats
Hi At this moment I’ll get the following error while compiling buildworld --- clang-tblgen.full --- c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_

Re: 9-STABLE buildworld compile error

2013-04-02 Thread Ian Lepore
On Tue, 2013-04-02 at 14:28 +0300, Dmitry Luhtionov wrote: > When I put MALLOC_PRODUCTION=yes in /etc/make/conf, make buildworld hangs > with error > /usr/src/lib/libc/stdlib/ > malloc.c:126:1: error: "MALLOC_PRODUCTION" redefined > : error: this is the location of the previous definition > > This

9-STABLE buildworld compile error

2013-04-02 Thread Dmitry Luhtionov
When I put MALLOC_PRODUCTION=yes in /etc/make/conf, make buildworld hangs with error /usr/src/lib/libc/stdlib/ malloc.c:126:1: error: "MALLOC_PRODUCTION" redefined : error: this is the location of the previous definition This is a patch, which avoid this error --- /usr/src/lib/libc/stdlib/Makefil

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Max Khon
Eugene, On Tue, Jan 18, 2011 at 4:11 PM, Eugene Grosbein wrote: On 18.01.2011 14:47, Olivier Certner wrote: > >> That's not a solution for 7->8 upgrade as new lex won't run under 7.x > >> kernel. > > > > I can confirm that compiling and installing 'lex' in advance > produces a > > working

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Duane H. Hesser
On Mon, 17 Jan 2011 16:38:57 -0600 (CST) Larry Rosenman wrote: > What can I do to fix this? > > csup'd around 2pm Central (US) time from cvsup5. > > cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT > -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers > -

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 14:47, Olivier Certner wrote: >> That's not a solution for 7->8 upgrade as new lex won't run under 7.x >> kernel. > > I can confirm that compiling and installing 'lex' in advance produces a > working 'lex' on 7.x. > > My current understanding is that the procedure ment

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Olivier Certner
> That's not a solution for 7->8 upgrade as new lex won't run under 7.x > kernel. I can confirm that compiling and installing 'lex' in advance produces a working 'lex' on 7.x. My current understanding is that the procedure mentioned in a previous mail uses the 8.x source but t

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 14:18, Olivier Certner wrote: >> I make buildworld without problems after that yesturday. > > Same here. Perhaps someone could add a small entry about that in > UPDATING? It > seems that this problem is likely to be reported over and over without such a > notice. IMO the p

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Olivier Certner
> I make buildworld without problems after that yesturday. Same here. Perhaps someone could add a small entry about that in UPDATING? It seems that this problem is likely to be reported over and over without such a notice. Thanks, Olivier Certner __

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 13:34, Lystopad Aleksandr wrote: > There are solution from Vsevolod Lobko: > > : just do: > : > : cd /usr/src/usr.bin/lex > : make obj > : make > : make install > : > : and buildworld works properly > > in http://www.freebsd.org/cgi/query-pr.cgi?pr=153947 > >

Re: 8.2-PRE: hastd: Compile Error

2011-01-18 Thread Eugene Grosbein
On 18.01.2011 13:31, Larry Rosenman wrote: >> Someone have to fix hastd's Makefile and change WARNS level there. >> This problem breaks source upgrade. >> >> Eugene Grosbein > > Is anyone working on it? I'm trying to get a source upgrade from 8.0 to 8.2 > done. It seems, no. Also, there is PR

Re: 8.2-PRE: hastd: Compile Error

2011-01-17 Thread Lystopad Aleksandr
Hello, Eugene Grosbein! On Tue, Jan 18, 2011 at 01:28:26PM +0600 egrosb...@rdtc.ru wrote about "Re: 8.2-PRE: hastd: Compile Error": > On 18.01.2011 04:38, Larry Rosenman wrote: > > What can I do to fix this? > > > > csup'd around 2pm Central (US) time from c

Re: 8.2-PRE: hastd: Compile Error

2011-01-17 Thread Larry Rosenman
"Eugene Grosbein" wrote: >On 18.01.2011 04:38, Larry Rosenman wrote: >> What can I do to fix this? >> >> csup'd around 2pm Central (US) time from cvsup5. >> >> cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT >-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector >-Wsystem-head

Re: 8.2-PRE: hastd: Compile Error

2011-01-17 Thread Eugene Grosbein
On 18.01.2011 04:38, Larry Rosenman wrote: > What can I do to fix this? > > csup'd around 2pm Central (US) time from cvsup5. > > cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT > -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers > -Werror -Wall -Wno-form

8.2-PRE: hastd: Compile Error

2011-01-17 Thread Larry Rosenman
What can I do to fix this? csup'd around 2pm Central (US) time from cvsup5. cc -O2 -pipe -I/usr/src/sbin/hastd -DINET -DINET6 -DYY_NO_UNPUT -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wm

Re: 8.1-stable kernel compile error

2010-12-05 Thread Irakli
No, mirror hasn't problem, its my fault, I had only src-sys and when i add src-sys-crypto now its work In other word RTFM :)) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html thank you Mike src-sys release=cvs The kernel (/usr/src/sys). src-sys-crypto release=cvs Kernel cryp

Re: 8.1-stable kernel compile error

2010-12-05 Thread Mike Tancsa
On 12/5/2010 11:29 AM, Irakli wrote: > Thank you for help > first time i remove file in /var/db/sup/... but nothing > then I remove whole /usr/src/sys and run cvsup > and now no crypto in /usr/src/sys :))) > cvsup updates all except crypto directory Perhaps the mirror you are using, or your cvsup

Re: 8.1-stable kernel compile error

2010-12-05 Thread Irakli
Thank you for help first time i remove file in /var/db/sup/... but nothing then I remove whole /usr/src/sys and run cvsup and now no crypto in /usr/src/sys :))) cvsup updates all except crypto directory On Sun, Dec 5, 2010 at 7:02 PM, jhell wrote: > On 12/05/2010 04:56, Irakli wrote: > > cvsup

Re: 8.1-stable kernel compile error

2010-12-05 Thread jhell
On 12/05/2010 04:56, Irakli wrote: > cvsup don't download /usr/src/sys/crypto/aesni/ files > when I put this files from > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/crypto/aesni/ > kernel compile successfully > csup(1) has replaced cvsup(1) for the most part. But if you are not getting the fi

Re: 8.1-stable kernel compile error

2010-12-05 Thread Irakli
cvsup don't download /usr/src/sys/crypto/aesni/ files when I put this files from http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/crypto/aesni/ kernel compile successfully On Sun, Dec 5, 2010 at 3:51 AM, wrote: > Irakli wrote: > > > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE > > -DHAV

Re: 8.1-stable kernel compile error

2010-12-04 Thread perryh
Irakli wrote: > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE > -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq > -I/usr/src/sys/i386/compile/NS /usr/src/sys/modules/ae/../../dev/ae/if_ae.c > ===> aesni (depend) > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > make: don

Re: 8.1-stable kernel compile error

2010-12-04 Thread Matthias Andree
Am 04.12.2010 15:24, schrieb Irakli: > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE > -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq > -I/usr/src/sys/i386/compile/NS /usr/src/sys/modules/ae/../../dev/ae/if_ae.c > ===> aesni (depend) > @ -> /usr/src/sys > machine -> /usr/src/sys/i38

8.1-stable kernel compile error

2010-12-04 Thread Irakli
mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/src/sys/i386/compile/NS /usr/src/sys/modules/ae/../../dev/ae/if_ae.c ===> aesni (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include make: don't know how to make aesni.c. S

Re: compile error in stable?

2010-05-23 Thread Jeremy Chadwick
On Sun, May 23, 2010 at 09:21:21AM -0700, Mike Burgett wrote: > I synced up sources today, did buildworld, and when trying to build my > kernel, I got the following error, which is actually copied from an > attempted build of a GENERIC kernel. Yes, -STABLE is broken right now. CC'ing responsible

compile error in stable?

2010-05-23 Thread Mike Burgett
I synced up sources today, did buildworld, and when trying to build my kernel, I got the following error, which is actually copied from an attempted build of a GENERIC kernel. ===> geom/geom_part (all) ===> geom/geom_part/geom_part_apm (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DK

Re: octave compile error

2009-09-20 Thread Troels Kofoed Jacobsen
On Sunday 20 September 2009 17:10:07 Oliver Pinter wrote: > Hi all! > > this is the error: > > gmake -C src all > gmake[2]: Entering directory `/usr/ports/math/octave/work/octave-3.2.2/src' > making defaults.h from defaults.h.in > defaults.h is unchanged > making oct-conf.h from oct-conf.h.in > o

octave compile error

2009-09-20 Thread Oliver Pinter
Hi all! this is the error: gmake -C src all gmake[2]: Entering directory `/usr/ports/math/octave/work/octave-3.2.2/src' making defaults.h from defaults.h.in defaults.h is unchanged making oct-conf.h from oct-conf.h.in oct-conf.h is unchanged making DOCSTRINGS /libexec/ld-elf.so.1: /usr/lib/libstd

Re: compile error while building kernel

2008-03-28 Thread Rance Hall
On 3/28/08, walt <[EMAIL PROTECTED]> wrote: > Rance Hall wrote: > > >> cc -c -O -pipe -march=athlon-xp -std=c99 -g -Wall -Wredundant-decls > > > cc -c -o -pipe -march=athlon-mp -std=c99 -g -Wall -Wredundant-decls > > ^^ > > Did you type an 'o' instead of an 'O' for your optimiza

Re: compile error while building kernel

2008-03-28 Thread walt
Rance Hall wrote: cc -c -O -pipe -march=athlon-xp -std=c99 -g -Wall -Wredundant-decls > cc -c -o -pipe -march=athlon-mp -std=c99 -g -Wall -Wredundant-decls ^^ Did you type an 'o' instead of an 'O' for your optimization flag in make.conf? ___

Re: compile error while building kernel

2008-03-28 Thread Jeremy Chadwick
On Thu, Mar 27, 2008 at 09:19:24PM -0500, Rance Hall wrote: > [/usr/src/sys/i386/compile/GENERIC] [EMAIL PROTECTED] make > cc -c -o -pipe -march=athlon-mp -std=c99 -g -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -Wundef -

Re: compile error while building kernel

2008-03-27 Thread Rance Hall
On Thu, Mar 27, 2008 at 8:16 PM, walt <[EMAIL PROTECTED]> wrote: > > Hm. Well, I just compiled GENERIC using the 'old' method. Your missing > symbols are defined in assym.s, which is generated during the compile by > genassym.sh right at the beginning: > > [EMAIL PROTECTED]/usr/src/sys/i386/c

Re: compile error while building kernel

2008-03-27 Thread walt
On Thu, 27 Mar 2008, Rance Hall wrote: > On 3/27/08, walt <[EMAIL PROTECTED]> wrote: > > > > You might try searching your source tree for .depend and .o files and > > delete any you find. Also, you could try building the old way: > > > > #cd /usr/src/sys/i386/conf > > #config GENERIC > > #c

Re: compile error while building kernel

2008-03-27 Thread Rance Hall
On 3/27/08, walt <[EMAIL PROTECTED]> wrote: > > You might try searching your source tree for .depend and .o files and > delete any you find. Also, you could try building the old way: > > #cd /usr/src/sys/i386/conf > #config GENERIC > #cd ../compile/GENERIC > #make all install > > If that wor

Re: compile error while building kernel

2008-03-27 Thread walt
Rance Hall wrote: On Wed, Mar 26, 2008 at 8:48 PM, Rance Hall<[EMAIL PROTECTED]> wrote: On Wed, Mar 26, 2008 at 7:32 PM, walt<[EMAIL PROTECTED]> wrote: > Rance Hall wrote: >> ... > > > im running an amd athlon64 processor but the i386 code. > > > > my march is athlon-m

Re: compile error while building kernel

2008-03-27 Thread Rance Hall
On Wed, Mar 26, 2008 at 8:48 PM, Rance Hall <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2008 at 7:32 PM, walt <[EMAIL PROTECTED]> wrote: > > Rance Hall wrote: > > > ... > > > > > im running an amd athlon64 processor but the i386 code. > > > > > > my march is athlon-mp (the system transl

Re: compile error while building kernel

2008-03-26 Thread walt
Rance Hall wrote: > ... im running an amd athlon64 processor but the i386 code. my march is athlon-mp (the system translates my athlon64 automatically to this in i386 mode)... I've been too cheap to buy a 64-bit machine, so obviously I'm making a blind guess here :o) but the words above make

compile error while building kernel

2008-03-26 Thread Rance Hall
On a test box I upgraded from 7.0-RELEASE to -STABLE buildworld works fine, but buildkernel KERNCONF=GENERIC fails with two fatal errors. /usr/src/sys/i386/i386/locore.s:905:5: error: "KERNLOAD" is not defined /usr/src/sys/i386/i386/locore.s:905:22: error: "PDRSHIFT" is not defined I can't find

Re: Port Compile Error: mod_security2

2007-04-23 Thread Schiz0
On 4/23/07, Benno <[EMAIL PROTECTED]> wrote: On 4/23/07, Schiz0 <[EMAIL PROTECTED]> wrote: > Hey guys, > > Running 6.2-RELEASE-p3 and apache2.2.4. I'm trying to install mod_security2 > from ports, and I'm getting the following error during the build > > http://Schiz0.securityexploits.com/mod_sec

Re: Port Compile Error: mod_security2

2007-04-23 Thread Benno
On 4/23/07, Schiz0 <[EMAIL PROTECTED]> wrote: Hey guys, Running 6.2-RELEASE-p3 and apache2.2.4. I'm trying to install mod_security2 from ports, and I'm getting the following error during the build http://Schiz0.securityexploits.com/mod_security2.ports.compile.error I've updated the ports datab

Re: Port Compile Error: mod_security2

2007-04-23 Thread Brian A. Seklecki
Check your PCRE package: $ pkg_info -L pcre-6.6_1|grep -i pcre.c /usr/local/man/man3/pcre_compile.3.gz /usr/local/man/man3/pcre_compile2.3.gz /usr/local/man/man3/pcre_config.3.gz /usr/local/man/man3/pcre_copy_named_substring.3.gz /usr/local/man/man3/pcre_copy_substring.3.gz /usr/local/bin/pcre-con

Port Compile Error: mod_security2

2007-04-23 Thread Schiz0
Hey guys, Running 6.2-RELEASE-p3 and apache2.2.4. I'm trying to install mod_security2 from ports, and I'm getting the following error during the build http://Schiz0.securityexploits.com/mod_security2.ports.compile.error I've updated the ports database via csup within 24 hours of trying to compi

Re: Compile Error

2007-04-07 Thread Schiz0
On 4/7/07, Schiz0 <[EMAIL PROTECTED]> wrote: Hello, I was discussing this error on IRC earlier and they suggested that I report my problem to this list. I downloaded the 6.2 release boot-only CD and installed. I updated my src using csup with the RELENG_6 tag. Then, I followed the guide in the

Compile Error

2007-04-07 Thread Schiz0
Hello, I was discussing this error on IRC earlier and they suggested that I report my problem to this list. I downloaded the 6.2 release boot-only CD and installed. I updated my src using csup with the RELENG_6 tag. Then, I followed the guide in the handbook for rebuilding world. During the firs

Re: ath compile error on releng_5

2006-04-20 Thread JoaoBR
On Wednesday 19 April 2006 23:37, Sam Leffler wrote: > JoaoBR wrote: > > seems the ath_hal source on releng_5 is i386 and does not compile as > > module neither as kernel configuration on amd64 > > > > ath compiles as module but can not be loaded (exec error) > > > > I suppose this is a known issue

Re: ath compile error on releng_5

2006-04-19 Thread Sam Leffler
JoaoBR wrote: seems the ath_hal source on releng_5 is i386 and does not compile as module neither as kernel configuration on amd64 ath compiles as module but can not be loaded (exec error) I suppose this is a known issue or some needs details? ld -d -warn-common -r -d -o ath_hal.ko hal.o ah_

Re: ath compile error on releng_5

2006-04-19 Thread Peter Wemm
On Wednesday 19 April 2006 14:57, JoaoBR wrote: > seems the ath_hal source on releng_5 is i386 and does not compile as > module neither as kernel configuration on amd64 > > ath compiles as module but can not be loaded (exec error) > > I suppose this is a known issue or some needs details? > > ld -

ath compile error on releng_5

2006-04-19 Thread JoaoBR
seems the ath_hal source on releng_5 is i386 and does not compile as module neither as kernel configuration on amd64 ath compiles as module but can not be loaded (exec error) I suppose this is a known issue or some needs details? ld -d -warn-common -r -d -o ath_hal.ko hal.o ah_osdep.o ld: Rel

Re: kernel compile error - ata_modify_if_48bit

2006-02-21 Thread Mathieu Prevot
On Mon, Feb 06, 2006 at 12:50:19PM +0200, [EMAIL PROTECTED] wrote: > > --->>> > w -mno-sse -mno-sse2 -ffreestanding -Werror ata_if.c > cc -c -O2 -pipe -fno-strict-aliasing -march=pentium3 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo

Re: kernel compile error - ata_modify_if_48bit

2006-02-08 Thread Iantcho Vassilev
*Hmmm.. I have checked it, but thank you for the idea* ** *Anyway here it is:* # # DANGER! WARNING! LOOK OUT! VORSICHT! # # If you add any of the ports or doc collections to this file, be sure to # specify them with a "tag" value set to ".", like this: # # ports-all tag=. # doc-all tag=. #

Re: kernel compile error - ata_modify_if_48bit

2006-02-08 Thread Kris Kennaway
On Wed, Feb 08, 2006 at 08:04:32AM +0200, Iantcho Vassilev wrote: > That`s strange. The file is missing > And i have done maybe 5 times cvsup! > > That`s really strange... > Do you have some ideas? Show us your cvsupfile. Perhaps you are not downloading the full source tree. Kris pgpEGjp

Re: kernel compile error - ata_modify_if_48bit

2006-02-07 Thread Iantcho Vassilev
That`s strange. The file is missing And i have done maybe 5 times cvsup! That`s really strange... Do you have some ideas? On 2/7/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: > > On Tue, Feb 07, 2006 at 08:02:47PM +0200, Iantcho Vassilev wrote: > > here is the output from the default kernel b

Re: kernel compile error - ata_modify_if_48bit

2006-02-07 Thread Kris Kennaway
On Tue, Feb 07, 2006 at 08:02:47PM +0200, Iantcho Vassilev wrote: > here is the output from the default kernel build: > > > > ./aicasm -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/contrib/dev/ath -I/usr

Re: kernel compile error - ata_modify_if_48bit

2006-02-07 Thread Iantcho Vassilev
here is the output from the default kernel build: ./aicasm -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev

Re: kernel compile error - ata_modify_if_48bit

2006-02-07 Thread Iantcho Vassilev
here is the kern conf: machine i386 #cpuI486_CPU #cpuI586_CPU cpu I686_CPU ident NNN # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. #makeo

kernel compile error - ata_modify_if_48bit

2006-02-07 Thread Iantcho Vassilev
I`m trying for 2 weeks to compile my custom kernel but through this time i got all the same error in the ata drivers: ATA_MODIFY_IF_48bit.. I tried many time cvsup; make cleandir; make clean; make buildkernel KERNCONF=... ps. I want to note however that the working kernel now is complied with th

kernel compile error - ata_modify_if_48bit

2006-02-06 Thread ianchov
--->>> w -mno-sse -mno-sse2 -ffreestanding -Werror ata_if.c cc -c -O2 -pipe -fno-strict-aliasing -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I-

Re: compile error - bus error

2005-11-03 Thread Peter Jeremy
On Fri, 2005-Nov-04 07:12:54 +, Jayton Garnett wrote: >Yes it is reproducable, it just happened while compiling mysql41-server. >While trying to compile apache20 a short while ago the computer rebooted >itself, before that it had the same error so I tried compiling again and >thats when it re

Re: compile error - bus error

2005-11-03 Thread Jayton Garnett
Peter Jeremy wrote: On Thu, 2005-Nov-03 07:39:02 +, Jayton Garnett wrote: Just to confirm my suspicions, while compiling apache 2.0.55 on a fresh install of FreeBSD 5.4 with fresh cvsup'd ports tree I got an error, the error stated : Bus error. This is a hardware fault is it not? or is

Re: compile error - bus error

2005-11-03 Thread Peter Jeremy
On Thu, 2005-Nov-03 07:39:02 +, Jayton Garnett wrote: >Just to confirm my suspicions, while compiling apache 2.0.55 on a fresh >install of FreeBSD 5.4 with fresh cvsup'd ports tree I got an error, the >error stated : Bus error. >This is a hardware fault is it not? or is it some other error?

compile error - bus error

2005-11-02 Thread Jayton Garnett
Hello, Just to confirm my suspicions, while compiling apache 2.0.55 on a fresh install of FreeBSD 5.4 with fresh cvsup'd ports tree I got an error, the error stated : Bus error. This is a hardware fault is it not? or is it some other error? It had been compiling for a fair few minutes before t

Compile error in gcc/fold-const.c

2005-07-28 Thread Kenn Martin
Building recently sup'd RELENG_6 on a 5.4 box: /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c: In function `extract_muldiv_1': /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4565: error: syntax error before '||' token /usr/src/gnu/usr.bin/cc/cc_int/../.

Re: USB_DEBUG compile error [was Re: umass oddity in 4.7-PRERELEASE]

2002-09-19 Thread Chip Marshall
On Thu, 2002-09-19 at 02:44, Aurélien Nephtali wrote: > On Wed, Sep 18, 2002 at 06:20:12PM -0400, Chip Marshall wrote: > > BTW, I attempted to cvsup and recompile my kernel today, adding options > > USB_DEBUG to the mix. Got a compile error: > > > > linking ke

Re: Compiling gnome2, gconf-editor compile error

2002-08-16 Thread Joe Marcus Clarke
On Fri, 16 Aug 2002, sammy!!! wrote: > I get the following error when trying to compile gnome2, specifically > gconf-editor: > > In file included from gconf-bookmarks.c:25: > /usr/X11R6/include/gtk-2.0/gtk/gtkimage.h:85: syntax error before > `GdkPixbufAnimationIter' > > Anyone know what's I need

Compiling gnome2, gconf-editor compile error

2002-08-16 Thread sammy!!!
I get the following error when trying to compile gnome2, specifically gconf-editor: In file included from gconf-bookmarks.c:25: /usr/X11R6/include/gtk-2.0/gtk/gtkimage.h:85: syntax error before `GdkPixbufAnimationIter' Anyone know what's I need to update on my system? sammy! To Unsubscribe: s

Re: compile error

2002-02-07 Thread Kevin Oberman
> Date: Wed, 6 Feb 2002 22:46:12 -0800 > From: John Merryweather Cooper <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Follow the instructions in the documentation for building a kernel. > 'make all' is NOT the way to do it. :) > > Generally, one builds a "world" to make sure that "world

Re: compile error

2002-02-07 Thread Chris Faulhaber
On Thu, Feb 07, 2002 at 01:51:28PM +0800, Jason wrote: > Hello, > > I'm trying to compile my kernel. Doing "make all" gives me this error. Please >help. I'm using FreeBSD stable 4.5. > > In file included from linux_sysent.c:14: > linux_proto.h:57: syntax error before `linux_time_t' > linux_p

Re: Kernel compile error for last few days

2001-12-04 Thread Peter Jeremy
On Sun, Dec 02, 2001 at 12:36:00PM -0800, Wes Santee wrote: >Greetings all. I've been trying to build a -STABLE kernel for the past few >days, and have been running into the same compile error. ... >cc -c -pipe -Wall -Wredundant-decls -Wnested-externs >-Wstrict-prot

Re: kernel compile error on latest cvsup of stable

2001-11-13 Thread Jason Hunt
I had this exact same problem, all I did was rm -R /usr/src/sys/compile/laptop (laptop is the name of my kernel) and then recompiled and it worked. On Tue, 13 Nov 2001, Ilya wrote: > I just cvsuped 4.4 stable and kernel build fails with these: > > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls

Re: kernel compile error on latest cvsup of stable

2001-11-13 Thread jacks
... several messages ago have mentioned the buildkernel has a bug that crept in during the past few days... something to do with stale dependencies... I just had a similar problem (October update worked fine) tonight. This fixed mine #rm -rf /usr/obj/usr Then recompile the kernel... should be fi

kernel compile error on latest cvsup of stable

2001-11-13 Thread Ilya
I just cvsuped 4.4 stable and kernel build fails with these: cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fforma t-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpre ferre

Re: Compile error, CVS 08/22/2001 1pm EDT

2001-08-23 Thread Kris Kennaway
On Thu, Aug 23, 2001 at 06:21:35AM -0600, Matt Meola wrote: > On Wed, Aug 22, 2001 at 11:21:49PM -0700, Kris Kennaway wrote: > > On Wed, Aug 22, 2001 at 03:29:54PM -0400, Raoul Schroeder wrote: > > > Hi, > > > > > > I am brand-new to CVS updating, so I looked into the handbook and tried to > > >

compile error

2001-05-28 Thread Matt Bedynek
I just cvsup'ed the lastest sources for stable and get the following tring to make buildworld. r/include -c /usr/src/usr.sbin/config/mkheaders.c cc -O -pipe -I. -I/usr/src/usr.sbin/config -Wall -Wunused -Wmissing-prototypes -Wredundant-decls -I/usr/obj/usr/src/i386/usr/include -c /usr/src/us

Re: 4.x stable compile error (Kernel)

2000-07-20 Thread Kent Stewart
Mark Ovens wrote: > > On Thu, Jul 20, 2000 at 09:26:53PM +0200, Johan Mulder wrote: > > On Thu, Jul 20, 2000 at 01:36:22PM -0400, Forrest Aldrich wrote: > > > I've done a 'make clean' in /usr/src, and this error keeps coming up. Looks >like a bug... is this known? > > > > > > A CVSUP was just

Re: 4.x stable compile error (Kernel)

2000-07-20 Thread Mark Ovens
On Thu, Jul 20, 2000 at 09:26:53PM +0200, Johan Mulder wrote: > On Thu, Jul 20, 2000 at 01:36:22PM -0400, Forrest Aldrich wrote: > > I've done a 'make clean' in /usr/src, and this error keeps coming up. Looks like >a bug... is this known? > > > > A CVSUP was just performed, so the archive is up