Renato Botelho | 16 Nov 2009 12:54
Picon
Gravatar

Error building 0.95.3 on FreeBSD 7.2

A user reported me he is having problems building 0.95.3 under
FreeBSD 7.2, here is the error:

libtool: link: ranlib .libs/libclamunrar_iface.a
libtool: link: ( cd ".libs" && rm -f "libclamunrar_iface.la" && ln -s
"../libclamunrar_iface.la" "libclamunrar_iface.la" )
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.
-I..  -I.. -I./nsis -I./lzma  -I../libltdl -DWARN_DLOPEN_FAIL
-I/usr/local/include -DSEARCH_LIBDIR=\"/usr/local/lib\" -O2
-fno-strict-aliasing
+-pipe -c -o libclamav_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I./nsis -I./lzma
-I../libltdl -DWARN_DLOPEN_FAIL -I/usr/local/include
-DSEARCH_LIBDIR=\"/usr/local/lib\" -O2 -fno-strict-aliasing -pipe -c
version.c  -fPIC
+-DPIC -o .libs/libclamav_la-version.o
+In file included from version.c:5:
version.h:1:22: warning: missing terminating " character
+version.h:2:9: warning: missing terminating " character
In file included from version.c:5:
version.h:2: error: missing terminating " character
version.c:12: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'const'
version.c:14: error: missing terminating " character
*** Error code 1
1 error
*** Error code 1
1 error
*** Error code 2
1 error
(Continue reading)

Török Edwin | 16 Nov 2009 13:05
Picon

Re: Error building 0.95.3 on FreeBSD 7.2

On 2009-11-16 13:54, Renato Botelho wrote:
> A user reported me he is having problems building 0.95.3 under
> FreeBSD 7.2, here is the error:
>
> libtool: link: ranlib .libs/libclamunrar_iface.a
> libtool: link: ( cd ".libs" && rm -f "libclamunrar_iface.la" && ln -s
> "../libclamunrar_iface.la" "libclamunrar_iface.la" )
> /bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.
> -I..  -I.. -I./nsis -I./lzma  -I../libltdl -DWARN_DLOPEN_FAIL
> -I/usr/local/include -DSEARCH_LIBDIR=\"/usr/local/lib\" -O2
> -fno-strict-aliasing
> +-pipe -c -o libclamav_la-version.lo `test -f 'version.c' || echo './'`version.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -I./nsis -I./lzma
> -I../libltdl -DWARN_DLOPEN_FAIL -I/usr/local/include
> -DSEARCH_LIBDIR=\"/usr/local/lib\" -O2 -fno-strict-aliasing -pipe -c
> version.c  -fPIC
> +-DPIC -o .libs/libclamav_la-version.o
> +In file included from version.c:5:
> version.h:1:22: warning: missing terminating " character
> +version.h:2:9: warning: missing terminating " character
> In file included from version.c:5:
> version.h:2: error: missing terminating " character
> version.c:12: error: expected '=', ',', ';', 'asm' or '__attribute__'
> before 'const'
> version.c:14: error: missing terminating " character
> *** Error code 1
> 1 error
> *** Error code 1
> 1 error
> *** Error code 2
(Continue reading)

pwalsh | 16 Nov 2009 13:11
Favicon

Re: Error building 0.95.3 on FreeBSD 7.2


Hello,

I will be out of the office until Monday, November 30th.  If you need help sooner than that, please direct your
query to Jeff Finn (jfinn <at> esoft.com) and he will see that the proper person gets the email and answers your question.

Thanks,

--

-- 
Patrick Walsh
eSoft Incorporated
303.444.1600 x3350
http://www.esoft.com/

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

pwalsh | 16 Nov 2009 13:02
Favicon

Error building 0.95.3 on FreeBSD 7.2


Hello,

I will be out of the office until Monday, November 30th.  If you need help sooner than that, please direct your
query to Jeff Finn (jfinn <at> esoft.com) and he will see that the proper person gets the email and answers your question.

Thanks,

--

-- 
Patrick Walsh
eSoft Incorporated
303.444.1600 x3350
http://www.esoft.com/

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

Renato Botelho | 16 Nov 2009 13:33
Picon
Gravatar

Re: Error building 0.95.3 on FreeBSD 7.2

2009/11/16 Török Edwin <edwintorok <at> gmail.com>:
> What is the contents of version.h? Its supposed to be empty for a
> release, or to contain a define of the version for a devel version
> (autogenerated by make).

I've asked exactly this for the user, waiting his answer...

I'll let you know
--

-- 
Renato Botelho
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

pwalsh | 16 Nov 2009 13:34
Favicon

Re: Error building 0.95.3 on FreeBSD 7.2


Hello,

I will be out of the office until Monday, November 30th.  If you need help sooner than that, please direct your
query to Jeff Finn (jfinn <at> esoft.com) and he will see that the proper person gets the email and answers your question.

Thanks,

--

-- 
Patrick Walsh
eSoft Incorporated
303.444.1600 x3350
http://www.esoft.com/

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

Renato Botelho | 16 Nov 2009 15:47
Picon
Gravatar

Re: Error building 0.95.3 on FreeBSD 7.2

2009/11/16 Török Edwin <edwintorok <at> gmail.com>:
> What is the contents of version.h? Its supposed to be empty for a
> release, or to contain a define of the version for a devel version
> (autogenerated by make).

It was a local problem on user's machine, already fixed.

Regards
--

-- 
Renato Botelho
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

gianni zizzi | 22 Nov 2009 01:46
Picon

where are heuristics??

Hi, I would to know where heuristic algorithm are defined and implemented in
the source code...
I have found something in libclamav/special.c, elf.c and blob.c
ClamAV uses heuristics only for a phishing scan??

thanks a lot

Gianni
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


Gmane