From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 18 20:00:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5D81065677 for ; Sun, 18 May 2008 20:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9B68FC12 for ; Sun, 18 May 2008 20:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4IK05uY000566 for ; Sun, 18 May 2008 20:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4IK05bo000565; Sun, 18 May 2008 20:00:05 GMT (envelope-from gnats) Date: Sun, 18 May 2008 20:00:05 GMT Message-Id: <200805182000.m4IK05bo000565@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sascha Klauder Cc: Subject: Re: ports/122122: print/lyx crashes if devel/boost is compiled with thread support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sascha Klauder List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 20:00:05 -0000 The following reply was made to PR ports/122122; it has been noted by GNATS. From: Sascha Klauder To: Mikhail Teterin Cc: bug-followup@freebsd.org Subject: Re: ports/122122: print/lyx crashes if devel/boost is compiled with thread support Date: Sun, 18 May 2008 21:34:20 +0200 On Fri, May 16, 2008 at 06:40:18PM -0400, Mikhail Teterin wrote: > devel/boost builds with thread support by default. > > Could you, please, try installing the pre-built devel/boost from a package > (pkg_add -r boost) and see, whether lyx will crash? Just tried that, didn't help; it crashes with the same error as I already reported. But while re-installing Boost, I noticed its pkg-message about adding -lpthread. So I added a CONFIGURE_ENV= LDFLAGS="-lpthread" to the LyX port makefile, and now LyX is starting up fine. Any ideas about that? Cheers, -sascha