From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 00:30:38 2014 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 438D4883; Tue, 22 Apr 2014 00:30:38 +0000 (UTC) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C6C1A59; Tue, 22 Apr 2014 00:30:37 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id uy5so3759151obc.27 for ; Mon, 21 Apr 2014 17:30:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=pQLz6v4QscFGdFPbjpM0xI6lY0gsGpmoPzSg7TCrrbM=; b=KypwqnCGOdnqbpba2pi83EWhlvdkco2mzzsAAIQ3AnL5hd9Pw1GhWuQdnOhFarYY6a tVy8Mwf8mGl9UuNQR7RTuRzbw7MT3ytpR+ER2TEb96bIsWlbs8nCqWo5LIjttB2GSmIZ srQPJzvkkv8b9i/ttPHDeXaW7wO7wSMsK8MV+5A3DhPFSJi16LiMT9RU5ceJA+lFgece da0BKA4lJdJseAyMR668l4Nql7oKolILSh6ZW1dpQXhtvyYG45byqjD6GrnlJ8SXHjvw o8GKrF78ahitQhDzVMOyUQD+s1u0ibmdxawi1mmSdpm44jvotnr4x+GvlFNHSakCu05e juDw== MIME-Version: 1.0 X-Received: by 10.182.97.1 with SMTP id dw1mr34750317obb.23.1398126637234; Mon, 21 Apr 2014 17:30:37 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.174.9 with HTTP; Mon, 21 Apr 2014 17:30:37 -0700 (PDT) In-Reply-To: <5355AC8F.8070702@sdf.org> References: <5355AC8F.8070702@sdf.org> Date: Tue, 22 Apr 2014 10:30:37 +1000 X-Google-Sender-Auth: xClUAoYjUmXgbpTjBZOkv-_LbR4 Message-ID: Subject: Re: cups support in print/xfce4-print From: Robert Backhaus To: Cary Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Ports , xfce@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 00:30:38 -0000 On 22 April 2014 09:41, Cary wrote: > print/xfce4-print builds normally on 9.2-R with default config, > but build fails when port is configured with "--enable-cups" rather > than "--enable-bsdlpr". > > STDERR attached. > Could we have a little more information? The command lines for that error would be good. Editing the makefile to add MAKE_JOBS_UNSAFE=yes would make them easier to read too.