From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 29 06:14:41 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A614E106567B for ; Sat, 29 Oct 2011 06:14:41 +0000 (UTC) (envelope-from bfalk@brandonfa.lk) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 67A9E8FC19 for ; Sat, 29 Oct 2011 06:14:41 +0000 (UTC) Received: by qyg14 with SMTP id 14so6074352qyg.13 for ; Fri, 28 Oct 2011 23:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brandonfa.lk; s=google; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type; bh=o1QgiOIN9xDuKuFDMdh8dWkpCd1ySIFlzjM5AsIB9LY=; b=qPo7pAlQtreNFg7VO6GYEUN9TK3iOAhKMdZBqQCpZIMoK3RVw702q7QJZseHaJvU2G hKzuDm0ShurhVL5K+y6XOw0Arnk0Mwvt+sDbrZn9R8E5XZjLM/tJ2eOxFu4Ce+mLAxu7 P6zAC6WYfi4fASjo5l7MZ6VGUQzTAT+4S3n+U= MIME-Version: 1.0 Received: by 10.229.61.73 with SMTP id s9mr1378484qch.230.1319867467727; Fri, 28 Oct 2011 22:51:07 -0700 (PDT) Received: by 10.229.11.19 with HTTP; Fri, 28 Oct 2011 22:51:07 -0700 (PDT) X-Originating-IP: [71.126.180.69] Date: Sat, 29 Oct 2011 01:51:07 -0400 Message-ID: From: Brandon Falk To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Sat, 29 Oct 2011 11:22:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Issue building pango on FreeBSD 10.0 amd64 (r226893) with clang X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 06:14:41 -0000 I'm currently getting this issue building pango (everything, including world and kernel, have been built with clang): /usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango/pango-color-table.h:762: syntax error, unexpected identifier in ' guint16 name_offset;' at 'guint16' /usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango/pango-color-table.h:768: syntax error, unexpected identifier, expecting ',' or ';' in 'static const ColorEntry color_entries[] = {' at 'color_entries' /usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango/pango-language-sample-table.h:52: syntax error, unexpected identifier in 'LANGUAGE(' at 'LANGUAGE' CCLD libpangoxft-1.0.la CCLD libpangocairo-1.0.la /usr/bin/ld: /usr/local/lib/libXft.a(xftdpy.o): relocation R_X86_64_32 against `_XftDisplayInfo' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libXft.a: could not read symbols: Bad value clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[4]: *** [libpangoxft-1.0.la] Error 1 gmake[4]: *** Waiting for unfinished jobs.... g-ir-scanner: Pango: warning: 57 warnings suppressed (use --warn-all to see them) gmake[4]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.4/pango' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.28.4' gmake: *** [all] Error 2 *** Error code 1 Any ideas? Perhaps it's just some crazy temporary issue? I'll look into it tomorrow, but I gotta catch some sleep. Thanks in advance, Brandon Falk