==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: pycups 2.0.4-4 (Sun Jan 11 04:09:44 2026)
==> Retrieving sources...
-> Found python-pycups-2.0.4.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
python-pycups-2.0.4.tar.gz ... Passed
==> Making package: pycups 2.0.4-4 (Sun Jan 11 04:09:46 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) avahi-1:0.9rc2-1 libdaemon-0.14-6 mpdecimal-4.0.1-1 libcups-2:2.4.16-1 python-3.14.2-2
Total Installed Size: 81.45 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libdaemon...
installing avahi...
Optional dependencies for avahi
gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc
libevent: libevent bindings [installed]
nss-mdns: NSS support for mDNS
python-dbus: avahi-bookmarks, avahi-discover
python-gobject: avahi-bookmarks, avahi-discover
python-twisted: avahi-bookmarks
installing libcups...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'avahi' with GID 968.
Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 968 and GID 968.
(2/4) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Reloading system bus configuration...
Skipped: Current root is not booted.
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (10) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-25.0-4 python-platformdirs-4.5.1-3 python-wheel-0.45.1-4 python-setuptools-1:80.9.0-4
Total Installed Size: 10.48 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found python-pycups-2.0.4.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-pycups-2.0.4.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU General Public License (GPL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
cupsconnection.c: In function 'Connection_getServerPPD':
cupsconnection.c:1209:3: warning: 'cupsGetServerPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
In file included from cupsppd.h:24,
from cupsconnection.c:23:
/usr/include/cups/ppd.h:362:25: 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]
/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]
/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]
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]
/usr/include/cups/adminutil.h:59:17: note: declared here
59 | extern int cupsAdminExportSamba(const char *dest, const char *ppd,
| ^~~~~~~~~~~~~~~~~~~~
cupsmodule.c: In function 'cups_ppdSetConformance':
cupsmodule.c:378:3: warning: 'ppdSetConformance' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
In file included from cupsppd.h:24,
from cupsmodule.c:35:
/usr/include/cups/ppd.h:407:24: note: declared here
407 | extern void ppdSetConformance(ppd_conform_t c) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~~~~~~~~~~~~~~
cupsppd.c: In function 'PPD_init':
cupsppd.c:231:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
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]
/usr/include/cups/ppd.h:365:24: 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]
/usr/include/cups/ppd.h:435:24: 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]
/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]
/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]
/usr/include/cups/ppd.h:385:24: 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]
/usr/include/cups/ppd.h:386:24: 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]
/usr/include/cups/ppd.h:368:24: 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]
/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]
/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]
/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]
/usr/include/cups/ppd.h:423:25: 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]
/usr/include/cups/ppd.h:369:24: 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]
/usr/include/cups/ppd.h:418:24: 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]
/usr/include/cups/ppd.h:371:24: 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]
/usr/include/cups/ppd.h:373:24: 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]
/usr/include/cups/ppd.h:421:24: 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]
/usr/include/cups/ppd.h:378:26: note: declared here
378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd,
| ^~~~~~~~~~~~~~~~~~~
cupsppd.c:784:2: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
/usr/include/cups/ppd.h:378:26: note: declared here
378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd,
| ^~~~~~~~~~~~~~~~~~~
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU General Public License (GPL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-pycups"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pycups 2.0.4-4 (Sun Jan 11 04:10:00 2026)
==> Cleaning up...
[?12l[?25h