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

Bug 713224

Summary: net-libs/gloox-1.0.22 : connectiontcpserver.cpp: 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: maintainer-needed
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-libs:gloox-1.0.22:20200318-143855.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-03-18 15:01:59 UTC
libtool: compile:  x86_64-gentoo-linux-musl-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -pipe -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wcast-qual -ansi -Wformat-security -Wundef -Wmissing-format-attribute -Wshadow -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wredundant-decls -Wformat=2 -Wold-style-cast -Wno-long-long -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-shadow -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -ansi -c connectiontcpserver.cpp  -fPIC -DPIC -o .libs/connectiontcpserver.o
connectiontcpserver.cpp: In member function virtual gloox::ConnectionError gloox::ConnectionTCPServer::connect():
connectiontcpserver.cpp:131:13: error: strerror was not declared in this scope; did you mean hstrerror?
  131 |           + strerror( err ) +  (errno:  + util::int2string( err ) + );
      |             ^~~~~~~~
      |             hstrerror

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

  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 net-libs/gloox
[ebuild  N    ] net-libs/gloox-1.0.22  USE="ssl zlib -debug -gnutls -idn -libressl -static-libs -test"
Comment 1 Toralf Förster gentoo-dev 2020-03-18 15:02:02 UTC
Created attachment 621736 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-18 15:02:05 UTC
Created attachment 621738 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-18 15:02:08 UTC
Created attachment 621740 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-18 15:02:11 UTC
Created attachment 621742 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-18 15:02:14 UTC
Created attachment 621744 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-18 15:02:16 UTC
Created attachment 621746 [details]
net-libs:gloox-1.0.22:20200318-143855.log
Comment 7 Toralf Förster gentoo-dev 2020-03-18 15:02:19 UTC
Created attachment 621748 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-10-10 07:10:43 UTC
The bug has been closed via the following commit(s):

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

commit 22c4cf9c6d295da8b1cda4a5eff7053ef6ee931f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-10-10 07:09:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-10-10 07:09:51 +0000

    net-libs/gloox: bump to 1.0.24
    
    Closes: https://bugs.gentoo.org/713224
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/gloox/Manifest                          |  1 +
 net-libs/gloox/files/gloox-1.0.24-Makefile.patch | 36 +++++++++++++++
 net-libs/gloox/files/gloox-1.0.24-musl.patch     | 13 ++++++
 net-libs/gloox/gloox-1.0.24.ebuild               | 59 ++++++++++++++++++++++++
 4 files changed, 109 insertions(+)