From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 30 20:30:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85B8E106566C for ; Mon, 30 Jul 2012 20:30:14 +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 704A18FC08 for ; Mon, 30 Jul 2012 20:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6UKUE3Z075407 for ; Mon, 30 Jul 2012 20:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6UKUExQ075404; Mon, 30 Jul 2012 20:30:14 GMT (envelope-from gnats) Date: Mon, 30 Jul 2012 20:30:14 GMT Message-Id: <201207302030.q6UKUExQ075404@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Xin Li Cc: Subject: Re: ports/168141: faild to install lang/ezm3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Xin Li List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 20:30:14 -0000 The following reply was made to PR ports/168141; it has been noted by GNATS. From: Xin Li To: bug-followup@FreeBSD.org, kes-kes@yandex.ru, jasone@freebsd.org, jdp@freebsd.org Cc: Subject: Re: ports/168141: faild to install lang/ezm3 Date: Mon, 30 Jul 2012 13:24:36 -0700 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, I found a workaround for this. cd lang/ezm3 make patch cd `make -V WRKSRC` find . -name 'malloc.c' | xargs truncate -s 0 This basically zaps the bundled malloc (you gets them from libc anyway). The cause of the problem is that the bundled malloc conflicts with the base system's implementation of jemalloc. Looking at the code comments, the bundled malloc intends to make it MTSAFE, which is what the system (je)malloc already do so it's no longer necessary. Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQFu2EAAoJEG80Jeu8UPuzcAgIAIIi7dBKzkVG7TKyXdC0fQJm /F8xJVJj0kEZ36P7pz+NeLj9V89WG8po2gRqOc774PPh8kRGHh67AeLSdZYaTLxW aiyCG77HAx1cpLzn0wjxnn4FAi6UVB82Y4atNXRm+L35KhqXY3/t+oB013WmaHDM 7QbnWaWpfAky2102S+YFxPAuP3Azy+wU/QtjVkleF6LDKuB6YaDScbEUJPfUg2y1 r8Zsq0liXiidGzTYejau76Emty/G/SCy/HUXXO5+7kNu/hOVFnqr7DJ4HFiOQBzL fMGuIchC4TFDD1dItB+eCrqw/VB6nOijAkeM+Tna/L3/ZWTvpHZbzs9cYNNuJps= =HSVE -----END PGP SIGNATURE-----