Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 00:22:26 -0800
From:      Gleb Kurtsou <gleb@freebsd.org>
To:        George Mitchell <george+freebsd@m5p.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Circular port dependency
Message-ID:  <20130111082226.GA2969@reks>
In-Reply-To: <50EF6935.3070000@m5p.com>
References:  <50EF6935.3070000@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On (10/01/2013 20:21), George Mitchell wrote:
> I grabbed the ports tree as of 308518, the RELEASE_9_1_0 tag.
> devel/libtool won't build, because it requires autom4te during the
> configure phase.  So I put "BUILD_DEPENDS= autom4te:devel/autoconf"
> in the Makefile.  But autoconf depends on gmake, which depends on
> gettext, which depends on libiconv, which depends on libtool.
> What to do?

Build devel/gmake defining WITHOUT_NLS:
# cd /usr/ports/devel/gmake && make -DWITHOUT_NLS all install

Why would anybody want NLS support in make in a first place?

> 
> I'm running on a CURRENT build on my Raspberry Pi.
> -- George Mitchell
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130111082226.GA2969>