similar to: [LLVMdev] Adding ClamAV to the llvm testsuite (long)

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Adding ClamAV to the llvm testsuite (long)"

2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
We always welcome more tests. But it looks like there are two issues here. 1. The autoconf requirement. Is it possible to get one configuration working without the need for autoconf? 2. GPL license. Chris? Evan On Dec 14, 2007, at 12:30 PM, Török Edwin wrote: > Hi, > > I see that you are looking for new programs for the testsuite, as > described in 'Compile programs with
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi Edwin, I ran into two problems. 1. Using your config file and Makefile, I ran into issue compiling with gcc: gcc -I/Users/echeng/LLVM/llvm/projects/llvm-test/MultiSource/ Applications/ClamAV -I/Users/echeng/LLVM/llvm/projects/llvm-test/ MultiSource/Applications/ClamAV -I/\Users/echeng/LLVM/llvm/include -I/ Users/echeng/LLVM/llvm/projects/llvm-test/include -I../../..//include
2008 Jan 14
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
I've filed http://www.llvm.org/bugs/show_bug.cgi?id=1912 for the optimizer bug. Evan On Jan 10, 2008, at 11:28 AM, Evan Cheng wrote: > Hi, > > We are getting closer. > > 1. In Makefile, all the references to CFLAGS should be CPPFLAGS > instead. > 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where > -E means using extended regular expression, not
2008 Jan 30
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Devang has fixed the bug. I've added ClamAV to the testsuite. Thanks! Evan On Jan 13, 2008, at 7:33 PM, Evan Cheng wrote: > I've filed > http://www.llvm.org/bugs/show_bug.cgi?id=1912 > for the optimizer bug. > > Evan > > On Jan 10, 2008, at 11:28 AM, Evan Cheng wrote: > >> Hi, >> >> We are getting closer. >> >> 1. In Makefile, all
2008 Jan 08
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Evan Cheng wrote: > Hi Edwin, > > I ran into two problems. > > 1. Using your config file and Makefile, I ran into issue compiling > with gcc: > > Looks like it's a makefile issue? > Should be solved with the new flattened source layout and Makefile (-I. was missing) > 2. prepare.sh getdb doesn't work for me because I don't have wget. > > Is it
2008 Jan 10
4
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Török Edwin wrote: > Yes, I have uploaded the .tar.gz here: > http://edwintorok.googlepages.com/ClamAV-srcflat.tar.gz > [inputs dir contains some symlink, place ClamAV dir in > llvm/projects/llvm-test/MultiSource/Applications to make > links point to right place] > > Hi, Because llvm bug #1730 got fixed, this testcase can run under with the JIT on x86-64 :). I have
2008 Jan 10
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi, We are getting closer. 1. In Makefile, all the references to CFLAGS should be CPPFLAGS instead. 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where -E means using extended regular expression, not -r. sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] Can this
2007 Dec 17
1
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? > I could make an clamav-config.h that should work if compiled with llvm-gcc. Can I assume <endian.h> exists on all your platforms? [or how else can I detect
2008 Jan 11
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
>> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X >> where >> -E means using extended regular expression, not -r. >> Can this be changed? >> > > I'm not really familiar with sed's non-extended regular expression > syntax, I'll have to read its info page. > I can do that if you decide to keep filterdiff.sh, see below Why not
2008 Jan 10
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Evan Cheng wrote: > Hi, > Hi Evan, > We are getting closer. > That is good news. > 1. In Makefile, all the references to CFLAGS should be CPPFLAGS instead. > Done, and attached. > 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where > -E means using extended regular expression, not -r. > Can this be changed? > I'm not really
2008 Jan 06
1
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Török Edwin wrote: > Attaching all files. Let me know if you want to upload the entire > package somewhere. > [...] > Please provide feedback on the scripts, and Makefile. > [...] > What are the next steps required to add it to the testsuite Is there any chance for this to go in before the code freeze, or do you prefer to add it after? Best regards, --Edwin
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
Hi Torok, I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots... INPUT = $(PROJ_SRC_DIR)/inputs/clam.cab \ $(PROJ_SRC_DIR)/inputs/clamdoc.tar.gz \ $(PROJ_SRC_DIR)/inputs/clam.exe \ $(PROJ_SRC_DIR)/inputs/clam.exe.bz2 \ $(PROJ_SRC_DIR)/inputs/clam-v2.rar \
2013 Apr 15
2
[LLVMdev] LNT ClamAV - Sorting output
On Wed, Apr 3, 2013 at 12:12 AM, Török Edwin <edwin+ml-debian at etorok.net> wrote: > On 04/03/2013 01:20 AM, Renato Golin wrote: >> Hi Torok, >> >> I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots... >> >> I though the dbdir could be the culprit, but it has only one file.
2006 Jul 03
2
new clamav update miss 'clamav' user/group creation/update
Hi folks, Just updating clamav 'bundle' from old 'clamav-server' (i think the just previous) and i noticed that the 'clamav' user/group for this pkg is not created by default by the rpm pkg. At the same time, the /var/log/clamav is not updated/created with clamav.clamav ownership, Don't know if it is my actual config (previous one untouched anyway), but this is what
2018 Dec 13
1
ClamAV installation is OUTDATED! as reported by freshclam utility on CentOS Linux release 7.6.1810 (Core)
Hi, I am running CentOS Linux release 7.6.1810 (Core) with ClamAV installed. When i am running freshclam i am seeing a Warning message and the details are described below:- # freshclam ClamAV update process started at Thu Dec 13 11:49:18 2018 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.100.2 Recommended version: 0.101.0 DON'T PANIC! Read
2005 Sep 05
2
OT clamav-milter
I OT'd this since it is supplied by dag and not centos but running on centos 3.5 # service clamav-milter start Starting Clamav Milter Daemon: clamav-milter: --timeout must not be given if --external is not given I updated last week and didn't have any problems. I did restart the system today and for some reason cannot get clamav-milter to start ;-( Any hints - afaik - nothing
2009 Apr 03
2
clamav and selinux
after cleaning up a bunch or selinux alerts, I update and wham, clamav/clamd/clamav-db make me assert contexts again to /var/clamav like... chcon -t clamd_t clamav -R which temporarily solves the problem but it would be better if it were policy and not file contexts. So I search and see for some reason, /var/clamav is ignored... # grep clam /etc/selinux/targeted/contexts/files/file_contexts
2014 Feb 20
2
CLAMAV problem: Error message "outdated version" although "yum list installed" reports correct version
Hi. I posted this on the clamav list as well, as I do not know whether this is a rpm issue or clamav issue. Strange problem indeed: [root /tmp] #>yum list installed "clamav*" Loaded plugins: fastestmirror Installed Packages clamav.x86_64 0.98-2.el5.rf installed clamav-db.x86_64 0.98-2.el5.rf installed