Subject: problem building of curl
To: None <current-users@netbsd.org>
From: kiril Vladimirov <kiro@kircho.net>
List: current-users
Date: 03/05/2007 12:26:17
Hi there!
Recently I decide to upgrade antivirus clamav on a NetBSD mail server 
via cvs.
I update cvs source and tried to compile ClamAV.  The build failed and 
the reason was packet curl.
(because clamav uses curlk to obtain new antivirus definitions, curl 
have to be upgraded too)
I updated curl via cvs on version 7.16.1 and when I try to make it the 
following errors occured

....
make: 
"../../mk/wrapper/../../mk/buildlink3/../../mk/wrapper/../../mk/buildlink3/bsd.buildlink3.mk"
    line 309: warning: Couldn't read shell's output for "true Computing 
BUILDLINK_PREFIX.libidn;
...
...
=> Aplying pkgsrc patches for curl-7.16.1
==> Creating toolchain wrappers for curl-7.16.1
synrax error: expecting "in"
*** Error code 2
stop
make: stopped in /usr/pkgsrc/www/curl
*** Error code 1

And thats the end.
I tried and update all of /pkgsrc/mk directory , but the result is the same.
This is on pkgsrc2006-q3 tree and NetBSD 3.0.1

kiril