Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691014 - app-editors/ng-1.5_beta1-r2 : ttyio.c:(.text+<snip>): undefined reference to tgetnum
Summary: app-editors/ng-1.5_beta1-r2 : ttyio.c:(.text+<snip>): undefined reference to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tinfo
  Show dependency tree
 
Reported: 2019-07-29 17:49 UTC by Toralf Förster
Modified: 2021-01-09 16:44 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.28 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
app-editors:ng-1.5_beta1-r2:20190729-030317.log (app-editors:ng-1.5_beta1-r2:20190729-030317.log,98.80 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,37.11 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
environment (environment,57.31 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.37 KB, application/x-bzip)
2019-07-29 17:49 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.42 KB, application/x-bzip)
2019-07-29 17:50 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.88 KB, application/x-bzip)
2019-07-29 17: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 2019-07-29 17:49:45 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DHAVE_CONFIG_H -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o ng autosave.o basic.o dir.o dired.o shell.o version.o window.o kinsoku.o jump.o buffer.o complt.o display.o cmode.o echo.o extend.o file.o help.o kbd.o keymap.o line.o macro.o main.o match.o modes.o paragraph.o random.o region.o regex.o re_search.o search.o skg.o kanji.o undo.o word.o cinfo.o spawn.o ttyio.o tty.o ttykbd.o fileio.o canna.o  
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttyio.o: in function `setttysize':
ttyio.c:(.text+0x26c): undefined reference to `tgetnum'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttyio.c:(.text+0x2a2): undefined reference to `tgetnum'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttyio.o: in function `ttopen':
ttyio.c:(.text+0x50b): undefined reference to `tgetent'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-libressl-20190728-034603

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *




emerge -qpvO app-editors/ng
[ebuild  N    ] app-editors/ng-1.5_beta1-r2  USE="-canna"
Comment 1 Toralf Förster gentoo-dev 2019-07-29 17:49:48 UTC
Created attachment 585022 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-29 17:49:51 UTC
Created attachment 585024 [details]
app-editors:ng-1.5_beta1-r2:20190729-030317.log
Comment 3 Toralf Förster gentoo-dev 2019-07-29 17:49:54 UTC
Created attachment 585026 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-29 17:49:56 UTC
Created attachment 585028 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-29 17:49:59 UTC
Created attachment 585030 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-29 17:50:02 UTC
Created attachment 585032 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-29 17:50:05 UTC
Created attachment 585034 [details]
temp.tbz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-09 15:48:06 UTC
Still an issue.
Comment 9 Larry the Git Cow gentoo-dev 2021-01-09 16:44:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dbfbf2e15c8186dc10802f4766a528d0a8b145

commit 20dbfbf2e15c8186dc10802f4766a528d0a8b145
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-01-09 16:44:17 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-01-09 16:44:36 +0000

    app-editors/ng: Fixed build with sys-libs/ncurses[tinfo]
    
    Closes: https://bugs.gentoo.org/691014
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 app-editors/ng/files/ng-1.5beta1-ncurses.patch | 28 +++++++++++++++-----------
 1 file changed, 16 insertions(+), 12 deletions(-)