[freem-dev] Build failed in Jenkins: freem-current-ubuntu-server-amd64 #218
Jenkins
jenkins at chivanet.org
Wed May 14 09:41:27 MDT 2025
See <https://jenkins.chivanet.org/job/freem-current-ubuntu-server-amd64/218/display/redirect?page=changes>
Changes:
[Serena Willis] Return build configuration to default
[Serena Willis] Get basic job table and lock table functionality working with new shared memory architecture
[Serena Willis] Return build configuration to default
[Serena Willis] Get basic job table and lock table functionality working with new shared memory architecture
------------------------------------------
[...truncated 223.81 KiB...]
mv -f .deps/libfreem_la-mref.Tpo .deps/libfreem_la-mref.Plo
locktab.c: In function 'locktab_insert':
locktab.c:536:49: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=]
536 | snprintf (chk_ns, sizeof (chk_ns) - 1, "%s", nsname);
| ^~ ~~~~~~
locktab.c:536:9: note: 'snprintf' output between 1 and 256 bytes into a destination of size 254
536 | snprintf (chk_ns, sizeof (chk_ns) - 1, "%s", nsname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
locktab.c:588:59: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
588 | snprintf (l->namespace, sizeof (l->namespace) - 1, "%s", chk_ns);
| ^
locktab.c:588:5: note: 'snprintf' output between 1 and 255 bytes into a destination of size 254
588 | snprintf (l->namespace, sizeof (l->namespace) - 1, "%s", chk_ns);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/libfreem_la-journal.Tpo .deps/libfreem_la-journal.Plo
mv -f .deps/libfreem_la-merr.Tpo .deps/libfreem_la-merr.Plo
routine.c: In function 'rtn_get_path':
routine.c:280:36: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
280 | snprintf (buf, PATHLEN - 1, "%s/%s.m", pth, rou);
| ^
routine.c:280:5: note: 'snprintf' output 4 or more bytes (assuming 4099) into a destination of size 4095
280 | snprintf (buf, PATHLEN - 1, "%s/%s.m", pth, rou);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c: In function ‘fm_configure’:
fmadm.c:1612:49: warning: ‘/freem_journal_’ directive output may be truncated writing 15 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
1612 | snprintf (jnlfile, sizeof (jnlfile) - 1, "%s/freem_journal_%s.dat", jnldir, fma_environment);
| ^~~~~~~~~~~~~~~
fmadm.c:1612:5: note: ‘snprintf’ output between 20 and 4369 bytes into a destination of size 4095
1612 | snprintf (jnlfile, sizeof (jnlfile) - 1, "%s/freem_journal_%s.dat", jnldir, fma_environment);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1629:53: warning: ‘:’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
1629 | snprintf (jnlhostid, sizeof (jnlhostid) - 1, "%s:%s", hostid, buf);
| ^
fmadm.c:1629:5: note: ‘snprintf’ output between 2 and 8192 bytes into a destination of size 4095
1629 | snprintf (jnlhostid, sizeof (jnlhostid) - 1, "%s:%s", hostid, buf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1853:57: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4081 [-Wformat-truncation=]
1853 | snprintf (buf, sizeof (buf) - 1, "routines_path=%s", sysrtn);
| ^~ ~~~~~~
fmadm.c:1853:9: note: ‘snprintf’ output between 15 and 4110 bytes into a destination of size 4095
1853 | snprintf (buf, sizeof (buf) - 1, "routines_path=%s", sysrtn);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1856:56: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4082 [-Wformat-truncation=]
1856 | snprintf (buf, sizeof (buf) - 1, "globals_path=%s", sysgbl);
| ^~ ~~~~~~
fmadm.c:1856:9: note: ‘snprintf’ output between 14 and 4109 bytes into a destination of size 4095
1856 | snprintf (buf, sizeof (buf) - 1, "globals_path=%s", sysgbl);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1859:56: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4082 [-Wformat-truncation=]
1859 | snprintf (buf, sizeof (buf) - 1, "journal_file=%s", jnlfile);
| ^~ ~~~~~~~
fmadm.c:1859:9: note: ‘snprintf’ output between 14 and 4109 bytes into a destination of size 4095
1859 | snprintf (buf, sizeof (buf) - 1, "journal_file=%s", jnlfile);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1865:59: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4079 [-Wformat-truncation=]
1865 | snprintf (buf, sizeof (buf) - 1, "journal_host_id=%s", jnlhostid);
| ^~ ~~~~~~~~~
fmadm.c:1865:9: note: ‘snprintf’ output between 17 and 4112 bytes into a destination of size 4095
1865 | snprintf (buf, sizeof (buf) - 1, "journal_host_id=%s", jnlhostid);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1868:65: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4073 [-Wformat-truncation=]
1868 | snprintf (buf, sizeof (buf) - 1, "journal_cut_threshold=%s", jnlcut);
| ^~ ~~~~~~
fmadm.c:1868:9: note: ‘snprintf’ output between 23 and 4118 bytes into a destination of size 4095
1868 | snprintf (buf, sizeof (buf) - 1, "journal_cut_threshold=%s", jnlcut);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1883:57: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4081 [-Wformat-truncation=]
1883 | snprintf (buf, sizeof (buf) - 1, "routines_path=%s", usrrtn);
| ^~ ~~~~~~
fmadm.c:1883:9: note: ‘snprintf’ output between 15 and 4110 bytes into a destination of size 4095
1883 | snprintf (buf, sizeof (buf) - 1, "routines_path=%s", usrrtn);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1886:56: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4082 [-Wformat-truncation=]
1886 | snprintf (buf, sizeof (buf) - 1, "globals_path=%s", usrgbl);
| ^~ ~~~~~~
fmadm.c:1886:9: note: ‘snprintf’ output between 14 and 4109 bytes into a destination of size 4095
1886 | snprintf (buf, sizeof (buf) - 1, "globals_path=%s", usrgbl);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1773:55: warning: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
1773 | snprintf (infile, sizeof (infile) - 1, "%s/%s", src_dir, ent->d_name);
| ^
fmadm.c:1773:13: note: ‘snprintf’ output between 2 and 4352 bytes into a destination of size 4095
1773 | snprintf (infile, sizeof (infile) - 1, "%s/%s", src_dir, ent->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmadm.c:1774:57: warning: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
1774 | snprintf (outfile, sizeof (outfile) - 1, "%s/%s", dest_dir, ent->d_name);
| ^
fmadm.c:1774:13: note: ‘snprintf’ output between 2 and 4352 bytes into a destination of size 4095
1774 | snprintf (outfile, sizeof (outfile) - 1, "%s/%s", dest_dir, ent->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/libfreem_la-ssvn_device.Tpo .deps/libfreem_la-ssvn_device.Plo
mv -f .deps/libfreem_la-io_socket.Tpo .deps/libfreem_la-io_socket.Plo
mv -f .deps/libfreem_la-log.Tpo .deps/libfreem_la-log.Plo
mv -f .deps/libfreem_la-cmd_read.Tpo .deps/libfreem_la-cmd_read.Plo
mv -f .deps/libfreem_la-mlib.Tpo .deps/libfreem_la-mlib.Plo
mv -f .deps/libfreem_la-init.Tpo .deps/libfreem_la-init.Plo
mv -f .deps/libfreem_la-transact.Tpo .deps/libfreem_la-transact.Plo
mv -f .deps/libfreem_la-shmmgr.Tpo .deps/libfreem_la-shmmgr.Plo
mv -f .deps/libfreem_la-mdebug.Tpo .deps/libfreem_la-mdebug.Plo
mv -f .deps/freem-routine.Tpo .deps/freem-routine.Po
mv -f .deps/libfreem_la-strings.Tpo .deps/libfreem_la-strings.Plo
fmadm.c: In function ‘fm_reconfigure’:
fmadm.c:1503:61: warning: ‘.orig’ directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
1503 | snprintf (config_backup, sizeof (config_backup) - 1, "%s.orig", config_file);
| ^~~~~
fmadm.c:1503:5: note: ‘snprintf’ output between 6 and 4101 bytes into a destination of size 4095
1503 | snprintf (config_backup, sizeof (config_backup) - 1, "%s.orig", config_file);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/libfreem_la-locktab.Tpo .deps/libfreem_la-locktab.Plo
ssvn_job.c: In function 'frm_process_alias':
ssvn_job.c:1108:62: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 228 and 238 [-Wformat-truncation=]
1108 | snprintf (k_buf, STRLEN - 1, "^$JOB\202%ld\202ALIASES\202%s\201", (long) pid, name);
| ^~ ~~~~
ssvn_job.c:1108:5: note: 'snprintf' output between 18 and 283 bytes into a destination of size 254
1108 | snprintf (k_buf, STRLEN - 1, "^$JOB\202%ld\202ALIASES\202%s\201", (long) pid, name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/libfreem_la-jobtab.Tpo .deps/libfreem_la-jobtab.Plo
mv -f .deps/freem-views.Tpo .deps/freem-views.Po
mv -f .deps/libfreem_la-ssvn_job.Tpo .deps/libfreem_la-ssvn_job.Plo
fma_globals.c: In function ‘fma_globals_verify’:
fma_globals.c:290:50: warning: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
290 | snprintf (gpath, PATHLEN - 1, "%s/%s", fma_global_path, ent->d_name);
| ^
fma_globals.c:290:17: note: ‘snprintf’ output between 2 and 4352 bytes into a destination of size 4095
290 | snprintf (gpath, PATHLEN - 1, "%s/%s", fma_global_path, ent->d_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fma_globals.c:270:46: warning: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
270 | snprintf (gpath, PATHLEN - 1, "%s/%s", fma_global_path, opts[i]);
| ^
fma_globals.c:270:13: note: ‘snprintf’ output 2 or more bytes (assuming 4097) into a destination of size 4095
270 | snprintf (gpath, PATHLEN - 1, "%s/%s", fma_global_path, opts[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/fmadm-routine.Tpo .deps/fmadm-routine.Po
mv -f .deps/fmadm-fma_globals.Tpo .deps/fmadm-fma_globals.Po
mv -f .deps/fmadm-views.Tpo .deps/fmadm-views.Po
mv -f .deps/fmadm-fmadm.Tpo .deps/fmadm-fmadm.Po
mv -f .deps/libfreem_la-routine.Tpo .deps/libfreem_la-routine.Plo
mv -f .deps/libfreem_la-views.Tpo .deps/libfreem_la-views.Plo
mv -f .deps/freem-symtab_bltin.Tpo .deps/freem-symtab_bltin.Po
mv -f .deps/fmadm-symtab_bltin.Tpo .deps/fmadm-symtab_bltin.Po
mv -f .deps/freem-operator.Tpo .deps/freem-operator.Po
mv -f .deps/libfreem_la-symtab_bltin.Tpo .deps/libfreem_la-symtab_bltin.Plo
mv -f .deps/fmadm-operator.Tpo .deps/fmadm-operator.Po
xecline.c: In function ‘xecline’:
xecline.c:7290:85: warning: ‘%s’ directive output may be truncated writing up to 254 bytes into a region of size between 239 and 249 [-Wformat-truncation=]
7290 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1 , "\r\nTL%d:%s.%s> ", tp_level, shm_env, nsname);
| ^~ ~~~~~~~
xecline.c:7290:25: note: ‘snprintf’ output between 10 and 529 bytes into a destination of size 255
7290 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1 , "\r\nTL%d:%s.%s> ", tp_level, shm_env, nsname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:7287:79: warning: ‘%s’ directive output may be truncated writing up to 254 bytes into a region of size 253 [-Wformat-truncation=]
7287 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1, "\r\n%s.%s> ", shm_env, nsname);
| ^~ ~~~~~~~
xecline.c:7287:25: note: ‘snprintf’ output between 6 and 515 bytes into a destination of size 255
7287 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1, "\r\n%s.%s> ", shm_env, nsname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:4096:61: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
4096 | snprintf (&tmp3[1], 255, "%s\201", &constructor[1]);
| ^
mv -f .deps/libfreem_la-operator.Tpo .deps/libfreem_la-operator.Plo
xecline.c:4096:29: note: ‘snprintf’ output between 2 and 256 bytes into a destination of size 255
4096 | snprintf (&tmp3[1], 255, "%s\201", &constructor[1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:3205:43: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=]
3205 | snprintf (ttx, 255, "^%s", ttt);
| ^~ ~~~
xecline.c:3205:21: note: ‘snprintf’ output between 2 and 257 bytes into a destination of size 255
3205 | snprintf (ttx, 255, "^%s", ttt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/freem-service.Tpo .deps/freem-service.Po
xecline.c: In function ‘xecline’:
xecline.c:7290:85: warning: ‘%s’ directive output may be truncated writing up to 254 bytes into a region of size between 239 and 249 [-Wformat-truncation=]
7290 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1 , "\r\nTL%d:%s.%s> ", tp_level, shm_env, nsname);
| ^~ ~~~~~~~
xecline.c:7290:25: note: ‘snprintf’ output between 10 and 529 bytes into a destination of size 255
7290 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1 , "\r\nTL%d:%s.%s> ", tp_level, shm_env, nsname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:7287:79: warning: ‘%s’ directive output may be truncated writing up to 254 bytes into a region of size 253 [-Wformat-truncation=]
7287 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1, "\r\n%s.%s> ", shm_env, nsname);
| ^~ ~~~~~~~
xecline.c:7287:25: note: ‘snprintf’ output between 6 and 515 bytes into a destination of size 255
7287 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1, "\r\n%s.%s> ", shm_env, nsname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:4096:61: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
4096 | snprintf (&tmp3[1], 255, "%s\201", &constructor[1]);
| ^
xecline.c:4096:29: note: ‘snprintf’ output between 2 and 256 bytes into a destination of size 255
4096 | snprintf (&tmp3[1], 255, "%s\201", &constructor[1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:3205:43: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=]
3205 | snprintf (ttx, 255, "^%s", ttt);
| ^~ ~~~
xecline.c:3205:21: note: ‘snprintf’ output between 2 and 257 bytes into a destination of size 255
3205 | snprintf (ttx, 255, "^%s", ttt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/fmadm-service.Tpo .deps/fmadm-service.Po
mv -f .deps/freem-global_bltin.Tpo .deps/freem-global_bltin.Po
mv -f .deps/fmadm-global_bltin.Tpo .deps/fmadm-global_bltin.Po
xecline.c: In function 'xecline':
xecline.c:7290:85: warning: '%s' directive output may be truncated writing up to 254 bytes into a region of size between 239 and 249 [-Wformat-truncation=]
7290 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1 , "\r\nTL%d:%s.%s> ", tp_level, shm_env, nsname);
| ^~ ~~~~~~~
xecline.c:7290:25: note: 'snprintf' output between 10 and 529 bytes into a destination of size 255
7290 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1 , "\r\nTL%d:%s.%s> ", tp_level, shm_env, nsname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:7287:79: warning: '%s' directive output may be truncated writing up to 254 bytes into a region of size 253 [-Wformat-truncation=]
7287 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1, "\r\n%s.%s> ", shm_env, nsname);
| ^~ ~~~~~~~
xecline.c:7287:25: note: 'snprintf' output between 6 and 515 bytes into a destination of size 255
7287 | snprintf (fmrl_prompt, sizeof (fmrl_prompt) - 1, "\r\n%s.%s> ", shm_env, nsname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:4096:61: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
4096 | snprintf (&tmp3[1], 255, "%s\201", &constructor[1]);
| ^
xecline.c:4096:29: note: 'snprintf' output between 2 and 256 bytes into a destination of size 255
4096 | snprintf (&tmp3[1], 255, "%s\201", &constructor[1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xecline.c:3205:43: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=]
3205 | snprintf (ttx, 255, "^%s", ttt);
| ^~ ~~~
xecline.c:3205:21: note: 'snprintf' output between 2 and 257 bytes into a destination of size 255
3205 | snprintf (ttx, 255, "^%s", ttt);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/libfreem_la-service.Tpo .deps/libfreem_la-service.Plo
mv -f .deps/libfreem_la-global_bltin.Tpo .deps/libfreem_la-global_bltin.Plo
mv -f .deps/freem-expr.Tpo .deps/freem-expr.Po
mv -f .deps/freem-xecline.Tpo .deps/freem-xecline.Po
mv -f .deps/fmadm-expr.Tpo .deps/fmadm-expr.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -fsigned-char -g -O2 -o freem freem-mumps.o freem-iniconf.o freem-sighnd.o freem-init.o freem-expr.o freem-global_dispatch.o freem-global_bltin.o freem-mlib.o freem-namespace.o freem-operator.o freem-service.o freem-ssvn.o freem-ssvn_character.o freem-ssvn_device.o freem-ssvn_display.o freem-ssvn_event.o freem-ssvn_global.o freem-ssvn_job.o freem-ssvn_library.o freem-ssvn_lock.o freem-ssvn_routine.o freem-ssvn_system.o freem-ssvn_window.o freem-ssvn_z.o freem-ssvn_zos.o freem-ssvn_zprocess.o freem-ssvn_zfile.o freem-ssvn_zfreem.o freem-strings.o freem-symtab_dispatch.o freem-symtab_bltin.o freem-views.o freem-xecline.o freem-transact.o freem-iftab.o freem-journal.o freem-mref.o freem-events.o freem-mdebug.o freem-log.o freem-io_socket.o freem-merr.o freem-mtok.o freem-ssvn_zrpi.o freem-consttbl.o freem-mwapi_window.o freem-mwapi_event.o freem-shmmgr.o freem-locktab.o freem-jobtab.o freem-tp_check.o freem-datatypes.o freem-objects.o freem-ssvn_object.o freem-mcommand.o freem-routine.o freem-fs.o freem-cmd_map.o freem-cmd_unmap.o freem-cmd_then.o freem-cmd_throw.o freem-cmd_const.o freem-cmd_kvalue.o freem-cmd_ksubscripts.o freem-cmd_tstart.o freem-cmd_tcommit.o freem-cmd_trollback.o freem-cmd_if.o freem-cmd_using.o freem-cmd_with.o freem-cmd_write.o freem-cmd_else.o freem-cmd_read.o freem-frmgbl.o -lm -lm -lreadline
mv -f .deps/fmadm-xecline.Tpo .deps/fmadm-xecline.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -fsigned-char -g -O2 -o fmadm fmadm-fmadm.o fmadm-fma_locks.o fmadm-fma_journals.o fmadm-fma_routines.o fmadm-fma_globals.o fmadm-fma_jobs.o fmadm-fma_gedit.o fmadm-iniconf.o fmadm-sighnd.o fmadm-init.o fmadm-expr.o fmadm-global_dispatch.o fmadm-global_bltin.o fmadm-mlib.o fmadm-namespace.o fmadm-operator.o fmadm-service.o fmadm-ssvn.o fmadm-ssvn_character.o fmadm-ssvn_device.o fmadm-ssvn_display.o fmadm-ssvn_event.o fmadm-ssvn_global.o fmadm-ssvn_job.o fmadm-ssvn_library.o fmadm-ssvn_lock.o fmadm-ssvn_routine.o fmadm-ssvn_system.o fmadm-ssvn_window.o fmadm-ssvn_z.o fmadm-ssvn_zos.o fmadm-ssvn_zprocess.o fmadm-ssvn_zfile.o fmadm-ssvn_zfreem.o fmadm-strings.o fmadm-symtab_dispatch.o fmadm-symtab_bltin.o fmadm-views.o fmadm-xecline.o fmadm-transact.o fmadm-iftab.o fmadm-journal.o fmadm-mref.o fmadm-events.o fmadm-mdebug.o fmadm-log.o fmadm-io_socket.o fmadm-merr.o fmadm-mtok.o fmadm-ssvn_zrpi.o fmadm-consttbl.o fmadm-mwapi_window.o fmadm-mwapi_event.o fmadm-shmmgr.o fmadm-locktab.o fmadm-jobtab.o fmadm-tp_check.o fmadm-datatypes.o fmadm-objects.o fmadm-ssvn_object.o fmadm-mcommand.o fmadm-routine.o fmadm-fs.o fmadm-cmd_map.o fmadm-cmd_unmap.o fmadm-cmd_then.o fmadm-cmd_throw.o fmadm-cmd_const.o fmadm-cmd_kvalue.o fmadm-cmd_ksubscripts.o fmadm-cmd_tstart.o fmadm-cmd_tcommit.o fmadm-cmd_trollback.o fmadm-cmd_if.o fmadm-cmd_using.o fmadm-cmd_with.o fmadm-cmd_write.o fmadm-cmd_else.o fmadm-cmd_read.o fmadm-frmgbl.o -lm -lm -lreadline
libtool: link: gcc -fsigned-char -g -O2 -o freem freem-mumps.o freem-iniconf.o freem-sighnd.o freem-init.o freem-expr.o freem-global_dispatch.o freem-global_bltin.o freem-mlib.o freem-namespace.o freem-operator.o freem-service.o freem-ssvn.o freem-ssvn_character.o freem-ssvn_device.o freem-ssvn_display.o freem-ssvn_event.o freem-ssvn_global.o freem-ssvn_job.o freem-ssvn_library.o freem-ssvn_lock.o freem-ssvn_routine.o freem-ssvn_system.o freem-ssvn_window.o freem-ssvn_z.o freem-ssvn_zos.o freem-ssvn_zprocess.o freem-ssvn_zfile.o freem-ssvn_zfreem.o freem-strings.o freem-symtab_dispatch.o freem-symtab_bltin.o freem-views.o freem-xecline.o freem-transact.o freem-iftab.o freem-journal.o freem-mref.o freem-events.o freem-mdebug.o freem-log.o freem-io_socket.o freem-merr.o freem-mtok.o freem-ssvn_zrpi.o freem-consttbl.o freem-mwapi_window.o freem-mwapi_event.o freem-shmmgr.o freem-locktab.o freem-jobtab.o freem-tp_check.o freem-datatypes.o freem-objects.o freem-ssvn_object.o freem-mcommand.o freem-routine.o freem-fs.o freem-cmd_map.o freem-cmd_unmap.o freem-cmd_then.o freem-cmd_throw.o freem-cmd_const.o freem-cmd_kvalue.o freem-cmd_ksubscripts.o freem-cmd_tstart.o freem-cmd_tcommit.o freem-cmd_trollback.o freem-cmd_if.o freem-cmd_using.o freem-cmd_with.o freem-cmd_write.o freem-cmd_else.o freem-cmd_read.o freem-frmgbl.o -lm -lreadline
mv -f .deps/libfreem_la-xecline.Tpo .deps/libfreem_la-xecline.Plo
/usr/bin/ld: errno: TLS definition in /lib/x86_64-linux-gnu/libc.so.6 section .tbss mismatches non-TLS reference in freem-locktab.o
/usr/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: error adding symbols: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:884: freem] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: link: gcc -fsigned-char -g -O2 -o fmadm fmadm-fmadm.o fmadm-fma_locks.o fmadm-fma_journals.o fmadm-fma_routines.o fmadm-fma_globals.o fmadm-fma_jobs.o fmadm-fma_gedit.o fmadm-iniconf.o fmadm-sighnd.o fmadm-init.o fmadm-expr.o fmadm-global_dispatch.o fmadm-global_bltin.o fmadm-mlib.o fmadm-namespace.o fmadm-operator.o fmadm-service.o fmadm-ssvn.o fmadm-ssvn_character.o fmadm-ssvn_device.o fmadm-ssvn_display.o fmadm-ssvn_event.o fmadm-ssvn_global.o fmadm-ssvn_job.o fmadm-ssvn_library.o fmadm-ssvn_lock.o fmadm-ssvn_routine.o fmadm-ssvn_system.o fmadm-ssvn_window.o fmadm-ssvn_z.o fmadm-ssvn_zos.o fmadm-ssvn_zprocess.o fmadm-ssvn_zfile.o fmadm-ssvn_zfreem.o fmadm-strings.o fmadm-symtab_dispatch.o fmadm-symtab_bltin.o fmadm-views.o fmadm-xecline.o fmadm-transact.o fmadm-iftab.o fmadm-journal.o fmadm-mref.o fmadm-events.o fmadm-mdebug.o fmadm-log.o fmadm-io_socket.o fmadm-merr.o fmadm-mtok.o fmadm-ssvn_zrpi.o fmadm-consttbl.o fmadm-mwapi_window.o fmadm-mwapi_event.o fmadm-shmmgr.o fmadm-locktab.o fmadm-jobtab.o fmadm-tp_check.o fmadm-datatypes.o fmadm-objects.o fmadm-ssvn_object.o fmadm-mcommand.o fmadm-routine.o fmadm-fs.o fmadm-cmd_map.o fmadm-cmd_unmap.o fmadm-cmd_then.o fmadm-cmd_throw.o fmadm-cmd_const.o fmadm-cmd_kvalue.o fmadm-cmd_ksubscripts.o fmadm-cmd_tstart.o fmadm-cmd_tcommit.o fmadm-cmd_trollback.o fmadm-cmd_if.o fmadm-cmd_using.o fmadm-cmd_with.o fmadm-cmd_write.o fmadm-cmd_else.o fmadm-cmd_read.o fmadm-frmgbl.o -lm -lreadline
mv -f .deps/libfreem_la-expr.Tpo .deps/libfreem_la-expr.Plo
/usr/bin/ld: errno: TLS definition in /lib/x86_64-linux-gnu/libc.so.6 section .tbss mismatches non-TLS reference in fmadm-locktab.o
/usr/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: error adding symbols: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:880: fmadm] Error 1
make[2]: Leaving directory '<https://jenkins.chivanet.org/job/freem-current-ubuntu-server-amd64/ws/freem/src'>
make[1]: *** [Makefile:742: all] Error 2
make[1]: Leaving directory '<https://jenkins.chivanet.org/job/freem-current-ubuntu-server-amd64/ws/freem/src'>
make: *** [Makefile:947: all-recursive] Error 1
Build step 'Execute shell' marked build as failure
More information about the freem-dev
mailing list