Solved [Solved] make nrpe fails

Hey guys,

I am having a horrible time, figuring out what to do now, since portmaster and the old ports collection is outdated. As actual I need to rebuild nrpe2 with SSL support, so I make clean; make config; make install, but this sequence fails with this message:

Code:
Creating bzip'd tar ball in '/usr/ports/net-mgmt/nrpe2/work/pkg/nrpe-2.13_2.tbz'
tar: etc/nrpe.cfg-sample: Cannot stat: No such file or directory
tar: libexec/nagios/check_nrpe2: Cannot stat: No such file or directory
tar: sbin/nrpe2: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** [do-package] Error code 1

Stop in /usr/ports/net-mgmt/nrpe2.
*** [install] Error code 1

Stop in /usr/ports/net-mgmt/nrpe2.


I enjoy the local compilation of my applications, and wish to proceed this - however, it seems that the pkg method does now support that kind of operation. I can't find a very good way of converting into pkg-world, from portmaster...

For the current problem, the installation is FreeBSD 9.2-RELEASE #0, but in the serverfarm, I also have 9.0 and 9.1....


br
 
Re: make nrpe fails

congo said:
since portmaster and the old ports collection is outdated.
What gave you that idea? The ports collection is still very much functional and will continue to do so. The ONLY thing that has changed recently is the way binary packages are handled. Ports and packages are two different things (packages are actually built from ports).
 
Re: make nrpe fails

talsamon said:
Recent version is nrpe-2.15_3.

This gave me the idea to portsnap update, and switch to /usr/ports/net-mgmt/nrpe/; make config install, which came out without errors..


To anyone else, I am sorry for having misunderstood the pkg/portmaster package/ports/source binary saga, I believe that the communication about it has been too vague for me to handle (doesn't mean that in general haven't been inadequate). pkgng I don't understand, and the links I found weren't too explicit about what was going on.

THANKS :beer


br
 
Back
Top