[freem-dev] Build failed in Jenkins: freem-current-solaris114-sparc #2

address not configured yet nobody at nowhere
Tue Feb 25 15:26:59 MST 2025


See <https://jenkins.chivanet.org/job/freem-current-solaris114-sparc/2/display/redirect>

Changes:


------------------------------------------
[...truncated 7.99 KiB...]
U freem/src/journal.h
U freem/src/libfill.h
U freem/src/locktab.c
U freem/src/locktab.h
U freem/src/log.c
U freem/src/log.h
U freem/src/mcommand.c
U freem/src/mcommand.h
U freem/src/mdebug.c
U freem/src/mdebug.h
U freem/src/merge.h
U freem/src/merr.c
U freem/src/merr.h
U freem/src/mlib.c
U freem/src/mpsdef.h
U freem/src/mpsdef0.h
U freem/src/mref.c
U freem/src/mref.h
U freem/src/mtok.c
U freem/src/mtok.h
U freem/src/mumps.c
U freem/src/mwapi_event.c
U freem/src/mwapi_event.h
U freem/src/mwapi_window.c
U freem/src/mwapi_window.h
U freem/src/namespace.c
U freem/src/namespace.h
U freem/src/objects.c
U freem/src/objects.h
U freem/src/operator.c
U freem/src/routine.c
U freem/src/routine.h
U freem/src/service.c
U freem/src/shmmgr.c
U freem/src/shmmgr.h
U freem/src/sighnd.c
U freem/src/sighnd.h
U freem/src/ssvn.c
U freem/src/ssvn_character.c
U freem/src/ssvn_device.c
U freem/src/ssvn_display.c
U freem/src/ssvn_event.c
U freem/src/ssvn_global.c
U freem/src/ssvn_job.c
U freem/src/ssvn_library.c
U freem/src/ssvn_lock.c
U freem/src/ssvn_object.c
U freem/src/ssvn_routine.c
U freem/src/ssvn_system.c
U freem/src/ssvn_window.c
U freem/src/ssvn_y.c
U freem/src/ssvn_z.c
U freem/src/ssvn_zfile.c
U freem/src/ssvn_zfreem.c
U freem/src/ssvn_zos.c
U freem/src/ssvn_zprocess.c
U freem/src/ssvn_zrpi.c
U freem/src/ssvn_zrpi.h
U freem/src/strings.c
U freem/src/symtab_bltin.c
U freem/src/symtab_bltin.h
U freem/src/symtab_dispatch.c
U freem/src/tp_check.c
U freem/src/tp_check.h
U freem/src/transact.c
U freem/src/transact.h
U freem/src/version.h
U freem/src/views.c
U freem/src/xecline.c
cvs checkout: Updating freem/tests
U freem/tests/MAXLEN.m
cvs rlog -S -d25 Feb 2025 15:24:30 -0700<25 Feb 2025 15:26:10 -0700 freem 
cvs rlog: Logging freem
cvs rlog: Logging freem/contrib
cvs rlog: Logging freem/dev-tmpl
cvs rlog: Logging freem/doc
cvs rlog: Logging freem/examples
cvs rlog: Logging freem/examples/libfreem
cvs rlog: Logging freem/examples/libfreem/data
cvs rlog: Logging freem/examples/libfreem/freem_function
cvs rlog: Logging freem/examples/libfreem/get
cvs rlog: Logging freem/examples/libfreem/grades
cvs rlog: Logging freem/examples/libfreem/init
cvs rlog: Logging freem/examples/libfreem/kill
cvs rlog: Logging freem/examples/libfreem/lock
cvs rlog: Logging freem/examples/libfreem/order
cvs rlog: Logging freem/examples/libfreem/procedure
cvs rlog: Logging freem/examples/libfreem/query
cvs rlog: Logging freem/examples/libfreem/set
cvs rlog: Logging freem/examples/libfreem/tp
cvs rlog: Logging freem/examples/libfreem/unlock
cvs rlog: Logging freem/examples/libfreem/version
cvs rlog: Logging freem/m4
cvs rlog: Logging freem/mlib
cvs rlog: Logging freem/scripts
cvs rlog: Logging freem/scripts/freebsd-rc
cvs rlog: Logging freem/scripts/magic
cvs rlog: Logging freem/scripts/solaris-init
cvs rlog: Logging freem/scripts/systemd
cvs rlog: Logging freem/scripts/systemd/system
cvs rlog: Logging freem/scripts/systemd/user
cvs rlog: Logging freem/src
cvs rlog: Logging freem/tests
false
[freem-current-solaris114-sparc] $ /bin/sh -xe /var/tmp/jenkins16674304500500787828.sh
+ cd freem
+ autoreconf --install
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:44: installing './compile'
configure.ac:51: installing './config.guess'
configure.ac:51: installing './config.sub'
configure.ac:99: installing './install-sh'
configure.ac:99: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am:44: installing './texinfo.tex'
src/Makefile.am: installing './depcomp'
+ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for a readline compatible library... -lreadline -ltermcap
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for NcursesW wide-character library... yes
checking for working ncursesw/curses.h... no
checking for working ncursesw.h... no
checking for working ncurses.h... no
configure: WARNING: could not find a working ncursesw/curses.h, ncursesw.h or ncurses.h
checking for powf in -lm... yes
checking for pow in -lm... yes
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking wiringPi.h usability... no
checking wiringPi.h presence... no
checking for wiringPi.h... no
checking for library containing wiringPiSetup... no
checking for wiringPiSetup in -lwiringPi... no
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/gsed
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking how to convert sparc-sun-solaris2.11 file names to sparc-sun-solaris2.11 format... func_convert_file_noop
checking how to convert sparc-sun-solaris2.11 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -p output from gcc object... failed
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
checking whether make supports nested variables... no
checking dependency style of gcc... none
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating src/config.h
config.status: executing libtool commands
config.status: executing depfiles commands
+ gmake -j
Making all in src
/bin/sh[21]: make: not found [No such file or directory]
gmake: *** [Makefile:827: all-recursive] Error 1
Build step 'Execute shell' marked build as failure


More information about the freem-dev mailing list