mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
./load install hier.o auto_home.o strerr.a substdio.a stralloc.a alloc.a open.a error.a str.a ./install install: fatal: unable to mkdir /wrkdirs/usr/ports/mail/mess822/work/stage/usr/local: no error *** Error code 111 Stop. make: stopped in /wrkdirs/usr/ports/mail/mess822/work/mess822-0.58 *** Error code 1 https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-June/608592.html MFH: 2024Q3 (build fix) Reported by: pkg-fallout
7 lines
157 B
C
7 lines
157 B
C
--- install.c.orig 2024-07-02 03:32:40 UTC
|
|
+++ install.c
|
|
@@ -1,3 +1,4 @@
|
|
+#include <errno.h>
|
|
#include "substdio.h"
|
|
#include "strerr.h"
|
|
#include "error.h"
|