OPNsense Forum

English Forums => General Discussion => Topic started by: vivekmauli14 on October 18, 2023, 02:32:36 PM

Title: Aborted Version error in building OPNsense img
Post by: vivekmauli14 on October 18, 2023, 02:32:36 PM
Hii,
I was trying to build an iso with adding a custom plugin into to the plugins repository but somehow my build is giving error in make ports which says "Aborted Version"(Also shown in img below). Please help me resolve this.

Thanks,
Vivek


https://ibb.co/jL2Kk63 (https://ibb.co/jL2Kk63)
Title: Re: Aborted Version error in building OPNsense img
Post by: franco on October 18, 2023, 03:09:05 PM
It means the build of the respective port had issues.

They are all in the output. You could also try rerunning the port build:

# make ports-again

And it will print the error for the first port that fails.


Cheers,
Franco
Title: Re: Aborted Version error in building OPNsense img
Post by: vivekmauli14 on October 21, 2023, 12:22:08 PM
Thanks for responding,

I caught the error here in Rspamd,  https://ibb.co/fxRBXx0 (https://ibb.co/fxRBXx0)
I am not able to find What is going wrong. Please help. Could it be because of any version upgrade of certain plugins?

Thanks,
Vivek
Title: Re: Aborted Version error in building OPNsense img
Post by: Maurice on October 21, 2023, 11:51:46 PM
First line:
fetch [...] appears to be truncated.
Your build system seems to have issues downloading files. Does it have unrestricted Internet access with sufficient bandwidth?

Cheers
Maurice