From owner-freebsd-questions@FreeBSD.ORG Wed Feb 28 23:49:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FA4016A402 for ; Wed, 28 Feb 2007 23:49:39 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 3B83513C478 for ; Wed, 28 Feb 2007 23:49:39 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so700942nfc for ; Wed, 28 Feb 2007 15:49:37 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sIn+dzjTwubr3aB7n8LjtZvFx9+tlMPSCnp7T/lh0Ld78PijRmnWFl3jXaG3oCtHb1UYB6dD6DT0BTiugmZ+YLaVHfrFSukJ1IdWGnxBte/5aXQlHvCC3kgRiqmzrtUObpnOC5fJHPLKqBJC4RfyW29itOfiTF2l1FIY3d+9kjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nhYOFYwPOfvfsMy2VGifb5tn6kBQtsT02EqE2Ez8VfpK57Td6PpYGVqGQVdIOgEcMl6dMSBo0t+TYO99kWkdhCWqpPMCWFiM/AsPKg18cVAujBiVmbXfzmOHy1JPZc12XH+gKGY9RL2h2/Qqv55H/DIE2TwP7PiGEUOzCiTkKck= Received: by 10.82.163.13 with SMTP id l13mr436891bue.1172706577357; Wed, 28 Feb 2007 15:49:37 -0800 (PST) Received: by 10.82.191.16 with HTTP; Wed, 28 Feb 2007 15:49:37 -0800 (PST) Message-ID: <80f4f2b20702281549g1961cc2cxf627780d3c78511e@mail.gmail.com> Date: Wed, 28 Feb 2007 23:49:37 +0000 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Asking for bugs instead of about them, for a change. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 23:49:39 -0000 I'm wokring on a project to add to the handbook, on debugging port installs that fail, when it's trivially user fixable. However, I haven't collected all of my error messages from broken port installs I've had. Would it be possible to have some people mail me (unless someone says otherwise, directly, so as not to clutter the list), port build errors related to either [a] broken dependancy relations or [b] overly-agressive CFLAGS/CXXFLAGS The last 50 to 100 lines should be more than sufficient. What I really need is [a] A copy of the relevant parts of the make.conf file (CFLAGS/CXXFLAGS/CPUTYPE) [b] the entire dependancy trace (the list of ports that the system is backtracking out of), and the last 15 to 20 lines of the actual build (be it the configuration steps, the compilation commands, etc). Also nice would be [c] How you fixed it or plan to fix it. Thank you, -Jim Stapleton