==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: pycups 2.0.4-3 (Mon Dec 23 08:44:08 2024)
==> 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-3 (Mon 23 Dec 2024 08:44:15 AM MST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) avahi-1:0.8+r194+g3f79789-2  libdaemon-0.14-6  libcups-2:2.4.11-1

Total Download Size:   0.64 MiB
Total Installed Size:  2.94 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 avahi-1:0.8+r194+g3f79789-2-aarch64 downloading...
 libcups-2:2.4.11-1-aarch64 downloading...
 libdaemon-0.14-6-aarch64 downloading...
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
    qt5-base: qt5 bindings
installing libcups...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'avahi' with GID 971.
Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 971 and GID 971.
(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.
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (10) python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
              python-jaraco.context-5.3.0-3  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.5.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-wheel-0.45.0-3  python-setuptools-1:75.2.0-4

Total Installed Size:  10.25 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...
[?25h==> 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()...
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.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
==> 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 "python-pycups"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pycups 2.0.4-3 (Mon 23 Dec 2024 08:44:27 AM MST)
==> Cleaning up...