From owner-freebsd-ports@FreeBSD.ORG Fri Jan 28 20:46:52 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 022F2106566B for ; Fri, 28 Jan 2011 20:46:52 +0000 (UTC) (envelope-from erob@gthcfoundation.org) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id CE7C88FC12 for ; Fri, 28 Jan 2011 20:46:51 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1 Received: from [192.168.0.100] ([74.56.135.175]) by vl-mh-mrz25.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTP id <0LFR00KQG30HB600@vl-mh-mrz25.ip.videotron.ca> for freebsd-ports@freebsd.org; Fri, 28 Jan 2011 15:45:54 -0500 (EST) Message-id: <4D432B3A.4070100@gthcfoundation.org> Date: Fri, 28 Jan 2011 15:46:50 -0500 From: Etienne Robillard Organization: Green Tea Hackers Club User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101227 Icedove/3.0.11 To: eculp References: <20110128125859.16366o22fhhv4qgw@econet.encontacto.net> In-reply-to: <20110128125859.16366o22fhhv4qgw@econet.encontacto.net> X-Enigmail-Version: 1.0.1 X-Mailman-Approved-At: Fri, 28 Jan 2011 21:49:41 +0000 Cc: freebsd-ports Subject: Re: Perl Upgrade issue with courier that I should probably know what to do, but don't (read fear) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erob@gthcfoundation.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 20:46:52 -0000 On 28/01/11 01:58 PM, eculp wrote: > Quoting Etienne Robillard : > >> On 27/01/11 03:32 PM, eculp wrote: >>> First I run perl-after-upgrade -f that initially fixed most everything >>> but courier that I have tried to rebuild with portmaster and manually: >>> --- >>> Fixed 0 packages (0 files moved, 0 files modified) >>> Skipped 505 packages >>> >>> **** In addition, please pay attention to the following: >>> courier-0.63.0_1 cannot be fixed up (and has to be reinstalled): >>> /usr/local/libexec/filters/perlfilter is using unknown libperl >>> >>> --- Repeating summary: >>> Fixed 0 packages (0 files moved, 0 files modified) >>> Skipped 505 packages >>> >>> >>> >>> Then I run portmaster courier-0.63.0_1 and the result is the following >>> with libtool that I have no idea how to solve. >>> >>> mv -f .deps/cancelmsg.Tpo .deps/cancelmsg.Po >>> /bin/sh ./libtool --tag=CC --mode=link cc -Wall -I./.. -I.. >>> -I./../afx -I./../rfc822 -I./libs -O2 -pipe -DLDAP_DEPRECATED >>> -fno-strict-aliasing -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib >>> -o cancelmsg cancelmsg.o libs/libcommon.la libs/libcourier.la >>> ../numlib/libnumlib.la >>> libtool: Version mismatch error. This is libtool 2.2.6, but the >>> libtool: definition of this LT_INIT comes from libtool 2.2.10. >>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 >>> libtool: and run autoconf again. >>> gmake[3]: *** [cancelmsg] Error 63 >>> gmake[3]: Leaving directory >>> `/usr/ports/mail/courier/work/courier-0.63.0/courier' >>> gmake[2]: *** [all-recursive] Error 1 >>> gmake[2]: Leaving directory >>> `/usr/ports/mail/courier/work/courier-0.63.0/courier' >>> gmake[1]: *** [all] Error 2 >>> gmake[1]: Leaving directory >>> `/usr/ports/mail/courier/work/courier-0.63.0/courier' >>> gmake: *** [all-recursive] Error 1 >>> *** Error code 1 >>> >>> Stop in /usr/ports/mail/courier. >>> *** Error code 1 >>> >>> Stop in /usr/ports/mail/courier. >>> >>> ===>>> make failed for mail/courier >>> ===>>> Aborting update >>> >>> Any and all help, suggestions, solutions are appreciated, Courier is >>> important to me;) >>> >>> ed >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to >>> "freebsd-ports-unsubscribe@freebsd.org" >>> X-UID: 8031 >>> Status:X-Keywords: >>> Content-Length: 0 >>> >> >> Hi eculp, >> >> what versions of autotools and perl are you using? > > libtool-2.2.10 > perl-5.12.3 > > Libtool 2.2.6 doesn't seem to be in ports anymore there is only on and > it is 2.2.10, afaik and these are the lines that I have no idea how to > fix. > >>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 >>> libtool: and run autoconf again. and which autoconf ? :) i think this looks like autoconf not catching up your newer M4 files..