pkgsrc-Users archive

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

Re: fail2ban missing as earmv6hf package



El jue, 6 jun 2024 a las 15:39, Greg Troxel (<gdt%lexort.com@localhost>) escribió:
>
> Greg Troxel <gdt%lexort.com@localhost> writes:
>
> > Ramiro Aceves <ea1abz%gmail.com@localhost> writes:
> >
> >> I see in the bulk tracker that fail2ban indirectly failed because 2 failed python dependencies
> >
> > I didn't think of BT, which has ~recently gotten a lot better.
> >
> > It seems that if you chase the dependency tree it's
> >
> > py-sphinx
> > py-requests
> > py-cryptography
> > rust
>
> On your system, do you have rust or rust-bin installed?
>
> Are they available in the binary build?
>
> When you built fail2ban, did it build py-cryptography?  Or did you have
> that too?

I do not remember. Perhaps I had them installed.

As Michael said, rust is the problem:

netbsd-raspaZeroW# pkgin upgrade
calculating dependencies...done.
/pbulk/work/lang/rust-bin/work/.destdir/usr/pkg/bin/../lib/libstd-103b3576cf9ea5b1.so,
needed by rust-bin-1.75.0 is not present in this system.
/pbulk/work/lang/rust-bin/work/.destdir/usr/pkg/bin/../lib/librustc_driver-fe8bfdef45594eea.so,
needed by rust-bin-1.75.0 is not present in this system.

0 to remove, 0 to refresh, 0 to upgrade, 0 to install
0B to download, 0B of additional disk space will be used
the following packages have unmet requirements:   rust-bin-1.75.0


proceed ? [Y/n] n

I saw this message but did not pay attention to it.



>
>
>
> you may find this useful
>
> pkgwhen ()
> {
>     ( cd "${PKG_DBDIR}" && ls -ltr */+CONTENTS | sed -e 's/\/+CONTENTS//' )
> }


Home | Main Index | Thread Index | Old Index