Re: [Clamav-users] DNS Warning also showing up now on 0.95.3

2010-04-07 Thread Luca Gibelli
Hello, > > This is not an acceptable solution here for us...we have over 50 > > machines and several scripts on each that will need updating...what > > exactly is broken here...I'm seeing this error in the 0.95.3 version > > as well so it has NOTHING to do with 0.96 > One of our DNS servers

Re: [Clamav-users] DNS Warning also showing up now on 0.95.3

2010-04-07 Thread Luca Gibelli
Hello George, > This is not an acceptable solution here for us...we have over 50 > machines and several scripts on each that will need updating...what > exactly is broken here...I'm seeing this error in the 0.95.3 version > as well so it has NOTHING to do with 0.96 One of our DNS servers (ns

[Clamav-users] Compile error: floating constant exceeds range of 'float' on Mac OS X 10.4.11 (Intel)

2010-04-07 Thread James Brown
I'm trying to upgrade from 0.94.2 to 0.96. I configured using: ./configure CFLAGS="-O0" But 'make' stops with: CXXCalcSpillWeights.lo In file included from ./llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:25, from llvm/lib/CodeGen/CalcSpillWeights.cpp:15: ./llvm/include/

Re: [Clamav-users] Compiler error

2010-04-07 Thread Gianluigi Tiesi
On 07/04/2010 22.05, Török Edwin wrote: > On 04/07/2010 10:55 PM, Chuck Swiger wrote: >> Hi-- >> >> On Apr 7, 2010, at 12:45 PM, Török Edwin wrote: >>> On 04/07/2010 10:31 PM, Jack Raats wrote: File "/usr/local/lib/python2.5/threading.py", line 6, in import thread ImportError: N

[Clamav-users] DNS Warning also showing up now on 0.95.3

2010-04-07 Thread George R . Kasica
>> Datum: Wed, 07 Apr 2010 16:52:13 -0700 >> Von: Chuck Swiger >> An: ClamAV users ML >> Betreff: Re: [Clamav-users] Version 0.96: WARNING: DNS record is older than >> 3 hours. > >> Hi-- >> >> On Apr 7, 2010, at 4:43 PM, Markus Egg wrote: >> > I solved it: >> > in my /etc/freshclam.conf there

Re: [Clamav-users] Version 0.96: WARNING: DNS record is older than 3 hours.

2010-04-07 Thread Markus Egg
> Datum: Wed, 07 Apr 2010 16:52:13 -0700 > Von: Chuck Swiger > An: ClamAV users ML > Betreff: Re: [Clamav-users] Version 0.96: WARNING: DNS record is older than > 3 hours. > Hi-- > > On Apr 7, 2010, at 4:43 PM, Markus Egg wrote: > > I solved it: > > in my /etc/freshclam.conf there was still

Re: [Clamav-users] Version 0.96: WARNING: DNS record is older than 3 hours.

2010-04-07 Thread Chuck Swiger
Hi-- On Apr 7, 2010, at 4:43 PM, Markus Egg wrote: > I solved it: > in my /etc/freshclam.conf there was still > #DatabaseMirror db.XY.clamav.net > obviously freshclam then takes a default server > ( database.clamav.net ?) > which has no DST and therefore the > "DNS record is older than 3 hours."

[Clamav-users] 0.96 compile warnings on FreeBSD 7.1

2010-04-07 Thread jef moskot
This is on a FreeBSD 7.1/amd64 machine. I'll spare you the whole output of make, but there's a lot of this: ... CXXBasicBlock.lo CXXConstantFold.lo CXXConstants.lo llvm/lib/VMCore/Constants.cpp: In static member function 'static llvm::Constant* llvm::ConstantExpr::getAlignOf(c

Re: [Clamav-users] Version 0.96: WARNING: DNS record is older than 3 hours.

2010-04-07 Thread Markus Egg
I solved it: in my /etc/freshclam.conf there was still #DatabaseMirror db.XY.clamav.net obviously freshclam then takes a default server ( database.clamav.net ?) which has no DST and therefore the "DNS record is older than 3 hours." message. Putting DatabaseMirror db.AT.clamav.net into the config

[Clamav-users] Version 0.96: WARNING: DNS record is older than 3 hours.

2010-04-07 Thread Markus Egg
Hello, I just updated to version 0.96 and now freshclam throws: "... WARNING: DNS record is older than 3 hours. WARNING: Invalid DNS reply. Falling back to HTTP mode. ..." This did not happen with 0.95.3 before! I read some FAQ and even the hint: "If you get the error everytime you run freshclam

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Török Edwin
On 04/07/2010 11:26 PM, Clayton Keller wrote: > What could possibly occur if I installed with the current zlib version > as-is? Some bytecodes will fail to extract compressed data, such as javascripts in PDFs. Best regards, --Edwin ___ Help us build a c

Re: [Clamav-users] Compiler error

2010-04-07 Thread Chuck Swiger
On Apr 7, 2010, at 1:05 PM, Török Edwin wrote: > Is there a way to detect if python was built with THREADS on or off? > > I currently do this test: > > python -V || { echo "Python not found, skipping LLVM tests"; exit 77; } > python < import sys > if sys.hexversion < 0x204: sys.exit(1) > EOF

Re: [Clamav-users] Compiler error

2010-04-07 Thread Jack Raats
- Original Message - From: "Chuck Swiger" To: "ClamAV users ML" Sent: Wednesday, April 07, 2010 9:55 PM Subject: Re: [Clamav-users] Compiler error I suspect that Jack needs to: cd /usr/ports/lang/python25 make config <> ...then then build & reinstall a thread-aware pytho

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Clayton Keller
On 4/7/2010 2:35 PM, Clayton Keller wrote: On 4/7/2010 2:33 PM, Török Edwin wrote: On 04/07/2010 09:34 PM, Clayton Keller wrote: On 4/7/2010 12:30 PM, Török Edwin wrote: On 04/07/2010 08:17 PM, Clayton Keller wrote: On 4/7/2010 11:26 AM, Török Edwin wrote: On 04/07/2010 07:24 PM, Clayton Kel

Re: [Clamav-users] Compiler error

2010-04-07 Thread Török Edwin
On 04/07/2010 10:55 PM, Chuck Swiger wrote: > Hi-- > > On Apr 7, 2010, at 12:45 PM, Török Edwin wrote: >> On 04/07/2010 10:31 PM, Jack Raats wrote: >>> File "/usr/local/lib/python2.5/threading.py", line 6, in >>>import thread >>> ImportError: No module named thread >> Looks like an incomplet

Re: [Clamav-users] Compiler error

2010-04-07 Thread Chuck Swiger
Hi-- On Apr 7, 2010, at 12:45 PM, Török Edwin wrote: > On 04/07/2010 10:31 PM, Jack Raats wrote: >> File "/usr/local/lib/python2.5/threading.py", line 6, in >>import thread >> ImportError: No module named thread > > Looks like an incomplete/broken install of python to me. > lit.py does 'imp

Re: [Clamav-users] Compiler error

2010-04-07 Thread Török Edwin
On 04/07/2010 10:31 PM, Jack Raats wrote: > At this moment I'm getting errors compiling clamav 0.96. > On FrreBSD 6.4-STABLE no errors, but on FreeBSD 7.3-STABLE I'm getting the > following errors: > > Can anyone give me a clue to solve this problem? > > Jack > > Errors: > > > This program bu

[Clamav-users] Compiler error

2010-04-07 Thread Jack Raats
At this moment I'm getting errors compiling clamav 0.96. On FrreBSD 6.4-STABLE no errors, but on FreeBSD 7.3-STABLE I'm getting the following errors: Can anyone give me a clue to solve this problem? Jack Errors: This program built for i386-portbld-freebsd7.0 Python 2.5.5 gmake: Entering direc

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Clayton Keller
On 4/7/2010 2:33 PM, Török Edwin wrote: On 04/07/2010 09:34 PM, Clayton Keller wrote: On 4/7/2010 12:30 PM, Török Edwin wrote: On 04/07/2010 08:17 PM, Clayton Keller wrote: On 4/7/2010 11:26 AM, Török Edwin wrote: On 04/07/2010 07:24 PM, Clayton Keller wrote: On 4/7/2010 11:12 AM, Török Edwi

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Török Edwin
On 04/07/2010 09:34 PM, Clayton Keller wrote: > On 4/7/2010 12:30 PM, Török Edwin wrote: >> On 04/07/2010 08:17 PM, Clayton Keller wrote: >>> On 4/7/2010 11:26 AM, Török Edwin wrote: On 04/07/2010 07:24 PM, Clayton Keller wrote: > On 4/7/2010 11:12 AM, Török Edwin wrote: >> On 04/07/20

Re: [Clamav-users] clamav-0.96: make distclean fails in libclamav...

2010-04-07 Thread Chuck Swiger
Hi, Tomasz-- On Apr 7, 2010, at 11:50 AM, Tomasz Kojm wrote: > could you please report bugs directly to our bugzilla at > http://bugs.clamav.net I would be pleased to. However, I also like to involve the list to gain some insight as to whether the issue can be reproduced by others or whether i

Re: [Clamav-users] clamav-0.96: make distclean fails in libclamav...

2010-04-07 Thread Tomasz Kojm
On Wed, 07 Apr 2010 11:48:00 -0700 Chuck Swiger wrote: > Hi-- > > "make distclean" fails when you do a fresh extract from tarbal & > run ./configure alone: > > % tar zxf clamav-0.96.tar.gz > % cd clamav-0.96 > % ./configure > /dev/null > % make distclean > Making distclean in clambc > rm -f cl

[Clamav-users] clamav-0.96: make distclean fails in libclamav...

2010-04-07 Thread Chuck Swiger
Hi-- "make distclean" fails when you do a fresh extract from tarbal & run ./configure alone: % tar zxf clamav-0.96.tar.gz % cd clamav-0.96 % ./configure > /dev/null % make distclean Making distclean in clambc rm -f clambc test -z "*.gcda *.gcno" || rm -f *.gcda *.gcno [ ... ] rm -f TAGS ID GTAG

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Clayton Keller
On 4/7/2010 12:30 PM, Török Edwin wrote: On 04/07/2010 08:17 PM, Clayton Keller wrote: On 4/7/2010 11:26 AM, Török Edwin wrote: On 04/07/2010 07:24 PM, Clayton Keller wrote: On 4/7/2010 11:12 AM, Török Edwin wrote: On 04/07/2010 07:08 PM, Clayton Keller wrote: I am testing out the ./configur

[Clamav-users] clamav-0.96: struct cli_bc_ctx variables...

2010-04-07 Thread Chuck Swiger
Hi-- Also, I notice this in libclamav/c++/bytecode2llvm.cpp around line 1994: SMDiagnostic diag(ctx->file, ctx->line ? ctx->line : -1, ctx->col ? ctx->col-1 : -1, "", std::string(lines->linev[ctx->line-1], lines->linev[ctx->line]-1)); struct cli_bc_ctx from clamav-0.96/byte

[Clamav-users] clamav-0.96: LLVM/JIT assumes gcc-4.x...?

2010-04-07 Thread Chuck Swiger
Hi-- There may be an issue with autoconf/configure mechanism not testing for warning flags before assuming they exist: /bin/sh ./libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./../.. -I./.. -I./../../ -I./llvm/include -I./llvm/include -D__STDC_LIMIT_MACROS -D__STDC_CON

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Török Edwin
On 04/07/2010 08:17 PM, Clayton Keller wrote: > On 4/7/2010 11:26 AM, Török Edwin wrote: >> On 04/07/2010 07:24 PM, Clayton Keller wrote: >>> On 4/7/2010 11:12 AM, Török Edwin wrote: On 04/07/2010 07:08 PM, Clayton Keller wrote: > I am testing out the ./configure and make on an older RedHa

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Clayton Keller
On 4/7/2010 11:26 AM, Török Edwin wrote: On 04/07/2010 07:24 PM, Clayton Keller wrote: On 4/7/2010 11:12 AM, Török Edwin wrote: On 04/07/2010 07:08 PM, Clayton Keller wrote: I am testing out the ./configure and make on an older RedHat 7.3 Server. I am seeing the following in the ./configure o

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Török Edwin
On 04/07/2010 07:24 PM, Clayton Keller wrote: > On 4/7/2010 11:12 AM, Török Edwin wrote: >> On 04/07/2010 07:08 PM, Clayton Keller wrote: >>> I am testing out the ./configure and make on an older RedHat 7.3 Server. >>> >>> I am seeing the following in the ./configure output: >>> >>> ... >>> checkin

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Clayton Keller
On 4/7/2010 11:12 AM, Török Edwin wrote: On 04/07/2010 07:08 PM, Clayton Keller wrote: I am testing out the ./configure and make on an older RedHat 7.3 Server. I am seeing the following in the ./configure output: ... checking for supported C++ compiler version... configure: error: C++ compiler

Re: [Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Török Edwin
On 04/07/2010 07:08 PM, Clayton Keller wrote: > I am testing out the ./configure and make on an older RedHat 7.3 Server. > > I am seeing the following in the ./configure output: > > ... > checking for supported C++ compiler version... configure: error: C++ > compiler too old (2.96) You are aware

[Clamav-users] Compiler Version Configure Error

2010-04-07 Thread Clayton Keller
I am testing out the ./configure and make on an older RedHat 7.3 Server. I am seeing the following in the ./configure output: ... checking for supported C++ compiler version... configure: error: C++ compiler too old (2.96) ... While I know this is a much out dated OS, and with that an old com

Re: [Clamav-users] clamav-0.96 compile error

2010-04-07 Thread Rob MacGregor
On Wed, Apr 7, 2010 at 11:31, Jan Kratochvíl wrote: > Hi, > > make fails Clamav 0.96 on system RedHat kernel 2.2.27-rc2 #10 > > gcc version egcs-2.91.66 <---SNIP---> > This problem is new in Clamav 0.96, > clamav-0.95.3 does compile an run with these settings. Kernel 2.2.27-rc2 was released in Ja

Re: [Clamav-users] clamav-0.96 compile error

2010-04-07 Thread Gianluigi Tiesi
On 07/04/2010 12:31, Jan Kratochvíl wrote: Hi, make fails Clamav 0.96 on system RedHat kernel 2.2.27-rc2 #10 gcc version egcs-2.91.66 ./configure --enable-experimental --libdir=/usr/local/lib make Making check in libltdl make[1]: Entering directory `/usr/src/clamav-0.96/libltdl' make check-a

[Clamav-users] clamav-0.96 compile error

2010-04-07 Thread Jan Kratochvíl
Hi, make fails Clamav 0.96 on system RedHat kernel 2.2.27-rc2 #10 gcc version egcs-2.91.66 ./configure --enable-experimental --libdir=/usr/local/lib make Making check in libltdl make[1]: Entering directory `/usr/src/clamav-0.96/libltdl' make check-am make[2]: Entering directory `/usr/src/cla