Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715310 - net-misc/rwhoisd-1.5.9.6-r2 : /.../ld: cannot find -linet6
Summary: net-misc/rwhoisd-1.5.9.6-r2 : /.../ld: cannot find -linet6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-29 13:02 UTC by Toralf Förster
Modified: 2024-11-06 14:29 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.85 KB, text/plain)
2020-03-29 13:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,72.75 KB, text/plain)
2020-03-29 13:02 UTC, Toralf Förster
Details
environment (environment,104.90 KB, text/plain)
2020-03-29 13:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.94 KB, application/x-bzip)
2020-03-29 13:02 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.95 KB, application/x-bzip)
2020-03-29 13:02 UTC, Toralf Förster
Details
net-misc:rwhoisd-1.5.9.6:20200329-124005.log (net-misc:rwhoisd-1.5.9.6:20200329-124005.log,23.78 KB, text/plain)
2020-03-29 13:02 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-29 13:02:40 UTC
x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o rwhoisd class_directive.o daemon.o deadman.o directive.o display.o dump.o exit.o forward.o guardian.o holdconnect.o limit.o main.o notify.o referral.o register.o reg_ext.o reg_utils.o register_directive.o rwhois_directive.o schema_directive.o security.o security_directive.o session.o soa.o sresponse.o sschema.o sslave.o ssoa.o sstate.o state.o status.o sxfer.o xfer.o  -lwrap -L../mkdb -lmkdb -L../common -lrwcommon -L../regexp -lregexp -lresolv -lnsl -lcrypt  -L/usr/inet6/lib -linet6
/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: cannot find -linet6
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:86: rwhoisd] Error 1
make[1]: Leaving directory /var/tmp/portage/net-misc/rwhoisd-1.5.9.6/work/rwhoisd-1.5.9.6/rwhoisd/server

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

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

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.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) *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Mar 29 11:38:55 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO net-misc/rwhoisd
[ebuild  N    ] net-misc/rwhoisd-1.5.9.6
Comment 1 Toralf Förster gentoo-dev 2020-03-29 13:02:42 UTC
Created attachment 626950 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-29 13:02:45 UTC
Created attachment 626952 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-29 13:02:48 UTC
Created attachment 626954 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-29 13:02:50 UTC
Created attachment 626956 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-29 13:02:53 UTC
Created attachment 626958 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-29 13:02:56 UTC
Created attachment 626960 [details]
net-misc:rwhoisd-1.5.9.6:20200329-124005.log
Comment 7 Agostino Sarubbo gentoo-dev 2022-02-02 08:01:06 UTC
tinderbox_musl has reproduced this issue with version 1.5.9.6-r2 - Updating summary.
Comment 8 Larry the Git Cow gentoo-dev 2024-11-06 14:29:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8031a67099d62092131950cbe3daf2118f963d4d

commit 8031a67099d62092131950cbe3daf2118f963d4d
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-11-05 16:17:34 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-11-06 14:29:13 +0000

    net-misc/rwhoisd: add 1.5.9.6_p1
    
    Use sys-apps/tcp-wrappers rather than bundled version, otherwise rwhoisd
    can automagically depend on it. This also resolves the bug 740790, where
    exported STRINGS variable was polluting CFLAGS, similarly to bug 728348.
    
    The original patches are bundled to an archive, which additionally
    contains:
     - a fix with corrected signal handlers declarations, bug 924504.
     - corrected dependencies in main Makefile, bug 927273
     - obosolete glibc check removal from configure.ac, bug 715310
     - replacement of remaings direct ar calls
    
    Closes: https://bugs.gentoo.org/715310
    Closes: https://bugs.gentoo.org/740790
    Closes: https://bugs.gentoo.org/924504
    Closes: https://bugs.gentoo.org/927273
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 net-misc/rwhoisd/Manifest                  |  1 +
 net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild | 61 ++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)