FreeBSD Bugzilla – Attachment 215437 Details for
Bug 247159
x11/sterm build failure on FB12.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
build-output
sterm-build-output (text/plain), 5.42 KB, created by
Gian-Simon Purkert
on 2020-06-11 09:06:36 UTC
(
hide
)
Description:
build-output
Filename:
MIME Type:
Creator:
Gian-Simon Purkert
Created:
2020-06-11 09:06:36 UTC
Size:
5.42 KB
patch
obsolete
>make MAKE_JOBS_UNSAFE=yes >===> Building for sterm-0.8.3 >st build options: >CFLAGS = -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -DVERSION="0.8.3" -D_XOPEN_SOURCE=600 -O2 -pipe -march=westmere -fstack-protector-strong -fno-strict-aliasing >LDFLAGS = -L/usr/local/lib -lm -lrt -lX11 -lutil -lXft -L/usr/local/lib -lfontconfig -lfreetype -L/usr/local/lib -lfreetype -fstack-protector-strong >CC = cc >cc -I/usr/local/include `pkg-config --cflags fontconfig` `pkg-config --cflags freetype2` -DVERSION=\"0.8.3\" -D_XOPEN_SOURCE=600 -O2 -pipe -march=westmere -fstack-protector-strong -fno-strict-aliasing -c st.c >st.c:120:12: error: use of undeclared identifier 'HISTSIZE' > Line hist[HISTSIZE]; /* history buffer */ > ^ >st.c:421:6: warning: implicit declaration of function 'TLINE' is invalid in C99 [-Wimplicit-function-declaration] > if (TLINE(y)[i - 1].mode & ATTR_WRAP) > ^ >st.c:421:14: error: subscripted value is not an array, pointer, or vector > if (TLINE(y)[i - 1].mode & ATTR_WRAP) > ~~~~~~~~^~~~~~ >st.c:424:26: error: subscripted value is not an array, pointer, or vector > while (i > 0 && TLINE(y)[i - 1].u == ' ') > ~~~~~~~~^~~~~~ >st.c:533:13: warning: implicit declaration of function 'TLINE' is invalid in C99 [-Wimplicit-function-declaration] > prevgp = &TLINE(*y)[*x]; > ^ >st.c:533:22: error: subscripted value is not an array, pointer, or vector > prevgp = &TLINE(*y)[*x]; > ~~~~~~~~~^~~ >st.c:548:20: error: subscripted value is not an array, pointer, or vector > if (!(TLINE(yt)[xt].mode & ATTR_WRAP)) > ~~~~~~~~~^~~ >st.c:555:21: error: subscripted value is not an array, pointer, or vector > gp = &TLINE(newy)[newx]; > ~~~~~~~~~~~^~~~~ >st.c:576:22: error: subscripted value is not an array, pointer, or vector > if (!(TLINE(*y-1)[term.col-1].mode > ~~~~~~~~~~~^~~~~~~~~~~ >st.c:583:20: error: subscripted value is not an array, pointer, or vector > if (!(TLINE(*y)[term.col-1].mode > ~~~~~~~~~^~~~~~~~~~~ >st.c:614:10: warning: implicit declaration of function 'TLINE' is invalid in C99 [-Wimplicit-function-declaration] > gp = &TLINE(y)[sel.nb.x]; > ^ >st.c:614:18: error: subscripted value is not an array, pointer, or vector > gp = &TLINE(y)[sel.nb.x]; > ~~~~~~~~^~~~~~~~~ >st.c:617:10: warning: implicit declaration of function 'TLINE' is invalid in C99 [-Wimplicit-function-declaration] > gp = &TLINE(y)[sel.nb.y == y ? sel.nb.x : 0]; > ^ >st.c:617:18: error: subscripted value is not an array, pointer, or vector > gp = &TLINE(y)[sel.nb.y == y ? sel.nb.x : 0]; > ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >st.c:620:11: warning: implicit declaration of function 'TLINE' is invalid in C99 [-Wimplicit-function-declaration] > last = &TLINE(y)[MIN(lastx, linelen-1)]; > ^ >st.c:620:19: error: subscripted value is not an array, pointer, or vector > last = &TLINE(y)[MIN(lastx, linelen-1)]; > ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ >st.c:857:2: warning: implicit declaration of function 'kscrolldown' is invalid in C99 [-Wimplicit-function-declaration] > kscrolldown(&arg); > ^ >st.c:1069:1: error: conflicting types for 'kscrolldown' >kscrolldown(const Arg* a) >^ >st.c:857:2: note: previous implicit declaration is here > kscrolldown(&arg); > ^ >st.c:1094:18: error: use of undeclared identifier 'HISTSIZE' > if (term.scr <= HISTSIZE-n) { > ^ >st.c:1111:34: error: use of undeclared identifier 'HISTSIZE' > term.histi = (term.histi - 1 + HISTSIZE) % HISTSIZE; > ^ >st.c:1111:46: error: use of undeclared identifier 'HISTSIZE' > term.histi = (term.histi - 1 + HISTSIZE) % HISTSIZE; > ^ >st.c:1138:35: error: use of undeclared identifier 'HISTSIZE' > term.histi = (term.histi + 1) % HISTSIZE; > ^ >st.c:2576:18: error: use of undeclared identifier 'HISTSIZE' > for (i = 0; i < HISTSIZE; i++) { > ^ >st.c:2642:13: warning: implicit declaration of function 'TLINE' is invalid in C99 [-Wimplicit-function-declaration] > xdrawline(TLINE(y), x1, y, x2); > ^ >st.c:2642:13: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'Line' (aka 'Glyph_ *') [-Wint-conversion] > xdrawline(TLINE(y), x1, y, x2); > ^~~~~~~~ >./win.h:29:20: note: passing argument to parameter here >void xdrawline(Line, int, int, int); > ^ >8 warnings and 17 errors generated. >*** Error code 1 > >Stop. >make[2]: stopped in /usr/ports/x11/sterm/work/st-0.8.3 >*** Error code 1 > >Stop. >make[1]: stopped in /usr/ports/x11/sterm >*** Error code 1 > >Stop. >make: stopped in /usr/ports/x11/sterm
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 247159
: 215437