Actions
Bug #9872
closedError during build when compiling a non pfSense software
Start date:
11/01/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4
Affected Architecture:
All
Description
Hello,
I am facing a (non-critical) error when building non-pfSense software
-------------------------------------------------------------- >>> Installing kernel libreSense completed on Fri Nov 1 12:59:49 CET 2019 -------------------------------------------------------------- ====>> Compressing kernel >>> Cloning everything to /root/pfsense/tmp/stage-dir staging area...mv: rename /root/pfsense/tmp/stage-dir/usr/local/sbin/pfSense-upgrade to /root/pfsense/tmp/stage-dir/usr/local/sbin/libreSense-upgrade: No such file or directory
The error seems to come from builder_common.sh
Associated PR : https://github.com/pfsense/pfsense/pull/4108
Updated by Ronald Schellberg about 5 years ago
Noticed this error as well, thanks for finding the issue. I have incorporated your PR into my builds.
Maybe a low priority for Netgate since they wouldn't run into it, but for those trying to encourage quick adoption of 12.x builds, every fix is welcome.
Updated by Ronald Schellberg about 5 years ago
Another suggested edit to builder_common.sh would be to remove the console redirection on line 1717:
poudriere jail -d -j "${jail_name}" >/dev/null 2>&1
With the redirection, one would not know the script is waiting for a response to delete the jail.
Updated by Renato Botelho almost 5 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
PR has been merged
Updated by Renato Botelho over 4 years ago
- Status changed from Feedback to Resolved
Actions