Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 713306

Summary: dev-libs/libmemcached-1.0.18-r3 : libmemcachedutil/pool.cc: error: strerror was not declared in this scope
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: prometheanfire, robbat2
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: emerge-info.txt
dev-libs:libmemcached-1.0.18-r3:20200318-193327.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2020-03-18 20:04:40 UTC
                 from libmemcachedutil/pool.cc:39:
libmemcachedutil/pool.cc: In destructor memcached_pool_st::~memcached_pool_st():
libmemcachedutil/pool.cc:95:65: error: strerror was not declared in this scope; did you mean hstrerror?
   95 |    assert_vmsg(error != 0, pthread_mutex_destroy() %s(%d), strerror(error), error);
      |                                                              ^~~~~~~~


  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200316-165821

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.1 *

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Wed, 18 Mar 2020 13:38:27 +0000
emerge -qpvO dev-libs/libmemcached
[ebuild  N    ] dev-libs/libmemcached-1.0.18-r3  USE="libevent -debug -hsieh -sasl -static-libs"
Comment 1 Toralf Förster gentoo-dev 2020-03-18 20:04:43 UTC
Created attachment 622004 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-18 20:04:46 UTC
Created attachment 622006 [details]
dev-libs:libmemcached-1.0.18-r3:20200318-193327.log
Comment 3 Toralf Förster gentoo-dev 2020-03-18 20:04:49 UTC
Created attachment 622008 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-18 20:04:52 UTC
Created attachment 622010 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-18 20:04:55 UTC
Created attachment 622012 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-18 20:04:57 UTC
Created attachment 622014 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-18 20:05:00 UTC
Created attachment 622016 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2021-08-08 10:46:39 UTC
The bug has been closed via the following commit(s):

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

commit 035003465ec1e39f5017d9653f960bc3981ade32
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-08-08 10:46:27 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-08-08 10:46:27 +0000

    dev-libs/libmemcached: fix musl
    
    Closes: https://bugs.gentoo.org/713306
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../files/libmemcached-1.0.18-musl.patch           | 65 ++++++++++++++++++++++
 .../libmemcached/libmemcached-1.0.18-r4.ebuild     |  1 +
 2 files changed, 66 insertions(+)