hns - 日記自動生成システム - Version 2.19.9

先月 2024年05月 来月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2024年05月06日(月) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [pkgsrc] py-setuptools (python 3.11.9)

KeyError: 'entry_points'
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for py311-setuptools-69.5.1
* Building wheel...
Traceback (most recent call last):
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/config/setupcfg.py", line 285, in __setitem__
    current_value = getattr(target_obj, option_name)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Distribution' object has no attribute 'entry_points'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/pkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in <module>
    main()
  File "/usr/pkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 357, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/pkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 271, in build_wheel
    return _build_backend().build_wheel(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/build_meta.py", line 410, in build_wheel
    return self._build_with_temp_dir(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/build_meta.py", line 395, in _build_with_temp_dir
    self.run_setup()
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/build_meta.py", line 311, in run_setup
    exec(code, locals())
  File "<string>", line 93, in <module>
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/__init__.py", line 104, in setup
    return distutils.core.setup(**attrs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/_distutils/core.py", line 158, in setup
    dist.parse_config_files()
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/dist.py", line 627, in parse_config_files
    setupcfg.parse_configuration(
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/config/setupcfg.py", line 178, in parse_configuration
    options.parse()
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/config/setupcfg.py", line 501, in parse
    section_parser_method(section_options)
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/config/setupcfg.py", line 714, in parse_section_entry_points
    self['entry_points'] = parsed
    ~~~~^^^^^^^^^^^^^^^^
  File "/WRKOBJDIR/devel/py-setuptools/work/setuptools-69.5.1/setuptools/config/setupcfg.py", line 287, in __setitem__
    raise KeyError(option_name) from e
KeyError: 'entry_points'

ERROR Backend subprocess exited when trying to invoke build_wheel
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/devel/py-setuptools
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/py-setuptools

#2 make release took 1 hours and 10 min

sudo time ./build.sh -j 8 -T /export/T -O /tmp/O release |& tee /export/LOG
make release started at:  Mon May  6 13:38:00 JST 2024
make release finished at: Mon May  6 14:47:13 JST 2024
===> Successful make release
===> build.sh ended:      Mon May  6 14:47:13 JST 2024
===> Summary of results:
         build.sh command:    ./build.sh -j 8 -T /export/T -O /tmp/O release
         build.sh started:    Mon May  6 13:37:59 JST 2024
         NetBSD version:      10.99.10
         MACHINE:             amd64
         MACHINE_ARCH:        x86_64
         Build platform:      NetBSD 9.3 amd64
         HOST_SH:             /bin/sh
         share/mk MAKECONF:   /etc/mk.conf
         MAKECONF file:       /etc/mk.conf
         TOOLDIR path:        /export/T
         DESTDIR path:        /tmp/O/destdir.amd64
         RELEASEDIR path:     /tmp/O/releasedir
         Updated makewrapper: /export/T/bin/nbmake-amd64
         Successful make release
         build.sh ended:      Mon May  6 14:47:13 JST 2024
=== .
     4153.77 real     20157.62 user      4835.04 sys

disk size:

localhost@makoto 15:50:42/240506(..git-work/src)% sudo du -sm /tmp/O /export/T .
10432   /tmp/O
229     /export/T
6573    .
src6.5 GB
object10.5 GB
tool300 MB

#3 qemu invocation for 10.99.10

# qemu-system-x86_64 \
  -smp 8 \
  -m 16G  \
  -accel nvmm \
  -drive driver=qcow2,file=/G/rootfs.qcow2,if=virtio \
  -net nic,model=virtio,netdev=tap0 -net user \
  -rtc base=localtime,clock=host \
  -device intel-hda \
  -drive file=/home/makoto/Downloads/NetBSD-10.99.10-amd64.iso,index=1,media=cdrom -boot c \
  -netdev tap,id=tap0,ifname=tap0,script=no -device virtio-net-pci -serial pty


  ..
NetBSD Virtual Machine Monitor accelerator is operational
char device redirected to /dev/pts/11 (label serial0)
qemu-system-x86_64: warning: hub 0 with no nics
qemu-system-x86_64: warning: nic virtio-net-pci.1 has no peer
libGL error: failed to open /dev/dri/card0: Operation not supported by device
libGL error: failed to load driver: i965
sudo minicom -p /dev/pts/11



最近の日記
2025年01月15日
今更 advent calendar
2025年01月12日
金柑収穫
2025年01月07日
sh: 1: not found
sh: 1: not found
2025年01月02日
geography/R-s2
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)