From owner-freebsd-ports@FreeBSD.ORG Tue Sep 1 15:23:17 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A381106566B for ; Tue, 1 Sep 2009 15:23:17 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8A4A58FC18 for ; Tue, 1 Sep 2009 15:23:16 +0000 (UTC) Received: by mail-fx0-f210.google.com with SMTP id 6so93518fxm.43 for ; Tue, 01 Sep 2009 08:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yXNB2qLRb+A6IkFifSumvgZ0jEMpitAoCf3z6sJWoho=; b=CTaJcx6UIWAY3I/jy8Mv7zUDguRdpUPJq8MFlfsadn48L/5L6bwWRIyxYq/Vf2Qfo3 CAbuEorSulSPTOZyR8iyPrmyGknGBVqpHg3FFdjkgf6+9hqKV+BsWGm8NivGsHEPVEAo hmBYZB3RiTWmZ7/9aSJxP1rXqn/PzwXHnO7BQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=tM53qGQG1uD1Nz21HjSJNVtPOp3tkuSkrsZYpZQ+6k1fX7L2bsKXhiD5fIl/XoT/9B siq+A/EQiBMtygU0ScveqY5tKkCdethTFNY3KfIFFlTwRtfYtJl3LJxG3f+y+CMlxLnG cHwKTMN3ftaWp5q+6jKcyLbacD5oG58KwGCg4= MIME-Version: 1.0 Received: by 10.204.156.205 with SMTP id y13mr5594243bkw.116.1251818595851; Tue, 01 Sep 2009 08:23:15 -0700 (PDT) In-Reply-To: <200909011458.36993.david@vizion2000.net> References: <200908261507.56373.david@vizion2000.net> <200909011458.36993.david@vizion2000.net> Date: Tue, 1 Sep 2009 19:23:15 +0400 Message-ID: <3cb459ed0909010823h42546b72oea814dbe8bab9f40@mail.gmail.com> From: Alexander Churanov To: David Southwell Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: boost-python-libs and associated compile errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 15:23:17 -0000 David, In your case compiler is actually complaining on /usr/include/c++/4.2/bits/gthr-default.h, which is a part of GCC. It's either an internal issue of GCC or GCC packing/installation issue, or compiler compatibility issue. I'd like to know what is your compiler? Did you perform any steps for replacing/updating system compiler? What's the output of 'c++ --version'? I'll try to rebuild boost-python-libs myself to see if the issue is reproducible. Sincerely, Alexander Churanov, maintainer of devel/boost-* 2009/9/1 David Southwell : >> I have just completed >> # portupgrade -fRra >> following a system upgrade from freebsd 7.2 p2 to p3 >> >> after a few minor hiccuups and recompiling ssome of the ports I am left >> with four failing ports. As at least three of them seem to share some >> common features. If anyone would be willing to help me out here it would= be >> most appreciated. >> The failure list is: >> >> ! science/openbabel (openbabel-2.2.1) =A0 (unknown build error) >> * misc/kdeedu4 (kdeedu-4.2.4) >> ! graphics/blender (blender-2.49a_1) =A0 =A0(unknown build error) >> ! deskutils/kdeplasma-addons (kdeplasma-addons-4.2.4_1) (missing header) >> >> The errors reports are shown below in the same order. >> The common features are: >> problems with compiling boost-python-libs >> threading issues >> >> ###### >> =A0! science/openbabel (openbabel-2.2.1) =A0 (unknown build error) >> ###### >> >> In file included from /usr/include/c++/4.2/bits/gthr.h:114, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /usr/include/c++/4.2/bits/c++io.= h:43, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /usr/include/c++/4.2/iosfwd:46, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /usr/include/c++/4.2/ios:43, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /usr/include/c++/4.2/ostream:45, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /usr/include/c++/4.2/iterator:70= , >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from ./boost/iterator.hpp:17, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from ./boost/operators.hpp:81, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from ./boost/python/type_id.hpp:11, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from ./boost/python/converter/registr= ations.hpp:10, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from libs/python/src/object/function_= doc_signature.cpp:6: >> /usr/include/c++/4.2/bits/gthr-default.h: In function 'int >> __gthread_active_p()': >> /usr/include/c++/4.2/bits/gthr-default.h:174: error: conversion from 'in= t' >> to non-scalar type 'pthread_once' requested >> ...failed updating 54 targets... >> ...skipped 5 targets... >> ...updated 17 targets... >> *** Error code 1 >> >> Stop in /usr/ports/devel/boost-python-libs. >> *** Error code 1 >> >> Stop in /usr/ports/devel/boost-python-libs. >> *** Error code 1 >> >> Stop in /usr/ports/science/openbabel. >> ** Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portupgrade20090826-26960-1q590yk-0 env UPGRADE_TOOL=3Dportupgrade >> UPGRADE_PORT=3Dopenbabel-2.2.1 UPGRADE_PORT_VER=3D2.2.1 make >> ** Fix the problem and try again. >> ###### >> * misc/kdeedu4 (kdeedu-4.2.4) >> ###### >> >> Thanks in advance >> >> David > Comments would be appreciated > > Thanks > > David