From owner-freebsd-ports@FreeBSD.ORG Mon Aug 1 06:33:15 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CBBA1065670 for ; Mon, 1 Aug 2011 06:33:15 +0000 (UTC) (envelope-from gdoe6545@yahoo.it) Received: from nm19-vm0.bullet.mail.bf1.yahoo.com (nm19-vm0.bullet.mail.bf1.yahoo.com [98.139.213.162]) by mx1.freebsd.org (Postfix) with SMTP id 033998FC14 for ; Mon, 1 Aug 2011 06:33:14 +0000 (UTC) Received: from [98.139.212.149] by nm19.bullet.mail.bf1.yahoo.com with NNFMP; 01 Aug 2011 06:19:40 -0000 Received: from [98.139.213.11] by tm6.bullet.mail.bf1.yahoo.com with NNFMP; 01 Aug 2011 06:19:40 -0000 Received: from [127.0.0.1] by smtp111.mail.bf1.yahoo.com with NNFMP; 01 Aug 2011 06:19:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.it; s=s1024; t=1312179580; bh=075uwmbP7mKqIJw7DAkSL40tjDcDFlw8WBS8kOUyylc=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:Cc:To:Mime-Version:X-Mailer; b=prQOocdUDvhBL2VPjHpXnpEpsZGXXf6P0l3WFE0p7+C4UFRQxRKIMtisQmA8LRZ38TkdQA+xPI3UFq5FFm96sPSpUn8CgEM9ufSldZJXrXKsg0SR4HbrPl1tRbfmfLCDMDFjARABmcupFt+iZmz2tpA9Hm5wSwnlENY1GA7HhJc= X-Yahoo-Newman-Id: 465239.77819.bm@smtp111.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: nm9zS0YVM1lFf0z0mNYE7zet6xqpzMvpW.0BCK55kaEkXCz PXEGTv40Oy9Nlmc4duCjPHmBYkbpFkdXQRFWoQwqiVjCSRP_UBJZ5ASgCkE4 x9oaT15u7BnrJVYsAs9KFOrNcPg9AB81OmDJW7k3Nax5dO1qb4eR6HoZMnCO yvCLmB0.R5h5UvjEOTKyOtq_Ehae3silW1BqlDYuAwOiyhKJ4Jc7hoycOW8l Zx8PEbfH7k.F917efbUrJeth.0HrXxCFJVOPnOexxxc4leODk69VjWyJkrvH xA0opVVQ.1UIn6AnHi3POb_aQoJcamyMws6KKxi46zvCj5cxQL1kMCDkXk8R VoHQ6ZaKANPAJgQQA5FE7_A-- X-Yahoo-SMTP: Ldxj1OSswBDyaOddJO96A9qtUCYq Received: from [192.168.200.19] (gdoe6545@81.174.13.193 with plain) by smtp111.mail.bf1.yahoo.com with SMTP; 31 Jul 2011 23:19:40 -0700 PDT From: Phill Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Mon, 1 Aug 2011 07:49:36 +0200 Message-Id: <21043B0E-F401-4830-AFC0-CB3B9C833A88@yahoo.it> To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Apple Message framework v1244.3) X-Mailer: Apple Mail (2.1244.3) Cc: marcus@FreeBSD.org Subject: netatalk 2.2.0 fails to compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 06:33:15 -0000 netatalk 2.2.0 fails to compile for me. Making all in acl gmake[3]: Entering directory = `/usr/ports/net/netatalk/work/netatalk-2.2.0/libatalk/acl' /bin/sh /usr/local/bin/libtool --tag=3DCC --mode=3Dcompile cc = -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include = -I../../include -D_U_=3D"__attribute__((unused))" -O2 -pipe = -fno-strict-aliasing -I../../sys -MT cache.lo -MD -MP -MF = .deps/cache.Tpo -c -o cache.lo cache.c libtool: compile: cc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I../.. = -I/usr/local/include -I../../include "-D_U_=3D__attribute__((unused))" = -O2 -pipe -fno-strict-aliasing -I../../sys -MT cache.lo -MD -MP -MF = .deps/cache.Tpo -c cache.c -fPIC -DPIC -o .libs/cache.o cache.c: In function 'uuidcache_dump': cache.c:62: error: too few arguments to function 'uuid_bin2string' cache.c:62: error: 'UUID_ENOENT' undeclared (first use in this function) cache.c:62: error: (Each undeclared identifier is reported only once cache.c:62: error: for each function it appears in.) cache.c:62: error: 'UUIDTYPESTR_MASK' undeclared (first use in this = function) cache.c:83: error: too few arguments to function 'uuid_bin2string' cache.c: In function 'search_cachebyname': cache.c:217: error: 'UUIDTYPESTR_MASK' undeclared (first use in this = function) gmake[3]: *** [cache.lo] Error 1 gmake[3]: Leaving directory = `/usr/ports/net/netatalk/work/netatalk-2.2.0/libatalk/acl' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory = `/usr/ports/net/netatalk/work/netatalk-2.2.0/libatalk' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory = `/usr/ports/net/netatalk/work/netatalk-2.2.0' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/net/netatalk. *** Error code 1 Stop in /usr/ports/net/netatalk.