Re: Configure error for www/node on rpi3 running -current

2019-07-19 Thread bob prohaska
For reasons unclear to me, recompiling lang/python27 made the problem
go away. No upgrade discernible, just a recompile/deinstall/reinstall.

Thanks for reading,

bob prohaska

On Tue, Jul 16, 2019 at 03:41:44PM -0700, bob prohaska wrote:
> Attempts to compile www/node on an rpi3 running -current at r349989 with
> ports at 506782 reports:
> 
> 
> File "tools/gyp/pylib/gyp/generator/make.py", line 1756, in WriteMakeRule
> cmddigest = hashlib.sha1(command if command else self.target).hexdigest()
> AttributeError: 'module' object has no attribute 'sha1'
> ===>  Script "configure" failed unexpectedly.
> Please report the problem to bhug...@freebsd.org [maintainer] and attach the
> "/usr/ports/www/node/work/node-v12.6.0/config.log" including the output of
> the failure of your make command.
> 
> 
> However, the log file requested doesn't seem to exist. The last successful
> build of www/node was 12.1, now it's up to 12.6.
> 
> Thanks for reading, any suggestions appreciated,
> 
> bob prohaska
> 
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: security/openssh-portable: how to best test GSSAPI?

2019-07-19 Thread Rick Miller
On Thu, Jul 18, 2019 at 5:34 PM Rick Miller  wrote:

> Hi,
>
> security/openssh-portable was recently updated to 8.0p1 and breaks GSSAPI.
> I'd like to test the Debian GSSAPI patch for 8.0p1[1] submitting the result
> to the openssh-portable maintainer. Poudriere already sets the appropriate
> options for KERB_GSSAPI here so the intent is to leverage Poudriere. For
> example, create a new poudriere ports tree (poudriere ports -c), update
> security/openssh-portable/Makefile in that ports tree (patch below),
> subsequently run `make makesum` to update distinfo, then build the tree
> (poudriere bulk -f).
>
> I get to the point of running `make makesum` and distinfo is not updated
> with the GSSAPI patch's patchfile's info (similar to the current distinfo)
> and no error is printed. `make fetch` will retrieve openssh-portable
> sources if they're not already present, but not the GSSAPI patchfile. Can
> the patch be tested in place like this or am I going about this completely
> wrong?
> >
>

Defining OPTIONS_DEFAULT in the environment for make makesum got around
this behavior.



-- 
Take care
Rick Miller
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"