Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713376 - net-analyzer/ipcad-3.7.3 : rshp.c:(.text+<snip>): undefined reference to rresvport
Summary: net-analyzer/ipcad-3.7.3 : rshp.c:(.text+<snip>): undefined reference to rres...
Status: RESOLVED FIXED
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: PullRequest
Depends on:
Blocks:
 
Reported: 2020-03-19 11:08 UTC by Toralf Förster
Modified: 2022-09-25 01:21 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.35 KB, text/plain)
2020-03-19 11:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,106.06 KB, text/plain)
2020-03-19 11:08 UTC, Toralf Förster
Details
environment (environment,86.67 KB, text/plain)
2020-03-19 11:08 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.44 KB, application/x-bzip)
2020-03-19 11:08 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,18.87 KB, application/x-bzip)
2020-03-19 11:09 UTC, Toralf Förster
Details
net-analyzer:ipcad-3.7.3:20200318-215824.log (net-analyzer:ipcad-3.7.3:20200318-215824.log,24.29 KB, text/plain)
2020-03-19 11:09 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.32 KB, application/x-bzip)
2020-03-19 11:09 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-19 11:08:47 UTC
/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: rshp.o: in function process_rsh_request:
rshp.c:(.text+0x532): undefined reference to rresvport
collect2: error: ld returned 1 exit status
make: *** [Makefile:50: ipcad] Error 1
 * ERROR: net-analyzer/ipcad-3.7.3::gentoo failed (compile phase):

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

  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-analyzer/ipcad
[ebuild  N    ] net-analyzer/ipcad-3.7.3
Comment 1 Toralf Förster gentoo-dev 2020-03-19 11:08:49 UTC
Created attachment 622156 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-19 11:08:53 UTC
Created attachment 622158 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-19 11:08:55 UTC
Created attachment 622160 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-19 11:08:58 UTC
Created attachment 622162 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-19 11:09:01 UTC
Created attachment 622164 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-19 11:09:04 UTC
Created attachment 622166 [details]
net-analyzer:ipcad-3.7.3:20200318-215824.log
Comment 7 Toralf Förster gentoo-dev 2020-03-19 11:09:07 UTC
Created attachment 622168 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2022-09-25 01:21:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c93e299c4c4db9edf7c120a87a6f132cbbdfef8

commit 9c93e299c4c4db9edf7c120a87a6f132cbbdfef8
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2022-09-11 19:58:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-25 01:20:13 +0000

    profiles/features/musl: mask app-shells/pdsh and net-analyzer/ipcad
    
    Both packages require rresvport function, which is not implemented in
    musl.
    
    Closes: https://bugs.gentoo.org/713376
    Closes: https://bugs.gentoo.org/713810
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Closes: https://github.com/gentoo/gentoo/pull/27212
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/features/musl/package.mask | 5 +++++
 1 file changed, 5 insertions(+)