Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731950 - net-analyzer/httping-2.5 : /.../ld: cannot find -lncursesw
Summary: net-analyzer/httping-2.5 : /.../ld: cannot find -lncursesw
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-09 15:19 UTC by Toralf Förster
Modified: 2021-03-22 08:09 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.23 KB, text/plain)
2020-07-09 15:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,144.65 KB, text/plain)
2020-07-09 15:19 UTC, Toralf Förster
Details
environment (environment,77.57 KB, text/plain)
2020-07-09 15:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.90 KB, application/x-bzip)
2020-07-09 15:19 UTC, Toralf Förster
Details
net-analyzer:httping-2.5:20200709-044147.log (net-analyzer:httping-2.5:20200709-044147.log,7.31 KB, text/plain)
2020-07-09 15:19 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.67 KB, application/x-bzip)
2020-07-09 15:19 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-07-09 15:19:14 UTC
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2 gen.o http.o io.o error.o utils.o main.o tcp.o res.o socks5.o kalman.o cookies.o help.o colors.o mssl.o nc.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -lncurses -ltinfo  -lm -lssl -lcrypto -lncursesw -o httping
/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lncursesw
collect2: error: ld returned 1 exit status
make: *** [Makefile:102: httping] Error 1
 * ERROR: net-analyzer/httping-2.5::gentoo failed (compile phase):

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-libressl-20200706-181900

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
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.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.44.1 *

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 09 Jul 2020 04:05:24 AM UTC
/var/db/repos/libressl	Wed 08 Jul 2020 06:35:15 AM UTC

emerge -qpvO net-analyzer/httping
[ebuild  N    ] net-analyzer/httping-2.5  USE="libressl ncurses ssl tfo -debug -fftw" L10N="-nl"
Comment 1 Toralf Förster gentoo-dev 2020-07-09 15:19:17 UTC
Created attachment 648622 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-07-09 15:19:19 UTC
Created attachment 648624 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-07-09 15:19:22 UTC
Created attachment 648626 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-07-09 15:19:24 UTC
Created attachment 648628 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-07-09 15:19:27 UTC
Created attachment 648630 [details]
net-analyzer:httping-2.5:20200709-044147.log
Comment 6 Toralf Förster gentoo-dev 2020-07-09 15:19:30 UTC
Created attachment 648632 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2021-03-22 08:09:43 UTC
The bug has been closed via the following commit(s):

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

commit 9cff4f503b6275ac1d3cd5298a71aa39ae965419
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-22 08:03:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-22 08:09:22 +0000

    net-analyzer/httping: don't assume ncurses is built with unicode support
    
    A fun variant/difference from the usual tinfo bugs.
    
    Closes: https://bugs.gentoo.org/731950
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/httping/httping-2.5.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)