From owner-freebsd-ports@FreeBSD.ORG Sun Nov 23 18:46:41 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94A961E1 for ; Sun, 23 Nov 2014 18:46:41 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26B8E7AD for ; Sun, 23 Nov 2014 18:46:41 +0000 (UTC) Received: from [82.122.132.71] by 3capp-mailcom-bs07.server.lan (via HTTP); Sun, 23 Nov 2014 19:46:30 +0100 Message-ID: From: "Phil Stone" To: freebsd-ports@freebsd.org Subject: Updating databases/mariadb55-server to 5.5.40 Date: Sun, 23 Nov 2014 19:46:30 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K0:jAc7A+G+U0RFtChJI7sIStidJxk3WMHEhvtnpeJIa2z g8jX02zOXvkhDfYBN1sRxZ8kZ+vZDbxkg3u8mWf51B2BlJvlj7 SrOAJGDS/F6nlHoIC97nHY5dwsBVzJY0Q1HDpQdSCwiLf01K6R i1ZumaUkxLafsFJ4Px11LB8y36UTAWKhujqzsEELK6c0kZA3pO lxkjBV5pH1DSwyP7hH3CncpHgOdKw9wwKj9cb5gBi2ge+AS/Cf K2GR5dWuMKp4THRpu2d3+zGPeA47g4Pr9nMvSH787Krrav2IqP JujqbBwH0uTCbKZJfeV4SgKFG9Z X-UI-Out-Filterresults: notjunk:1; MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 18:46:41 -0000 Hi, Updating databases/mariadb55-server from 5.5.39 to 5.5.40 on FreeBSD 8.4p19 leads to the following error on one of my systems: -- Performing Test NEW_READLINE_INTERFACE -- Performing Test NEW_READLINE_INTERFACE - Success -- Performing Test READLINE_V5 -- Performing Test READLINE_V5 - Success -- Performing Test HAVE_HIST_ENTRY -- Performing Test HAVE_HIST_ENTRY - Failed CMake Error at cmake/jemalloc.cmake:9 (MESSAGE): MariaDB no longer bundles jemalloc Call Stack (most recent call first): CMakeLists.txt:370 (CHECK_JEMALLOC) -- Configuring incomplete, errors occurred! See also "/usr/ports/databases/mariadb55-client/work/mariadb-5.5.40/CMakeFiles/C MakeOutput.log". See also "/usr/ports/databases/mariadb55-client/work/mariadb-5.5.40/CMakeFiles/C MakeError.log". *** Error code 1 Stop in /usr/ports/databases/mariadb55-client. *** Error code 1 Stop in /usr/ports/databases/mariadb55-client. ===>>> make build failed for databases/mariadb55-client ===>>> Aborting update ===>>> Update for databases/mariadb55-client failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster databases/mariadb55-client databases/mariadb55-server # The port tree is otherwise maintained up to date thru portsnap. The following patch resolves the problem: --- Makefile.orig 2014-11-22 19:46:05.000000000 +0100 +++ Makefile 2014-11-23 14:35:18.252559000 +0100 @@ -76,7 +76,7 @@ .endif .if ${OSVERSION} < 1000012 -CMAKE_ARGS+= -DWITH_JEMALLOC="bundled" +CMAKE_ARGS+= -DWITH_JEMALLOC="auto" .else CMAKE_ARGS+= -DWITH_JEMALLOC="system" .endif Is this issue specific to my configuration or did anybody else came across the same issue? Thank you in advance for your consideration. Cheers, Phil