From owner-freebsd-ports@FreeBSD.ORG Fri Aug 21 12:17:01 2009 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 CA654106568E for ; Fri, 21 Aug 2009 12:17:01 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1C33F8FC6F for ; Fri, 21 Aug 2009 12:17:00 +0000 (UTC) Received: (qmail invoked by alias); 21 Aug 2009 12:16:59 -0000 Received: from balu.cs.uni-paderborn.de (EHLO balu.cs.uni-paderborn.de) [131.234.21.37] by mail.gmx.net (mp004) with SMTP; 21 Aug 2009 14:16:59 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1+KuHl0lnWK/ACG3fMzoKXndmb251fOYuZ9pg02ch /bbdCwPXn/NoyG Received: from localhost ([127.0.0.1] helo=balu.cs.uni-paderborn.de) by balu.cs.uni-paderborn.de with esmtp (Exim 4.69) (envelope-from ) id KOQ7GA-0000JC-BZ; Fri, 21 Aug 2009 14:16:58 +0200 Date: Fri, 21 Aug 2009 14:16:57 +0200 To: bug-followup@freebsd.org, troy@twisted.net From: "Matthias Andree" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Organization: Message-ID: User-Agent: Opera Mail/9.64 (Win32) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.62 Cc: "pgollucci@freebsd.org" , Andriy Gapon , "freebsd-ports@freebsd.org" Subject: Re: ports/137843: Cannot compile devel/apr (version 1.3.8.1.3.9) on AMD64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2009 12:17:01 -0000 Same for me, on i386. Removing the listed leftover libtool15/libltdl15 files/directories let the devel/apr build succeed, where it would fail before. Given that the devel/libtool15 port is gone: 1. Can we have a pkg-install script that purges the obsolete libtool15 stuff (as listed, but substituting ${PKG_PREFIX} for /usr/local) post a successful libtool22 install? Apparently the older pkg-plist were incomplete, so that libtool15 didn't get completely removed on uninstall, and a libtool22/libltdl22 post-installation cleanup of libtool15 seems the natural way to solve. 2. Alternatively, please mention in /usr/ports/UPDATING that libtool15/libltdl15 cruft needs to be purged manually (file list as above). Thank you. -- Matthias Andree