From owner-freebsd-questions@freebsd.org Mon Sep 7 20:04:04 2015 Return-Path: Delivered-To: freebsd-questions@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 7BBAF9CDF30 for ; Mon, 7 Sep 2015 20:04:04 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 181DE18ED for ; Mon, 7 Sep 2015 20:04:04 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wicge5 with SMTP id ge5so93945601wic.0 for ; Mon, 07 Sep 2015 13:04:02 -0700 (PDT) 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=ThRBnWqR5ad4ZuH0UTlFzjyA00wV4W4lcPaBq/PD7As=; b=eDnW1+NrbWwGm2+Ig3VRk49kx7X05vXYbMo4d46P5tafP3t/Y0mJ0aQfTLW3UkIxBl L2Vme/2O4DG4GzJoBleW9GsFzsaZLa9XuhT93isAf880vD5oW8NNELv8WHZ+7Z5V4FCR j0qGMiA7+2r2xpe46W4ImKrBSpGPEfiyjECvzZe1u8Y05WIXEnTaC8sVQX6fsF4tY2GX FLAqNV3Sl7As7Gddirecj+uecBMzgVkQ04A+jDBLAd1knFbSmHLyD5vaO3axm2QAsHEX SkVWklTWPUk+amVen+kkAjxHD5JckxA7si7S1G4/en4rs/d4YZEklShBManql4Q+MorO oUsA== MIME-Version: 1.0 X-Received: by 10.180.105.74 with SMTP id gk10mr35999831wib.92.1441656242612; Mon, 07 Sep 2015 13:04:02 -0700 (PDT) Received: by 10.194.67.5 with HTTP; Mon, 7 Sep 2015 13:04:02 -0700 (PDT) In-Reply-To: <201509071933.t87JXEo1028149@deneb.dwf.com> References: <201509071933.t87JXEo1028149@deneb.dwf.com> Date: Mon, 7 Sep 2015 15:04:02 -0500 Message-ID: Subject: Re: trying to build 'pan' From: Adam Vande More To: reg@dwf.com Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 20:04:04 -0000 On Mon, Sep 7, 2015 at 2:33 PM, wrote: > > Sorry, Im new, and don't know how to send this to the > package maintainer... > > But, I loaded 'pan' (newsgroup reader) with pkg, and it > gives an immediate coredump. > > I have tried building it from ports and get the following > messages (after setting MAKE_JOBS_UNSAFE=yes) > That is not how you build from ports. Please see the handbook section "4.5. Using the Ports Collection". -- Adam