Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2020 19:05:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244138] x11/x3270: update 3.3.15 -> 3.6ga8
Message-ID:  <bug-244138-7788-F4mieQt3PB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244138-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244138-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244138

--- Comment #2 from ecrist@secure-computing.net ---
I cannot seem to get this to build, myself.

I haven't used any of these apps in several years, so if someone wants to t=
ake
over maintainership, I approve.


=3D=3D=3D Build Log =3D=3D=3D

gmake[3]: Leaving directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6/x3270'
cc -Wall -Wsign-compare -std=3Dc99 -pedantic -Wno-variadic-macros -MMD -MP =
 -I.
-I../../../c3270 -I../../../Common/c3270 -I../../../Common -I../../../inclu=
de
-DLIBX3270DIR=3D\"/usr/local/etc/x3270\" -I/usr/local/include -DLIBICONV_PL=
UG
-I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/incl=
ude=20
-c -o ssl_passwd_gui.o ../../../Common/c3270/ssl_passwd_gui.c
cd s3270 && gmake
gmake[3]: Entering directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6/s3270'
mkdir -p ../obj/amd64-portbld-freebsd12.0/s3270
cd ../obj/amd64-portbld-freebsd12.0/s3270 && gmake -I../../../s3270
-I../../../Common -f ../../../s3270/Makefile.obj all
gmake[4]: Entering directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6/obj/amd64-portbld-fr=
eebsd12.0/s3270'
cc -Wall -Wsign-compare -std=3Dc99 -pedantic -Wno-variadic-macros -MMD -MP=
=20
-I../../../s3270 -I../../../include -I../../../Common/s3270
-DLIBX3270DIR=3D\"/usr/local/etc/x3270\" -I/usr/local/include -DLIBICONV_PL=
UG
-I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/incl=
ude=20
-c -o s3270.o ../../../Common/s3270.c
../../../c3270/screen.c:1360:9: error: expected ';' after expression
                wint_t wch;
                      ^
                      ;
../../../c3270/screen.c:1360:3: error: use of undeclared identifier 'wint_t'
                wint_t wch;
                ^
../../../c3270/screen.c:1360:10: error: use of undeclared identifier 'wch'
                wint_t wch;
                       ^
../../../c3270/screen.c:1368:7: warning: implicit declaration of function
'wget_wch' is invalid in C99 [-Wimplicit-function-declaration]
                k =3D wget_wch(stdscr, &wch);
                    ^
../../../c3270/screen.c:1368:25: error: use of undeclared identifier 'wch'
                k =3D wget_wch(stdscr, &wch);
                                      ^
../../../c3270/screen.c:1379:50: error: use of undeclared identifier 'wch'
                                                     , (unsigned long)wch
                                                                      ^
../../../c3270/screen.c:1415:13: error: use of undeclared identifier 'wch'
                        k =3D (int)wch;   /* KEY_XXX */
                                 ^
../../../c3270/screen.c:1421:13: error: use of undeclared identifier 'wch';=
 did
you mean 'wcs'?
                        wcs[0] =3D wch;
                                 ^~~
                                 wcs
../../../c3270/screen.c:1418:12: note: 'wcs' declared here
                        wchar_t wcs[2];
                                ^
../../../c3270/screen.c:1421:11: warning: incompatible pointer to integer
conversion assigning to 'wchar_t' (aka 'int') from 'wchar_t [2]'
[-Wint-conversion]
                        wcs[0] =3D wch;
                               ^ ~~~
../../../c3270/screen.c:1426:21: error: use of undeclared identifier 'wch'
                                        (unsigned long)wch);
                                                       ^
../../../c3270/screen.c:1440:22: error: use of undeclared identifier 'wch'
                                                (unsigned long)wch);
                                                               ^
2 warnings and 9 errors generated.
gmake[4]: *** [<builtin>: screen.o] Error 1
gmake[4]: Leaving directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6/obj/amd64-portbld-fr=
eebsd12.0/c3270'
gmake[3]: *** [Makefile:39: all] Error 2
gmake[3]: Leaving directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6/c3270'
gmake[2]: *** [Makefile:118: c3270] Error 2
cc -Wall -Wsign-compare -std=3Dc99 -pedantic -Wno-variadic-macros -MMD -MP=
=20
-I../../../s3270 -I../../../include -I../../../Common/s3270
-DLIBX3270DIR=3D\"/usr/local/etc/x3270\" -I/usr/local/include -DLIBICONV_PL=
UG
-I/usr/local/include -o mkfb ../../../Common/mkfb.c
gmake[2]: *** Waiting for unfinished jobs....
cc -Wall -Wsign-compare -std=3Dc99 -pedantic -Wno-variadic-macros -MMD -MP=
=20
-I../../../s3270 -I../../../include -I../../../Common/s3270
-DLIBX3270DIR=3D\"/usr/local/etc/x3270\" -I/usr/local/include -DLIBICONV_PL=
UG
-I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/incl=
ude=20
-c -o x3270if.o ../../../Common/x3270if.c
rm -f fallbacks.c
./mkfb -c -o fallbacks.c ../../../Common/fb-common
cc -Wall -Wsign-compare -std=3Dc99 -pedantic -Wno-variadic-macros -MMD -MP=
=20
-I../../../s3270 -I../../../include -I../../../Common/s3270
-DLIBX3270DIR=3D\"/usr/local/etc/x3270\" -I/usr/local/include -DLIBICONV_PL=
UG
-I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -I/usr/local/incl=
ude=20
-c -o fallbacks.o fallbacks.c
cc -o x3270if -L/usr/local/lib  -fstack-protector-strong  -I../include
x3270if.o -lutil -L/usr/local/lib
rm -f xversion.c
sh ../../../s3270/mkversion.sh s3270 ../../../s3270/version.txt >xversion.c
cc -Wall -Wsign-compare -std=3Dc99 -pedantic -Wno-variadic-macros -MMD -MP=
=20
-I../../../s3270 -I../../../include -I../../../Common/s3270
-DLIBX3270DIR=3D\"/usr/local/etc/x3270\" -I/usr/local/include -DLIBICONV_PL=
UG
-I/usr/local/include -c -o version.o xversion.c
rm -f xversion.c
cc -o s3270 s3270.o fallbacks.o version.o -L/usr/local/lib=20
-fstack-protector-strong  -L../../../obj/amd64-portbld-freebsd12.0/lib3270
-l3270 -L../../../obj/amd64-portbld-freebsd12.0/lib32xx -l32xx -lssl -lcryp=
to=20
-L../../../obj/amd64-portbld-freebsd12.0/lib3270stubs -l3270stubs -lutil
-L/usr/local/lib
gmake[4]: Leaving directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6/obj/amd64-portbld-fr=
eebsd12.0/s3270'
gmake[3]: Leaving directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6/s3270'
gmake[2]: Leaving directory
'/usr/home/ecrist/freebsd-cvs/x3270/work/suite3270-3.6'
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/home/ecrist/freebsd-cvs/x3270
*** Error code 1

Stop.
make: stopped in /usr/home/ecrist/freebsd-cvs/x3270

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244138-7788-F4mieQt3PB>