Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 714142

Summary: x11-terms/kterm-6.2.0-r7 : charproc.c: fatal error: kfontlist.c: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: CJK Team <cjk>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2
x11-terms:kterm-6.2.0-r6:20200323-234355.log
create Makefile, m4, and then make the rest

Description Toralf Förster gentoo-dev 2020-03-24 08:21:12 UTC
make depend
gccmakedep  --   -I/usr/include    -Dlinux -D__amd64__ -D_POSIX_SOURCE -D_POSIX_C_SOURCE=2 				-D_BSD_SOURCE -D_SVID_SOURCE 				 -DX_LOCALE  -DFUNCPROTO=15 -DNARROWPROTO     -DKTERM -DSTATUSLINE -DKEEPALIVE -DWALLPAPER   -- button.c charproc.c cursor.c data.c input.c 		  main.c menu.c misc.c screen.c scrollbar.c tabs.c 		  util.c VTPrsTbl.c kanji_map.c 		   gset.c convert.c xim.c kinput2.c convlib.c
charproc.c:927:11: fatal error: kfontlist.c: No such file or directory
  927 | # include kfontlist.c
      |           ^~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200316-165821

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
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.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.1 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Mar 23 22:13:44 UTC 2020
/var/db/repos/musl	Sun Mar 22 15:02:57 UTC 2020

emerge -qpvO x11-terms/kterm
[ebuild  N    ] x11-terms/kterm-6.2.0-r6  USE="-Xaw3d"
Comment 1 Toralf Förster gentoo-dev 2020-03-24 08:21:15 UTC
Created attachment 624924 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-24 08:21:17 UTC
Created attachment 624926 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-24 08:21:20 UTC
Created attachment 624928 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-24 08:21:23 UTC
Created attachment 624930 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-24 08:21:26 UTC
Created attachment 624932 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-24 08:21:28 UTC
Created attachment 624934 [details]
x11-terms:kterm-6.2.0-r6:20200323-234355.log
Comment 7 Agostino Sarubbo gentoo-dev 2022-10-12 08:24:28 UTC
tinderbox_musl has reproduced this issue with version 6.2.0-r7 - Updating summary.
Comment 8 Agostino Sarubbo gentoo-dev 2022-12-21 13:33:45 UTC
reproduced on non-musl - Assigning to maintainer
Comment 9 OKUMURA N. Shin-ya 2023-08-15 09:43:24 UTC
Created attachment 867851 [details, diff]
create Makefile, m4, and then make the rest

This patch, for kterm-6.2.0-r7.ebuild, do step by step;
(1) create Makefile (without Makefiles, includes and depend)
(2) create kfontlist.c (before make depend)
(3) make Makefiles, includes and depend