aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2006-11-01 18:09:19 +0800
committerlawrance <lawrance@FreeBSD.org>2006-11-01 18:09:19 +0800
commit3941268312b37e1cebca7b9764baa61ed1a08c3f (patch)
treeb8bf4c9c794b6a9dbde5ec6f1c944fbd8ee252d7
parent113a94d6bb649118a53c73eec99198ff3f17f2ee (diff)
downloadfreebsd-ports-gnome-3941268312b37e1cebca7b9764baa61ed1a08c3f.tar.gz
freebsd-ports-gnome-3941268312b37e1cebca7b9764baa61ed1a08c3f.tar.zst
freebsd-ports-gnome-3941268312b37e1cebca7b9764baa61ed1a08c3f.zip
Add some advice about what to in case of error "Fatal: Stack size too small."
PR: ports/103187 Submitted by: Mihnea Capraru <mihnea_capraru@fastmail.fm> Approved by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
-rw-r--r--devel/radrails/Makefile1
-rw-r--r--devel/radrails/pkg-message4
2 files changed, 5 insertions, 0 deletions
diff --git a/devel/radrails/Makefile b/devel/radrails/Makefile
index ad14780681eb..b88c930a4fcd 100644
--- a/devel/radrails/Makefile
+++ b/devel/radrails/Makefile
@@ -69,5 +69,6 @@ post-install:
| ${SED} 's,^\.,${DATADIR:S,^${PREFIX}/,,},' >>${TMPPLIST} \
&& ${FIND} -s -d . -type d \
| ${SED} 's,^\.,@dirrm ${DATADIR:S,^${PREFIX}/,,},' >>${TMPPLIST}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/devel/radrails/pkg-message b/devel/radrails/pkg-message
new file mode 100644
index 000000000000..6488cc04e42d
--- /dev/null
+++ b/devel/radrails/pkg-message
@@ -0,0 +1,4 @@
+If you are using a Linux JDK and linprocfs is mounted on /compat/linux/proc,
+RadRails may print the error "Fatal: Stack size too small" and fail to run.
+
+If this happens please unmount /compat/linux/proc before running RadRails.