From owner-freebsd-ports@FreeBSD.ORG Wed Feb 12 10:18:54 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 EB8AFC75 for ; Wed, 12 Feb 2014 10:18:54 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE141F99 for ; Wed, 12 Feb 2014 10:18:54 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIGAHdJ+1JbsJEl/2dsb2JhbABagww4v3yBEBd0giUBAQU6HCMQCxgJJQ8qHiKIAAEIyQgXjhcRAVAHFoQiBJgpgTOQb4MuO4E1 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 11:18: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 s1CAIpWA018179; Wed, 12 Feb 2014 11:18:52 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Wed, 12 Feb 2014 11:18:51 +0100 From: Tijl Coosemans To: markk@knigma.org Subject: Re: Error build the port devel/glib20 Message-ID: <20140212111851.0b8650e2@kalimero.tijl.coosemans.org> In-Reply-To: <52FB3D9C.7080200@knigma.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> <52FAA984.8000808@knigma.org> <20140212094116.0334181a@kalimero.tijl.coosemans.org> <52FB3D9C.7080200@knigma.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 10:18:55 -0000 On Wed, 12 Feb 2014 09:23:40 +0000 Mark Knight wrote: > On 12/02/2014 08:41, Tijl Coosemans wrote: >> Can you do a build of cups-client like this: >> >> # make clean >> # script buildlog make >> >> Then send me the file buildlog and work/cups-1.5.4/cups/libcups.a >> in a private email. > > Sure, see: http://www.knigma.org/scratch/cups-client.txt Thanks, I still have no idea what could be wrong. Try the following: # cd /usr/ports/print/cups-client # make clean deinstall install Then post the output of: # readelf -s /usr/local/lib/libcups.a | grep iconv # readelf -s /usr/local/lib/libcups.so | grep iconv