Solved error make port

After portsnap fetch update, I saw dns/bind99 needed upgrade. And from /usr/ports/dns/bind99 I issued make. But I got
Code:
/usr/ports/Mk/Scripts/check-vulnerable.sh: dp_PKGNAME: parameter not set
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/dns/bind99
*** Error code 1

Stop.
make: stopped in /usr/ports/dns/bind99
What does it mean?
 
It might be that you have been reproduced PR 209754. It sounds urgent as if would affect almost everything. If yes I guess it will be fixed soon. When it is fixed please update the ports tree and try again.
 
I'm having the same issue & it currently seems to be affecting any port I try to install or update.

Code:
(14:32) [tyler@atlas ~]$ sudo portmaster -o lang/perl5.20 lang/perl5.18

===>>> Port directory: /usr/ports/lang/perl5.20

===>>> Gathering distinfo list for installed ports

===>>> Launching 'make checksum' for lang/perl5.20 in background
===> Building/installing dialog4ports as it is required for the config dialog
===>  Cleaning for dialog4ports-0.1.5_2
===> Skipping 'config' as NO_DIALOG is defined
/usr/ports/Mk/Scripts/check-vulnerable.sh: dp_PKGNAME: parameter not set
*** Error code 2

Stop.
make[3]: stopped in /usr/ports/ports-mgmt/dialog4ports
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/ports-mgmt/dialog4ports
===> Options unchanged
===>>> Gathering dependency list for lang/perl5.20 from ports
===>>> Initial dependency check complete for lang/perl5.20


===>>> Starting build for lang/perl5.20 <<<===

===>>> All dependencies are up to date

===>  Cleaning for perl5-5.20.3_13
===> Building/installing dialog4ports as it is required for the config dialog
===>  Cleaning for dialog4ports-0.1.5_2
===> Skipping 'config' as NO_DIALOG is defined
/usr/ports/Mk/Scripts/check-vulnerable.sh: dp_PKGNAME: parameter not set
*** Error code 2

Stop.
make[3]: stopped in /usr/ports/ports-mgmt/dialog4ports
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/ports-mgmt/dialog4ports
===> Options unchanged
/usr/ports/Mk/Scripts/check-vulnerable.sh: dp_PKGNAME: parameter not set
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/lang/perl5.20
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/perl5.20

===>>> make build failed for lang/perl5.20
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
       portmaster <flags> lang/perl5.20
 
Here too. Looks like a bug in the script, not in the specific ports. I get this with every port that is trying to upgrade since today.
 
It might be that you have been reproduced PR 209754. It sounds urgent as if would affect almost everything. If yes I guess it will be fixed soon. When it is fixed please update the ports tree and try again.

Thank you, applying this patch (from the PR you linked) seems to have fixed the issue for me (at least I'm making it further into the build process now).
 
same here:

Code:
portupgrade bind99-9.9.9
[Reading data from pkg(8) ... - 348 packages found - done]
--->  Upgrading 'bind99-9.9.9' to 'bind99-9.9.9_1' (dns/bind99)
--->  Building '/usr/ports/dns/bind99'
===>  Cleaning for bind99-9.9.9_1
/usr/ports/Mk/Scripts/check-vulnerable.sh: dp_PKGNAME: parameter not set
*** Error code 2
 
Back
Top