Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714142 - x11-terms/kterm-6.2.0-r7 : charproc.c: fatal error: kfontlist.c: No such file or directory
Summary: x11-terms/kterm-6.2.0-r7 : charproc.c: fatal error: kfontlist.c: No such file...
Status: CONFIRMED
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: 2020-03-24 08:21 UTC by Toralf Förster
Modified: 2023-08-15 09:43 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.24 KB, text/plain)
2020-03-24 08:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,284.56 KB, text/plain)
2020-03-24 08:21 UTC, Toralf Förster
Details
environment (environment,91.32 KB, text/plain)
2020-03-24 08:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.15 KB, application/x-bzip)
2020-03-24 08:21 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.23 KB, application/x-bzip)
2020-03-24 08:21 UTC, Toralf Förster
Details
x11-terms:kterm-6.2.0-r6:20200323-234355.log (x11-terms:kterm-6.2.0-r6:20200323-234355.log,47.09 KB, text/plain)
2020-03-24 08:21 UTC, Toralf Förster
Details
create Makefile, m4, and then make the rest (kterm-6.2.0-r7.ebuild.diff,399 bytes, patch)
2023-08-15 09:43 UTC, OKUMURA N. Shin-ya
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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