Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717990 - net-nntp/suck-4.3.3-r1 : both.c:(.text+<snip>): undefined reference to Rsend
Summary: net-nntp/suck-4.3.3-r1 : both.c:(.text+<snip>): undefined reference to Rsend
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-18 06:50 UTC by Toralf Förster
Modified: 2020-04-28 08:31 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.63 KB, text/plain)
2020-04-18 06:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,530.07 KB, text/plain)
2020-04-18 06:50 UTC, Toralf Förster
Details
environment (environment,65.92 KB, text/plain)
2020-04-18 06:50 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,39.09 KB, application/x-bzip)
2020-04-18 06:50 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.59 KB, application/x-bzip)
2020-04-18 06:50 UTC, Toralf Förster
Details
net-nntp:suck-4.3.3-r1:20200418-022333.log (net-nntp:suck-4.3.3-r1:20200418-022333.log,12.64 KB, text/plain)
2020-04-18 06:50 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.03 KB, application/x-bzip)
2020-04-18 06:50 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-04-18 06:50:26 UTC
x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Lno      -o suck both.o both_phrases.o suck.o suckutils.o killfile.o timer.o killprg.o dedupe.o suck_phrases.o active.o batch.o xover.o ssort.o chkhistory_db.o db.o -lnsl   -lgdbm  -lssl
/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: both.o: in function sputline:
both.c:(.text+0x2d4): undefined reference to Rsend
/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: both.o: in function get_addrinfo:
both.c:(.text+0xab8): undefined reference to Rgetaddrinfo
/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: both.o: in function sgetline:

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

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

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

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-bin-1.42.0
  [2]   rust-1.42.0 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Apr 17 23:39:50 UTC 2020
/var/db/repos/musl	Fri Apr 17 19:37:05 UTC 2020

emerge -qpvO net-nntp/suck
[ebuild  N    ] net-nntp/suck-4.3.3-r1  USE="ssl -perl"
Comment 1 Toralf Förster gentoo-dev 2020-04-18 06:50:29 UTC
Created attachment 633478 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-18 06:50:32 UTC
Created attachment 633480 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-18 06:50:36 UTC
Created attachment 633482 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-18 06:50:40 UTC
Created attachment 633484 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-18 06:50:43 UTC
Created attachment 633486 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-18 06:50:46 UTC
Created attachment 633488 [details]
net-nntp:suck-4.3.3-r1:20200418-022333.log
Comment 7 Toralf Förster gentoo-dev 2020-04-18 06:50:49 UTC
Created attachment 633490 [details]
temp.tbz2
Comment 8 Haelwenn (lanodan) Monnier 2020-04-19 11:12:59 UTC
Failed to reproduce it here with the same setup except for gcc-9.3.0, will try further.