From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29683 invoked by alias); 10 Jan 2009 09:39:51 -0000 Received: (qmail 29675 invoked by uid 22791); 10 Jan 2009 09:39:50 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_40,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Jan 2009 09:39:14 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n0A9dD0T013367 for ; Sat, 10 Jan 2009 04:39:13 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0A9dDS8001351 for ; Sat, 10 Jan 2009 04:39:13 -0500 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n0A9dDFk015047; Sat, 10 Jan 2009 04:39:13 -0500 Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id n0A9dCHg030806; Sat, 10 Jan 2009 04:39:12 -0500 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id n0A9dBxc030805; Sat, 10 Jan 2009 04:39:11 -0500 To: "Arijit Dutta" Cc: sid@sources.redhat.com Subject: Re: Error during make References: From: fche@redhat.com (Frank Ch. Eigler) Date: Sat, 10 Jan 2009 09:39:00 -0000 In-Reply-To: (Arijit Dutta's message of "Wed, 7 Jan 2009 13:49:21 +0530") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00002.txt.bz2 "Arijit Dutta" writes: > Make shows the following error: > Undefined symbols: > "_iconv_close", referenced from: > __nl_free_domain_conv in libintl.a(loadmsgcat.o) > [...] There must be some incompatibility between several different versions of libintl available on your build / system. Try removing the one in the sid-related build tree and reconfiguring sid. - FChE