From owner-freebsd-office@FreeBSD.ORG Thu Feb 7 15:51:17 2013 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 10051B7C for ; Thu, 7 Feb 2013 15:51:17 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm3-vm1.bullet.mail.gq1.yahoo.com (nm3-vm1.bullet.mail.gq1.yahoo.com [98.136.218.144]) by mx1.freebsd.org (Postfix) with SMTP id 9A21D977 for ; Thu, 7 Feb 2013 15:51:16 +0000 (UTC) Received: from [98.137.12.62] by nm3.bullet.mail.gq1.yahoo.com with NNFMP; 07 Feb 2013 15:45:26 -0000 Received: from [208.71.42.203] by tm7.bullet.mail.gq1.yahoo.com with NNFMP; 07 Feb 2013 15:45:26 -0000 Received: from [127.0.0.1] by smtp214.mail.gq1.yahoo.com with NNFMP; 07 Feb 2013 15:45:26 -0000 X-Yahoo-Newman-Id: 158560.36807.bm@smtp214.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: c6UXWbkVM1n.I8bH_MSka6uLgnzOHsFEncfFjEf8nqbVC0x fwtvGusAv8Aoq_AGYACJk7XQTRpSGA6_LIGtn3mUMCBEQQolTtcFNvA2xocs _BbHQSc_VxQDPDHPeZzVcz.oNOQ6h3DEakTkmhNErzWgkxGENaxJSCFv3EkV B85WQdv825zwMBnGkWSZ2jJP0_.tT3DwvxkVg2g.HT8Xu.tPC.bgRw1BHiR_ rhRPgv7ifRM3iK520irhd9Qj.hsx4MVm0tSIUziHIddjee1D9YAhZVSaGMxT 0iseZo66KRlT5r2is8LjqVRRBUXYHNWgub5Pougtyb7b0E2z9YDwNK2xkZne yw1rmuoFc3FGw_UCMUie9Ny1SeP8f9PS83PTaxv8B8MiGEXieTSrpvBzu2QK wpUtXO0Pz6KJhgtxNDE_b1UqcTtjHbTuiXBiOjCGw0MvpD529RIKi_rg1MFR FWJMm_oRMFcnTOWuaJ30qfUjNhDjXex_Bynu6lOV2JTKsyqFFc9.Id5dA62j cjuZlWHr6xe2cFbGox3Q43q0pdtq_L3Qv9fkLQRM9rNP1631Da8mDwYYc2cK EpWq0wYipJXAWU7ypHyKLYvW6VghC4ZQTok3wkm1jg8JtiNqpHB_10LZneM9 87RdOEjUDGh1GmksphlKa X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Received: from [192.168.10.102] (pfg@200.118.157.7 with plain) by smtp214.mail.gq1.yahoo.com with SMTP; 07 Feb 2013 07:45:26 -0800 PST Message-ID: <5113CC1B.4000804@FreeBSD.org> Date: Thu, 07 Feb 2013 10:45:31 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130201 Thunderbird/17.0.2 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: Problem with Boost and long double References: <51132FD0.4090304@FreeBSD.org> <20130207071130.GC17793@ithaqua.etoilebsd.net> In-Reply-To: <20130207071130.GC17793@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-office@FreeBSD.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 15:51:17 -0000 Hi Baptiste; On 02/07/2013 02:11, Baptiste Daroussin wrote: > On Wed, Feb 06, 2013 at 11:38:40PM -0500, Pedro Giffuni wrote: >> Hello; >> >> In some boost related code I am working on I found problems [1] thanks >> to the recent patch that enabled long double in boost port. >> >> >> For an explanation on why our libstdc++ doesn't support long double, >> you have to refer to this email: >> >> http://lists.freebsd.org/pipermail/freebsd-hackers/2009-March/028030.html >> >> Curiously it has just been discussed in -toolchain that our >> libstdc++ is misconfigured: >> >> http://docs.freebsd.org/cgi/mid.cgi?510EE5D2.4050409 >> >> Perhaps the patch in the post helps fix the issues but for now I would >> request that boost port disables again the long double support. >> >> Thanks, >> >> Pedro. >> >> [1] https://svn.boost.org/trac/boost/ticket/7987 > erg I have been happily building on all packages needing boost on my exp-run and > some people ensured me double long was working correctly now :( I guess that I am the only one trying to use Boost to calculate Bessel functions ;). I can send you a patch for openoffice if you want to reproduce it. > But sure I will disable boost as soon as I can, I need to rebuild every ports to > make sure everything is ok (mini exp-run) so won't happen before monday. The problem is libstdc++ so if libc++ is used (like in -current) there should be no problem. The configuration update may also fix things but that requires re-building world and all C++ ports. Pedro.