From owner-freebsd-x11@FreeBSD.ORG Thu Dec 6 05:04:19 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 F2B5B340; Thu, 6 Dec 2012 05:04:18 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id B8C258FC08; Thu, 6 Dec 2012 05:04:17 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id qB654E1l001569; Thu, 6 Dec 2012 00:04:14 -0500 (EST) (envelope-from andy@neu.net) Date: Thu, 6 Dec 2012 00:04:14 -0500 (EST) From: AN To: ports@FreeBSD.org, x11@FreeBSD.org Subject: ssvnc build fails on -current Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net 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: Thu, 06 Dec 2012 05:04:19 -0000 Trying to build ssvnc on current with clang and gcc fails with: [root@FBSD10 /usr/ports/net/ssvnc]# make install clean ===> License GPLv2 accepted by the user ===> Found saved configuration for ssvnc-1.0.29 ===> ssvnc-1.0.29 depends on file: /usr/local/sbin/pkg - found ===> Extracting for ssvnc-1.0.29 => SHA256 Checksum OK for ssvnc-1.0.29.src.tar.gz. ===> Patching for ssvnc-1.0.29 ===> Applying FreeBSD patches for ssvnc-1.0.29 ===> ssvnc-1.0.29 depends on executable: imake - not found ===> Verifying install for imake in /usr/ports/devel/imake ===> imake-1.0.4,1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for imake-1.0.4,1 => SHA256 Checksum OK for xorg/util/imake-1.0.4.tar.bz2. ===> imake-1.0.4,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Patching for imake-1.0.4,1 ===> imake-1.0.4,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Applying FreeBSD patches for imake-1.0.4,1 ===> imake-1.0.4,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> imake-1.0.4,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Configuring for imake-1.0.4,1 ===> FreeBSD 10 autotools fix applied to /usr/ports/devel/imake/work/imake-1.0.4/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /usr/ports/devel/imake/work/imake-1.0.4/configure checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for cc option to accept ISO C99... none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... amd64-portbld-freebsd10.0 checking host system type... amd64-portbld-freebsd10.0 checking for a sed that does not truncate output... /usr/bin/sed checking how to run the C preprocessor... cpp checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes 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 Stop in /usr/ports/devel/imake. *** [build-depends] Error code 1 Stop in /usr/ports/net/ssvnc. *** [install] Error code 1 Stop in /usr/ports/net/ssvnc.