Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637648 - dev-db/mariadb-10.1.29 fails to build with dev-libs/libpcre-8.41: system pcre is not found or unusable
Summary: dev-db/mariadb-10.1.29 fails to build with dev-libs/libpcre-8.41: system pcre...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 06:54 UTC by Tomáš Mózes
Modified: 2023-07-13 07:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-11-16 06:54:51 UTC
...
-- Looking for ERR_remove_thread_state
-- Looking for ERR_remove_thread_state - found
-- Looking for EVP_aes_128_ctr
-- Looking for EVP_aes_128_ctr - found
-- Looking for EVP_aes_128_gcm
-- Looking for EVP_aes_128_gcm - found
-- Looking for malloc_stats_print in jemalloc
-- Looking for malloc_stats_print in jemalloc - found
-- Looking for pcre_stack_guard in pcre
-- Looking for pcre_stack_guard in pcre - found
-- Performing Test PCRE_STACK_SIZE_OK
-- Performing Test PCRE_STACK_SIZE_OK - Failed
CMake Error at cmake/pcre.cmake:22 (MESSAGE):
  system pcre is not found or unusable
Call Stack (most recent call first):
  CMakeLists.txt:342 (CHECK_PCRE)

It builds properly with dev-libs/libpcre-8.41-r1.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2017-11-16 07:08:27 UTC
commit 181bc2b406fcf7c401b543181d0af6f6562602e7
Author: Thomas Deutschmann <whissi@gentoo.org>
Date:   Mon Oct 30 23:26:59 2017 +0100

    dev-libs/libpcre: Rev bump to fix stack size detection

    Needed for dev-db/mariadb and friends.

    Bug: https://jira.mariadb.org/browse/MDEV-13412
    Package-Manager: Portage-2.3.13, Repoman-2.3.4
Comment 2 Larry the Git Cow gentoo-dev 2017-11-16 13:36:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af16aa58e7d1be4995b2dc6994966f73af455c03

commit af16aa58e7d1be4995b2dc6994966f73af455c03
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2017-11-16 13:36:14 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2017-11-16 13:36:14 +0000

    dev-db/mariadb: Raise minimum libpcre for build failure wrt bug 637648
    
    Closes: https://bugs.gentoo.org/637648
    Package-Manager: Portage-2.3.14, Repoman-2.3.5

 dev-db/mariadb/mariadb-10.1.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Tomáš Mózes 2017-11-16 13:58:28 UTC
Thank you