Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 624934 Details for
Bug 714142
x11-terms/kterm-6.2.0-r7 : charproc.c: fatal error: kfontlist.c: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-terms:kterm-6.2.0-r6:20200323-234355.log
x11-terms:kterm-6.2.0-r6:20200323-234355.log (text/plain), 47.09 KB, created by
Toralf Förster
on 2020-03-24 08:21:28 UTC
(
hide
)
Description:
x11-terms:kterm-6.2.0-r6:20200323-234355.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-03-24 08:21:28 UTC
Size:
47.09 KB
patch
obsolete
> * Package: x11-terms/kterm-6.2.0-r6 > * Repository: gentoo > * Maintainer: cjk@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking kterm-6.2.0.tar.gz to /var/tmp/portage/x11-terms/kterm-6.2.0-r6/work >>>> Unpacking kterm-6.2.0-wpi.patch.gz to /var/tmp/portage/x11-terms/kterm-6.2.0-r6/work >>>> Unpacking kterm-6.2.0.ext02.patch.gz to /var/tmp/portage/x11-terms/kterm-6.2.0-r6/work >>>> Source unpacked in /var/tmp/portage/x11-terms/kterm-6.2.0-r6/work >>>> Preparing source in /var/tmp/portage/x11-terms/kterm-6.2.0-r6/work/kterm-6.2.0 ... > * Applying kterm-6.2.0-wpi.patch ... > [ ok ] > * Applying kterm-6.2.0.ext02.patch ... >patching file 0README.ext.ja >patching file Imakefile >Hunk #2 succeeded at 78 with fuzz 1 (offset 1 line). >patching file KTerm.ad >patching file VTPrsTbl.c >patching file VTparse.def >patching file VTparse.h >patching file charproc.c >Hunk #15 succeeded at 3592 (offset 5 lines). >Hunk #16 succeeded at 3881 (offset 5 lines). >Hunk #17 succeeded at 4457 (offset 39 lines). >patching file convert.c >patching file gset.c >patching file gset.h >patching file kanji_map.c >patching file kanji_map.h >patching file kfontlist.def >patching file kfontlist.m4 >patching file kterm.h >patching file kterm.jman >patching file kterm.man >patching file main.c >Hunk #1 succeeded at 717 (offset 7 lines). >Hunk #2 succeeded at 867 (offset 10 lines). >patching file menu.c >patching file util.c >Hunk #2 succeeded at 1341 (offset 144 lines). > [ ok ] > * Applying kterm-openpty.patch ... > [ ok ] > * Applying kterm-gentoo.patch ... > [ ok ] > * Applying kterm-ad-gentoo.patch ... > [ ok ] > * Applying kterm-underline.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/x11-terms/kterm-6.2.0-r6/work/kterm-6.2.0 ... >imake -DUseInstalled -I/usr/lib/X11/config >make Makefiles >make: Nothing to be done for 'Makefiles'. >make includes >make: Nothing to be done for 'includes'. >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. >>>> Source configured. >>>> Compiling source in /var/tmp/portage/x11-terms/kterm-6.2.0-r6/work/kterm-6.2.0 ... >make -j1 CC=x86_64-gentoo-linux-musl-gcc 'CDEBUGFLAGS=-O2 -pipe -march=native -fno-common -falign-functions=32:25:16' 'LOCAL_LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'TERMCAPLIB=-lncurses -ltinfo' XAPPLOADDIR=/usr/share/X11/app-defaults >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -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 -c -o button.o button.c >button.c: In function âSelectionReceivedâ: >button.c:373:6: warning: implicit declaration of function âconvCTtoCSâ; did you mean âconvCStoJISâ? [-Wimplicit-function-declaration] > 373 | n = convCTtoCS(ct, *length, NULL); > | ^~~~~~~~~~ > | convCStoJIS >button.c:432:6: warning: implicit declaration of function âv_writeâ; did you mean âfwriteâ? [-Wimplicit-function-declaration] > 432 | v_write(pty, lag, cp - lag + 1); > | ^~~~~~~ > | fwrite >button.c: In function âStartSelectâ: >button.c:571:6: warning: implicit declaration of function âHideCursorâ; did you mean âBadCursorâ? [-Wimplicit-function-declaration] > 571 | HideCursor (); > | ^~~~~~~~~~ > | BadCursor >button.c: In function âEndExtendâ: >button.c:636:4: warning: implicit declaration of function âTrackTextâ [-Wimplicit-function-declaration] > 636 | TrackText(0, 0, 0, 0); > | ^~~~~~~~~ >button.c: In function âSelectSetâ: >button.c:668:3: warning: implicit declaration of function âDisownSelectionâ; did you mean âXtDisownSelectionâ? [-Wimplicit-function-declaration] > 668 | DisownSelection(term); > | ^~~~~~~~~~~~~~~ > | XtDisownSelection >button.c: At top level: >button.c:778:1: warning: return type defaults to âintâ [-Wimplicit-int] > 778 | ScrollSelection(screen, amount) > | ^~~~~~~~~~~~~~~ >button.c:813:1: warning: return type defaults to âintâ [-Wimplicit-int] > 813 | ResizeSelection (screen, rows, cols) > | ^~~~~~~~~~~~~~~ >button.c: In function âPointToRowColâ: >button.c:843:11: warning: type defaults to âintâ in declaration of ârowâ [-Wimplicit-int] > 843 | register row, col; > | ^~~ >button.c:843:16: warning: type defaults to âintâ in declaration of âcolâ [-Wimplicit-int] > 843 | register row, col; > | ^~~ >button.c: At top level: >button.c:1255:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1255 | TrackText(frow, fcol, trow, tcol) > | ^~~~~~~~~ >button.c: In function âTrackTextâ: >button.c:1268:50: warning: âreturnâ with no value, in function returning non-void > 1268 | trow == old_endrow && tcol == old_endcol) return; > | ^~~~~~ >button.c:1255:1: note: declared here > 1255 | TrackText(frow, fcol, trow, tcol) > | ^~~~~~~~~ >button.c: In function âReHiliteTextâ: >button.c:1323:7: warning: implicit declaration of function âScrnRefreshâ [-Wimplicit-function-declaration] > 1323 | ScrnRefresh(screen, frow, fcol, 1, i, True); > | ^~~~~~~~~~~ >button.c: In function âSaltTextAwayâ: >button.c:1386:25: warning: implicit declaration of function âmallocâ [-Wimplicit-function-declaration] > 1386 | if((line = (Ichr *)malloc((unsigned)((j + 1) * sizeof(Ichr)))) == (Ichr *)NULL) > | ^~~~~~ >button.c:1386:25: warning: incompatible implicit declaration of built-in function âmallocâ >button.c:43:1: note: include â<stdlib.h>â or provide a declaration of âmallocâ > 42 | #include "menu.h" > +++ |+#include <stdlib.h> > 43 | >button.c:1387:3: warning: implicit declaration of function âSysErrorâ [-Wimplicit-function-declaration] > 1387 | SysError(ERROR_BMALLOC2); > | ^~~~~~~~ >button.c: In function âConvertSelectionâ: >button.c:1486:16: warning: implicit declaration of function âconvCStoCTâ [-Wimplicit-function-declaration] > 1486 | *length = convCStoCT(xterm->screen.selection, NULL); > | ^~~~~~~~~~ >button.c:1491:16: warning: implicit declaration of function âconvCStoLatin1â [-Wimplicit-function-declaration] > 1491 | *length = convCStoLatin1(xterm->screen.selection, NULL); > | ^~~~~~~~~~~~~~ >button.c: At top level: >button.c:1690:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1690 | DisownSelection(termw) > | ^~~~~~~~~~~~~~~ >button.c: In function âSaveTextâ: >button.c:1765:6: warning: implicit declaration of function âScrnGetAttributesâ [-Wimplicit-function-declaration] > 1765 | if(ScrnGetAttributes(screen, row + screen->topline, 0, &attr, 1) == 1) { > | ^~~~~~~~~~~~~~~~~ >m4 kfontlist.m4 > kfontlist.c >rm -f charproc.o >x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -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 charproc.c >charproc.c:1022:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1022 | doSS(gset) > | ^~~~ >charproc.c:1081:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1081 | doLS(gset) > | ^~~~ >charproc.c:1184:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1184 | doSJIS_p1() > | ^~~~~~~~~ >charproc.c:1250:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1250 | doSJIS_p2() > | ^~~~~~~~~ >charproc.c:1314:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1314 | doEUC_p1() > | ^~~~~~~~ >charproc.c:1370:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1370 | doEUC_p2() > | ^~~~~~~~ >charproc.c: In function âVTparseâ: >charproc.c:287:44: warning: implicit declaration of function âin_putâ; did you mean âfinputâ? [-Wimplicit-function-declaration] > 287 | #define doinput() (bcnt-- > 0 ? *bptr++ : in_put()) > | ^~~~~~ >charproc.c:1426:14: note: in expansion of macro âdoinputâ > 1426 | c = doinput(); > | ^~~~~~~ >charproc.c:1528:4: warning: implicit declaration of function âBellâ; did you mean âXBellâ? [-Wimplicit-function-declaration] > 1528 | Bell(XkbBI_TerminalBell,0); > | ^~~~ > | XBell >charproc.c:1533:4: warning: implicit declaration of function âCursorBackâ; did you mean âCursorXâ? [-Wimplicit-function-declaration] > 1533 | CursorBack(screen, 1); > | ^~~~~~~~~~ > | CursorX >charproc.c:1538:4: warning: implicit declaration of function âCarriageReturnâ [-Wimplicit-function-declaration] > 1538 | CarriageReturn(screen); > | ^~~~~~~~~~~~~~ >charproc.c:1554:4: warning: implicit declaration of function âIndexâ; did you mean âindexâ? [-Wimplicit-function-declaration] > 1554 | Index(screen, 1); > | ^~~~~ > | index >charproc.c:1563:6: warning: implicit declaration of function âxeventsâ [-Wimplicit-function-declaration] > 1563 | xevents(); > | ^~~~~~~ >charproc.c:1569:22: warning: implicit declaration of function âTabNextâ [-Wimplicit-function-declaration] > 1569 | screen->cur_col = TabNext(term->tabs, screen->cur_col); > | ^~~~~~~ >charproc.c:1681:4: warning: implicit declaration of function âInsertCharâ [-Wimplicit-function-declaration] > 1681 | InsertChar(screen, row); > | ^~~~~~~~~~ >charproc.c:1692:4: warning: implicit declaration of function âCursorUpâ; did you mean âCursorXâ? [-Wimplicit-function-declaration] > 1692 | CursorUp(screen, row); > | ^~~~~~~~ > | CursorX >charproc.c:1703:4: warning: implicit declaration of function âCursorDownâ; did you mean âCursorXâ? [-Wimplicit-function-declaration] > 1703 | CursorDown(screen, row); > | ^~~~~~~~~~ > | CursorX >charproc.c:1711:4: warning: implicit declaration of function âCursorForwardâ [-Wimplicit-function-declaration] > 1711 | CursorForward(screen, row); > | ^~~~~~~~~~~~~ >charproc.c:1738:4: warning: implicit declaration of function âCursorSetâ; did you mean âCursorXâ? [-Wimplicit-function-declaration] > 1738 | CursorSet(screen, row-1, col-1, term->flags); > | ^~~~~~~~~ > | CursorX >charproc.c:1758:5: warning: implicit declaration of function âClearRightâ [-Wimplicit-function-declaration] > 1758 | ClearRight(screen); > | ^~~~~~~~~~ >charproc.c:1761:5: warning: implicit declaration of function âClearBelowâ [-Wimplicit-function-declaration] > 1761 | ClearBelow(screen); > | ^~~~~~~~~~ >charproc.c:1767:5: warning: implicit declaration of function âClearLeftâ [-Wimplicit-function-declaration] > 1767 | ClearLeft(screen); > | ^~~~~~~~~ >charproc.c:1770:5: warning: implicit declaration of function âClearAboveâ [-Wimplicit-function-declaration] > 1770 | ClearAbove(screen); > | ^~~~~~~~~~ >charproc.c:1776:5: warning: implicit declaration of function âClearLineâ [-Wimplicit-function-declaration] > 1776 | ClearLine(screen); > | ^~~~~~~~~ >charproc.c:1779:5: warning: implicit declaration of function âClearScreenâ [-Wimplicit-function-declaration] > 1779 | ClearScreen(screen); > | ^~~~~~~~~~~ >charproc.c:1809:4: warning: implicit declaration of function âInsertLineâ [-Wimplicit-function-declaration] > 1809 | InsertLine(screen, row); > | ^~~~~~~~~~ >charproc.c:1820:4: warning: implicit declaration of function âDeleteLineâ [-Wimplicit-function-declaration] > 1820 | DeleteLine(screen, row); > | ^~~~~~~~~~ >charproc.c:1828:4: warning: implicit declaration of function âDeleteCharâ [-Wimplicit-function-declaration] > 1828 | DeleteChar(screen, row); > | ^~~~~~~~~~ >charproc.c:1852:5: warning: implicit declaration of function âunparseseqâ [-Wimplicit-function-declaration] > 1852 | unparseseq(&reply, screen->respond); > | ^~~~~~~~~~ >charproc.c:1860:5: warning: implicit declaration of function âTabClearâ [-Wimplicit-function-declaration] > 1860 | TabClear(term->tabs, screen->cur_col); > | ^~~~~~~~ >charproc.c:1862:5: warning: implicit declaration of function âTabZonkâ [-Wimplicit-function-declaration] > 1862 | TabZonk(term->tabs); > | ^~~~~~~ >charproc.c:1868:4: warning: implicit declaration of function âansi_modesâ [-Wimplicit-function-declaration] > 1868 | ansi_modes(term, bitset); > | ^~~~~~~~~~ >charproc.c:1974:8: warning: implicit declaration of function âFlushScrollâ [-Wimplicit-function-declaration] > 1974 | FlushScroll(screen); > | ^~~~~~~~~~~ >charproc.c:2027:4: warning: implicit declaration of function âdpmodesâ [-Wimplicit-function-declaration] > 2027 | dpmodes(term, bitset); > | ^~~~~~~ >charproc.c:2044:5: warning: implicit declaration of function âHideCursorâ; did you mean âBadCursorâ? [-Wimplicit-function-declaration] > 2044 | HideCursor(); > | ^~~~~~~~~~ > | BadCursor >charproc.c:2061:4: warning: implicit declaration of function âScrnRefreshâ [-Wimplicit-function-declaration] > 2061 | ScrnRefresh(screen, 0, 0, screen->max_row + 1, > | ^~~~~~~~~~~ >charproc.c:2097:4: warning: implicit declaration of function âCursorSaveâ; did you mean âCursorShapeâ? [-Wimplicit-function-declaration] > 2097 | CursorSave(term, &screen->sc); > | ^~~~~~~~~~ > | CursorShape >charproc.c:2103:4: warning: implicit declaration of function âCursorRestoreâ [-Wimplicit-function-declaration] > 2103 | CursorRestore(term, &screen->sc); > | ^~~~~~~~~~~~~ >charproc.c:2157:4: warning: implicit declaration of function âTabSetâ [-Wimplicit-function-declaration] > 2157 | TabSet(term->tabs, screen->cur_col); > | ^~~~~~ >charproc.c:2166:4: warning: implicit declaration of function âRevIndexâ [-Wimplicit-function-declaration] > 2166 | RevIndex(screen, 1); > | ^~~~~~~~ >charproc.c:2191:4: warning: implicit declaration of function âdo_oscâ [-Wimplicit-function-declaration] > 2191 | do_osc(finput); > | ^~~~~~ >charproc.c:2197:4: warning: implicit declaration of function âVTResetâ [-Wimplicit-function-declaration] > 2197 | VTReset(TRUE); > | ^~~~~~~ >charproc.c:2235:4: warning: implicit declaration of function âToStatusâ; did you mean âStatusâ? [-Wimplicit-function-declaration] > 2235 | ToStatus(col-1); > | ^~~~~~~~ > | Status >charproc.c:2240:4: warning: implicit declaration of function âFromStatusâ [-Wimplicit-function-declaration] > 2240 | FromStatus(); > | ^~~~~~~~~~ >charproc.c:2245:4: warning: implicit declaration of function âShowStatusâ; did you mean âStatusâ? [-Wimplicit-function-declaration] > 2245 | ShowStatus(); > | ^~~~~~~~~~ > | Status >charproc.c:2250:4: warning: implicit declaration of function âHideStatusâ; did you mean âStatusâ? [-Wimplicit-function-declaration] > 2250 | HideStatus(); > | ^~~~~~~~~~ > | Status >charproc.c:2255:4: warning: implicit declaration of function âEraseStatusâ [-Wimplicit-function-declaration] > 2255 | EraseStatus(); > | ^~~~~~~~~~~ >charproc.c:2261:4: warning: implicit declaration of function âsavemodesâ [-Wimplicit-function-declaration] > 2261 | savemodes(term); > | ^~~~~~~~~ >charproc.c:2266:4: warning: implicit declaration of function ârestoremodesâ [-Wimplicit-function-declaration] > 2266 | restoremodes(term); > | ^~~~~~~~~~~~ >charproc.c: At top level: >charproc.c:2277:8: warning: return type defaults to âintâ [-Wimplicit-int] > 2277 | static finput() > | ^~~~~~ >charproc.c:2291:1: warning: return type defaults to âintâ [-Wimplicit-int] > 2291 | v_write(f, d, len) > | ^~~~~~~ >charproc.c: In function âv_writeâ: >charproc.c:2344:18: warning: implicit declaration of function âreallocâ [-Wimplicit-function-declaration] > 2344 | v_buffer = realloc(v_buffer, size + len); > | ^~~~~~~ >charproc.c:2344:18: warning: incompatible implicit declaration of built-in function âreallocâ >charproc.c:928:1: note: include â<stdlib.h>â or provide a declaration of âreallocâ > 927 | # include "kfontlist.c" > +++ |+#include <stdlib.h> > 928 | # endif /* KTERM_MBCS */ >charproc.c:2417:17: warning: incompatible implicit declaration of built-in function âreallocâ > 2417 | v_buffer = realloc(v_buffer, allocsize); > | ^~~~~~~ >charproc.c:2417:17: note: include â<stdlib.h>â or provide a declaration of âreallocâ >charproc.c: At top level: >charproc.c:2438:1: warning: return type defaults to âintâ [-Wimplicit-int] > 2438 | in_put() > | ^~~~~~ >charproc.c: In function âin_putâ: >charproc.c:2453:7: warning: implicit declaration of function âCleanupâ [-Wimplicit-function-declaration] > 2453 | Cleanup (0); > | ^~~~~~~ >charproc.c:2455:7: warning: implicit declaration of function âPanicâ [-Wimplicit-function-declaration] > 2455 | Panic( > | ^~~~~ >charproc.c:2483:7: warning: implicit declaration of function âWindowScrollâ [-Wimplicit-function-declaration] > 2483 | WindowScroll(screen, 0); /* Scroll to bottom */ > | ^~~~~~~~~~~~ >charproc.c:2500:6: warning: implicit declaration of function âShowCursorâ [-Wimplicit-function-declaration] > 2500 | ShowCursor(); > | ^~~~~~~~~~ >charproc.c:2537:3: warning: implicit declaration of function âSysErrorâ [-Wimplicit-function-declaration] > 2537 | SysError(ERROR_SELECT); > | ^~~~~~~~ >charproc.c: In function âWriteTextâ: >charproc.c:2684:2: warning: implicit declaration of function âBreakMBcharâ [-Wimplicit-function-declaration] > 2684 | BreakMBchar(screen); > | ^~~~~~~~~~~ >charproc.c:2689:2: warning: implicit declaration of function âScreenWriteâ [-Wimplicit-function-declaration] > 2689 | ScreenWrite(screen, str, flags, gset, len); > | ^~~~~~~~~~~ >charproc.c:2692:9: warning: implicit declaration of function âAddToRefreshâ [-Wimplicit-function-declaration] > 2692 | if (!(AddToRefresh(screen))) { > | ^~~~~~~~~~~~ >charproc.c:2695:4: warning: implicit declaration of function âScreenDrawâ [-Wimplicit-function-declaration] > 2695 | ScreenDraw(screen, screen->cur_row, screen->cur_col, > | ^~~~~~~~~~ >charproc.c: At top level: >charproc.c:2795:1: warning: return type defaults to âintâ [-Wimplicit-int] > 2795 | ansi_modes(termw, func) > | ^~~~~~~~~~ >charproc.c:2818:1: warning: return type defaults to âintâ [-Wimplicit-int] > 2818 | dpmodes(termw, func) > | ^~~~~~~ >charproc.c: In function âdpmodesâ: >charproc.c:2866:10: warning: implicit declaration of function âScreenResizeâ [-Wimplicit-function-declaration] > 2866 | ScreenResize (&termw->screen, > | ^~~~~~~~~~~~ >charproc.c:2889:5: warning: implicit declaration of function âReverseVideoâ; did you mean âXtCReverseVideoâ? [-Wimplicit-function-declaration] > 2889 | ReverseVideo(termw); > | ^~~~~~~~~~~~ > | XtCReverseVideo >charproc.c: At top level: >charproc.c:2998:1: warning: return type defaults to âintâ [-Wimplicit-int] > 2998 | savemodes(termw) > | ^~~~~~~~~ >charproc.c:3069:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3069 | restoremodes(termw) > | ^~~~~~~~~~~~ >charproc.c:3226:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3226 | unparseseq(ap, fd) > | ^~~~~~~~~~ >charproc.c: In function âunparseseqâ: >charproc.c:3236:3: warning: implicit declaration of function âunparseputcâ [-Wimplicit-function-declaration] > 3236 | unparseputc(ESC, fd); > | ^~~~~~~~~~~ >charproc.c:3247:4: warning: implicit declaration of function âunparseputnâ [-Wimplicit-function-declaration] > 3247 | unparseputn((unsigned int) ap->a_param[i], fd); > | ^~~~~~~~~~~ >charproc.c: At top level: >charproc.c:3259:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3259 | unparseputn(n, fd) > | ^~~~~~~~~~~ >charproc.c:3271:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3271 | unparseputc(c, fd) > | ^~~~~~~~~~~ >charproc.c: In function âunparseputcâ: >charproc.c:3276:11: warning: type defaults to âintâ in declaration of âiâ [-Wimplicit-int] > 3276 | register i = 1; > | ^ >charproc.c: At top level: >charproc.c:3286:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3286 | unparsefputs (s, fd) > | ^~~~~~~~~~~~ >charproc.c: In function âSwitchBufsâ: >charproc.c:3333:2: warning: implicit declaration of function âSwitchBufPtrsâ; did you mean âSwitchBufsâ? [-Wimplicit-function-declaration] > 3333 | SwitchBufPtrs(screen); > | ^~~~~~~~~~~~~ > | SwitchBufs >charproc.c:3334:2: warning: implicit declaration of function âTrackTextâ [-Wimplicit-function-declaration] > 3334 | TrackText(0, 0, 0, 0); /* remove any highlighting */ > | ^~~~~~~~~ >charproc.c: At top level: >charproc.c:3360:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3360 | SwitchBufPtrs(screen) > | ^~~~~~~~~~~~~ >charproc.c:3385:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3385 | VTRun() > | ^~~~~ >charproc.c: In function âVTRunâ: >charproc.c:3391:2: warning: implicit declaration of function âVTInitâ [-Wimplicit-function-declaration] > 3391 | VTInit (); > | ^~~~~~ >charproc.c: In function âVTExposeâ: >charproc.c:3441:3: warning: implicit declaration of function âHandleExposureâ; did you mean âHandleSecureâ? [-Wimplicit-function-declaration] > 3441 | HandleExposure (screen, event); > | ^~~~~~~~~~~~~~ > | HandleSecure >charproc.c: In function âVTInitializeâ: >charproc.c:3691:4: warning: implicit declaration of function âset_character_classâ [-Wimplicit-function-declaration] > 3691 | set_character_class (new->screen.charClass); > | ^~~~~~~~~~~~~~~~~~~ >charproc.c:3694:4: warning: implicit declaration of function âScrollBarOnâ [-Wimplicit-function-declaration] > 3694 | ScrollBarOn (new, TRUE, FALSE); > | ^~~~~~~~~~~ >charproc.c: In function âVTRealizeâ: >charproc.c:3737:2: warning: implicit declaration of function âTabResetâ [-Wimplicit-function-declaration] > 3737 | TabReset (term->tabs); > | ^~~~~~~~ >charproc.c:3744:7: warning: implicit declaration of function âLoadNewFontâ; did you mean âXLoadFontâ? [-Wimplicit-function-declaration] > 3744 | if (!LoadNewFont(screen, False, 0)) { > | ^~~~~~~~~~~ > | XLoadFont >charproc.c:3775:6: warning: implicit declaration of function âExitâ; did you mean âexitâ? [-Wimplicit-function-declaration] > 3775 | Exit (1); > | ^~~~ > | exit >charproc.c:3784:4: warning: implicit declaration of function ârecolor_cursorâ; did you mean âXRecolorCursorâ? [-Wimplicit-function-declaration] > 3784 | recolor_cursor (screen->pointer_cursor, > | ^~~~~~~~~~~~~~ > | XRecolorCursor >charproc.c:3884:2: warning: implicit declaration of function âset_cursor_gcsâ [-Wimplicit-function-declaration] > 3884 | set_cursor_gcs (screen, F_ISO8859_1); > | ^~~~~~~~~~~~~~ >charproc.c:3892:2: warning: implicit declaration of function âsetupgsetâ [-Wimplicit-function-declaration] > 3892 | setupgset(); > | ^~~~~~~~~ >charproc.c:3946:2: warning: implicit declaration of function âset_vt_boxâ [-Wimplicit-function-declaration] > 3946 | set_vt_box (screen); > | ^~~~~~~~~~ >charproc.c: In function âVTSetValuesâ: >charproc.c:4178:6: warning: implicit declaration of function âScrollBarOffâ [-Wimplicit-function-declaration] > 4178 | ScrollBarOff (&newvt->screen); > | ^~~~~~~~~~~~ >charproc.c: At top level: >charproc.c:4205:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4205 | ShowCursor() > | ^~~~~~~~~~ >charproc.c: In function âShowCursorâ: >charproc.c:4220:27: warning: âreturnâ with no value, in function returning non-void > 4220 | if (eventMode != NORMAL) return; > | ^~~~~~ >charproc.c:4205:1: note: declared here > 4205 | ShowCursor() > | ^~~~~~~~~~ >charproc.c:4228:3: warning: âreturnâ with no value, in function returning non-void > 4228 | return; > | ^~~~~~ >charproc.c:4205:1: note: declared here > 4205 | ShowCursor() > | ^~~~~~~~~~ >charproc.c:4339:2: warning: implicit declaration of function âIMSendSpotâ [-Wimplicit-function-declaration] > 4339 | IMSendSpot(screen); > | ^~~~~~~~~~ >charproc.c:4342:2: warning: implicit declaration of function âKinput2SendSpotâ [-Wimplicit-function-declaration] > 4342 | Kinput2SendSpot(); > | ^~~~~~~~~~~~~~~ >charproc.c: At top level: >charproc.c:4349:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4349 | HideCursor() > | ^~~~~~~~~~ >charproc.c: In function âHideCursorâ: >charproc.c:4373:3: warning: âreturnâ with no value, in function returning non-void > 4373 | return; > | ^~~~~~ >charproc.c:4349:1: note: declared here > 4349 | HideCursor() > | ^~~~~~~~~~ >charproc.c: At top level: >charproc.c:4453:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4453 | VTReset(full) > | ^~~~~~~ >charproc.c:4537:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4537 | ToStatus(col) > | ^~~~~~~~ >charproc.c:4556:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4556 | FromStatus() > | ^~~~~~~~~~ >charproc.c: In function âFromStatusâ: >charproc.c:4561:3: warning: âreturnâ with no value, in function returning non-void > 4561 | return; > | ^~~~~~ >charproc.c:4556:1: note: declared here > 4556 | FromStatus() > | ^~~~~~~~~~ >charproc.c: At top level: >charproc.c:4566:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4566 | ShowStatus() > | ^~~~~~~~~~ >charproc.c: In function âShowStatusâ: >charproc.c:4571:3: warning: âreturnâ with no value, in function returning non-void > 4571 | return; > | ^~~~~~ >charproc.c:4566:1: note: declared here > 4566 | ShowStatus() > | ^~~~~~~~~~ >charproc.c:4573:2: warning: implicit declaration of function âDoResizeScreenâ [-Wimplicit-function-declaration] > 4573 | DoResizeScreen(term); > | ^~~~~~~~~~~~~~ >charproc.c:4575:3: warning: implicit declaration of function âResizeScrollBarâ [-Wimplicit-function-declaration] > 4575 | ResizeScrollBar(screen->scrollWidget, -1, -1, > | ^~~~~~~~~~~~~~~ >charproc.c: At top level: >charproc.c:4579:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4579 | HideStatus() > | ^~~~~~~~~~ >charproc.c: In function âHideStatusâ: >charproc.c:4587:3: warning: âreturnâ with no value, in function returning non-void > 4587 | return; > | ^~~~~~ >charproc.c:4579:1: note: declared here > 4579 | HideStatus() > | ^~~~~~~~~~ >charproc.c: At top level: >charproc.c:4605:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4605 | EraseStatus() > | ^~~~~~~~~~~ >charproc.c: In function âEraseStatusâ: >charproc.c:4616:3: warning: âreturnâ with no value, in function returning non-void > 4616 | return; > | ^~~~~~ >charproc.c:4605:1: note: declared here > 4605 | EraseStatus() > | ^~~~~~~~~~~ >charproc.c:4626:2: warning: implicit declaration of function âFillRectangleâ; did you mean âXFillRectangleâ? [-Wimplicit-function-declaration] > 4626 | FillRectangle(screen->display, TextWindow(screen), > | ^~~~~~~~~~~~~ > | XFillRectangle >charproc.c: At top level: >charproc.c:4637:1: warning: return type defaults to âintâ [-Wimplicit-int] > 4637 | StatusBox(screen) > | ^~~~~~~~~ >charproc.c: In function âset_character_classâ: >charproc.c:4724:17: warning: implicit declaration of function âSetCharacterClassRangeâ [-Wimplicit-function-declaration] > 4724 | } else if (SetCharacterClassRange (low, high, acc) != 0) { > | ^~~~~~~~~~~~~~~~~~~~~~ >charproc.c: In function âHandleBellâ: >charproc.c:4796:36: warning: implicit declaration of function âatoiâ [-Wimplicit-function-declaration] > 4796 | int percent = (*param_count) ? atoi(params[0]) : 0; > | ^~~~ >charproc.c: In function âHandleVisualBellâ: >charproc.c:4814:5: warning: implicit declaration of function âVisualBellâ; did you mean âXtCVisualBellâ? [-Wimplicit-function-declaration] > 4814 | VisualBell(); > | ^~~~~~~~~~ > | XtCVisualBell >charproc.c: In function âLoadNewFontâ: >charproc.c:5250:5: warning: implicit declaration of function âIMSendFontsâ [-Wimplicit-function-declaration] > 5250 | IMSendFonts(screen); > | ^~~~~~~~~~~ >charproc.c:5253:5: warning: implicit declaration of function âKinput2SendFontsâ [-Wimplicit-function-declaration] > 5253 | Kinput2SendFonts(); > | ^~~~~~~~~~~~~~~~ >charproc.c: In function âupdate_font_infoâ: >charproc.c:5463:2: warning: implicit declaration of function âRedrawâ [-Wimplicit-function-declaration] > 5463 | Redraw (); > | ^~~~~~ >charproc.c:5467:5: warning: implicit declaration of function âset_vt_graphicsâ [-Wimplicit-function-declaration] > 5467 | set_vt_graphics (screen); > | ^~~~~~~~~~~~~~~ >charproc.c: At top level: >charproc.c:5471:1: warning: return type defaults to âintâ [-Wimplicit-int] > 5471 | set_vt_box (screen) > | ^~~~~~~~~~ >charproc.c: In function âset_vt_boxâ: >charproc.c:5489:2: warning: implicit declaration of function âset_vt_box_per_gsetâ [-Wimplicit-function-declaration] > 5489 | set_vt_box_per_gset(screen); > | ^~~~~~~~~~~~~~~~~~~ >charproc.c: At top level: >charproc.c:5502:1: warning: return type defaults to âintâ [-Wimplicit-int] > 5502 | set_vt_graphics (screen) > | ^~~~~~~~~~~~~~~ >charproc.c:5624:1: warning: return type defaults to âintâ [-Wimplicit-int] > 5624 | set_cursor_gcs (screen, fnum) > | ^~~~~~~~~~~~~~ >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -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 -c -o cursor.o cursor.c >cursor.c: In function â_CheckSelectionâ: >cursor.c:47:2: warning: implicit declaration of function âTrackTextâ [-Wimplicit-function-declaration] > 47 | TrackText(0, 0, 0, 0); > | ^~~~~~~~~ >cursor.c: At top level: >cursor.c:58:1: warning: return type defaults to âintâ [-Wimplicit-int] > 58 | CursorSet(screen, row, col, flags) > | ^~~~~~~~~ >cursor.c:81:1: warning: return type defaults to âintâ [-Wimplicit-int] > 81 | CursorBack(screen, n) > | ^~~~~~~~~~ >cursor.c:110:1: warning: return type defaults to âintâ [-Wimplicit-int] > 110 | CursorForward(screen, n) > | ^~~~~~~~~~~~~ >cursor.c:125:1: warning: return type defaults to âintâ [-Wimplicit-int] > 125 | CursorDown(screen, n) > | ^~~~~~~~~~ >cursor.c:145:1: warning: return type defaults to âintâ [-Wimplicit-int] > 145 | CursorUp(screen, n) > | ^~~~~~~~ >cursor.c:165:1: warning: return type defaults to âintâ [-Wimplicit-int] > 165 | Index(screen, amount) > | ^~~~~ >cursor.c: In function âIndexâ: >cursor.c:178:3: warning: âreturnâ with no value, in function returning non-void > 178 | return; > | ^~~~~~ >cursor.c:165:1: note: declared here > 165 | Index(screen, amount) > | ^~~~~ >cursor.c:182:2: warning: implicit declaration of function âScrollâ [-Wimplicit-function-declaration] > 182 | Scroll(screen, amount - j); > | ^~~~~~ >cursor.c: At top level: >cursor.c:189:1: warning: return type defaults to âintâ [-Wimplicit-int] > 189 | RevIndex(screen, amount) > | ^~~~~~~~ >cursor.c: In function âRevIndexâ: >cursor.c:200:3: warning: âreturnâ with no value, in function returning non-void > 200 | return; > | ^~~~~~ >cursor.c:189:1: note: declared here > 189 | RevIndex(screen, amount) > | ^~~~~~~~ >cursor.c:203:2: warning: implicit declaration of function âRevScrollâ [-Wimplicit-function-declaration] > 203 | RevScroll(screen, amount - (screen->cur_row - screen->top_marg)); > | ^~~~~~~~~ >cursor.c: At top level: >cursor.c:210:1: warning: return type defaults to âintâ [-Wimplicit-int] > 210 | CarriageReturn(screen) > | ^~~~~~~~~~~~~~ >cursor.c:221:1: warning: return type defaults to âintâ [-Wimplicit-int] > 221 | CursorSave(term, sc) > | ^~~~~~~~~~ >cursor.c:238:1: warning: return type defaults to âintâ [-Wimplicit-int] > 238 | CursorRestore(term, sc) > | ^~~~~~~~~~~~~ >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -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 -c -o data.o data.c >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -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 -c -o input.o input.c >input.c: In function âAdjustAfterInputâ: >input.c:50:3: warning: implicit declaration of function âWindowScrollâ [-Wimplicit-function-declaration] > 50 | WindowScroll(screen, 0); > | ^~~~~~~~~~~~ >input.c:56:5: warning: implicit declaration of function âBellâ; did you mean âXBellâ? [-Wimplicit-function-declaration] > 56 | Bell(XkbBI_MarginBell,0); > | ^~~~ > | XBell >input.c: At top level: >input.c:67:1: warning: return type defaults to âintâ [-Wimplicit-int] > 67 | Input (keyboard, screen, event, eightbit) > | ^~~~~ >input.c: In function âInputâ: >input.c:94:15: warning: implicit declaration of function âXmuLookupKanaâ; did you mean âXLookupNoneâ? [-Wimplicit-function-declaration] > 94 | nbytes = XmuLookupKana (event, strbuf, STRBUFSIZE, > | ^~~~~~~~~~~~~ > | XLookupNone >input.c:124:3: warning: implicit declaration of function âunparseseqâ [-Wimplicit-function-declaration] > 124 | unparseseq(&reply, pty); > | ^~~~~~~~~~ >input.c:125:3: warning: implicit declaration of function âunparseputcâ [-Wimplicit-function-declaration] > 125 | unparseputc((char)(keysym-XK_KP_F1+'P'), pty); > | ^~~~~~~~~~~ >input.c:229:2: warning: âreturnâ with no value, in function returning non-void > 229 | return; > | ^~~~~~ >input.c:67:1: note: declared here > 67 | Input (keyboard, screen, event, eightbit) > | ^~~~~ >input.c: At top level: >input.c:232:1: warning: return type defaults to âintâ [-Wimplicit-int] > 232 | StringInput (screen, string, nbytes) > | ^~~~~~~~~~~ >rm -f main.o >x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -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 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=5 main.c >main.c:1166:27: warning: initialization of âPixmapâ {aka âlong unsigned intâ} from âvoid *â makes integer from pointer without a cast [-Wint-conversion] > 1166 | Pixmap BackgroundPixmap = NULL; > | ^~~~ >main.c:1167:33: warning: initialization of âPixmapâ {aka âlong unsigned intâ} from âvoid *â makes integer from pointer without a cast [-Wint-conversion] > 1167 | Pixmap BackgroundPixmap_shape = NULL; > | ^~~~ >main.c:1241:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1241 | main (argc, argv) > | ^~~~ >main.c: In function âmainâ: >main.c:1279:7: error: invalid use of undefined type âstruct termioâ > 1279 | d_tio.c_iflag = ICRNL|IXON; > | ^ >main.c:1280:7: error: invalid use of undefined type âstruct termioâ > 1280 | d_tio.c_oflag = OPOST|ONLCR|TAB3; > | ^ >main.c:1327:11: error: invalid use of undefined type âstruct termioâ > 1327 | d_tio.c_cflag = B9600|CS8|CREAD|PARENB|HUPCL; > | ^ >main.c:1329:11: error: invalid use of undefined type âstruct termioâ > 1329 | d_tio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK; > | ^ >main.c:1331:7: error: invalid use of undefined type âstruct termioâ > 1331 | d_tio.c_lflag |= ECHOKE|IEXTEN; > | ^ >main.c:1334:7: error: invalid use of undefined type âstruct termioâ > 1334 | d_tio.c_lflag |= ECHOCTL|IEXTEN; > | ^ >main.c:1339:7: error: invalid use of undefined type âstruct termioâ > 1339 | d_tio.c_line = 0; > | ^ >main.c:1345:7: error: invalid use of undefined type âstruct termioâ > 1345 | d_tio.c_cc[VINTR] = 'C' & 0x3f; /* '^C' */ > | ^ >main.c:1346:7: error: invalid use of undefined type âstruct termioâ > 1346 | d_tio.c_cc[VERASE] = 0x7f; /* DEL */ > | ^ >main.c:1347:7: error: invalid use of undefined type âstruct termioâ > 1347 | d_tio.c_cc[VKILL] = 'U' & 0x3f; /* '^U' */ > | ^ >main.c:1348:7: error: invalid use of undefined type âstruct termioâ > 1348 | d_tio.c_cc[VQUIT] = CQUIT; /* '^\' */ > | ^ >main.c:1349:11: error: invalid use of undefined type âstruct termioâ > 1349 | d_tio.c_cc[VEOF] = CEOF; /* '^D' */ > | ^ >main.c:1350:7: error: invalid use of undefined type âstruct termioâ > 1350 | d_tio.c_cc[VEOL] = CEOL; /* '^@' */ > | ^ >main.c:1355:7: error: invalid use of undefined type âstruct termioâ > 1355 | d_tio.c_cc[VLNEXT] = CLNEXT; > | ^ >main.c:1358:7: error: invalid use of undefined type âstruct termioâ > 1358 | d_tio.c_cc[VWERASE] = CWERASE; > | ^ >main.c:1361:7: error: invalid use of undefined type âstruct termioâ > 1361 | d_tio.c_cc[VREPRINT] = CRPRNT; > | ^ >main.c:1367:7: error: invalid use of undefined type âstruct termioâ > 1367 | d_tio.c_cc[VDISCARD] = CFLUSH; > | ^ >main.c:1373:7: error: invalid use of undefined type âstruct termioâ > 1373 | d_tio.c_cc[VSTOP] = CSTOP; > | ^ >main.c:1376:7: error: invalid use of undefined type âstruct termioâ > 1376 | d_tio.c_cc[VSTART] = CSTART; > | ^ >main.c:1379:7: error: invalid use of undefined type âstruct termioâ > 1379 | d_tio.c_cc[VSUSP] = CSUSP; > | ^ >main.c:1389:17: error: storage size of âdeftioâ isnât known > 1389 | struct termio deftio; > | ^~~~~~ >main.c:1391:12: error: invalid use of undefined type âstruct termioâ > 1391 | d_tio.c_cc[VINTR] = deftio.c_cc[VINTR]; > | ^ >main.c:1392:12: error: invalid use of undefined type âstruct termioâ > 1392 | d_tio.c_cc[VQUIT] = deftio.c_cc[VQUIT]; > | ^ >main.c:1393:12: error: invalid use of undefined type âstruct termioâ > 1393 | d_tio.c_cc[VERASE] = deftio.c_cc[VERASE]; > | ^ >main.c:1394:12: error: invalid use of undefined type âstruct termioâ > 1394 | d_tio.c_cc[VKILL] = deftio.c_cc[VKILL]; > | ^ >main.c:1395:12: error: invalid use of undefined type âstruct termioâ > 1395 | d_tio.c_cc[VEOF] = deftio.c_cc[VEOF]; > | ^ >main.c:1396:12: error: invalid use of undefined type âstruct termioâ > 1396 | d_tio.c_cc[VEOL] = deftio.c_cc[VEOL]; > | ^ >main.c:1401:12: error: invalid use of undefined type âstruct termioâ > 1401 | d_tio.c_cc[VEOL2] = deftio.c_cc[VEOL2]; > | ^ >main.c:1404:12: error: invalid use of undefined type âstruct termioâ > 1404 | d_tio.c_cc[VLNEXT] = deftio.c_cc[VLNEXT]; > | ^ >main.c:1407:12: error: invalid use of undefined type âstruct termioâ > 1407 | d_tio.c_cc[VWERASE] = deftio.c_cc[VWERASE]; > | ^ >main.c:1410:12: error: invalid use of undefined type âstruct termioâ > 1410 | d_tio.c_cc[VREPRINT] = deftio.c_cc[VREPRINT]; > | ^ >main.c:1416:12: error: invalid use of undefined type âstruct termioâ > 1416 | d_tio.c_cc[VDISCARD] = deftio.c_cc[VDISCARD]; > | ^ >main.c:1422:12: error: invalid use of undefined type âstruct termioâ > 1422 | d_tio.c_cc[VSTOP] = deftio.c_cc[VSTOP]; > | ^ >main.c:1425:12: error: invalid use of undefined type âstruct termioâ > 1425 | d_tio.c_cc[VSTART] = deftio.c_cc[VSTART]; > | ^ >main.c:1428:12: error: invalid use of undefined type âstruct termioâ > 1428 | d_tio.c_cc[VSUSP] = deftio.c_cc[VSUSP]; > | ^ >main.c:1460:20: warning: passing argument 1 of âXtSetErrorHandlerâ makes â__attribute__((noreturn))â qualified function pointer from unqualified [-Wdiscarded-qualifiers] > 1460 | XtSetErrorHandler(xt_error); > | ^~~~~~~~ >In file included from /usr/include/X11/IntrinsicP.h:51, > from ptyx.h:35, > from main.c:71: >/usr/include/X11/Intrinsic.h:1775:5: note: expected â__attribute__((noreturn)) void (*)(char *)â but argument is of type âvoid (*)()â > 1775 | XtErrorHandler /* handler */ _X_NORETURN > | ^ >main.c:1726:2: warning: implicit declaration of function âget_terminalâ [-Wimplicit-function-declaration] > 1726 | get_terminal (); > | ^~~~~~~~~~~~ >main.c:1727:2: warning: implicit declaration of function âspawnâ [-Wimplicit-function-declaration] > 1727 | spawn (); > | ^~~~~ >main.c:1776:3: warning: implicit declaration of function âErrorâ; did you mean âxerrorâ? [-Wimplicit-function-declaration] > 1776 | Error(); > | ^~~~~ > | xerror >main.c:1828:34: warning: comparison between pointer and integer > 1828 | if(BackgroundPixmap_shape != NULL) > | ^~ >main.c:1846:4: warning: implicit declaration of function âVTRunâ [-Wimplicit-function-declaration] > 1846 | VTRun(); > | ^~~~~ >main.c: At top level: >main.c:1866:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1866 | get_pty (pty) > | ^~~~~~~ >main.c: In function âget_ptyâ: >main.c:1967:9: warning: implicit declaration of function âpty_searchâ; did you mean âbsearchâ? [-Wimplicit-function-declaration] > 1967 | return pty_search(pty); > | ^~~~~~~~~~ > | bsearch >main.c: At top level: >main.c:2034:1: warning: return type defaults to âintâ [-Wimplicit-int] > 2034 | get_terminal () > | ^~~~~~~~~~~~ >main.c:2185:1: warning: return type defaults to âintâ [-Wimplicit-int] > 2185 | spawn () > | ^~~~~ >main.c: In function âspawnâ: >main.c:2203:16: error: storage size of âtioâ isnât known > 2203 | struct termio tio; > | ^~~ >main.c:2204:16: error: storage size of âdummy_tioâ isnât known > 2204 | struct termio dummy_tio; > | ^~~~~~~~~ >main.c:2330:8: warning: implicit declaration of function âSysErrorâ; did you mean âHsSysErrorâ? [-Wimplicit-function-declaration] > 2330 | SysError(ERROR_OPDEVTTY); > | ^~~~~~~~ > | HsSysError >main.c:2410:6: warning: implicit declaration of function âVTInitâ [-Wimplicit-function-declaration] > 2410 | VTInit(); /* realize now so know window size for tty driver */ > | ^~~~~~ >main.c:2444:10: warning: implicit declaration of function âtgetentâ; did you mean âgetenvâ? [-Wimplicit-function-declaration] > 2444 | if (tgetent (ptr, resource.term_name) == 1) { > | ^~~~~~~ > | getenv >main.c:2449:7: warning: implicit declaration of function âresizeâ [-Wimplicit-function-declaration] > 2449 | resize (screen, TermName, termcap, newtc); > | ^~~~~~ >main.c:3022:3: warning: implicit declaration of function âSetenvâ; did you mean âsetenvâ? [-Wimplicit-function-declaration] > 3022 | Setenv ("TERM=", TermName); > | ^~~~~~ > | setenv >main.c:3273:5: warning: implicit declaration of function âinitgroupsâ [-Wimplicit-function-declaration] > 3273 | initgroups (pw->pw_name, pw->pw_gid); > | ^~~~~~~~~~ >In file included from main.c:2702: >/usr/include/grp.h:46:5: note: previous declaration of âinitgroupsâ was here > 46 | int initgroups(const char *, gid_t); > | ^~~~~~~~~~ >main.c:3344:7: warning: implicit declaration of function âremove_termcap_entryâ [-Wimplicit-function-declaration] > 3344 | remove_termcap_entry (newtc, ":ti="); > | ^~~~~~~~~~~~~~~~~~~~ >main.c:3430:4: warning: missing sentinel in function call [-Wformat=] > 3430 | 0); > | ^ >main.c: At top level: >main.c:3689:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3689 | resize(screen, TermName, oldtc, newtc) > | ^~~~~~ >main.c: In function âreapchildâ: >main.c:3777:6: warning: implicit declaration of function âCleanupâ [-Wimplicit-function-declaration] > 3777 | Cleanup (0); > | ^~~~~~~ >main.c: At top level: >main.c:3785:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3785 | consolepr(fmt,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9) > | ^~~~~~~~~ >main.c: In function âconsoleprâ: >main.c:3785:1: warning: type of âx0â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx1â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx2â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx3â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx4â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx5â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx6â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx7â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx8â defaults to âintâ [-Wimplicit-int] >main.c:3785:1: warning: type of âx9â defaults to âintâ [-Wimplicit-int] >main.c: At top level: >main.c:3811:1: warning: return type defaults to âintâ [-Wimplicit-int] > 3811 | remove_termcap_entry (buf, str) > | ^~~~~~~~~~~~~~~~~~~~ >main.c:411:22: error: storage size of âd_tioâ isnât known > 411 | static struct termio d_tio; > | ^~~~~ >make: *** [Makefile:1070: main.o] Error 1 > * ERROR: x11-terms/kterm-6.2.0-r6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=x11-terms/kterm-6.2.0-r6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=x11-terms/kterm-6.2.0-r6::gentoo'`. > * The complete build log is located at '/var/log/portage/x11-terms:kterm-6.2.0-r6:20200323-234355.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-terms/kterm-6.2.0-r6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/x11-terms/kterm-6.2.0-r6/temp/environment'. > * Working directory: '/var/tmp/portage/x11-terms/kterm-6.2.0-r6/work/kterm-6.2.0' > * S: '/var/tmp/portage/x11-terms/kterm-6.2.0-r6/work/kterm-6.2.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 714142
:
624924
|
624926
|
624928
|
624930
|
624932
| 624934 |
867851