From owner-freebsd-ports@FreeBSD.ORG Thu Nov 21 20:25:15 2013 Return-Path: Delivered-To: freebsd-ports@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 7C331D75; Thu, 21 Nov 2013 20:25:15 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D41812301; Thu, 21 Nov 2013 20:25:14 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id w6so213384lbh.25 for ; Thu, 21 Nov 2013 12:25:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vJyAIV1RMpyNxt3IOuyNToWiKVn5ECJ9PWG1UEKjuQE=; b=MsW7L5GuYJ9D9gFwfulsQHh+rGCXJU0uoPivmtNoyi7lEkLCoCeyeg+3yEF85+54II 8qn2c4jJGHoaWVAVSpoOcU/HBsVcU9AqCbfSmhA4FEeTFE9wyMBbJ4WWm9AYIxxjNFoY uNQw+UZTn8u2L6QPrbau4YEJxhb2LgrNPMnQSdL9FDZFdq39jIHogDgfN+TKWlGxXsyK nhnOXQle0vEpg/mZ59Qf/DZY2s09ulYrcqYzWy6nZhYLjVi2LUuZj8VSoE97RC5WW5iT z6Kioxd/rV8sWNytpedSJ4BEYLSCHWllnS+CqcMx6nRXyNAkqbR4zMenCllK1pY3rkaA STMA== MIME-Version: 1.0 X-Received: by 10.112.204.74 with SMTP id kw10mr5913904lbc.13.1385065512962; Thu, 21 Nov 2013 12:25:12 -0800 (PST) Received: by 10.152.9.8 with HTTP; Thu, 21 Nov 2013 12:25:12 -0800 (PST) In-Reply-To: References: <20131120221145.1ce2f5f437012a3785a31544@gmail.com> Date: Thu, 21 Nov 2013 21:25:12 +0100 Message-ID: Subject: Re: Can't find files during do-package stage, and yet they exist From: Olivier Duchateau To: Antoine Brodin Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 20:25:15 -0000 2013/11/21 Antoine Brodin : > On Wed, Nov 20, 2013 at 11:11 PM, Olivier Duchateau > wrote: >> Hi, >> >> I'm working to update Midori [1], but I meet odd behaviour. >> >> Everything compiles fine, but when do-package stage, some files are not found (see midori.log [2] at line 997). >> >> It occurs **only** when DOCS option is set. >> >> When I made `make stage', everything is ok, but `make check-orphans' continues to list these files, while they're in pkg-plist. >> >> My ports tree is up to date. >> >> Regards >> >> [1] http://people.freebsd.org/~olivierd/patches/midori.diff >> [2] http://people.freebsd.org/~olivierd/patches/midori.log > > > Hello, > > Try to replace midori-0.5 by midori-0-5 in plist ;-) > Thanks, last night I spend 3 hours on this issue, and I can't see :( Thanks! > Cheers, > > Antoine -- olivier