search for: gnat

Displaying 20 results from an estimated 279 matches for "gnat".

Did you mean: dnat
2010 Jan 20
2
Odd message: "correct auth, but ..."
I'm getting dozens of these at a very high rate: [Jan 20 09:15:27] NOTICE[16958]: chan_sip.c:12687 check_auth: Correct auth, but based on stale nonce received from '"" <sip:121 at gnat.com>;tag=as5f1a9480' [Jan 20 09:15:28] NOTICE[16958]: chan_sip.c:12687 check_auth: Correct auth, but based on stale nonce received from '"" <sip:130 at gnat.com>;tag=as15e2228a' [Jan 20 09:15:28] NOTICE[16958]: chan_sip.c:12687 check_auth: Correct auth, but based on s...
1996 Jun 13
0
NEW ctm-gnats: GNATS bug reports via CTM
A new serive is available from FreeBSD.ORG: GNATS updates and bug-reports via the CTM email software update tool. These are *not* bug fixes. These are the bug reports submitted to FreeBSD by its user community. GNATS is a bug-tracking tool designed for use at a central support site. Software users who experience problems report those problems...
2008 Jul 30
3
[LLVMdev] address space overloading patch broke the llvm-gcc build
Hi, I see this when building llvm-gcc on x86-32 linux: xgcc -Bgcc/ -B/usr/local/gnat-llvm/i686-pc-linux-gnu/bin/ -B/usr/local/gnat-llvm/i686-pc-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/i686-pc-linux-gnu/include -isystem /usr/local/gnat-llvm/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.llvm/libgomp -I. -I../../../gcc-4.2.llvm/libgomp/config/linux/x86 -I.....
2008 Oct 01
2
[LLVMdev] llvm-gcc linux build broken
Anyone else seeing this? LLVM/gcc-4.2.llvm-objects/./gcc/xgcc -BLLVM/gcc-4.2.llvm-objects/./gcc/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/include -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.llvm/libiberty/../include...
2008 Jul 30
0
[LLVMdev] address space overloading patch broke the llvm-gcc build
...r breakage, I'll look into this right now. I guess llvm-gcc doesn't use llvm tablegen results to help create intrinsic names. -- Mon Ping On Jul 30, 2008, at 1:51 PM, Duncan Sands wrote: > Hi, I see this when building llvm-gcc on x86-32 linux: > > xgcc -Bgcc/ -B/usr/local/gnat-llvm/i686-pc-linux-gnu/bin/ -B/usr/ > local/gnat-llvm/i686-pc-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/ > i686-pc-linux-gnu/include -isystem /usr/local/gnat-llvm/i686-pc- > linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.llvm/ > libgomp -I. -I../../../gcc-4.2.llvm/l...
2008 Jul 30
1
[LLVMdev] address space overloading patch broke the llvm-gcc build
...; doesn't use llvm tablegen results to help create intrinsic names. > > -- Mon Ping It calls Intrinsic::getDeclaration. > On Jul 30, 2008, at 1:51 PM, Duncan Sands wrote: > >> Hi, I see this when building llvm-gcc on x86-32 linux: >> >> xgcc -Bgcc/ -B/usr/local/gnat-llvm/i686-pc-linux-gnu/bin/ -B/usr/ >> local/gnat-llvm/i686-pc-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/ >> i686-pc-linux-gnu/include -isystem /usr/local/gnat-llvm/i686-pc- >> linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.llvm/ >> libgomp -I. -I../../../gc...
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
x86-64 linux, during stage3: xgcc -B/home/duncan/LLVM/gcc-4.2.llvm-objects/./gcc/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/include -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc-4.2.llvm/libgomp -I. -I../../../gcc-4.2.llvm/l...
2009 May 25
0
[LLVMdev] LLVM-gcc for Ada
...use the right gcc for the build? Maybe that's getting in the way of g++ somehow. > Do you have an idea of what it is? I suggest you do like this: make sure the system C++ compiler is working and in your path. To use the Ada enabled gcc for building do: export PATH=/home/andrelct/apps/gnat-2007/bin:$PATH before configuring, building etc. (Assuming this is where the GNAT GPL 2007 gcc is). > My new config is > ../configure --enable-languages=c,c++,fortran,ada --disable-bootstrap > --disable-nls --disable-multilib --enable-checking > --program-prefix=llvm- --prefix=/home/a...
2009 May 25
2
[LLVMdev] LLVM-gcc for Ada
...9; make: *** [all] Error 2 Do you have an idea of what it is? My new config is ../configure --enable-languages=c,c++,fortran,ada --disable-bootstrap --disable-nls --disable-multilib --enable-checking --program-prefix=llvm- --prefix=/home/andrelct/apps/llvm-gcc/build/ --bindir=/home/andrelct/apps/gnat-2007/build/bin --enable-llvm=/home/andrelct/apps/llvm Thanks -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct
2008 Oct 01
2
[LLVMdev] llvm-gcc linux build broken
...cc4.2/configure > --prefix=/home/edwin/llvm-svn/obj42/../install --program-prefix=llvm- > --enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib > --enable-checking=release --enable-languages=c,c++ I'm using (x86-64 linux, gcc 4.3) ../gcc-4.2.llvm/configure --prefix=/usr/local/gnat-llvm --enable-languages=c,c++ --enable-checking --enable-llvm=$HOME/LLVM/llvm-objects --disable-shared --disable-bootstrap --disable-multilib Ciao, Duncan.
2008 Mar 23
0
[LLVMdev] Announcement: GNAT ported to LLVM
...fun, and pleasant to work with due to the good design and clean implementation. I hope you will too! llvm-gcc is gcc with the gcc optimizers replaced by LLVM's; llvm-gcc-4.2 is the version of llvm-gcc based on gcc-4.2. The way llvm-gcc works (this is transparent to users) is that the gcc-4.2 GNAT front-end converts Ada into "gimple", gcc's internal language independent representation. The gimple is then turned into LLVM's internal form, referred to as IR. This in then run through LLVM's optimizers, followed by LLVM's code generators which squirt it out as assembl...
2008 Oct 01
0
[LLVMdev] llvm-gcc linux build broken
...t;> --enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib >> --enable-checking=release --enable-languages=c,c++ >> > > I'm using (x86-64 linux, gcc 4.3) > Yep, same here: gcc version 4.3.2 (Debian 4.3.2-1) > ../gcc-4.2.llvm/configure --prefix=/usr/local/gnat-llvm --enable-languages=c,c++ --enable-checking --enable-llvm=$HOME/LLVM/llvm-objects --disable-shared --disable-bootstrap --disable-multilib > With those flags it fails for me too: /home/edwin/llvm-svn/objnew/./gcc/xgcc -B/home/edwin/llvm-svn/objnew/./gcc/ -B/usr/local/gnat-llvm/x86_64-unkn...
2008 Jul 30
0
[LLVMdev] More llvm-gcc build breakage
Hi Bill, This is probably due to the llvm-gcc merge. Please take a look. Thanks, Evan On Jul 30, 2008, at 10:04 AM, Duncan Sands wrote: > x86-64 linux, during stage3: > > xgcc -B/home/duncan/LLVM/gcc-4.2.llvm-objects/./gcc/ -B/usr/local/ > gnat-llvm/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gnat-llvm/ > x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/x86_64- > unknown-linux-gnu/include -isystem /usr/local/gnat-llvm/x86_64- > unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../ > gcc-4.2.llvm/libgomp -...
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
...the LLVM Ada f-e. > If by 2.5 you mean LLVM-2.5 I suggest you use something more recent, for > example LLVM-2.7. I was probably misled by the instructrions themselves which state: "Compilers known to work with the LLVM 2.5 release are gcc-4.2 and the 2005, 2006 and 2007 versions of the GNAT GPL Edition. GNAT GPL 2008, gcc-4.3 and later will not work." > Please show how you tried to compile it and what the undefined references > were. > You are supposed to be able to use llvm-gcc in the same way as gcc. Actually I was able to compile my program by invoking "gnatmak...
2008 Oct 01
0
[LLVMdev] llvm-gcc linux build broken
On 2008-10-01 15:04, Duncan Sands wrote: > Anyone else seeing this? > > LLVM/gcc-4.2.llvm-objects/./gcc/xgcc -BLLVM/gcc-4.2.llvm-objects/./gcc/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/bin/ -B/usr/local/gnat-llvm/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/include -isystem /usr/local/gnat-llvm/x86_64-unknown-linux-gnu/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-4.2.llvm/libiberty/../include...
2009 May 26
1
[LLVMdev] LLVM-gcc for Ada
...;s getting in the way of g++ somehow. > > >> Do you have an idea of what it is? >> > > I suggest you do like this: make sure the system C++ compiler is working > and in your path. To use the Ada enabled gcc for building do: > export PATH=/home/andrelct/apps/gnat-2007/bin:$PATH > before configuring, building etc. (Assuming this is where the GNAT > GPL 2007 gcc is). > > >> My new config is >> ../configure --enable-languages=c,c++,fortran,ada --disable-bootstrap >> --disable-nls --disable-multilib --enable-checking >> -...
2008 Nov 02
3
[LLVMdev] Porting llvm-gcc-4.2
...quite some configure scripts, but seeing that llvm-gcc uses LLVM for target specific stuff, how much of this still applies? cpp defines and startup files at the least, probably, for the com- piler driver… Which dependencies does llvm-gcc-4.2 have, besides the usual gmake, bison, working toolchain, gnat for building Ada, llvm? Specifically, does it also have the hilarious library dependencies (gmp, mpfr, etc)? What is the status of the other (besides C and C++) languages on llvm-gcc-4.2 r58565? I’ve read that Ada fails and Fortran has issues. How about ObjC, ObjC++, Java™? Speaking of Ada: is gn...
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below. Any help will be much appreciated. Regards Roger gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali error: "s-imenne.adb" must be compiled error: ("/opt/gnat-gpl-2009/lib/gcc/i386-apple-darwin10.2.0/4.3.4/adalib/s-imenne.ali" is obsolete and read-only) error: "s-imenne.adb" and &qu...
2007 Jul 19
3
help with heatmap - how to remove annoying "X" before numeric values?
...sed on how things are labeled on my heat map; particularly, there is this annoying "X" that appears before the numeric value of all the labels of my columns. Let's say I have the following silly data, stored in "temp.txt" 1905 1910 1950 1992 2011 2020 Gnat 0.08 0.29 0.29 0.37 0.39 0.43 Snake 0.16 0.34 0.32 0.40 0.41 0.53 Bat 0.40 0.54 0.52 0.60 0.60 0.63 Cat 0.16 0.27 0.29 0.39 0.37 0.41 Dog 0.43 0.54 0.52 0.61 0.60 0.62 Lynx 0.50 0.57 0.54 0.59...
2003 Dec 27
1
Heads up: Does this affect FreeBSD's tcpdump?
Subject: user/3610: repetable tcpdump remote crash Resent-Date: Sat, 20 Dec 2003 08:55:02 -0700 (MST) Resent-From: gnats@cvs.openbsd.org (GNATS Filer) Resent-To: bugs@cvs.openbsd.org Date: Sat, 20 Dec 2003 16:42:25 +0100 (CET) From: venglin@freebsd.lublin.pl Reply-To: venglin@freebsd.lublin.pl To: gnats@openbsd.org >Number: 3610 >Category: user >Synopsis: repetable tcpdump remote crash...