From owner-freebsd-ports@FreeBSD.ORG Thu Feb 20 04:54:34 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 066D6975 for ; Thu, 20 Feb 2014 04:54:34 +0000 (UTC) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8E251078 for ; Thu, 20 Feb 2014 04:54:33 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id to1so915375ieb.24 for ; Wed, 19 Feb 2014 20:54:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mCYWxTiOsUKv6IuA1c6JRAwGTKYzFnCfWYwAPIOfb60=; b=jfwuiSnRMVvH9aFvFB8OrmuV2EHmB3B+M2S11fiz1WcI4zYtZhVIm4rZHx+ZnRljVi uZt61TLzwVyP+xw1yW+6t6iA6F6y284xfJXgtMsedO3yDYxE+P/+D0bX5qC8Km9J5qpX +WxcL56XjmpClGRRQT5zlzky0+zc1DsuMXmv7rT7tJOTxLeWMa6VPqUj3PLiXk5Cx4HY VwFCESIZ8Bp/BXO+nCnMlcFERB/xU+nHFTCKGrIXwC+wJPcsx1ZkLm6ue/ZGHOD8ErDX rfuDeVLPwoRRhM1uwonaikyfjcXB7EZDsKh6GfPXJgqrOSstHixs8v/gv09Ek9RI7bcv KoHw== MIME-Version: 1.0 X-Received: by 10.43.182.74 with SMTP id pl10mr3557325icc.70.1392872073078; Wed, 19 Feb 2014 20:54:33 -0800 (PST) Received: by 10.50.67.84 with HTTP; Wed, 19 Feb 2014 20:54:33 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Feb 2014 22:54:33 -0600 Message-ID: Subject: Re: Unable to build kfelibs (not docbook) From: Scot Hetzel To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports ML 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, 20 Feb 2014 04:54:34 -0000 On Wed, Feb 19, 2014 at 9:45 PM, Kevin Oberman wrote: > Well, I have gotten docbook updated. I now have five docbook ports and > docbook-utils builds correctly. But I still can't build kdelibs. It now > configures fine, but: > Scanning dependencies of target docbookl10nhelper > [ 9%] Built target threadweaver > [ 9%] Building CXX object > kdoctools/CMakeFiles/docbookl10nhelper.dir/docbookl10nhelper_automoc.o > Linking CXX executable ../bin/docbookl10nhelper > [ 9%] Generating opcodes.h, opcodes.cpp, machine.cpp > /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required by > /usr/ports/x11/kdelibs4/work/.build/bin/icemaker not found > --- kjs/opcodes.h --- > *** [kjs/opcodes.h] Error code 1 > > make[4]: stopped in /usr/ports/x11/kdelibs4/work/.build > 1 error > > Any ideas? FreeBSD 10-Stable from last week. Only WITH_NEWXORG and WITH_KMS > in make.conf. I don't have any idea where GLIBCXX_3.4.11 would come from. > my libstdc++ is from compat9x. The problem most likely is caused by icemaker finding libstdc++.so.6 in /usr/local/lib/compat/. Do you also have a libstdc++.so* in /usr/local/lib? You might want to try removing /usr/local/lib/compat from your library path, and then rebuild kdelibs4. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.