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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
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: 2024-11-06 14:29 UTC (History)
1 user (show)

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
Comment 4 Larry the Git Cow gentoo-dev 2024-11-06 14:29:55 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(+)