hi Anastas,

the error i faced when installing from the port is:*
**===>  dazuko-2.3.7 is marked as broken: does not build.
*** Error code 1
**
**Stop in /usr/ports/security/dazuko.**


*and when i try to install it manually, i face these lines:
*
#./configure
checking host system type... FreeBSD
checking for make utility... ok (make)
checking for C compiler... ok (cc)
discovered host system... FreeBSD (8.0-RELEASE)
configure: creating Makefile
configure: creating library/Makefile
configure: creating example_c/Makefile

./configure successful

=======================
 Configuration summary
=======================

module events = ON_OPEN ON_CLOSE ON_EXEC
devfs support = no
path resolution = accessing process context
module debug = no
library 1.x compatibility = no

*

*#make*
*@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
cc -O2 -pipe -DFREEBSD7_SUPPORT -DANONYMOUS_RESOLVE -DON_OPEN_SUPPORT
-DON_CLOSE_SUPPORT -DON_EXEC_SUPPORT -DTRUSTED_APPLICATION_SUPPORT
-fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -I.
-I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common  -mno-align-long-strings
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999
-fstack-protector -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c dazuko_core.c
cc -O2 -pipe -DFREEBSD7_SUPPORT -DANONYMOUS_RESOLVE -DON_OPEN_SUPPORT
-DON_CLOSE_SUPPORT -DON_EXEC_SUPPORT -DTRUSTED_APPLICATION_SUPPORT
-fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -I.
-I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common  -mno-align-long-strings
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999
-fstack-protector -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c
dazuko_transport.c
cc -O2 -pipe -DFREEBSD7_SUPPORT -DANONYMOUS_RESOLVE -DON_OPEN_SUPPORT
-DON_CLOSE_SUPPORT -DON_EXEC_SUPPORT -DTRUSTED_APPLICATION_SUPPORT
-fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -I.
-I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common  -mno-align-long-strings
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999
-fstack-protector -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c
dazuko_freebsd7.c
dazuko_freebsd7.c:210:53: error: macro "lockmgr" passed 4 arguments, but
takes just 3
dazuko_freebsd7.c: In function 'xp_write_lock':
dazuko_freebsd7.c:210: error: 'lockmgr' undeclared (first use in this
function)
dazuko_freebsd7.c:210: error: (Each undeclared identifier is reported only
once
dazuko_freebsd7.c:210: error: for each function it appears in.)
dazuko_freebsd7.c:215:51: error: macro "lockmgr" passed 4 arguments, but
takes just 3
dazuko_freebsd7.c: In function 'xp_write_unlock':
dazuko_freebsd7.c:215: error: 'lockmgr' undeclared (first use in this
function)
dazuko_freebsd7.c:220:49: error: macro "lockmgr" passed 4 arguments, but
takes just 3
dazuko_freebsd7.c: In function 'xp_read_lock':
dazuko_freebsd7.c:220: error: 'lockmgr' undeclared (first use in this
function)
dazuko_freebsd7.c:225:50: error: macro "lockmgr" passed 4 arguments, but
takes just 3
dazuko_freebsd7.c: In function 'xp_read_unlock':
dazuko_freebsd7.c:225: error: 'lockmgr' undeclared (first use in this
function)
dazuko_freebsd7.c: In function 'freebsd_get_filename_full_fileinfo':
dazuko_freebsd7.c:386: error: 'AT_FDCWD' undeclared (first use in this
function)
dazuko_freebsd7.c:507: error: too many arguments to function 'VOP_GETATTR'
dazuko_freebsd7.c: In function 'freebsd_get_fd_full_fileinfo':
dazuko_freebsd7.c:593: error: too many arguments to function 'VOP_GETATTR'
dazuko_freebsd7.c: In function 'dazuko_loader':
dazuko_freebsd7.c:1737: error: 'AT_FDCWD' undeclared (first use in this
function)
*** Error code 1

Stop in /root/dazuko-2.3.7.

*and that's all...

waiting for your helps and ideas, if any, please... thank you.

Best Regards,
t.a.k


On Sat, Jul 24, 2010 at 7:12 PM, Anastas Semenov
<anastas.seme...@gmail.com>wrote:

> Hi,
> You are the FreeBSD expert..
> What are the errors?
> Paste the errors you are seeing.
>
> On 7/24/10, clamav-users-requ...@lists.clamav.net
> <clamav-users-requ...@lists.clamav.net> wrote:
> > Send clamav-users mailing list submissions to
> >       clamav-users@lists.clamav.net
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >       http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
> > or, via email, send a message with subject or body 'help' to
> >       clamav-users-requ...@lists.clamav.net
> >
> > You can reach the person managing the list at
> >       clamav-users-ow...@lists.clamav.net
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of clamav-users digest..."
> >
> >
> > Today's Topics:
> >
> >    1. dazuko broken port on freebsd 8.0 (Talayeh Asadi)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Sat, 24 Jul 2010 10:26:49 +0430
> > From: Talayeh Asadi <talayeh.as...@gmail.com>
> > Subject: [Clamav-users] dazuko broken port on freebsd 8.0
> > To: clamav-users@lists.clamav.net
> > Message-ID:
> >       
> > <aanlkti=vf2suveheeaoda-bwzzxfq_c9vp+85o_qh...@mail.gmail.com<vf2suveheeaoda-bwzzxfq_c9vp%2b85o_qh...@mail.gmail.com>
> >
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Hi everyone,
> >
> > would someone please tell me how can i solve the problem i faced using
> > clamuko and dazuko on freebsd 8.0?
> >
> > when i try to install dazuko from the ports, it says it's broken.. and
> when
> > i try to install it manually, the process stops unsuccessfully in the
> middle
> > of the way..
> >
> > it would be kind of you to tell me what to do to solve this problem.. any
> > other way to enable clamuko?
> >
> >
> > Regards,
> > t.a.k
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > clamav-users mailing list
> > clamav-users@lists.clamav.net
> > http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
> >
> >
> > End of clamav-users Digest, Vol 70, Issue 21
> > ********************************************
> >
>
> --
> Sent from my mobile device
>
> -Anastas
> _______________________________________________
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to