From owner-freebsd-ports@FreeBSD.ORG Tue Mar 12 17:11:45 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0AB4ECC9 for ; Tue, 12 Mar 2013 17:11:45 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id C59C014E for ; Tue, 12 Mar 2013 17:11:44 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k14so101451iea.41 for ; Tue, 12 Mar 2013 10:11:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=apbr48qlFjcCWra6Nv1LIILeST0MrxlhNitbUhxZI4U=; b=eJMSCYQLxOHSgXxRFkQivCabbRhUubrNJ+YiWa9BqJuwE3NEsb9cBp/VbLa2K66FiB qWMawTCxzLT8+1gFDCn1QB9ph6lgx/yzddDSE0UIUDmwLEnkQuLkRvcE3WyMie49CmLp +HFmJtRfQBmw0yD9GpxyLrRmSV5FqleeUXjy1LMAvzEQbEwyGYHSdVpMA+0duxixF6VL kZ9wkcRnSOAVsCcPrpo6xIVdz2hV6SfZkFNmzXXqIJGC9h6/7izKV21Hg1ArQlKVaWKh AuASwOhqNzeyItP28n8W9gDDWPrrVLBH+FPpjMPlC4G/xzB0xs6GHOgRp4F+7FhAQ4lI IZxg== MIME-Version: 1.0 X-Received: by 10.50.140.101 with SMTP id rf5mr12145788igb.41.1363108304552; Tue, 12 Mar 2013 10:11:44 -0700 (PDT) Received: by 10.50.6.82 with HTTP; Tue, 12 Mar 2013 10:11:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Mar 2013 12:11:44 -0500 Message-ID: Subject: Re: net-im/telepathy-haze update fails From: Scot Hetzel To: Shawn Webb Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 17:11:45 -0000 On Tue, Mar 12, 2013 at 11:28 AM, Shawn Webb wrote: > I've been having issues updating net-im/telepathy-haze on amd64 > 10-CURRENT r247527. Pasted below is the log from `portmaster --no-confirm > -wGD net-im/telepathy-haze`: > > ]0;portmaster: telepathy-haze-0.4.0_5 > ===>>> Currently installed version: telepathy-haze-0.4.0_5 > ===>>> Port directory: /usr/ports/net-im/telepathy-haze > > ===>>> Launching 'make checksum' for net-im/telepathy-haze in background > ===>>> Gathering dependency list for net-im/telepathy-haze from ports > ===>>> Initial dependency check complete for net-im/telepathy-haze > > ]0;portmaster: telepathy-haze-0.4.0_5 > ===>>> Starting build for net-im/telepathy-haze <<<=== > > ===>>> All dependencies are up to date > > ===> Cleaning for telepathy-haze-0.6.0 > ===> telepathy-haze-0.6.0 depends on file: /usr/local/sbin/pkg - found > ===> Extracting for telepathy-haze-0.6.0 > => SHA256 Checksum OK for telepathy-haze-0.6.0.tar.gz. > ===> Patching for telepathy-haze-0.6.0 > ===> telepathy-haze-0.6.0 depends on executable: xsltproc - found > ===> telepathy-haze-0.6.0 depends on executable: gmake - found > ===> telepathy-haze-0.6.0 depends on shared library: purple - found > ===> telepathy-haze-0.6.0 depends on shared library: idn - found > ===> telepathy-haze-0.6.0 depends on shared library: telepathy-glib - > found > ===> Configuring for telepathy-haze-0.6.0 > ===> FreeBSD 10 autotools fix applied to > /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/configure > ===> FreeBSD 10 autotools fix applied to > /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/m4/libtool.m4 > ===> FreeBSD 10 autotools fix applied to > /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/aclocal.m4 > cd: /usr/ports/net-im/telepathy-haze/work/telepathy-telepathy-haze-0.6.0: > No such file or directory > env: ./configure: No such file or directory The problem seems to be the extra 'telepathy-', try commenting out WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION} in the ports Makefile. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.