Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829615 - net-misc/ndppd-0.2.5 - src/logger.cc: error: could not convert strerror_r(( _errno_location()), ((char )(& buf)), sizeof (buf)) fr
Summary: net-misc/ndppd-0.2.5 - src/logger.cc: error: could not convert strerror_r(( _...
Status: RESOLVED DUPLICATE of bug 713144
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:
Depends on:
Blocks:
 
Reported: 2021-12-19 11:56 UTC by Toralf Förster
Modified: 2022-02-02 07:58 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.57 KB, text/plain)
2021-12-19 11:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,18.24 KB, text/plain)
2021-12-19 11:56 UTC, Toralf Förster
Details
environment (environment,15.16 KB, text/plain)
2021-12-19 11:56 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.28 KB, application/x-bzip)
2021-12-19 11:56 UTC, Toralf Förster
Details
net-misc:ndppd-0.2.5:20211219-060629.log (net-misc:ndppd-0.2.5:20211219-060629.log,6.19 KB, text/plain)
2021-12-19 11:56 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,6.18 KB, application/x-bzip)
2021-12-19 11:56 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 2021-12-19 11:56:41 UTC
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
    1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
      |  ^~~~~~~
src/logger.cc: In static member function 'static std::string ndppd::logger::err()':
src/logger.cc:86:22: error: could not convert 'strerror_r((* __errno_location()), ((char*)(& buf)), sizeof (buf))' from 'int' to 'std::string' {aka 'std::__cxx11::basic_string<char>'}
   86 |     return strerror_r(errno, buf, sizeof(buf));
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4-20211219-030231

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.0 *
Python 3.9.9
php cli:

  HEAD of ::gentoo
commit b5e129c6df05eb67d34a72a539415767d8c8551d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Dec 19 05:06:41 2021 +0000

    2021-12-19 05:06:40 UTC

emerge -qpvO net-misc/ndppd
[ebuild  N    ] net-misc/ndppd-0.2.5
Comment 1 Toralf Förster gentoo-dev 2021-12-19 11:56:42 UTC
Created attachment 759712 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-19 11:56:43 UTC
Created attachment 759713 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-19 11:56:44 UTC
Created attachment 759714 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-19 11:56:44 UTC
Created attachment 759715 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-19 11:56:45 UTC
Created attachment 759716 [details]
net-misc:ndppd-0.2.5:20211219-060629.log
Comment 6 Toralf Förster gentoo-dev 2021-12-19 11:56:46 UTC
Created attachment 759717 [details]
temp.tar.bz2
Comment 7 Agostino Sarubbo gentoo-dev 2022-02-02 07:58:14 UTC

*** This bug has been marked as a duplicate of bug 713144 ***