From owner-freebsd-ports@FreeBSD.ORG Thu May 1 20:56:34 2014 Return-Path: Delivered-To: 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 4463934B for ; Thu, 1 May 2014 20:56:34 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (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 0792C1B45 for ; Thu, 1 May 2014 20:56:33 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id rl12so4114644iec.0 for ; Thu, 01 May 2014 13:56:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition; bh=XFdHe7wN7bNgKy0HKw5qbkVok2gQFuK+EPVP7mt0umo=; b=HGJt733ceuQhWzfN8FSecTdhzMYOUTjefAib7TqEQFzpkJD3Dn26tqFaX31neKyWHh UrgNdVEVCHGJlrhEd8wMYMIpK6oz9iS/4ezBMmXc2+8TRxvadZfLF+/RuzwgwcgtYYvD a19mVShKLXOzuigZ519RxYeZdIxIpWtmNJU/Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition; bh=XFdHe7wN7bNgKy0HKw5qbkVok2gQFuK+EPVP7mt0umo=; b=ATBFm516CqeZaz+Ipx+GZuNxK5gByDsgGbWKqTdGhAE9jMtaVjMe1udbW5SX1q7Jlr Ig4dmhcZzu6YM7WS92Ba5vKucKK94g0cguBnccJ7Gl4yNUFTBW6SIuV69zQ11cmcIR9U JnjyXfQ2kmVCyj7KvmOY3zpctMnt63ozhWKwsC63FU8caq/xH/xSfZXd2bDjsJkvMT7L qCBzW7Zp/EtW/WyFrP7NDZyQjks86/AGMVZt2/BfXMjx4eiez4hXFfBOZUq7yGRnRziW iNA5BKeOdtzR68tEO0OkEkWmFGlJuDkTZQylVzI7E8mqpmPHUb50t6tDMwPB960t1qIj 18kg== X-Gm-Message-State: ALoCoQm13ddbXOv4KjllyukjXRUUrBPHHJCXvIx/iJ6L74m5sRC+o3tokKWrobTEwmo8AFCbSMoa X-Received: by 10.50.23.52 with SMTP id j20mr5837293igf.13.1398977792873; Thu, 01 May 2014 13:56:32 -0700 (PDT) Received: from DataIX.local (75-128-101-59.dhcp.sgnw.mi.charter.com. [75.128.101.59]) by mx.google.com with ESMTPSA id vc5sm354011igb.3.2014.05.01.13.56.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 May 2014 13:56:32 -0700 (PDT) X-Google-Original-From: jhellenthal@DataIX.net Received: from DataIX.local (localhost [127.0.0.1]) by DataIX.local (8.14.8/8.14.8) with ESMTP id s41KuMlW020999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 1 May 2014 16:56:23 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jh@localhost) by DataIX.local (8.14.8/8.14.8/Submit) id s41KuMYR020994; Thu, 1 May 2014 16:56:22 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Thu, 1 May 2014 16:56:22 -0400 From: jhellenthal@dataix.net To: kwm@FreeBSD.org Subject: print/harfbuzz broken on FreeBSD 10-STABLE/ppc Message-ID: <20140501205622.GA6836@DataIX.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: ports@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: Thu, 01 May 2014 20:56:34 -0000 Seems harfbuzz is broken on PPC. Compilation will fail due to two scenario's Either at the tests against ICU libs complaining of CXX abi, When compiling using the native GCC 4.2.1 (i.e. no C++0x support) When one completes just fine the other fails. I have exhausted every other means of debugging this thus far and cannot afford to add more time looking into thisso it would be great if someone else could pick this up. I have attempted using the base system compiler 4.2.1 as well as clang and gcc 4.9 from ports and to no avail I am getting the same results leading me to believe its a configuration problem directly with harfbuzz itself. Thanks -- - (2^(N-1)) JJH48-ARIN