From owner-freebsd-ports@freebsd.org Fri Sep 1 17:26:20 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 759CDE1C620 for ; Fri, 1 Sep 2017 17:26:20 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 465DE80A65 for ; Fri, 1 Sep 2017 17:26:20 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B354621AC4 for ; Fri, 1 Sep 2017 13:26:18 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 01 Sep 2017 13:26:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=xKt+EzZKbRcXqbDv/Y iso1D04fZZIrhN9JSMyX2I0pQ=; b=BFegAh7O/TpbN43eXfrk1xLPWTujYPtIcG AgpPtKDR/MaWBqu1zk/A19vBh6nCoigg231v2FRYhedBudew0DZY4vfGXFfsuHhb b8tyCmJtu9nofyygMwa3pM3KyyRPehXou9BICdmcnRjFyoK10SE/gJ5V0+eNiUPU L6gn4Hde5AiRxUX6ViAOrI1Pa6TRar1+1gzDpUmeaQUP8XzTHatBWY1OtwVCbK9N /8yDXFdEapPWmagtt683A2YsTxOcIk3UvVB2Tqt6brjDDjKGUq5JVnffCJ3xB7ja DjIoLyAnr2N3beseqmyP3rjfiy5igNHW9/V1l9ESUgnDg4Q0Swng== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=xKt+EzZKbRcXqbDv/Yiso1D04fZZIrhN9JSMyX2I0pQ=; b=a+XBeAtX qB1i1BCZt28hOrVMz5Wn1GSE3b6AqxAuqDyKe5Rod0AftXKZfJ1PtJ6zaqrdOXkY GSWgj+d4yEbObAGNQexTIfsIKCStWBNXZjxEOHGC346sqcvC5TK2i66upggVGbfG 2pDOG54REkm8+WSWoN5OD+Rrnkj3yV9K1jWaMbKROLFzCJgY0Df0djgXPSVkrPid KPeKZhcZmSHOQsIamhh+NKKZCrHRIIkUpoUM7P3VAH6bs4MzM5NEl1RGz3VpgwBe 6l22TJfYwU0aPLLWjwZCBoPuZL7gFMCerrbGrA6LDb+SPf7O/G534on1flwL7rrH CPCu3nc4ansyrw== X-ME-Sender: X-Sasl-enc: ZwgnAnznVe7Eied3iuRQZYtye7RuKrDGGXqXYZpxcQ35 1504286778 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 50C187E271 for ; Fri, 1 Sep 2017 13:26:18 -0400 (EDT) Subject: Re: www/bluefish builds but fails to install References: To: freebsd-ports@freebsd.org From: tech-lists Message-ID: Date: Fri, 1 Sep 2017 18:26:17 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 17:26:20 -0000 On 01/09/2017 18:06, Kevin Oberman wrote: > Something is broken here. I checked two systems: one built from ports > and one using packages. In both cases, all of those files are present, > but neither had those files on the package DB: Thanks for looking at this. Do you think it's my system that is broken, or the port? Not sure if it's relevant, but after the failure with the port, I tried to compile from source in $HOME/tmp. Configure finishes without error but make fails with the following: $ make Making all in data Making all in bflang Making all in bflib Making all in templates Making all in desktop-data make[1]: don't know how to make bluefish.appdata.xml. Stop make[1]: stopped in /storage/home/john/tmp/bluefish-2.2.10/desktop-data *** Error code 1 Stop. make: stopped in /storage/home/john/tmp/bluefish-2.2.10 -- J.