Poudriere step patch failed

Hi All,

i'm into an issue with poudriere.
I'm trying to build a custom package but it remains stuck at the "patch step" with the following error:
Code:
1 out of 1 hunks failed--saving rejects to src/jail.c.rej
=> FreeBSD patch patch-src-jail.c failed to apply cleanly.
=> Patch(es)  patch-setup.py applied cleanly.
*** Error code 1

i didint find a lot of thing about this error except to try to update the portsnap, i did it but the process still stuck..

BR,
N!
 
Try throwing away the jail and creating a fresh new one.
 
Can you do a run with -v or -vv? Maybe that provides more clues where or why things aren't working.

Code:
     -v           This will show more information during the build.  Specify
                  twice to enable debug output.

And double check the custom port itself too (try building it yourself). It's possible the error is because the port itself is failing.
 
Works fine with 12.1 jail, so i still dont know why it didnt want to work with 11.2...
 
Back
Top