Powered by electricity. Your IP: 18.97.9.175 | libcgroup 090bf084-021c-49c6-a886-e12c7c140798Toc:- error 1
libcgroup.c:198:11: fatal error: Python.h: No such file or directory
- error 2
compilation terminated.
- error 3
make[4]: *** [Makefile:509: _libcgroup_la-libcgroup.lo] Error 1
- error 4
make[3]: *** [Makefile:528: all-recursive] Error 1
- error 5
make[2]: *** [Makefile:685: all-recursive] Error 1
- error 6
make[1]: *** [Makefile:493: all-recursive] Error 1
- error 7
error: Bad exit status from /tmp/B.84hcyfnc/BUILD/tmp/rpm-tmp.HGsyVG (%build)
- error 8
RPM build errors:
- error 9
error: No files produced.
Content:mv -f .deps/cgclear-tools-common.Tpo .deps/cgclear-tools-common.Po
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
x86_64-pld-linux-gnux32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../include -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -MT cgget-tools-common.o -MD -MP -MF .deps/cgget-tools-common.Tpo -c -o cgget-tools-common.o `test -f 'tools-common.c' || echo './'`tools-common.c
tools-common.c: In function 'parse_cgroup_spec':
tools-common.c:92:9: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
92 | strncpy(cdptr[i]->path, pathptr, FILENAME_MAX);
| ^
mv -f .deps/cgget-tools-common.Tpo .deps/cgget-tools-common.Po
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
x86_64-pld-linux-gnux32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../include -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -MT lscgroup-tools-common.o -MD -MP -MF .deps/lscgroup-tools-common.Tpo -c -o lscgroup-tools-common.o `test -f 'tools-common.c' || echo './'`tools-common.c
tools-common.c: In function 'parse_cgroup_spec':
tools-common.c:92:9: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
92 | strncpy(cdptr[i]->path, pathptr, FILENAME_MAX);
| ^
mv -f .deps/lscgroup-tools-common.Tpo .deps/lscgroup-tools-common.Po
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
x86_64-pld-linux-gnux32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../include -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -MT cgget-cgget.o -MD -MP -MF .deps/cgget-cgget.Tpo -c -o cgget-cgget.o `test -f 'cgget.c' || echo './'`cgget.c
mv -f .deps/cgget-cgget.Tpo .deps/cgget-cgget.Po
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
x86_64-pld-linux-gnux32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../include -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -MT cgsnapshot-cgsnapshot.o -MD -MP -MF .deps/cgsnapshot-cgsnapshot.Tpo -c -o cgsnapshot-cgsnapshot.o `test -f 'cgsnapshot.c' || echo './'`cgsnapshot.c
cgsnapshot.c: In function 'parse_controllers':
cgsnapshot.c:564:34: warning: 'is_ctlr_on_list' accessing 16777216 bytes in a region of size 409600 [-Wstringop-overflow=]
564 | (is_ctlr_on_list(controllers, cont_names)))
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgsnapshot.c:564:34: note: referencing argument 2 of type 'char[4096][4096]'
cgsnapshot.c:514:12: note: in a call to function 'is_ctlr_on_list'
514 | static int is_ctlr_on_list(char controllers[CG_CONTROLLER_MAX][FILENAME_MAX],
| ^~~~~~~~~~~~~~~
cgsnapshot.c:584:18: warning: 'is_ctlr_on_list' accessing 16777216 bytes in a region of size 409600 [-Wstringop-overflow=]
584 | (is_ctlr_on_list(controllers, cont_names)))
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgsnapshot.c:584:18: note: referencing argument 2 of type 'char[4096][4096]'
cgsnapshot.c:514:12: note: in a call to function 'is_ctlr_on_list'
514 | static int is_ctlr_on_list(char controllers[CG_CONTROLLER_MAX][FILENAME_MAX],
| ^~~~~~~~~~~~~~~
mv -f .deps/cgsnapshot-cgsnapshot.Tpo .deps/cgsnapshot-cgsnapshot.Po
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgconfigparser cgconfigparser-cgconfig.o cgconfigparser-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgconfigparser cgconfigparser-cgconfig.o cgconfigparser-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgdelete cgdelete-cgdelete.o cgdelete-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgdelete cgdelete-cgdelete.o cgdelete-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgcreate cgcreate-cgcreate.o cgcreate-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgcreate cgcreate-cgcreate.o cgcreate-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgset cgset-cgset.o cgset-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgset cgset-cgset.o cgset-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgexec cgexec-cgexec.o cgexec-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgexec cgexec-cgexec.o cgexec-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o lssubsys lssubsys-lssubsys.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/lssubsys lssubsys-lssubsys.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgclassify cgclassify-cgclassify.o cgclassify-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgclassify cgclassify-cgclassify.o cgclassify-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgclear cgclear-cgclear.o cgclear-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgclear cgclear-cgclear.o cgclear-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o lscgroup lscgroup-tools-common.o lscgroup-lscgroup.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/lscgroup lscgroup-tools-common.o lscgroup-lscgroup.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgget cgget-cgget.o cgget-tools-common.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgget cgget-cgget.o cgget-tools-common.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
make[3]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
/bin/sh ../../libtool --tag=CC --mode=link x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cgsnapshot cgsnapshot-cgsnapshot.o ../../src/.libs/libcgroup.la
libtool: link: x86_64-pld-linux-gnux32-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/cgsnapshot cgsnapshot-cgsnapshot.o ../../src/.libs/libcgroup.so -lpthread
make[3]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/tools'
Making all in bindings
Making all in .
make[4]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/bindings'
cp libcgroup.p libcgroup.i
x86_64-pld-linux-gnux32-gcc -I../../include -DSWIG -E ../../include/libcgroup.h >> libcgroup.i
swig -python -o libcgroup.c libcgroup.i
libcgroup.i:143: Warning 451: Setting a const char * variable may leak memory.
libcgroup.i:145: Warning 451: Setting a const char * variable may leak memory.
libcgroup.i:151: Warning 451: Setting a const char * variable may leak memory.
make[4]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/bindings'
make[4]: Entering directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/bindings'
make[4]: python-config: No such file or directory
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gnux32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -MT _libcgroup_la-libcgroup.lo -MD -MP -MF .deps/_libcgroup_la-libcgroup.Tpo -c -o _libcgroup_la-libcgroup.lo `test -f 'libcgroup.c' || echo './'`libcgroup.c
libtool: compile: x86_64-pld-linux-gnux32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -mtune=generic -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall -MT _libcgroup_la-libcgroup.lo -MD -MP -MF .deps/_libcgroup_la-libcgroup.Tpo -c libcgroup.c -fPIC -DPIC -o .libs/_libcgroup_la-libcgroup.o
libcgroup.c:198:11: fatal error: Python.h: No such file or directory
198 | # include <Python.h>
| ^~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:509: _libcgroup_la-libcgroup.lo] Error 1
make[4]: Leaving directory '/tmp/B.84hcyfnc/BUILD/libcgroup-0.42.2/src/bindings'
make[3]: *** [Makefile:528: all-recursive] Error 1
make[2]: *** [Makefile:685: all-recursive] Error 1
make[1]: *** [Makefile:493: all-recursive] Error 1
make: *** [Makefile:398: all] Error 2
error: Bad exit status from /tmp/B.84hcyfnc/BUILD/tmp/rpm-tmp.HGsyVG (%build)
RPM build warnings:
line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: libcgroup-pam
%patchN is deprecated (8 usages found), use %patch N (or %patch -P N)
RPM build errors:
Bad exit status from /tmp/B.84hcyfnc/BUILD/tmp/rpm-tmp.HGsyVG (%build)
ended at: Sat Jan 11 15:39:55 2025, done in 0:00:23.040381
error: No files produced.
+ chmod -R u+rwX /tmp/B.84hcyfnc/BUILD
+ rm -rf /tmp/B.84hcyfnc/tmp /tmp/B.84hcyfnc/BUILD
+ rm -rf /tmp/B.84hcyfnc
Begin-PLD-Builder-Info
Build-Time: user:29.04s sys:10.71s real:25.67s (faults io:6 non-io:1528769)
End-PLD-Builder-Info
|
|