ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20230324 x86_64 beehive_status: +23 -10 (136)
@ 2023-03-24  3:58 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2023-03-24  3:58 UTC (permalink / raw)
  To: sisyphus-cybertalk

	23 NEW error logs

TetrisGL-1.0.2-alt4
	/usr/src/RPM/BUILD/TetrisGL-1.0.2/src/3rdParty/rapidjson/document.h:121:18: warning:
	'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference>
	struct std::iterator' is deprecated [-Wdeprecated-declarations]
	121 |	  typedef std::iterator<std::random_access_iterator_tag,ValueType> BaseType;
	/usr/include/c++/12/bits/stl_iterator_base_types.h:127:34: note: declared here
	127 |	  struct _GLIBCXX17_DEPRECATED iterator
	/usr/src/RPM/BUILD/TetrisGL-1.0.2/src/GameLogic.cpp: In static member function 'static
	bool GameLogic::fit(const Figure&, int, int, int*)':
	/usr/src/RPM/BUILD/TetrisGL-1.0.2/src/GameLogic.cpp:241:13: warning: unused variable
	'shift' [-Wunused-variable]
	241 |	const int shift = curFigure.dim / 2 + (curFigure.dim & 1);
	make[2]: Leaving directory '/usr/src/RPM/BUILD/TetrisGL-1.0.2'
	make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/TetrisGL.dir/all] Error 2
	make: *** [Makefile:91: all] Error 2

aptitude-0.4.5-alt13
	threads.h: In constructor 'threads::thread::attr::attr()':
	threads.h:107:9: error: 'pthread_attr_init' was not declared in this scope; did you mean
	'pthread_attr_t'?
	107 |	      pthread_attr_init(&attrs);
	--
	threads.h: In member function 'void threads::thread::attr::set_inherit_sched(int)':
	threads.h:115:9: error: 'pthread_attr_setinheritsched' was not declared in this scope
	115 |	      pthread_attr_setinheritsched(&attrs, i);
	threads.h: In member function 'int threads::thread::attr::get_inherit_sched() const':
	threads.h:121:9: error: 'pthread_attr_getinheritsched' was not declared in this scope
	121 |	      pthread_attr_getinheritsched(&attrs, &rval);
	threads.h: In member function 'void threads::thread::attr::set_sched_param(const int&)':
	threads.h:127:9: error: 'pthread_attr_setschedparam' was not declared in this scope
	127 |	      pthread_attr_setschedparam(&attrs, &sp);
	threads.h: In member function 'void threads::thread::attr::set_sched_policy(int)':
	threads.h:139:9: error: 'pthread_attr_setschedpolicy' was not declared in this scope
	139 |	      pthread_attr_setschedpolicy(&attrs, p);
	threads.h: In member function 'int threads::thread::attr::get_sched_policy() const':
	threads.h:145:9: error: 'pthread_attr_getschedpolicy' was not declared in this scope
	145 |	      pthread_attr_getschedpolicy(&attrs, &rval);
	threads.h: In member function 'void threads::thread::attr::set_scope(int)':
	threads.h:151:9: error: 'pthread_attr_setscope' was not declared in this scope; did
	you mean 'pthread_attr_t'?
	151 |	      pthread_attr_setscope(&attrs, p);
	--
	threads.h: In member function 'int threads::thread::attr::get_scope() const':
	threads.h:157:9: error: 'pthread_attr_getscope' was not declared in this scope; did
	you mean 'pthread_attr_t'?
	157 |	      pthread_attr_getscope(&attrs, &rval);
	--
	threads.h: In destructor 'threads::thread::attr::~attr()':
	threads.h:163:9: error: 'pthread_attr_destroy' was not declared in this scope; did you
	mean 'pthread_attr_t'?
	163 |	      pthread_attr_destroy(&attrs);
	--
	threads.h: In destructor 'threads::thread::~thread()':
	threads.h:192:9: error: 'pthread_detach' was not declared in this scope; did you mean
	'pthread_t'?
	192 |	      pthread_detach(tid);

blackbox-0.76-alt2
	Toolbar.cc: In member function 'void Toolbar::reconfigure()':
	Toolbar.cc:260:17: error: 'time' was not declared in this scope
	260 |	time_t ttmp = time(NULL);
	--
	41 |
	Toolbar.cc:265:21: error: 'localtime' was not declared in this scope
	265 |	  struct tm *tt = localtime(&ttmp);
	Toolbar.cc:265:21: note: 'localtime' is defined in header '<ctime>'; did you forget to
	'#include <ctime>'?
	Toolbar.cc:268:17: error: 'strftime' was not declared in this scope
	268 |	    int len = strftime(t, 1024, options.strftime_format.c_str(), tt);
	--
	Toolbar.cc: In member function 'void Toolbar::redrawClockLabel()':
	Toolbar.cc:458:14: error: 'time' was not declared in this scope
	458 |	if ((tmp = time(NULL)) == -1)
	Toolbar.cc:458:14: note: 'time' is defined in header '<ctime>'; did you forget to
	'#include <ctime>'?
	Toolbar.cc:460:8: error: 'localtime' was not declared in this scope
	460 |	tt = localtime(&tmp);
	Toolbar.cc:460:8: note: 'localtime' is defined in header '<ctime>'; did you forget to
	'#include <ctime>'?
	Toolbar.cc:463:9: error: 'strftime' was not declared in this scope
	463 |	if (! strftime(str, sizeof(str), options.strftime_format.c_str(), tt))

clisp-1:2.49.92-alt2
	;; Compiling file /usr/src/RPM/BUILD/clisp-2.49.92/modules/postgresql/postgresql.lisp ...
	;; Wrote file /usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql/postgresql.fas
	;; Wrote file /usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql/postgresql.c
	0 errors, 0 warnings
	make[2]: Leaving directory '/usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql'
	make[2]: Entering directory '/usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql'
	gcc -I/usr/src/RPM/BUILD/clisp-2.49.92/src/gllib  -g -O2 -W -Wswitch -Wcomment
	-Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare
	-Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -fno-strict-aliasing
	-DNO_ASM -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES  -fPIC -DPIC
	-I/usr/src/RPM/BUILD/clisp-2.49.92/src/linkkit \
	-c postgresql.c
	make[2]: Leaving directory '/usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql'
	make: *** [Makefile:16: all] Error 2

ctpp-2.7.1-alt2.qa1.2
	/usr/src/RPM/BUILD/ctpp-2.7.1/src/functions/FnRandom.cpp: In constructor
	'CTPP::FnRandom::FnRandom()':
	/usr/src/RPM/BUILD/ctpp-2.7.1/src/functions/FnRandom.cpp:56:17: error: 'time' was not
	declared in this scope
	56 |	     srandom(time(NULL));

escape-200912250-alt3_13
	make: Leaving directory '/usr/src/RPM/BUILD/escape-src'
	make: Entering directory '/usr/src/RPM/BUILD/escape-src'
	g++ -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -pipe -frecord-gcc-switches
	-Wall -g -O2 -flto=auto -DMULTIUSER -DDATADIR=\"/usr/share/escape/data/\"
	-DSTARTUP_LEVELS=\"/usr/share/escape/levels/\" -DNOSOUND  -c -o edit.o edit.cc
	make: Leaving directory '/usr/src/RPM/BUILD/escape-src'
	make: Entering directory '/usr/src/RPM/BUILD/escape-src'
	g++ -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -pipe -frecord-gcc-switches
	-Wall -g -O2 -flto=auto -DMULTIUSER -DDATADIR=\"/usr/share/escape/data/\"
	-DSTARTUP_LEVELS=\"/usr/share/escape/levels/\" -DNOSOUND  -c -o load.o load.cc
	In file included from load.cc:28:
	client.h:54:26: warning: invalid suffix on literal; C++11 requires a space between
	literal and string macro [-Wliteral-suffix]
	54 |			 WHITE":"POP + itos(serverport) + POP "...");
	make: Leaving directory '/usr/src/RPM/BUILD/escape-src'

gemrb-0.8.5-alt3_1
	/usr/src/RPM/BUILD/gemrb-0.8.5/gemrb/core/RNG/RNG_SFMT.cpp: In constructor
	'RNG_SFMT::RNG_SFMT()':
	/usr/src/RPM/BUILD/gemrb-0.8.5/gemrb/core/RNG/RNG_SFMT.cpp:23:16: error: 'time' was
	not declared in this scope
	23 |   time_t now = time(NULL);      // current time

havp-0.93-alt1
	logfile.cpp: In static member function 'static void LogFile::AccessMessage(const char*,
	...)':
	logfile.cpp:111:22: error: 'time' was not declared in this scope
	111 |	      time_t now = time(NULL);
	--
	33 |
	logfile.cpp:112:19: error: variable 'tm TmDate' has initializer but incomplete type
	112 |	      struct tm TmDate = *localtime(&now);
	logfile.cpp:112:29: error: 'localtime' was not declared in this scope
	112 |	      struct tm TmDate = *localtime(&now);
	logfile.cpp:112:29: note: 'localtime' is defined in header '<ctime>'; did you forget to
	'#include <ctime>'?
	logfile.cpp:113:9: error: 'strftime' was not declared in this scope
	113 |	      strftime(tmpdate, 50, TimeFormat.c_str(), &TmDate);
	--
	logfile.cpp: In static member function 'static void LogFile::VirusMessage(const char*,
	...)':
	logfile.cpp:141:22: error: 'time' was not declared in this scope
	141 |	      time_t now = time(NULL);
	logfile.cpp:141:22: note: 'time' is defined in header '<ctime>'; did you forget to
	'#include <ctime>'?
	logfile.cpp:142:19: error: variable 'tm TmDate' has initializer but incomplete type
	142 |	      struct tm TmDate = *localtime(&now);
	logfile.cpp:142:29: error: 'localtime' was not declared in this scope
	142 |	      struct tm TmDate = *localtime(&now);
	logfile.cpp:142:29: note: 'localtime' is defined in header '<ctime>'; did you forget to
	'#include <ctime>'?
	logfile.cpp:143:9: error: 'strftime' was not declared in this scope
	143 |	      strftime(tmpdate, 50, TimeFormat.c_str(), &TmDate);
	--
	logfile.cpp: In static member function 'static void LogFile::ErrorMessage(const char*,
	...)':
	logfile.cpp:171:22: error: 'time' was not declared in this scope
	171 |	      time_t now = time(NULL);
	logfile.cpp:171:22: note: 'time' is defined in header '<ctime>'; did you forget to
	'#include <ctime>'?
	logfile.cpp:172:19: error: variable 'tm TmDate' has initializer but incomplete type
	172 |	      struct tm TmDate = *localtime(&now);

java-1.8.0-openjdk-0:1.8.0.362.b09-alt0_1jpp8
	RPM build errors:
	Unparseable macro: % by %%)
	Macro %z not found
	ignored self-provides: java-1.8.0-openjdk = 0:1.8.0.362.b09-alt0_1jpp8
	ignored self-provides: java-1.8.0-openjdk-headless = 0:1.8.0.362.b09-alt0_1jpp8
	ignored self-provides: java-1.8.0-openjdk-devel = 0:1.8.0.362.b09
	ignored self-provides: java-1.8.0-openjdk-demo = 0:1.8.0.362.b09-alt0_1jpp8
	ignored self-provides: java-1.8.0-openjdk-src = 0:1.8.0.362.b09-alt0_1jpp8
	ignored self-provides: java-1.8.0-openjdk-javadoc = 0:1.8.0.362.b09-alt0_1jpp8
	Unparseable macro: %.*}"

karbowanecwallet-1.7.8-alt1
	[ 58%] Linking CXX static library libMnemonics.a
	/usr/bin/cmake -P CMakeFiles/Mnemonics.dir/cmake_clean_target.cmake
	/usr/bin/cmake -E cmake_link_script CMakeFiles/Mnemonics.dir/link.txt --verbose=1
	/usr/bin/ar qc libMnemonics.a
	CMakeFiles/Mnemonics.dir/Mnemonics_autogen/mocs_compilation.cpp.o
	"CMakeFiles/Mnemonics.dir/cryptonote/src/Mnemonics/electrum-words.cpp.o"
	/usr/bin/ranlib libMnemonics.a
	make[2]: Leaving directory '/usr/src/RPM/BUILD/karbowanecwallet/build'
	make[1]: Entering directory '/usr/src/RPM/BUILD/karbowanecwallet/build'
	[ 58%] Built target Mnemonics
	make[1]: Leaving directory '/usr/src/RPM/BUILD/karbowanecwallet/build'
	make: *** [Makefile:156: all] Error 2

kernel-modules-nvidia-std-def-525.89.02-alt1.331624.1
	make[1]: Entering directory '/usr/src/linux-5.15.104-std-def-alt1'
	/bin/sh: ./scripts/pahole-flags.sh: No such file or directory
	make[1]: Leaving directory '/usr/src/linux-5.15.104-std-def-alt1'
	/bin/sh: ./scripts/pahole-flags.sh: No such file or directory
	MODPOST
	/usr/src/RPM/BUILD/kernel-modules-nvidia-std-def-525.89.02/kernel-source-nvidia-5258902/Module.symvers
	--
	make[1]: Entering directory '/usr/src/linux-5.15.104-std-def-alt1'
	/bin/sh: ./scripts/pahole-flags.sh: No such file or directory
	make[1]: Leaving directory '/usr/src/linux-5.15.104-std-def-alt1'
	make[1]: Entering directory '/usr/src/linux-5.15.104-std-def-alt1'
	/bin/sh: ./scripts/pahole-flags.sh: No such file or directory
	warning: the compiler differs from the one used to build the kernel
	--
	make[1]: Leaving directory '/usr/src/linux-5.15.104-std-def-alt1'
	/bin/sh: ./scripts/pahole-flags.sh: No such file or directory
	Compiler version check failed:
	The major and minor number of the compiler used to

kernel-modules-nvidia-un-def-525.89.02-alt1.393493.1
	make[1]: Leaving directory '/usr/src/linux-6.1.21-un-def-alt1'
	Compiler version check failed:
	The major and minor number of the compiler used to

libclucene-core-2.3.3.4-alt6
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:39:17:
	note: 'strftime' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:41:17:
	error: 'strftime' was not declared in this scope
	41 |		     strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m", ptm);
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:41:17:
	note: 'strftime' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:43:17:
	error: 'strftime' was not declared in this scope
	43 |		     strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m%d", ptm);
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:43:17:
	note: 'strftime' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:45:17:
	error: 'strftime' was not declared in this scope
	45 |		     strftime(abuf, DATETOOLS_BUFFER_SIZE, "%Y%m%d%H", ptm);
	--
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp: In static
	member function 'static tm* lucene::document::DateTools::stringToDate(const TCHAR*)':
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:54:19:
	error: 'gmtime' was not declared in this scope
	54 |	     tm *ptm = gmtime(&secs);
	--
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp: In static
	member function 'static int64_t lucene::document::DateTools::stringToTime(const TCHAR*)':
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:59:6:
	error: aggregate 'tm s_time' has incomplete type and cannot be defined
	59 |   tm s_time;
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:163:14:
	error: 'mktime' was not declared in this scope
	163 |	time_t t = mktime(&s_time);
	--
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp: In static
	member function 'static int64_t lucene::document::DateTools::getDifferenceFromGMT()':
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:177:5:
	error: 'time' was not declared in this scope
	177 |	  time( &secs );  // Current time in GMT
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:177:5:
	note: 'time' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:178:12:
	error: 'localtime' was not declared in this scope
	178 |	  tptr = localtime( &secs );
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:178:12:
	note: 'localtime' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:179:18:
	error: 'mktime' was not declared in this scope
	179 |	  local_secs = mktime( tptr );
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:179:18:
	note: 'mktime' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
	/usr/src/RPM/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.cpp:180:12:
	error: 'gmtime' was not declared in this scope
	180 |	  tptr = gmtime( &secs );

libgloox-1.0.23-alt1
	tag_perf.cpp: In function 'void randomize(int)':
	tag_perf.cpp:70:10: error: 'time' was not declared in this scope
	70 |   srand( time( 0 ) );

libvmime-0.9.2-alt7
	utility_smartPtrInt.cpp: In member function 'long int
	vmime::utility::refCounter::increment()':
	utility_smartPtrInt.cpp:189:27: error: '__exchange_and_add' is not a member of '__gnu_cxx'
	189 |	      return __gnu_cxx::__exchange_and_add(&m_value, 1) + 1;
	utility_smartPtrInt.cpp: In member function 'long int
	vmime::utility::refCounter::decrement()':
	utility_smartPtrInt.cpp:199:27: error: '__exchange_and_add' is not a member of '__gnu_cxx'
	199 |	      return __gnu_cxx::__exchange_and_add(&m_value, -1) - 1;
	utility_smartPtrInt.cpp: In member function 'vmime::utility::refCounter::operator long
	int() const':
	utility_smartPtrInt.cpp:209:46: error: '__exchange_and_add' is not a member of '__gnu_cxx'
	209 |	      return static_cast <long>(__gnu_cxx::__exchange_and_add(&m_value, 0));

libvpb-4.2.58-alt1
	../../include/vt/tonegen.h: In static member function 'static void
	ToneGen::mutex_cleanup(void*)':
	../../include/vt/tonegen.h:527:13: error: 'pthread_mutex_unlock' was not declared in
	this scope; did you mean 'pthread_mutex_t'?
	527 |		  pthread_mutex_unlock((pthread_mutex_t*)p);
	--
	../../include/vt/tonegen.h: In member function 'void ToneGen::DoStop()':
	../../include/vt/tonegen.h:538:17: error: 'pthread_cond_broadcast' was not declared in
	this scope; did you mean 'pthread_condattr_t'?
	538 |		      pthread_cond_broadcast( &m_cond );
	--
	../../include/vt/tonegen.h: In constructor 'ToneGen::ToneGen()':
	../../include/vt/tonegen.h:559:9: error: 'pthread_mutex_init' was not declared in this
	scope; did you mean 'pthread_mutex_t'?
	559 |	      pthread_mutex_init(&m_mutex, NULL);
	|	  pthread_mutex_t
	../../include/vt/tonegen.h:560:9: error: 'pthread_cond_init' was not declared in this
	scope; did you mean 'pthread_cond_t'?
	560 |	      pthread_cond_init(&m_cond, NULL);
	--
	../../include/vt/tonegen.h: In destructor 'virtual ToneGen::~ToneGen()':
	../../include/vt/tonegen.h:569:9: error: 'pthread_mutex_destroy' was not declared in
	this scope; did you mean 'pthread_mutexattr_t'?
	569 |	      pthread_mutex_destroy(&m_mutex);
	|	  pthread_mutexattr_t
	../../include/vt/tonegen.h:570:9: error: 'pthread_cond_destroy' was not declared in
	this scope; did you mean 'pthread_condattr_t'?
	570 |	      pthread_cond_destroy(&m_cond);
	--
	../../include/vt/tonegen.h: In member function 'void ToneGen::Start(Config*, bool)':
	../../include/vt/tonegen.h:603:9: error: 'pthread_mutex_lock' was not declared in this
	scope; did you mean 'pthread_mutex_t'?
	603 |	      pthread_mutex_lock( &m_mutex );
	|	  pthread_mutex_t
	../../include/vt/tonegen.h:604:9: error: 'pthread_cleanup_push' was not declared in
	this scope
	604 |	      pthread_cleanup_push(mutex_cleanup, &m_mutex);
	../../include/vt/tonegen.h:616:37: error: 'pthread_cond_wait' was not declared in this
	scope; did you mean 'pthread_cond_t'?
	616 |	      if(sync && m_state != IDLE) pthread_cond_wait( &m_cond, &m_mutex );
	|				      pthread_cond_t
	../../include/vt/tonegen.h:618:9: error: 'pthread_cleanup_pop' was not declared in
	this scope
	618 |	      pthread_cleanup_pop(1);

litmus-0.14.0-alt2.git.9fbc73d
	checking for a BSD-compatible install... /bin/install -c
	./configure: line 2846: syntax error near unexpected token `0,'
	./configure: line 2846: `NE_REQUIRE_VERSIONS(0, 26 27 28 29 30 31 32)'

nmap-20020501:7.80-alt2
	nmap_error.cc: In function 'void fatal(const char*, ...)':
	nmap_error.cc:170:11: error: 'time' was not declared in this scope
	170 |	timep = time(NULL);
	--
	nmap_error.cc: In function 'void pfatal(const char*, ...)':
	nmap_error.cc:240:11: error: 'time' was not declared in this scope
	240 |	timep = time(NULL);

openbabel-3.1.1-alt2
	gmake[2]: Leaving directory '/usr/src/RPM/BUILD/openbabel-3.1.1/x86_64-alt-linux'
	gmake[2]: Entering directory '/usr/src/RPM/BUILD/openbabel-3.1.1/x86_64-alt-linux'
	[ 37%] Linking CXX shared module ../lib64/plugin_charges.so
	cd /usr/src/RPM/BUILD/openbabel-3.1.1/x86_64-alt-linux/src && /usr/bin/cmake -E
	cmake_link_script CMakeFiles/plugin_charges.dir/link.txt --verbose=1
	/usr/bin/c++ -fPIC -pipe -frecord-gcc-switches -Wall -g -O2
	-flto=auto -pthread -O2 -DNDEBUG -O3 -DNDEBUG -Wl,--enable-new-dtags
	-Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc  -shared  -o
	../lib64/plugin_charges.so CMakeFiles/plugin_charges.dir/charges/eem.cpp.o
	CMakeFiles/plugin_charges.dir/charges/gasteiger.cpp.o
	CMakeFiles/plugin_charges.dir/charges/none.cpp.o
	CMakeFiles/plugin_charges.dir/charges/mmff94.cpp.o
	CMakeFiles/plugin_charges.dir/charges/fromfile.cpp.o
	CMakeFiles/plugin_charges.dir/charges/eqeq.cpp.o
	CMakeFiles/plugin_charges.dir/charges/qeq.cpp.o
	CMakeFiles/plugin_charges.dir/charges/qtpie.cpp.o
	-Wl,-rpath,/usr/src/RPM/BUILD/openbabel-3.1.1/x86_64-alt-linux/lib64: -lm -ldl -lz
	../lib64/libopenbabel.so.7.0.0
	gmake[2]: Leaving directory '/usr/src/RPM/BUILD/openbabel-3.1.1/x86_64-alt-linux'
	gmake[1]: Entering directory '/usr/src/RPM/BUILD/openbabel-3.1.1/x86_64-alt-linux'
	[ 37%] Built target plugin_charges
	gmake[1]: Leaving directory '/usr/src/RPM/BUILD/openbabel-3.1.1/x86_64-alt-linux'
	gmake: *** [Makefile:146: all] Error 2

starship-1.12.0-alt1
	modules::aws::tests::expiration_date_set_from_file
	test result: FAILED. 904 passed; 2 failed; 31 ignored; 0 measured; 0 filtered out;
	finished in 1.51s
	error: test failed, to rerun pass `--lib`

vzmigrate-7.0.149-alt2
	<13>Mar 24 02:29:47 rpmi: nftables-1:1.0.7-alt1 sisyphus+316735.100.1.1 1678770911
	installed
	error reading information on service nftables: No such file or directory
	<13>Mar 24 02:29:47 rpmi: libboost_stacktrace1.80.0-1:1.80.0-alt1 sisyphus+308894.400.1.1
	1666588748 installed
	--
	migssh.cpp: In function 'int ssh_recv_data(vzsock_ctx*, void*, char* const*, const char*,
	long int)':
	migssh.cpp:350:18: error: 'time' was not declared in this scope
	350 |	      tstart = time(NULL);

wcnt-1.26.4-alt1.qa1
	src/../include/linkedlist.h: In member function 'T* ll_item<T>::get_data() [with T =
	paramedit]':
	src/../include/linkedlist.h:56:40: warning: 'nonnull' argument 'this' compared to NULL
	[-Wnonnull-compare]
	56 |	 T* get_data()	     { return (this ? data : 0); }
	src/../include/linkedlist.h: In member function 'll_item<T>* ll_item<T>::get_next()
	[with T = paramedit]':
	src/../include/linkedlist.h:58:40: warning: 'nonnull' argument 'this' compared to NULL
	[-Wnonnull-compare]
	58 |	 ll_item* get_next() { return (this ? next : 0); }
	src/../include/linkedlist.h: In member function 'll_item<T>* ll_item<T>::get_prev()
	[with T = paramedit]':
	src/../include/linkedlist.h:57:40: warning: 'nonnull' argument 'this' compared to NULL
	[-Wnonnull-compare]
	57 |	 ll_item* get_prev() { return (this ? prev : 0); }
	make: Leaving directory '/usr/src/RPM/BUILD/wcnt-1.26.4'

xprobe2-0.3-alt2.qa1
	tcp.cc: In constructor 'usipp::TCP::TCP(const char*)':
	tcp.cc:31:15: error: 'time' was not declared in this scope
	31 |	     srand(time(NULL));
	--
	datalink.cc: In member function 'virtual int usipp::Pcap::sniffpack(void*, size_t)':
	datalink.cc:344:25: error: 'time' was not declared in this scope
	344 |		      start = time(NULL);
	--
	19 |
	datalink.cc:356:30: error: 'time' was not declared in this scope
	356 |			      if ((time(NULL) - start) > d_tv.tv_sec) {

	10 error logs REMOVED from the list
automake_1.11-1.11.6-alt9
canl-java-2.8.2-alt1_1jpp11
gawk-5.1.0.0.213.d04f-alt1
gkrellm-radio-2.0.4-alt4
isight-firmware-tools-1.6-alt1
perl-MooseX-AuthorizedMethods-0.006-alt1.1
perl-MooseX-TransactionalMethods-0.009-alt1.1
perl-MooseX-Types-0.50-alt1.1
perl-autovivification-0.18-alt2_8
python3-module-easyprocess-1.1-alt1

Total 136 error logs.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-24  3:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  3:58 [cyber] I: Sisyphus-20230324 x86_64 beehive_status: +23 -10 (136) ALT beekeeper

ALT Linux Sisyphus cybertalk

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
		sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
	public-inbox-index sisyphus-cybertalk

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git