From 3941268312b37e1cebca7b9764baa61ed1a08c3f Mon Sep 17 00:00:00 2001 From: lawrance Date: Wed, 1 Nov 2006 10:09:19 +0000 Subject: Add some advice about what to in case of error "Fatal: Stack size too small." PR: ports/103187 Submitted by: Mihnea Capraru Approved by: Alexander Novitsky (maintainer) --- devel/radrails/Makefile | 1 + devel/radrails/pkg-message | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 devel/radrails/pkg-message 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 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. -- cgit