Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740790 - net-misc/rwhoisd-1.5.9.6-r2 fails to compile: clang-10: error: no such file or directory: 'llvm-strings'
Summary: net-misc/rwhoisd-1.5.9.6-r2 fails to compile: clang-10: error: no such file o...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-07 06:47 UTC by Agostino Sarubbo
Modified: 2023-03-01 20:51 UTC (History)
0 users

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


Attachments
build.log (build.log,39.89 KB, text/plain)
2020-09-07 06:47 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-09-07 06:47:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/rwhoisd-1.5.9.6 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-07 06:47:43 UTC
Created attachment 658880 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-17 15:16:10 UTC
tinderbox has reproduced this issue with version 1.5.9.6-r2 - Updating summary.
Comment 3 Pascal Jäger 2023-03-01 20:51:37 UTC
llvm-strings is part of sys-devel/llvm and clang depends on llvm anyway. So, shouldn't it be available on tinderbox?

I can't reproduce with 

> equery u sys-devel/llvm                                   took 11s

[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for sys-devel/llvm-15.0.7:
 U I
 + + abi_x86_32      : 32-bit (x86) libraries
 + + binutils-plugin : Build the binutils plugin
 - - debug           : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful
                       backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
 - - doc             : Build and install the HTML documentation and regenerate the man pages
 - - exegesis        : Enable performance counter support for llvm-exegesis tool that can be used to measure host
                       machine instruction characteristics
 - - libedit         : Use the libedit library (replacement for readline)
 + + libffi          : Enable support for Foreign Function Interface library
 + + ncurses         : Support querying terminal properties using ncurses' terminfo
 - - test            : Enable dependencies and/or preparations necessary to run tests (usually controlled by
                       FEATURES=test but can be toggled independently)
 - - verify-sig      : Verify upstream signatures on distfiles
 - - xar             : Support dumping LLVM bitcode sections in Mach-O files (uses app-arch/xar)
 + + xml             : Add support for XML files
 - - z3              : Enable support for sci-mathematics/z3 constraint solver
 - - zstd            : Enable support for ZSTD compression