From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 8 21:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 7FD4B8B8 for ; Fri, 8 Mar 2013 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 534F2C32 for ; Fri, 8 Mar 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r28Lo1pc059391 for ; Fri, 8 Mar 2013 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r28Lo1It059390; Fri, 8 Mar 2013 21:50:01 GMT (envelope-from gnats) Date: Fri, 8 Mar 2013 21:50:01 GMT Message-Id: <201303082150.r28Lo1It059390@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yahor Shybeka Subject: Re: ports/171079: graphics/rawtherapee hangs x11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Yahor Shybeka List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2013 21:50:01 -0000 The following reply was made to PR ports/171079; it has been noted by GNATS. From: Yahor Shybeka To: bug-followup@FreeBSD.org, rotkap@gmx.de Cc: Subject: Re: ports/171079: graphics/rawtherapee hangs x11 Date: Fri, 08 Mar 2013 13:46:53 -0800 This is a multi-part message in MIME format. --------------040006000903030604070203 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I'm using amd64, and rawtherapee crashed pretty often. It looked like the problem was somehow connected with OpenMP and GCC 4.2.1. Though I didn't try rawtherapee without OpenMP, but I've recompiled it using USE_GCC= 4.6+ and I've remapped GCC libraries in /etc/libmap.conf: libgcc_s.so.1 gcc46/libgcc_s.so.1 libgomp.so.1 gcc46/libgomp.so.1 libobjc.so.3 gcc46/libobjc.so.2 libssp.so.0 gcc46/libssp.so.0 libstdc++.so.6 gcc46/libstdc++.so.6 Looks like it works normally now. -- Thanks, Yahor --------------040006000903030604070203 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi,

I'm using amd64, and rawtherapee crashed pretty often. It looked like the problem was somehow connected with OpenMP and GCC 4.2.1. Though I didn't try rawtherapee without OpenMP, but I've recompiled it using USE_GCC= 4.6+ and I've remapped GCC libraries in /etc/libmap.conf:

libgcc_s.so.1   gcc46/libgcc_s.so.1
 libgomp.so.1    gcc46/libgomp.so.1
 libobjc.so.3    gcc46/libobjc.so.2
 libssp.so.0     gcc46/libssp.so.0
 libstdc++.so.6  gcc46/libstdc++.so.6

Looks like it works normally now.
-- 
 Thanks,
 Yahor
--------------040006000903030604070203--