From owner-freebsd-ports@FreeBSD.ORG Wed Feb 12 09:24:01 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CC34E8A; Wed, 12 Feb 2014 09:24:01 +0000 (UTC) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 8FFEE1A5C; Wed, 12 Feb 2014 09:24:00 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqMGADI9+1JbsJEl/2dsb2JhbABagwyBA7wrgwaBEBd0giUBAQU6HCMQCxgJJQ8qHogiAckxF455BxaEIgSYKZIigy47 Received: from 37.145-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.145.37]) by relay.skynet.be with ESMTP; 12 Feb 2014 10:23:52 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id s1C9NqO4012133; Wed, 12 Feb 2014 10:23:52 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Wed, 12 Feb 2014 10:23:52 +0100 From: Tijl Coosemans To: fluffy@FreeBSD.org Subject: Re: Error build the port devel/glib20 Message-ID: <20140212102352.26dc996e@kalimero.tijl.coosemans.org> In-Reply-To: <52FB3AD6.5050600@FreeBSD.org> References: <1391818627.885938616.ruy8upl9@frv35.fwdcdn.com> <21237.34424.821674.97195@gromit.timing.com> <52F5E52E.6080508@FreeBSD.org> <21239.2377.677399.720444@gromit.timing.com> <52F795C9.1010506@knigma.org> <20140211202120.3147ab66@kalimero.tijl.coosemans.org> <52FA82F2.4040609@knigma.org> <20140211215140.0e382097@kalimero.tijl.coosemans.org> <52FA91BF.6010001@knigma.org> <20140211225719.0c0554f4@kalimero.tijl.coosemans.org> <52FAA232.3000507@knigma.org> <20140211233138.00f95a52@kalimero.tijl.coosemans.org> <20140211234636.13735d28@kalimero.tijl.coosemans.org> <52FB3AD6.5050600@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org 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: Wed, 12 Feb 2014 09:24:01 -0000 On Wed, 12 Feb 2014 20:11:50 +1100 Dima Panov wrote: > 12.02.14, 9:46, Tijl Coosemans ?????: >> On Tue, 11 Feb 2014 23:31:38 +0100 Tijl Coosemans wrote: >>> On Tue, 11 Feb 2014 22:20:34 +0000 Mark Knight wrote: >>>> On 11/02/2014 21:57, Tijl Coosemans wrote: >>>>> Did you enable the GNUTLS option in cups-client? If so, try >>>>> disabling it and rebuild cups-client, then cups-base. >>>> >>>> Sorry, no. >>>> >>>> To be extra sure I just removed /usr/db/ports/print_cups-* and >>>> then portupgrade -f cups* but it still fails in the same place. >>>> No GNUTLS selected. >>> >>> Can you check these items: - Does /usr/include/iconv.h exist? - >>> Have you made any changes to /usr/ports/Mk/Uses/iconv.mk? - Any >>> changes to /usr/ports/print/cups-base/Makefile? - Any changes to >>> /usr/ports/print/cups-client/Makefile? - What is the output of >>> "make -V CPPFLAGS" in /usr/ports/print/cups-client >> >> Also, what's the output of "uname -v"? > > Tijl, confirmed on current/amd64 with libiconv installed for > php5-iconv. Same error as Mark submitted. > configure script search at /usr/local first, so wrong includes and > library on hook. Can you send me the config.log?