Renato Botelho
Renato Botelho
I found, with debug 4, the following message: ``` DBG(4)[7449]> integrity: check path /usr/local/share/licenses/pfSense-kernel-debug-pfSense-2.3.2.a.20160717.2316/catalog.mk of package pfSense-kernel-debug-pfSense ``` That is from the moment problem happens. There is a package called...
Other way I could reproduce was when I tried to install pfSense-kernel-debug-pfSense and got: ``` [2.3.2-DEVELOPMENT][[email protected]]/root: pkg install pfSense-kernel-debug-pfSense-2.3.2.a.20160717.2316 Updating pfSense-core repository catalogue... pfSense-core repository is up-to-date. Updating pfSense repository...
I found the root cause of this issue and it is an error here when we created pfSense-kernel-pfSense package that contain leftovers from pfSense-kernel-debug-pfSense (license files). Because of that this...
I tested pkg-devel 1.15.99.2 and confirmed the error is still present
@evadot @bapt we managed to workaround this issue on pfSense with the change applied in this commit - https://github.com/pfsense/FreeBSD-ports/commit/839c8b7801d4716351ffeb2d1ce82f9dbb4f92fd The condition to trigger the problem is when `pd > 0`...
I also saw it happening lots of times on pfSense
@n3bul4 before I start reviewing it please revert all changes you did to README file. It's a copy from upstream describing the FreeBSD-ports and we should never change it.
@n3bul4 could you please squash all these changes into a single commit with a meaning commit log message?
> @rbgarga I hope this is better. much better! Thanks!