From owner-freebsd-questions@FreeBSD.ORG Sat Feb 14 00:25:19 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C950D755 for ; Sat, 14 Feb 2015 00:25:19 +0000 (UTC) Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FCB7DB for ; Sat, 14 Feb 2015 00:25:19 +0000 (UTC) Received: by pdbnh10 with SMTP id nh10so18351640pdb.11 for ; Fri, 13 Feb 2015 16: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 :content-type; bh=bOa3ygbAYcXzCQm9Po5oQDhbO83gq1fRZ0vcV11opUQ=; b=C05wm7PBFFAEjuQJ3O32PJVccZQux+8WMfWCdP7GRBsOy29DcIj3Znf7i86O7f1Jy2 U4ABwnzWRTvpO4zTEJlBLuJ5jbHixeqRC34te2GRbijy322sgTjneSfkBhnQJN0rVLCV LUWh6C5c7aqKT3xjyPuosMcyU3limo4fHELhZTEVw1NCyh0kNFIdJovQIgejj6h+7Ule fBwxtyQhEmYPnH65sYNGFoHXbGxdlqGAMvVT6L/AfaC2kiZAk0rp3BU26gkbsu/XnEZx yEREGeymlEl22W8k2dZ8/KBWcLtBF86DpMOw8FElNnu36tF5T16iPt3zuekmjVKB4d3I 9vSQ== MIME-Version: 1.0 X-Received: by 10.70.34.14 with SMTP id v14mr19485133pdi.132.1423873513667; Fri, 13 Feb 2015 16:25:13 -0800 (PST) Received: by 10.70.110.134 with HTTP; Fri, 13 Feb 2015 16:25:13 -0800 (PST) In-Reply-To: <20150213205247.GI75183@itcom245.staff.itd.umich.edu> References: <20150213205247.GI75183@itcom245.staff.itd.umich.edu> Date: Fri, 13 Feb 2015 18:25:13 -0600 Message-ID: Subject: Re: Aliased Fonts in Xombrero From: Adam Vande More To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 00:25:20 -0000 On Fri, Feb 13, 2015 at 2:52 PM, William Bulley wrote: > The bugzilla report shows exactly what I ran into. :-) > That is not in dispute. > What more (short of "piling on") should I provide? > If you don't know what information to provide, the most comprehensive method is to run the build in a typescript w/ MAKE_JOBS_UNSAFE set: cd /usr/ports/www/xombrero script xombrero.build make MAKE_JOBS_UNSAFE=1 And post/upload the relevant bits. Generally, +/- 20 lines from the FIRST error is what is needed to assess why the failure is occurring. Sometimes more info is needed like uname, freebsd-version, arch, port options, /etc/make.conf, other installed pkgs, how was make called, etc. Also, a "me too" isn't harmful especially if no one else has said it. A "me too" is probably also desired if some period of activity has passed eg *bump*. A bug report with all the sufficient information has a much better chance of being pursued than one where information needs to be teased out of the user. -- Adam