Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 19:46:30 +0100
From:      "Phil Stone" <phil.stone@gmx.com>
To:        freebsd-ports@freebsd.org
Subject:   Updating databases/mariadb55-server to 5.5.40
Message-ID:  <trinity-3cbe786d-7cbd-4e6e-8081-faab26338219-1416768390018@3capp-mailcom-bs07>

next in thread | raw e-mail | index | archive | help
   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:

   <snip>
   -- 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 <flags> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?trinity-3cbe786d-7cbd-4e6e-8081-faab26338219-1416768390018>