DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 46 forks source link

synth fails ports tree scan: culprit: security/openvas9-scanner #202

Closed peeterm007 closed 5 years ago

peeterm007 commented 5 years ago

The full error report:


Regenerating flavor index: this may take a while ... Scanning entire ports tree. progress: 65.98%
culprit: security/openvas9-scanner Scan aborted because 'make' encounted an error in the Makefile. security/openvas9-scanner (return code = 1) Flavor index generation failed: ports scan

The reason is that security/openvas9-scanner/Makefile has

MASTERDIR= ${.CURDIR}/../../security/openvas8-scanner

but this was deleted yesterday:

https://github.com/DragonFlyBSD/DPorts/commit/b52ab881b64d701f5a8649d676302b6245afc13d#diff-e91e6348157868de9dd8b25c81aebfb9

FreeBSD ports still has security/openvas8-scanner

peeterm007 commented 5 years ago

security/openvas9-* is now pruned too, the issue is gone.