[#416060] [test-only] FAILED (try 6) libiodbc.git=3.52.16-alt2

Girar awaiter (ulysses) girar-builder at altlinux.org
Thu Apr 23 10:51:32 MSK 2026


https://git.altlinux.org/tasks/416060/logs/events.6.1.log
https://packages.altlinux.org/tasks/416060

subtask  name      aarch64    i586  x86_64
   #600  libiodbc   failed  failed  failed

2026-Apr-23 07:50:54 :: test-only task #416060 for sisyphus resumed by ulysses:
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 build 3.52.16-alt2 from /people/ulysses/packages/libiodbc.git fetched at 2026-Apr-23 07:50:50
2026-Apr-23 07:50:55 :: [x86_64] #600 libiodbc.git 3.52.16-alt2: build start
2026-Apr-23 07:50:55 :: [i586] #600 libiodbc.git 3.52.16-alt2: build start
2026-Apr-23 07:50:55 :: [aarch64] #600 libiodbc.git 3.52.16-alt2: build start
[x86_64] inifile.c: In function '_iodbcdm_cfg_init':
[x86_64] inifile.c:144:23: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
[x86_64]   144 |   pconfig->fileName = strdup (filename);
[x86_64]       |                       strcmp
[x86_64] inifile.c:144:21: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   144 |   pconfig->fileName = strdup (filename);
[x86_64] inifile.c: In function '_iodbcdm_cfg_storeentry':
[x86_64] inifile.c:478:17: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   478 |         section = strdup (section);
[x86_64] inifile.c:480:12: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   480 |         id = strdup (id);
[x86_64] inifile.c:482:15: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   482 |         value = strdup (value);
[x86_64] inifile.c:484:17: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   484 |         comment = strdup (value);
[x86_64] inifile.c: In function '_iodbcdm_cfg_find':
[x86_64] inifile.c:625:28: error: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
[x86_64]   625 |                   bSame = !strcasecmp (szId, id);
[x86_64] --
[x86_64] inifile.c: In function '_iodbcdm_cfg_write':
[x86_64] inifile.c:722:25: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   722 |                   e->id = strdup (id);
[x86_64] inifile.c:723:28: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   723 |                   e->value = strdup (value);
[x86_64] inifile.c:741:33: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64]   741 |                   if ((e->value = strdup (value)) == NULL)
2026-Apr-23 07:51:14 :: [x86_64] libiodbc.git 3.52.16-alt2: remote: build failed
2026-Apr-23 07:51:14 :: [x86_64] #600 libiodbc.git 3.52.16-alt2: build FAILED
2026-Apr-23 07:51:14 :: [x86_64] requesting cancellation of task processing
[i586]  1645 |           CALL_UDRIVER(stmt->hdbc, stmt, retcode, hproc,
[i586] odbc3.c:1664:55: error: too many arguments to function 'hproc'; expected 0, have 3
[i586]  1664 |               CALL_DRIVER (stmt->hdbc, stmt, retcode, hproc,
[i586] --
[i586]   113 |         ret = proc plist; \
[i586] odbc3.c:1674:55: error: too many arguments to function 'hproc'; expected 0, have 3
[i586]  1674 |               CALL_DRIVER (stmt->hdbc, stmt, retcode, hproc,
[i586] --
[i586]   113 |         ret = proc plist; \
[i586] odbc3.c:1690:51: error: too many arguments to function 'hproc'; expected 0, have 3
[i586]  1690 |           CALL_DRIVER (stmt->hdbc, stmt, retcode, hproc,
[i586] --
[i586]   113 |         ret = proc plist; \
[i586] odbc3.c:1698:51: error: too many arguments to function 'hproc'; expected 0, have 3
[i586]  1698 |           CALL_DRIVER (stmt->hdbc, stmt, retcode, hproc,
[i586] --
[i586] odbc3.c: In function 'SQLSetConnectAttr_Internal':
[i586] odbc3.c:1865:39: error: too many arguments to function 'hproc'; expected 0, have 4
[i586]  1865 |       CALL_UDRIVER(con, con, retcode, hproc, unicode_driver,
[i586] --
[i586] odbc3.c: In function 'SQLGetConnectAttr_Internal':
[i586] odbc3.c:2067:39: error: too many arguments to function 'hproc'; expected 0, have 5
[i586]  2067 |       CALL_UDRIVER(con, con, retcode, hproc, unicode_driver,
[i586] --
[i586] odbc3.c: In function 'SQLGetDescField_Internal':
[i586] odbc3.c:2292:43: error: too many arguments to function 'hproc'; expected 0, have 6
[i586]  2292 |   CALL_UDRIVER(desc->hdbc, desc, retcode, hproc, penv->unicode_driver,
[i586] --
[i586] odbc3.c: In function 'SQLSetDescField_Internal':
[i586] odbc3.c:2498:43: error: too many arguments to function 'hproc'; expected 0, have 5
[i586]  2498 |   CALL_UDRIVER(desc->hdbc, desc, retcode, hproc, penv->unicode_driver,
[i586] --
[i586] odbc3.c: In function 'SQLGetDescRec_Internal':
[i586] odbc3.c:2637:43: error: too many arguments to function 'hproc'; expected 0, have 11
[i586]  2637 |   CALL_UDRIVER(desc->hdbc, desc, retcode, hproc, penv->unicode_driver,
[i586] --
[i586] odbc3.c: In function 'SQLSetDescRec_Internal':
[i586] odbc3.c:2864:43: error: too many arguments to function 'hproc'; expected 0, have 10
[i586]  2864 |   CALL_DRIVER (desc->hdbc, desc, retcode, hproc,
2026-Apr-23 07:51:16 :: [i586] libiodbc.git 3.52.16-alt2: remote: build failed
2026-Apr-23 07:51:16 :: [i586] #600 libiodbc.git 3.52.16-alt2: build FAILED
[aarch64] inifile.c: In function '_iodbcdm_cfg_init':
[aarch64] inifile.c:144:23: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
[aarch64]   144 |   pconfig->fileName = strdup (filename);
[aarch64]       |                       strcmp
[aarch64] inifile.c:144:21: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   144 |   pconfig->fileName = strdup (filename);
[aarch64] inifile.c: In function '_iodbcdm_cfg_storeentry':
[aarch64] inifile.c:478:17: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   478 |         section = strdup (section);
[aarch64] inifile.c:480:12: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   480 |         id = strdup (id);
[aarch64] inifile.c:482:15: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   482 |         value = strdup (value);
[aarch64] inifile.c:484:17: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   484 |         comment = strdup (value);
[aarch64] inifile.c: In function '_iodbcdm_cfg_find':
[aarch64] inifile.c:625:28: error: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
[aarch64]   625 |                   bSame = !strcasecmp (szId, id);
[aarch64] --
[aarch64] inifile.c: In function '_iodbcdm_cfg_write':
[aarch64] inifile.c:722:25: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   722 |                   e->id = strdup (id);
[aarch64] inifile.c:723:28: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   723 |                   e->value = strdup (value);
[aarch64] inifile.c:741:33: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[aarch64]   741 |                   if ((e->value = strdup (value)) == NULL)
2026-Apr-23 07:51:32 :: [aarch64] libiodbc.git 3.52.16-alt2: remote: build failed
2026-Apr-23 07:51:32 :: [aarch64] #600 libiodbc.git 3.52.16-alt2: build FAILED
2026-Apr-23 07:51:14 :: [x86_64] build FAILED
2026-Apr-23 07:51:16 :: [i586] build FAILED
2026-Apr-23 07:51:32 :: [aarch64] build FAILED
2026-Apr-23 07:51:32 :: task #416060 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list