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:
parent
4bff95ac22
commit
1d50dfb5a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176030
@ -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>
|
||||
|
4
devel/radrails/pkg-message
Normal file
4
devel/radrails/pkg-message
Normal 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.
|
Loading…
Reference in New Issue
Block a user