==> Retrieving sources... -> Found python-Levenshtein-0.12.0.tar.gz ==> Generating checksums for source files... ==> Making package: python2-levenshtein 0.12.0-8 (Wed 20 Nov 2024 06:10:01 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change athena/python2 2.7.18-8 70.24 MiB Total Installed Size: 70.24 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change athena/python2-setuptools 2:44.1.1-2 3.81 MiB Total Installed Size: 3.81 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found python-Levenshtein-0.12.0.tar.gz ==> Validating source files with sha512sums... python-Levenshtein-0.12.0.tar.gz ... Passed ==> Extracting sources... -> Extracting python-Levenshtein-0.12.0.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package()... running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-x86_64-2.7/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-x86_64-2.7/Levenshtein running egg_info writing requirements to python_Levenshtein.egg-info/requires.txt writing python_Levenshtein.egg-info/PKG-INFO writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*so' found anywhere in distribution warning: no previously-included files matching '.project' found anywhere in distribution warning: no previously-included files matching '.pydevproject' found anywhere in distribution writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' copying Levenshtein/_levenshtein.c -> build/lib.linux-x86_64-2.7/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-x86_64-2.7/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/Levenshtein gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/packages/pentesting/python2/src=/usr/src/debug/python2 -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-levenshtein/src=/usr/src/debug/python2-levenshtein -flto=auto -fPIC -I/usr/include/python2.7 -c Levenshtein/_levenshtein.c -o build/temp.linux-x86_64-2.7/Levenshtein/_levenshtein.o : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition Levenshtein/_levenshtein.c: In function ‘extract_weightlist’: Levenshtein/_levenshtein.c:1117:29: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 1117 | "%s got %i strings but %i weights", | ~^ | | | int | %li 1118 | name, n, PyList_GET_SIZE(wlist)); | ~ | | | size_t {aka long unsigned int} Levenshtein/_levenshtein.c:1117:44: warning: format ‘%i’ expects argument of type ‘int’, but argument 5 has type ‘Py_ssize_t’ {aka ‘long int’} [-Wformat=] 1117 | "%s got %i strings but %i weights", | ~^ | | | int | %li Levenshtein/_levenshtein.c:1132:35: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 1132 | "%s weight #%i is not a Number", name, i); | ~^ ~ | | | | int size_t {aka long unsigned int} | %li Levenshtein/_levenshtein.c:1141:35: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 1141 | "%s weight #%i is negative", name, i); | ~^ ~ | | | | int size_t {aka long unsigned int} | %li Levenshtein/_levenshtein.c: In function ‘extract_stringlist’: Levenshtein/_levenshtein.c:1210:33: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 1210 | "%s item #%i is not a String", name, i); | ~^ ~ | | | | int size_t {aka long unsigned int} | %li Levenshtein/_levenshtein.c:1246:33: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 1246 | "%s item #%i is not a Unicode", name, i); | ~^ ~ | | | | int size_t {aka long unsigned int} | %li gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/libs/python2/python2-levenshtein/src=/usr/src/debug/python2-levenshtein -flto=auto build/temp.linux-x86_64-2.7/Levenshtein/_levenshtein.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Levenshtein/_levenshtein.so running install running install_lib creating /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr creating /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib creating /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7 creating /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages creating /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein copying build/lib.linux-x86_64-2.7/Levenshtein/__init__.py -> /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein copying build/lib.linux-x86_64-2.7/Levenshtein/_levenshtein.h -> /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein copying build/lib.linux-x86_64-2.7/Levenshtein/StringMatcher.py -> /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein copying build/lib.linux-x86_64-2.7/Levenshtein/_levenshtein.c -> /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein copying build/lib.linux-x86_64-2.7/Levenshtein/_levenshtein.so -> /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein byte-compiling /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/Levenshtein/StringMatcher.py to StringMatcher.pyc writing byte-compilation script '/tmp/tmpjPjeZV.py' /usr/sbin/python2 -O /tmp/tmpjPjeZV.py removing /tmp/tmpjPjeZV.py running install_egg_info Copying python_Levenshtein.egg-info to /src/packages/libs/python2/python2-levenshtein/pkg/python2-levenshtein/usr/lib/python2.7/site-packages/python_Levenshtein-0.12.0-py2.7.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python2-levenshtein"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "python2-levenshtein-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python2-levenshtein 0.12.0-8 (Wed 20 Nov 2024 06:10:13 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Package (2) Old Version Net Change python2 2.7.18-8 -70.24 MiB python2-setuptools 2:44.1.1-2 -3.81 MiB Total Removed Size: 74.05 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python2-setuptools... removing python2... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...