1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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)
This commit is contained in:
Sam Lawrance 2006-11-01 10:09:19 +00:00
parent 4bff95ac22
commit 1d50dfb5a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176030
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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.