From owner-freebsd-ports@FreeBSD.ORG Fri Apr 4 10:18:26 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DBEBDEF for ; Fri, 4 Apr 2014 10:18:26 +0000 (UTC) Received: from forward6l.mail.yandex.net (forward6l.mail.yandex.net [IPv6:2a02:6b8:0:1819::6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1D99CF for ; Fri, 4 Apr 2014 10:18:26 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward6l.mail.yandex.net (Yandex) with ESMTP id 7552B14E1025; Fri, 4 Apr 2014 14:18:22 +0400 (MSK) Received: from smtp13.mail.yandex.net (localhost [127.0.0.1]) by smtp13.mail.yandex.net (Yandex) with ESMTP id 1A546E40018; Fri, 4 Apr 2014 14:18:22 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp13.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 4iHYHPcceH-IFsKNg2h; Fri, 4 Apr 2014 14:18:15 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 9c85ba16-3f6f-4b63-afe3-e3a28de26e7e Message-ID: <533E86E7.7080508@passap.ru> Date: Fri, 04 Apr 2014 14:18:15 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: mexas@bris.ac.uk, freebsd-ports@freebsd.org Subject: Re: cups-client broken on ia64, blocks 70 ports, please help References: <201404040807.s3487nwT082172@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201404040807.s3487nwT082172@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 10:18:26 -0000 04.04.2014 12:07, Anton Shterenlikht пишет: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=188161 > > Compiling adminutil.c... > cc -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -I.. -D_CUPS_SOURCE -I/usr/local/include -O2 -pipe -fno-strict-aliasing -DOPENSSL_DISABLE_OLD_DES_SUPPORT -D_LARGEFILE_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_CUPS_NO_DEPRECATED=1 -D_PPD_DEPRECATED="" -c -o adminutil.o adminutil.c > adminutil.c:1: warning: -fstack-protector not supported for this target > In file included from pwg-private.h:25, > from cups-private.h:31, > from adminutil.c:33: > ../cups/cups.h:34:35: error: dispatch/dispatch.h: No such file or directory Hm. cups/cups.h has the following code: ----- # ifdef __BLOCKS__ # include # endif /* __BLOCKS__ */ ----- It seems that the whole dispath is an Apple thing. How does it come about that it get used by FreeBSD? I think this check may be removed. Anyway please try the following patch (place it in to the print/cups/file directory -- mind print/cups origin, not print/cups-client) and retry: ftp://ftp.wart.ru/pub/misc/patch-cups-cups.h > gmake[2]: *** [adminutil.o] Error 1 > gmake[2]: Leaving directory `/wrkdirs/usr/ports/print/cups-client/work/cups-1.7.1/cups' > > The last working version is cups-client-1.5.4_1 > > Thanks > > Anton > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve