pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/60446: nano is not built in Xinuos UnixWare 7 Defenitive 2018



>Number:         60446
>Category:       pkg
>Synopsis:       nano is not built in Xinuos UnixWare 7 Defenitive 2018
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 13 19:50:00 +0000 2026
>Originator:     Egor Gavrilov
>Release:        Q1-2026
>Organization:
>Environment:
UnixWare uw7 5 7.1.4 i386 x86at SCO UNIX_SVR5
>Description:
gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/opt/pkgsrc/pkgbin/lib/locale\" -DSYSCONFDIR=\"/opt/pkgsrc/pkgbin/etc\" -I../lib -I../lib -DNCURSES_WIDECHAR -I/opt/pkgsrc/pkgbin/include/ncurses -I/opt/pkgsrc/pkgbin/include -DUNIXWARE -I/opt/pkgsrc/pkgbin/include -DNCURSES_WIDECHAR=1 -I/opt/pkgsrc/pkgbin/include/ncurses  -DUNIXWARE -O2 -I/opt/pkgsrc/pkgbin/include -DNCURSES_WIDECHAR=1 -I/opt/pkgsrc/pkgbin/include/ncurses -Wall -MT text.o -MD -MP -MF .deps/text.Tpo -c -o text.o text.c
text.c: In function 'treat':
text.c:2137:42: error: 'union <anonymous>' has no member named 'tv_sec'; did you mean 'st__sec'?
   timestamp_sec = (long)fileinfo.st_mtim.tv_sec;
                                          ^~~~~~
                                          st__sec
text.c:2138:43: error: 'union <anonymous>' has no member named 'tv_nsec'; did you mean 'st__sec'?
   timestamp_nsec = (long)fileinfo.st_mtim.tv_nsec;
                                           ^~~~~~~
                                           st__sec
text.c:2192:29: error: 'union <anonymous>' has no member named 'tv_sec'; did you mean 'st__sec'?
      (long)fileinfo.st_mtim.tv_sec == timestamp_sec &&
                             ^~~~~~
                             st__sec
text.c:2193:29: error: 'union <anonymous>' has no member named 'tv_nsec'; did you mean 'st__sec'?
      (long)fileinfo.st_mtim.tv_nsec == timestamp_nsec) {
                             ^~~~~~~
                             st__sec
gmake[2]: *** [Makefile:2359: text.o] Error 1
gmake[2]: Leaving directory '/opt/pkgsrc/pkgsrc/editors/nano/work/nano-8.7.1/src'
gmake[1]: *** [Makefile:2318: all-recursive] Error 1
gmake[1]: Leaving directory '/opt/pkgsrc/pkgsrc/editors/nano/work/nano-8.7.1'
gmake: *** [Makefile:2259: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "install" in /opt/pkgsrc/pkgsrc/editors/nano
*** Error code 1

Stop.
>How-To-Repeat:
Build nano with prefer-native=yes
>Fix:




Home | Main Index | Thread Index | Old Index