Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689992 - app-i18n/skkfep-0.87-r1 : terms.c:(.text+<snip>): undefined reference to tgetent
Summary: app-i18n/skkfep-0.87-r1 : terms.c:(.text+<snip>): undefined reference to tgetent
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:
 
Reported: 2019-07-16 15:54 UTC by Toralf Förster
Modified: 2019-10-03 12:50 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.68 KB, text/plain)
2019-07-16 15:54 UTC, Toralf Förster
Details
app-i18n:skkfep-0.87-r1:20190716-050026.log (app-i18n:skkfep-0.87-r1:20190716-050026.log,46.24 KB, text/plain)
2019-07-16 15:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,88.86 KB, text/plain)
2019-07-16 15:54 UTC, Toralf Förster
Details
environment (environment,44.83 KB, text/plain)
2019-07-16 15:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.46 KB, application/x-bzip)
2019-07-16 15:54 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,17.90 KB, application/x-bzip)
2019-07-16 15:54 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-16 15:54:11 UTC
x86_64-pc-linux-gnu-gcc   -DUSE_LOCALE -O2 -pipe -march=native -o skkfep fep.o connsh.o readwrite.o terms.o stty.o keybind.o romkan.o etc.o kkconv.o keymap.o version.o skklib.o connserv.o -lutil  -Wl,-O1 -Wl,--as-needed -lncurses
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: terms.o: in function `getTCstr':
terms.c:(.text+0x3c): undefined reference to `tgetent'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: terms.c:(.text+0x58): undefined reference to `tgetstr'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: terms.c:(.text+0xb7): undefined reference to `tgetstr'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: terms.c:(.text+0x10a): undefined reference to `tgetflag'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-libressl-20190714-193026

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

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-i18n/skkfep
[ebuild  N    ] app-i18n/skkfep-0.87-r1
Comment 1 Toralf Förster gentoo-dev 2019-07-16 15:54:14 UTC
Created attachment 583042 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-16 15:54:16 UTC
Created attachment 583044 [details]
app-i18n:skkfep-0.87-r1:20190716-050026.log
Comment 3 Toralf Förster gentoo-dev 2019-07-16 15:54:19 UTC
Created attachment 583046 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-16 15:54:22 UTC
Created attachment 583048 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-16 15:54:25 UTC
Created attachment 583050 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-16 15:54:27 UTC
Created attachment 583052 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-10-03 12:50:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50

commit 4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2019-10-03 12:48:39 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2019-10-03 12:48:39 +0000

    app-i18n/skkfep: fix build with sys-libs/ncurses[tinfo]
    
    Closes: https://bugs.gentoo.org/689992
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Akinori Hattori <hattya@gentoo.org>

 app-i18n/skkfep/skkfep-0.87-r1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)