* Package: dev-python/pycups-2.0.4:0 * Repository: gentoo * Maintainer: reavertm@gentoo.org printing@gentoo.org * Upstream: https://github.com/OpenPrinting/pycups/issues * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_12 * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pycups-2.0.4.tar.gz to /var/tmp/portage/dev-python/pycups-2.0.4/work >>> Source unpacked in /var/tmp/portage/dev-python/pycups-2.0.4/work >>> Preparing source in /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4 ... * Build system packages: * dev-python/gpep517 : 16 * dev-python/installer : 0.7.0 * dev-python/cython : 3.0.11 * dev-python/setuptools : 74.1.3-r1 * dev-python/setuptools-rust : * dev-python/setuptools-scm : 8.1.0 * dev-python/wheel : 0.44.0 >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4 ... * python3_12: running distutils-r1_run_phase distutils-r1_python_compile * Building the wheel for pycups-2.0.4 via setuptools.build_meta:__legacy__ python3.12 -m gpep517 build-wheel --prefix=/usr --backend setuptools.build_meta:__legacy__ --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/wheel 2024-11-26 22:44:35,644 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-11-26 22:44:35,729 root INFO running bdist_wheel 2024-11-26 22:44:35,974 root INFO running build 2024-11-26 22:44:35,975 root INFO running build_ext 2024-11-26 22:44:36,264 root INFO building 'cups' extension 2024-11-26 22:44:36,264 root INFO creating /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build 2024-11-26 22:44:36,265 root INFO creating /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312 2024-11-26 22:44:36,265 root INFO x86_64-pc-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -DNDEBUG -fPIC -DVERSION=\"2.0.4\" -I/usr/include/python3.12 -c cupsconnection.c -o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsconnection.o cupsconnection.c: In function ‘Connection_getServerPPD’: cupsconnection.c:1209:3: warning: ‘cupsGetServerPPD’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1209 | filename = cupsGetServerPPD (self->http, ppd_name); | ^~~~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:23: /usr/include/cups/ppd.h:362:26: note: declared here 362 | extern char *cupsGetServerPPD(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~~ cupsconnection.c: In function ‘Connection_getPPD’: cupsconnection.c:3717:3: warning: ‘cupsGetPPD2’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3717 | ppdfile = cupsGetPPD2 (self->http, printer); | ^~~~~~~ /usr/include/cups/ppd.h:360:26: note: declared here 360 | extern const char *cupsGetPPD2(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsconnection.c: In function ‘Connection_getPPD3’: cupsconnection.c:3786:3: warning: ‘cupsGetPPD3’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3786 | status = cupsGetPPD3 (self->http, printer, &modtime, | ^~~~~~ /usr/include/cups/ppd.h:361:25: note: declared here 361 | extern http_status_t cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, size_t bufsize) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsconnection.c: In function ‘Connection_adminExportSamba’: cupsconnection.c:4007:3: warning: ‘cupsAdminCreateWindowsPPD’ is deprecated [-Wdeprecated-declarations] 4007 | if (!cupsAdminCreateWindowsPPD(self->http, name, ppdfile, sizeof(ppdfile))) { | ^~ In file included from cupsmodule.h:27, from cupsconnection.h:28, from cupsconnection.c:22: /usr/include/cups/adminutil.h:64:18: note: declared here 64 | extern char *cupsAdminCreateWindowsPPD(http_t *http, const char *dest, | ^~~~~~~~~~~~~~~~~~~~~~~~~ cupsconnection.c:4016:3: warning: ‘cupsAdminExportSamba’ is deprecated [-Wdeprecated-declarations] 4016 | ret = cupsAdminExportSamba(name, ppdfile, server, user, password, tf); | ^~~ /usr/include/cups/adminutil.h:59:17: note: declared here 59 | extern int cupsAdminExportSamba(const char *dest, const char *ppd, | ^~~~~~~~~~~~~~~~~~~~ 2024-11-26 22:44:38,206 root INFO x86_64-pc-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -DNDEBUG -fPIC -DVERSION=\"2.0.4\" -I/usr/include/python3.12 -c cupsipp.c -o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsipp.o 2024-11-26 22:44:38,635 root INFO x86_64-pc-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -DNDEBUG -fPIC -DVERSION=\"2.0.4\" -I/usr/include/python3.12 -c cupsmodule.c -o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsmodule.o cupsmodule.c: In function ‘cups_ppdSetConformance’: cupsmodule.c:378:3: warning: ‘ppdSetConformance’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 378 | ppdSetConformance (level); | ^~~~~~~~~~~~~~~~~ In file included from cupsppd.h:24, from cupsmodule.c:35: /usr/include/cups/ppd.h:407:25: note: declared here 407 | extern void ppdSetConformance(ppd_conform_t c) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~~~ 2024-11-26 22:44:39,307 root INFO x86_64-pc-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -DNDEBUG -fPIC -DVERSION=\"2.0.4\" -I/usr/include/python3.12 -c cupsppd.c -o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsppd.o cupsppd.c: In function ‘PPD_init’: cupsppd.c:231:3: warning: ‘ppdOpenFile’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 231 | self->ppd = ppdOpenFile (filename); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /usr/include/cups/ppd.h:390:26: note: declared here 390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsppd.c: In function ‘PPD_dealloc’: cupsppd.c:254:5: warning: ‘ppdClose’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 254 | ppdClose (self->ppd); | ^~~~~~~~ /usr/include/cups/ppd.h:365:25: note: declared here 365 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~ cupsppd.c: In function ‘PPD_localize’: cupsppd.c:270:3: warning: ‘ppdLocalize’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 270 | if (!ppdLocalize (self->ppd)) | ^~ /usr/include/cups/ppd.h:435:25: note: declared here 435 | extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ cupsppd.c: In function ‘PPD_localizeIPPReason’: cupsppd.c:301:3: warning: ‘ppdLocalizeIPPReason’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 301 | if (ppdLocalizeIPPReason (self->ppd, reason, scheme, buffer, bufsize)) | ^~ /usr/include/cups/ppd.h:439:26: note: declared here 439 | extern const char *ppdLocalizeIPPReason(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_localizeMarkerName’: cupsppd.c:329:3: warning: ‘ppdLocalizeMarkerName’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 329 | lname = ppdLocalizeMarkerName (self->ppd, name); | ^~~~~ /usr/include/cups/ppd.h:462:26: note: declared here 462 | extern const char *ppdLocalizeMarkerName(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_markDefaults’: cupsppd.c:345:3: warning: ‘ppdMarkDefaults’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 345 | ppdMarkDefaults (self->ppd); | ^~~~~~~~~~~~~~~ /usr/include/cups/ppd.h:385:25: note: declared here 385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_markOption’: cupsppd.c:372:3: warning: ‘ppdMarkOption’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 372 | conflicts = ppdMarkOption (self->ppd, encname, encvalue); | ^~~~~~~~~ /usr/include/cups/ppd.h:386:25: note: declared here 386 | extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, | ^~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_conflicts’: cupsppd.c:381:3: warning: ‘ppdConflicts’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 381 | return PyLong_FromLong (ppdConflicts (self->ppd)); | ^~~~~~ /usr/include/cups/ppd.h:368:25: note: declared here 368 | extern int ppdConflicts(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~ cupsppd.c: In function ‘PPD_findOption’: cupsppd.c:398:3: warning: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 398 | opt = ppdFindOption (self->ppd, option); | ^~~ /usr/include/cups/ppd.h:381:26: note: declared here 381 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword) | ^~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_findAttr’: cupsppd.c:442:3: warning: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 442 | attr = ppdFindAttr (self->ppd, name, spec); | ^~~~ /usr/include/cups/ppd.h:400:26: note: declared here 400 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~ cupsppd.c: In function ‘PPD_findNextAttr’: cupsppd.c:488:3: warning: ‘ppdFindNextAttr’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 488 | attr = ppdFindNextAttr (self->ppd, name, spec); | ^~~~ /usr/include/cups/ppd.h:402:26: note: declared here 402 | extern ppd_attr_t *ppdFindNextAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_emitString’: cupsppd.c:599:3: warning: ‘ppdEmitString’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 599 | emitted = ppdEmitString(self->ppd, section, min_order); | ^~~~~~~ /usr/include/cups/ppd.h:423:26: note: declared here 423 | extern char *ppdEmitString(ppd_file_t *ppd, ppd_section_t section, | ^~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_emit’: cupsppd.c:630:3: warning: ‘ppdEmit’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 630 | if (!ppdEmit(self->ppd, f, section)) | ^~ /usr/include/cups/ppd.h:369:25: note: declared here 369 | extern int ppdEmit(ppd_file_t *ppd, FILE *fp, | ^~~~~~~ cupsppd.c: In function ‘PPD_emitAfterOrder’: cupsppd.c:656:3: warning: ‘ppdEmitAfterOrder’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 656 | if (!ppdEmitAfterOrder(self->ppd, f, section, limit, min_order)) | ^~ /usr/include/cups/ppd.h:418:25: note: declared here 418 | extern int ppdEmitAfterOrder(ppd_file_t *ppd, FILE *fp, | ^~~~~~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_emitFd’: cupsppd.c:674:3: warning: ‘ppdEmitFd’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 674 | if (!ppdEmitFd(self->ppd, f, section)) | ^~ /usr/include/cups/ppd.h:371:25: note: declared here 371 | extern int ppdEmitFd(ppd_file_t *ppd, int fd, | ^~~~~~~~~ cupsppd.c: In function ‘PPD_emitJCL’: cupsppd.c:710:3: warning: ‘ppdEmitJCL’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 710 | if (!ppdEmitJCL(self->ppd, f, job_id, user, title)) | ^~ /usr/include/cups/ppd.h:373:25: note: declared here 373 | extern int ppdEmitJCL(ppd_file_t *ppd, FILE *fp, int job_id, | ^~~~~~~~~~ cupsppd.c: In function ‘PPD_emitJCLEnd’: cupsppd.c:736:3: warning: ‘ppdEmitJCLEnd’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 736 | if (!ppdEmitJCLEnd(self->ppd, f)) | ^~ /usr/include/cups/ppd.h:421:25: note: declared here 421 | extern int ppdEmitJCLEnd(ppd_file_t *ppd, FILE *fp) | ^~~~~~~~~~~~~ cupsppd.c: In function ‘PPD_writeFd’: cupsppd.c:777:7: warning: ‘ppdFindMarkedChoice’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 777 | choice = ppdFindMarkedChoice (self->ppd, keyword); | ^~~~~~ /usr/include/cups/ppd.h:378:26: note: declared here 378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ cupsppd.c:784:9: warning: ‘ppdFindMarkedChoice’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 784 | choice = ppdFindMarkedChoice (self->ppd, "PageSize"); | ^~~~~~ /usr/include/cups/ppd.h:378:26: note: declared here 378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ 2024-11-26 22:44:39,939 root INFO creating /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/lib.linux-x86_64-cpython-312 2024-11-26 22:44:39,939 root INFO x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -DNDEBUG /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsconnection.o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsipp.o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsmodule.o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/temp.linux-x86_64-cpython-312/cupsppd.o -L/usr/lib64 -lcups -o /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/lib.linux-x86_64-cpython-312/cups.cpython-312-x86_64-linux-gnu.so 2024-11-26 22:44:40,020 root INFO installing to /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64/wheel 2024-11-26 22:44:40,020 root INFO running install 2024-11-26 22:44:40,057 root INFO running install_lib 2024-11-26 22:44:40,072 root INFO creating /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64 2024-11-26 22:44:40,072 root INFO creating /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64/wheel 2024-11-26 22:44:40,072 root INFO copying /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/lib.linux-x86_64-cpython-312/cups.cpython-312-x86_64-linux-gnu.so -> /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64/wheel/. 2024-11-26 22:44:40,073 root WARNING warning: install_lib: byte-compiling is disabled, skipping. 2024-11-26 22:44:40,073 root INFO running install_egg_info 2024-11-26 22:44:40,089 root INFO running egg_info 2024-11-26 22:44:40,103 root INFO writing pycups.egg-info/PKG-INFO 2024-11-26 22:44:40,105 root INFO writing dependency_links to pycups.egg-info/dependency_links.txt 2024-11-26 22:44:40,105 root INFO writing top-level names to pycups.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 2024-11-26 22:44:40,173 root INFO reading manifest file 'pycups.egg-info/SOURCES.txt' 2024-11-26 22:44:40,174 root INFO reading manifest template 'MANIFEST.in' 2024-11-26 22:44:40,177 root INFO adding license file 'COPYING' 2024-11-26 22:44:40,181 root INFO writing manifest file 'pycups.egg-info/SOURCES.txt' 2024-11-26 22:44:40,181 root INFO Copying pycups.egg-info to /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64/wheel/./pycups-2.0.4-py3.12.egg-info 2024-11-26 22:44:40,184 root INFO running install_scripts 2024-11-26 22:44:40,234 root INFO creating /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64/wheel/pycups-2.0.4.dist-info/WHEEL 2024-11-26 22:44:40,235 wheel INFO creating '/var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/wheel/.tmp-1k6cxnu_/pycups-2.0.4-cp312-cp312-linux_x86_64.whl' and adding '/var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64/wheel' to it 2024-11-26 22:44:40,236 wheel INFO adding 'cups.cpython-312-x86_64-linux-gnu.so' 2024-11-26 22:44:40,237 wheel INFO adding 'pycups-2.0.4.dist-info/COPYING' 2024-11-26 22:44:40,237 wheel INFO adding 'pycups-2.0.4.dist-info/METADATA' 2024-11-26 22:44:40,238 wheel INFO adding 'pycups-2.0.4.dist-info/WHEEL' 2024-11-26 22:44:40,238 wheel INFO adding 'pycups-2.0.4.dist-info/top_level.txt' 2024-11-26 22:44:40,238 wheel INFO adding 'pycups-2.0.4.dist-info/RECORD' 2024-11-26 22:44:40,239 root INFO removing /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/build/bdist.linux-x86_64/wheel 2024-11-26 22:44:40,240 gpep517 INFO The backend produced /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/wheel/pycups-2.0.4-cp312-cp312-linux_x86_64.whl * Installing pycups-2.0.4-cp312-cp312-linux_x86_64.whl to /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/install python3.12 -m gpep517 install-wheel --destdir=/var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/install --interpreter=/usr/bin/python3.12 --prefix=/usr --optimize=all /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/wheel/pycups-2.0.4-cp312-cp312-linux_x86_64.whl 2024-11-26 22:44:40,524 gpep517 INFO Installing /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/wheel/pycups-2.0.4-cp312-cp312-linux_x86_64.whl into /var/tmp/portage/dev-python/pycups-2.0.4/work/pycups-2.0.4-python3_12/install 2024-11-26 22:44:40,532 gpep517 INFO Installation complete >>> Source compiled. >>> Test phase [not enabled]: dev-python/pycups-2.0.4 >>> Install dev-python/pycups-2.0.4 into /var/tmp/portage/dev-python/pycups-2.0.4/image * python3_12: running distutils-r1_run_phase distutils-r1_python_install * Using python3.12 in global scope * python3_12: running distutils-r1_run_phase python_install_all >>> Completed installing dev-python/pycups-2.0.4 into /var/tmp/portage/dev-python/pycups-2.0.4/image * Final size of build directory: 1228 KiB (1.1 MiB) * Final size of installed tree: 280 KiB * Verifying compiled files for python3.12 strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/lib/python3.12/site-packages/cups.cpython-312-x86_64-linux-gnu.so