From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 12 05:58:00 2014 Return-Path: Delivered-To: freebsd-gnome@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 AE2234F8 for ; Wed, 12 Mar 2014 05:58:00 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F80189D for ; Wed, 12 Mar 2014 05:57:59 +0000 (UTC) Received: from [197.255.1.178] (helo=home) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1WNcAq-000JAf-M0 for freebsd-gnome@FreeBSD.org; Wed, 12 Mar 2014 05:57:53 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 197.255.1.178 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19BeLKyHH97+lUZZJzGkmv0gaTz7jYX26U= From: "bisi kuku" To: Subject: gnome2 error Date: Wed, 12 Mar 2014 06:57:36 +0100 Message-ID: <006301cf3db7$fb477ef0$f1d67cd0$@corenetsolutions.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: Ac89t/fgMOpskTADTOSQO+26eSeePg== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 05:58:00 -0000 Hello,below is the error I got from trying to compile gnome2 and I have followed the instruction in "/usr/ports/x11/gnome2/gnomelogalyzer.sh". And I have searched online for possible cause but I have had no luck. Strgutil.c:(.text+0x309): undefined reference to `libiconv_close' ../util/libutil.a(strgutil.o): In function `set_native_charset': strgutil.c:(.text+0xb2d): undefined reference to `libiconv_open' strgutil.c:(.text+0xb3b): undefined reference to `libiconv_close' strgutil.c:(.text+0xb48): undefined reference to `libiconv_open' strgutil.c:(.text+0xb56): undefined reference to `libiconv_close' ../util/libutil.a(strgutil.o): In function `utf8_to_native': strgutil.c:(.text+0x1336): undefined reference to `libiconv_open' strgutil.c:(.text+0x13a2): undefined reference to `libiconv' strgutil.c:(.text+0x1480): undefined reference to `libiconv_close' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[10]: *** [gpgsplit] Error 1 gmake[10]: Leaving directory `/usr/ports/security/gnupg1/work/gnupg-1.4.16/tools' gmake[9]: *** [all-recursive] Error 1 gmake[9]: Leaving directory `/usr/ports/security/gnupg1/work/gnupg-1.4.16' gmake[8]: *** [all] Error 2 gmake[8]: Leaving directory `/usr/ports/security/gnupg1/work/gnupg-1.4.16' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[7]: stopped in /usr/ports/security/gnupg1 *** Error code 1 Stop. make[6]: stopped in /usr/ports/security/gnupg1 *** Error code 1 Stop. make[5]: stopped in /usr/ports/mail/p5-Mail-SpamAssassin *** Error code 1 Stop. make[4]: stopped in /usr/ports/mail/p5-Mail-SpamAssassin *** Error code 1 Stop. make[3]: stopped in /usr/ports/mail/evolution *** Error code 1 Stop. make[2]: stopped in /usr/ports/mail/evolution *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11/gnome2 *** Error code 1 Stop. make: stopped in /usr/ports/x11/gnome2 bisi kuku