pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

python fails with nis.so missing error



Hello,

I am currently having problems building python311 on netbsd 10RC1-alpha. The issue is, it used to build not too long ago, but since then I have rebuild world, so it is more than likely that there is some connection.

But in what way? Any idea, or hint, what I may have been doing wrong? Not sure if there is any relation, I did rebuild world with: MKYP=no - but I am having troubles believing, that python really relies on nis?

Any ideas? Here are the last lines:


changing mode of /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/lib/python3.11/lib-dynload/__pycache__ to 755
running install_scripts
copying build/scripts-3.11/pydoc3.11 -> /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/bin copying build/scripts-3.11/2to3-3.11 -> /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/bin changing mode of /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/bin/pydoc3.11 to 755 changing mode of /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/bin/2to3-3.11 to 755 rm /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/lib/python3.11/lib-dynload/_sysconfigdata_netbsd10.py rm -r /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/lib/python3.11/lib-dynload/__pycache__
Creating directory /usr/pkg/man
Creating directory /usr/pkg/man/man1
/usr/bin/install -c -o root -g wheel -m 644 ./Misc/python.man /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/man/man1/python3.11.1 if test "xno" != "xno" ; then case no in upgrade) ensurepip="--altinstall --upgrade" ;; install|*) ensurepip="--altinstall" ;; esac; LD_LIBRARY_PATH=/import/build/pkgobj/lang/python311/work/Python-3.11.6 ./python -E -m ensurepip $ensurepip --root=/import/build/pkgobj/lang/python311/work/.destdir/ ; fi
=> Automatic manual page handling
=> Generating post-install file lists
pkg_create: can't stat `/import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/lib/python3.11/lib-dynload/nis.so'
=> Checking file-check results for python311-3.11.6nb4
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg: ERROR: /import/build/pkgobj/lang/python311/work/.destdir/usr/pkg/lib/python3.11/lib-dynload/nis.so
*** Error code 1

Stop.
make[2]: stopped in /clutter/pkgsrc/lang/python311
*** Error code 1

Stop.
make[1]: stopped in /clutter/pkgsrc/lang/python311
*** Error code 1

Stop.
make: stopped in /clutter/pkgsrc/graphics/sane-backends
nordlicht@root # pkg_info -u


Here is the beginning:


===> Installing dependencies for python311-3.11.6nb4
==========================================================================
The supported build options for python311 are:

        dtrace pymalloc x11

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

        PKG_OPTIONS.python311 (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
python311-3.11.6nb4.  Their current value is shown below:

        * BDB185_DEFAULT = db1
        * BDB_DEFAULT = db4
        * CURSES_DEFAULT = curses
        * SSLBASE = /usr
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

Based on these variables, the following variables have been set:

        * BDBBASE = /usr
        * BDB_LIBS (defined, but empty)
        * BDB_TYPE = db1
        * CURSES_TYPE = curses
        * TERMCAP_TYPE = termcap

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/usr/bin/make clean' after the changes.
==========================================================================


Thanks

Ede


Home | Main Index | Thread Index | Old Index