Re: help finding a file

2021-05-21 Thread paul beard
They got built and installed after rebuilding both talloc and cython…talloc has no pkg-plist file which complicated matters. On Thu, May 20, 2021 at 7:37 PM Kubilay Kocak wrote: > On 20/05/2021 11:00 am, paul beard wrote: > > ldd /usr/local/bin/smbtorture | grep found > >

help finding a file

2021-05-20 Thread paul beard
amed file is installed by python3.8 but I don't see it listed in pkg-plist. /usr/local/lib/python3.8/lib-dynload/readline.cpython-38.so was installed by package python38-3.8.10 Any ideas? -- Paul Beard / www.paulbeard.org/ ___ freebsd-python@freeb

Re: certbot/plugin fails after update

2020-04-20 Thread paul beard
Has anyone reported this? Or am I just lucky? I'll see if I can pull that info together. On Mon, Apr 20, 2020 at 11:05 AM Danilo G. Baio wrote: > On Mon, Apr 20, 2020 at 10:06:38AM -0700, paul beard wrote: > > Yes, I do. I use the packages and source from the SVN repo. I als

Re: certbot/plugin fails after update

2020-04-20 Thread paul beard
Yes, I do. I use the packages and source from the SVN repo. I also use /usr/local… not smart enough to change any of that without breakage so I leave it all alone. On Mon, Apr 20, 2020 at 9:55 AM Danilo G. Baio wrote: > On Mon, Apr 20, 2020 at 07:42:46AM -0700, paul beard wrote: > > T

certbot/plugin fails after update

2020-04-20 Thread paul beard
The following certs are not due for renewal yet: /usr/local/etc/letsencrypt/live/paulbeard.org/fullchain.pem expires on 2020-06-24 (skipped) All renewal attempts failed. The following certs could not be renewed: /usr/local/etc/letsencrypt/live/cloud.paulbeard.org/fullchain.pem (failure) /usr/

Python27 build failure

2019-04-24 Thread Paul Beard
===> Building for python27-2.7.16_1 cc -pthread -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector -Wl,--export-dynamic -o python Modules/python.o -L. -lpython2.7 -ldl -L/usr/local/lib -lintl -lutil -lm cc -v FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540)

/bin/sh: /usr/local/bin/certbot: not found

2019-04-15 Thread Paul Beard
Looks like /usr/local/bin/certbot is now known as /usr/local/bin/certbot-2.7. I made a symlink to restore functionality to the cron job that manages this. Might be worth putting something in pkg-message to that effect. ___ freebsd-python@freebsd.org m

py-certbot fails, doesn't know where to find nginx.conf

2018-05-02 Thread Paul Beard
Found that my certificates had expired overnight and a little digging turned up why: per hier(1), the conf file is under /usr/local /usr/local/etc/nginx/nginx.conf I hate to make a symlink to resolve this if there is a cleaner way: can certbot be directed to look in /usr/local/etc instead of /e

Re: This seems messed up [py-setuptools]

2014-04-16 Thread paul beard
these shenanigans, portmaster has been acting up and I couldn't tell if they were related. portmaster -a ===>>> The -[lL] options are not compatible with -FRaefnors You see any invocation of [lL] in there? Me neither. -- Paul Beard / www.paulbeard.org/ ___

Re: This seems messed up [py-setuptools]

2014-04-16 Thread paul beard
the list? >>> Missing package dependencies were detected. >>> Found 2 issue(s) in the package database. The following packages will be installed: Installing py27-setuptools27: 2.0.1 Installing py27-setuptools: 2.0.1 The installation will require 3 MB mo

Re: This seems messed up [py-setuptools]

2014-04-16 Thread paul beard
ays, before pkgng, there was a way to find files that weren't registered to a port. I should perhaps have thought to use that if it still exists. -- Paul Beard / www.paulbeard.org/ ___ freebsd-python@freebsd.org mailing list http://lists.freebsd

This seems messed up [py-setuptools]

2014-04-15 Thread paul beard
/python2.7/site-packages/setuptools/version.pyo between py27-setuptools-2.0.1(devel/py-setuptools) and py27-setuptools27-2.0.1(devel/py-setuptools27) -- Paul Beard / www.paulbeard.org/ ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman

2.6->2.7 gripes?

2011-03-11 Thread Paul Beard
; make clean; make reinstall ; done Note the craftsman-like attention to error handling and graceful design. I hope it worked . . . . So where would I find the updater? -- Paul Beard Are you trying to win an argument or solve a problem? ___ freebsd