From owner-freebsd-x11@FreeBSD.ORG Sun Dec 9 04:31:39 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 310DD4F7 for ; Sun, 9 Dec 2012 04:31:39 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id C548B8FC15 for ; Sun, 9 Dec 2012 04:31:38 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so2057284vba.13 for ; Sat, 08 Dec 2012 20:31:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=t+WWgQIxczrPzFTbA0fUHEew/CQ7EIuBrLLpv+1G97E=; b=g3/BaOsJtMTxTit8r/Cl/SZNfp/tNbJbKLaYWf0ryf3fHAcJ3SWe03/trbmDtGxEij 928Eq8VzxNyTZcHfG5yi2all92fmLO2H4cf6SYiQd1EjnV6h9oa9YMzr4DwrTHUwT764 46MxrfkND296LK8kVMXZqPNQgyGhMVQB6yzmU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=t+WWgQIxczrPzFTbA0fUHEew/CQ7EIuBrLLpv+1G97E=; b=HvE1HhZg/O8uRGnbICm5DmF8sF6X132XCZcqR2CeG2ErYrnZ+VhmgxakqIpWYGPJBe 2e160C8y5gOJNtco1Wfz0ymkHCQP0buR5T0Z4tlckNrWaOSCjalvprkOBzYo3Oi2T0G7 taxpkCe8xw6vQLvs8ce7HxJ1+0pQtMuhdgEQ4yrhFjW5kyj1tAeeTekiYUMPxkbm4+hd 3ZK3EGXx/OtCXuZrKsj2DWVmgipYlXb5fA7xP67eo3ZqiI+beoDjvQi/MMVJ7w20mJ+c vDUpEVie9P79gB/7YFdfxRAi6F/zERhgKh8YlP9fgvURhw0AUG4ddBWaNfUmB6txUqXk UgaQ== Received: by 10.52.92.172 with SMTP id cn12mr5636437vdb.69.1355027497998; Sat, 08 Dec 2012 20:31:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.113.137 with HTTP; Sat, 8 Dec 2012 20:31:07 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Sat, 8 Dec 2012 23:31:07 -0500 Message-ID: Subject: Re: configure: error: /usr/bin/cpp does not preserve whitespace To: AN Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlGPyNrEwiQ4pYBC8ML6Veqbn/w9BI2O1KzeaXjQF4mxWd0DlTeyRbDyQRV5CPPh4lVU8xz Cc: Niclas Zeising , x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 04:31:39 -0000 On 8 December 2012 23:29, AN wrote: > > > On Sat, 8 Dec 2012, Eitan Adler wrote: > >> On 8 December 2012 22:10, AN wrote: >>> >>> Hi Eitan: >>> >>> So, is ssvnc broken on current? Should I file a PR? I have had this >>> port >>> working previously. >> >> >> ssvnc was always broken, the switch from gcc to clang exposed the bug. >> File a PR, it should be worked around shortly. > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=174289 ok, quick read through the original post again: checking if /usr/bin/cpp requires -traditional... configure: error: /usr/bin/cpp does not preserve whitespace with or without -traditional. I don't know what to do. ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/imake/work/imake-1.0.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg info -g -Ea). *** [do-configure] Error code 1 the actual problem is imake, not ssvnc: I'll let Niclas comment more on this. -- Eitan Adler