x86_64-gentoo-linux-musl-ar: creating libxio.a x86_64-gentoo-linux-musl-ranlib libxio.a x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -Wall -Wno-parentheses -DHAVE_CONFIG_H -I. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o socat socat.o libxio.a -lrt -lutil -lbsd -lreadline -lssl -lcrypto /usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: fdname.o: in function `sockname': fdname.c:(.text+0x2e3): undefined reference to `getprotobynumber_r' collect2: error: ld returned 1 exit status make: *** [Makefile:123: filan] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl_hardened-j4-20220111-092048 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-gentoo-linux-musl-11.2.1 * Python 3.9.9 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby27 (with Rubygems) [3] ruby30 (with Rubygems) * Available Rust versions: [1] rust-1.57.0 * php cli: HEAD of ::gentoo commit 8d4d312a9214607bc2f82ebf7e74f707b40ec953 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Jan 11 11:51:34 2022 +0000 2022-01-11 11:51:33 UTC emerge -qpvO net-misc/socat [ebuild N ] net-misc/socat-1.7.4.3 USE="ipv6 readline ssl -bindist -tcpd"
Created attachment 761887 [details] emerge-info.txt
Created attachment 761888 [details] emerge-history.txt
Created attachment 761889 [details] environment
Created attachment 761890 [details] etc.portage.tar.bz2
Created attachment 761891 [details] logs.tar.bz2
Created attachment 761892 [details] net-misc:socat-1.7.4.3:20220111-132151.log
Created attachment 761893 [details] temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32c13886353c0a861cb0c140385d1bd8879fc79 commit a32c13886353c0a861cb0c140385d1bd8879fc79 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-10 06:59:31 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-10 07:50:09 +0000 net-misc/socat: fix build on musl Closes: https://bugs.gentoo.org/831016 Signed-off-by: Sam James <sam@gentoo.org> net-misc/socat/socat-1.7.4.3.ebuild | 6 ++++++ 1 file changed, 6 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f335bad455c9308a8a4df5997f9e772b6288f056 commit f335bad455c9308a8a4df5997f9e772b6288f056 Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2022-11-21 08:03:46 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-11-23 01:42:42 +0000 net-misc/socat: fix 1.7.4.4 build on musl The issue with undefined reference to getprotobynumber_r for musl was fixed in 1.7.4.4 in commit [1]. It is no longer wanted to treat musl configuration specially. [1] https://repo.or.cz/socat.git/commitdiff/75cb44bc90577c3487458564ca803163681319f1 Bug: https://bugs.gentoo.org/831016 Closes: https://bugs.gentoo.org/879601 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/28358 Signed-off-by: Sam James <sam@gentoo.org> net-misc/socat/socat-1.7.4.4.ebuild | 6 ------ 1 file changed, 6 deletions(-)
(In reply to Larry the Git Cow from comment #9) > The bug has been referenced in the following commit(s): > > https://gitweb.gentoo.org/repo/gentoo.git/commit/ > https://mapquestdrivingdirections.app > > commit f335bad455c9308a8a4df5997f9e772b6288f056 > Author: Petr Vaněk <arkamar@atlas.cz> > AuthorDate: 2022-11-21 08:03:46 +0000 > Commit: Sam James <sam@gentoo.org> > CommitDate: 2022-11-23 01:42:42 +0000 > > net-misc/socat: fix 1.7.4.4 build on musl > > The issue with undefined reference to getprotobynumber_r for musl was > fixed in 1.7.4.4 in commit [1]. It is no longer wanted to treat musl > configuration specially. > > [1] > https://repo.or.cz/socat.git/commitdiff/ > 75cb44bc90577c3487458564ca803163681319f1 > > Bug: https://bugs.gentoo.org/831016 > Closes: https://bugs.gentoo.org/879601 > Signed-off-by: Petr Vaněk <arkamar@atlas.cz> > Closes: https://github.com/gentoo/gentoo/pull/28358 > Signed-off-by: Sam James <sam@gentoo.org> > > net-misc/socat/socat-1.7.4.4.ebuild | 6 ------ > 1 file changed, 6 deletions(-) Thank you!