[cyber] I: p10-20230101 x86_64 beehive_status: +12 -8 (47)
ALT beekeeper
hiver на altlinux.org
Вс Янв 1 06:27:08 MSK 2023
12 NEW error logs
apache-commons-net-0:3.6-alt1_8jpp8
[ERROR]
org.apache.commons.net.ftp.parser.FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones
Time elapsed: 0.013 s <<< FAILURE!
junit.framework.AssertionFailedError: rollback.even.with.time.zones expected:<1>
but was:<2>
at
org.apache.commons.net.ftp.parser.FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones(FTPTimestampParserImplTest.java:173)
cilk-5.4.6-alt12
perl -I. ./bfnnconv.pl ./cilk-faq.bfnn
no ./cilk-faq.xrefdb (No such file or directory) at ./bfnnconv.pl line 43.
S0
S1
Q1.1
Q1.2
Q1.3
Q1.4
Q1.5
Q1.6
Q1.7
Q1.8
S2
Q2.1
Q2.2
Q2.3
Q2.4
S3
Q3.1
Q3.2
Q3.3
Q3.4
unknown question `compile' at ./bfnnconv.pl line 221, <> line 263.
--
libtool: install: /usr/libexec/rpm-build/install -p .libs/libcilk.g.so.0.0.0
/usr/src/tmp/cilk-buildroot/usr/lib64/libcilk.g.so.0.0.0
/bin/install: cannot stat '.libs/libcilk.g.so.0.0.0': No such file or directory
make[2]: *** [Makefile:565: install-libLTLIBRARIES] Error 1
collectd-5.12.0-alt1
libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/daemon
-DPREFIX=\"/usr\" -DCONFIGFILE=\"/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\"
-DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPLUGINDIR=\"/usr/lib64/collectd\"
-DPKGDATADIR=\"/usr/share/collectd\" -Wall -Werror -I/usr/include/libxml2 -pipe
-frecord-gcc-switches -Wall -g -O2 -c src/utils/curl_stats/curl_stats.c -fPIC -DPIC
-o src/utils/curl_stats/.libs/curl_xml_la-curl_stats.o
src/utils/curl_stats/curl_stats.c:128:5: error: 'CURLINFO_SIZE_UPLOAD' is deprecated:
since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Werror=deprecated-declarations]
128 | SPEC(size_upload, "SizeUpload", dispatch_gauge, "bytes",
--
2833 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
src/utils/curl_stats/curl_stats.c:130:5: error: 'CURLINFO_SIZE_DOWNLOAD' is deprecated:
since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Werror=deprecated-declarations]
130 | SPEC(size_download, "SizeDownload", dispatch_gauge, "bytes",
--
2836 | CURLINFO_SIZE_DOWNLOAD
src/utils/curl_stats/curl_stats.c:132:5: error: 'CURLINFO_SPEED_DOWNLOAD' is deprecated:
since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Werror=deprecated-declarations]
132 | SPEC(speed_download, "SpeedDownload", dispatch_speed, "bitrate",
--
2840 | CURLINFO_SPEED_DOWNLOAD
src/utils/curl_stats/curl_stats.c:134:5: error: 'CURLINFO_SPEED_UPLOAD' is deprecated:
since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Werror=deprecated-declarations]
134 | SPEC(speed_upload, "SpeedUpload", dispatch_speed, "bitrate",
--
2844 | CURLINFO_SPEED_UPLOAD
src/utils/curl_stats/curl_stats.c:140:5: error: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD'
is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
[-Werror=deprecated-declarations]
140 | SPEC(content_length_download, "ContentLengthDownload", dispatch_gauge,
--
2853 | CURLINFO_CONTENT_LENGTH_DOWNLOAD
src/utils/curl_stats/curl_stats.c:142:5: error: 'CURLINFO_CONTENT_LENGTH_UPLOAD'
is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T
[-Werror=deprecated-declarations]
142 | SPEC(content_length_upload, "ContentLengthUpload", dispatch_gauge, "bytes",
--
2858 | CURLINFO_CONTENT_LENGTH_UPLOAD
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7862: src/utils/curl_stats/curl_xml_la-curl_stats.lo] Error 1
elfutils-0.185-alt1
../../debuginfod/debuginfod-client.c: In function 'debuginfod_query_server':
../../debuginfod/debuginfod-client.c:928:15: error: 'CURLINFO_SIZE_DOWNLOAD' is deprecated:
since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Werror=deprecated-declarations]
928 | curl_res = curl_easy_getinfo(target_handle,
--
2836 | CURLINFO_SIZE_DOWNLOAD
../../debuginfod/debuginfod-client.c:946:15: error: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD'
is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
[-Werror=deprecated-declarations]
946 | curl_res = curl_easy_getinfo(target_handle,
--
2853 | CURLINFO_CONTENT_LENGTH_DOWNLOAD
cc1: all warnings being treated as errors
make[2]: *** [Makefile:628: debuginfod-client.o] Error 1
freelan-2.3-alt2
build/release/libs/freelan/src/curl.cpp: In member function Б─≤ptrdiff_t
freelan::curl::get_content_length_download()Б─≥:
build/release/libs/freelan/src/curl.cpp:352:55: error:
Б─≤CURLINFO_CONTENT_LENGTH_DOWNLOADБ─≥ is deprecated: since 7.55.0. Use
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Werror=deprecated-declarations]
352 | throw_if_curl_error(curl_easy_getinfo(m_curl.get(),
CURLINFO_CONTENT_LENGTH_DOWNLOAD, &content_length));
--
build/release/libs/freelan/src/curl.cpp: In member function Б─≤ptrdiff_t
freelan::curl::get_content_length_upload()Б─≥:
build/release/libs/freelan/src/curl.cpp:361:55: error: Б─≤CURLINFO_CONTENT_LENGTH_UPLOADБ─≥
is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T
[-Werror=deprecated-declarations]
361 | throw_if_curl_error(curl_easy_getinfo(m_curl.get(), CURLINFO_CONTENT_LENGTH_UPLOAD,
&content_length));
--
36 | BOOST_PRAGMA_MESSAGE(
cc1plus: all warnings being treated as errors
g++ -o build/release/libs/asiotap/src/bootp_frame.o -c -pipe -frecord-gcc-switches -Wall
-g -O2 -Wno-missing-field-initializers --std=c++11 -Wall -Wextra -Werror -pedantic -O3
-DUSE_UPNP -DFREELAN_INSTALL_PREFIX="\"/\"" -Ibuild/release/libs/asiotap/include/asiotap
-Ibuild/release/include build/release/libs/asiotap/src/bootp_frame.cpp
freeswitch-1:1.10.7-alt1
src/switch_curl.c: In function 'switch_curl_process_form_post_params':
src/switch_curl.c:90:6: error: 'curl_formadd' is deprecated: since 7.56.0. Use
curl_mime_init() [-Werror=deprecated-declarations]
90 | curl_formadd(&formpost,
--
2570 | curl_formadd(struct curl_httppost **httppost,
src/switch_curl.c:92:10: error: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use
curl_mime_name() [-Werror=deprecated-declarations]
92 | CURLFORM_COPYNAME, pname,
--
2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
src/switch_curl.c:93:10: error: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use
curl_mime_filename() [-Werror=deprecated-declarations]
93 | CURLFORM_FILENAME, fname,
--
2512 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
src/switch_curl.c:94:10: error: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use
curl_mime_filedata() [-Werror=deprecated-declarations]
94 | CURLFORM_FILE, hp->value,
--
2504 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
src/switch_curl.c:100:4: error: 'curl_formadd' is deprecated: since 7.56.0. Use
curl_mime_init() [-Werror=deprecated-declarations]
100 | curl_formadd(&formpost,
--
2570 | curl_formadd(struct curl_httppost **httppost,
src/switch_curl.c:102:8: error: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use
curl_mime_name() [-Werror=deprecated-declarations]
102 | CURLFORM_COPYNAME, hp->name,
--
2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
src/switch_curl.c:103:8: error: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use
curl_mime_data() [-Werror=deprecated-declarations]
103 | CURLFORM_COPYCONTENTS, hp->value,
--
2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
cc1: all warnings being treated as errors
make[1]: *** [Makefile:2813: src/libfreeswitch_la-switch_curl.lo] Error 1
janus-0.11.3-alt3
turnrest.c: In function 'janus_turnrest_request':
turnrest.c:164:2: error: void value not ignored as it ought to be
164 | curl_easy_setopt(curl, api_http_get ? CURLOPT_HTTPGET : CURLOPT_POST, 1);
kodi-19.4-alt2
[ 5%] Linking CXX static library network_httprequesthandlers_python.a
cd /usr/src/RPM/BUILD/kodi-19.4/x86_64-alt-linux/build/network/httprequesthandler/python
&& /usr/bin/cmake -P
CMakeFiles/network_httprequesthandlers_python.dir/cmake_clean_target.cmake
cd /usr/src/RPM/BUILD/kodi-19.4/x86_64-alt-linux/build/network/httprequesthandler/python
&& /usr/bin/cmake -E cmake_link_script
CMakeFiles/network_httprequesthandlers_python.dir/link.txt --verbose=1
/usr/bin/ar qc network_httprequesthandlers_python.a
CMakeFiles/network_httprequesthandlers_python.dir/HTTPPythonInvoker.cpp.o
CMakeFiles/network_httprequesthandlers_python.dir/HTTPPythonWsgiInvoker.cpp.o
/usr/bin/ranlib network_httprequesthandlers_python.a
gmake[2]: Leaving directory '/usr/src/RPM/BUILD/kodi-19.4/x86_64-alt-linux'
gmake[1]: Entering directory '/usr/src/RPM/BUILD/kodi-19.4/x86_64-alt-linux'
[ 5%] Built target network_httprequesthandlers_python
gmake[1]: Leaving directory '/usr/src/RPM/BUILD/kodi-19.4/x86_64-alt-linux'
gmake: *** [Makefile:146: all] Error 2
libdeltacloud-0.9-alt2_17
bucket.c: In function 'deltacloud_bucket_create_blob_from_file':
bucket.c:329:3: error: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init()
[-Werror=deprecated-declarations]
329 | res = curl_formadd(&httppost, &last, CURLFORM_COPYNAME, "blob_data",
--
2570 | curl_formadd(struct curl_httppost **httppost,
bucket.c:329:3: error: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use
curl_mime_name() [-Werror=deprecated-declarations]
329 | res = curl_formadd(&httppost, &last, CURLFORM_COPYNAME, "blob_data",
--
2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
bucket.c:330:8: error: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use
curl_mime_filedata() [-Werror=deprecated-declarations]
330 | CURLFORM_FILE, filename, CURLFORM_END);
--
2504 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
bucket.c:336:3: error: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init()
[-Werror=deprecated-declarations]
336 | res = curl_formadd(&httppost, &last, CURLFORM_COPYNAME, "blob_id",
--
2570 | curl_formadd(struct curl_httppost **httppost,
bucket.c:336:3: error: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use
curl_mime_name() [-Werror=deprecated-declarations]
336 | res = curl_formadd(&httppost, &last, CURLFORM_COPYNAME, "blob_id",
--
2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
bucket.c:337:9: error: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use
curl_mime_data() [-Werror=deprecated-declarations]
337 | CURLFORM_COPYCONTENTS, blob_name, CURLFORM_END);
--
2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
bucket.c:347:3: error: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init()
[-Werror=deprecated-declarations]
347 | res = curl_formadd(&httppost, &last, CURLFORM_COPYNAME, "meta_params",
--
2570 | curl_formadd(struct curl_httppost **httppost,
bucket.c:347:3: error: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use
curl_mime_name() [-Werror=deprecated-declarations]
347 | res = curl_formadd(&httppost, &last, CURLFORM_COPYNAME, "meta_params",
--
2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
bucket.c:348:8: error: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use
curl_mime_data() [-Werror=deprecated-declarations]
348 | CURLFORM_COPYCONTENTS, meta, CURLFORM_END);
--
2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
bucket.c:361:5: error: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init()
[-Werror=deprecated-declarations]
361 | res = curl_formadd(&httppost, &last, CURLFORM_COPYNAME, meta,
newsboat-2.23-alt1
src/poddlthread.cpp: In member function 'void podboat::PodDlThread::run()':
src/poddlthread.cpp:64:15: error: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since
7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Werror=deprecated-declarations]
64 | easyhandle, CURLOPT_PROGRESSFUNCTION, progress_callback);
--
1295 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
cc1plus: all warnings being treated as errors
make: *** [Makefile:176: src/poddlthread.o] Error 1
perl-WWW-Curl-4.17-alt6
2678 | if (strEQ(name, "ANYSAFE")) return CURLAUTH_ANYSAFE;
curlopt-constants.c:2771:58: error: 'CURLOPTDEPRECATED' undeclared (first use in this
function); did you mean 'CURLOPT_PRIVATE'?
2771 | if (strEQ(name, "CURLOPTDEPRECATED")) return CURLOPTDEPRECATED;
--
from Curl.xs:17:
Curl.xs:692:4: error: void value not ignored as it ought to be
692 | curl_easy_setopt(clone->curl, 10000 + i, clone->strings[i]);
proftpd-1.3.6-alt0.4.ga73dbfe3b
Processing files: proftpd-devel-1.3.6-alt0.4.ga73dbfe3b
error: File not found by glob: /usr/src/tmp/proftpd-buildroot/usr/lib64/pkgconfig/*
RPM build errors:
8 error logs REMOVED from the list
SNNS-4.3-alt1.1.1.1
automake_1.11-1.11.6-alt9
dopewars-1.5.12-alt2_20.1033svn
fprintd-1.94.2-alt1
glibc-6:2.32-alt5
openFPGALoader-0.8.0-alt3
racket-7.3-alt2
xfce4-terminal-0.8.10-alt1
Total 47 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk