Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713306 - dev-libs/libmemcached-1.0.18-r3 : libmemcachedutil/pool.cc: error: strerror was not declared in this scope
Summary: dev-libs/libmemcached-1.0.18-r3 : libmemcachedutil/pool.cc: error: strerror w...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-18 20:04 UTC by Toralf Förster
Modified: 2021-08-08 10:46 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.33 KB, text/plain)
2020-03-18 20:04 UTC, Toralf Förster
Details
dev-libs:libmemcached-1.0.18-r3:20200318-193327.log (dev-libs:libmemcached-1.0.18-r3:20200318-193327.log,269.24 KB, text/plain)
2020-03-18 20:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,98.85 KB, text/plain)
2020-03-18 20:04 UTC, Toralf Förster
Details
environment (environment,86.95 KB, text/plain)
2020-03-18 20:04 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.26 KB, application/x-bzip)
2020-03-18 20:04 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,22.91 KB, application/x-bzip)
2020-03-18 20:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,34.44 KB, application/x-bzip)
2020-03-18 20:05 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)