Date: Sat, 03 Nov 2018 04:45:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232923] devel/RStudio: fails to start after GCC upgrade Message-ID: <bug-232923-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232923 Bug ID: 232923 Summary: devel/RStudio: fails to start after GCC upgrade Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: jbeich@FreeBSD.org Blocks: 222542 Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org $ rstudio Cannot open "/usr/local/lib/gcc6/libgcc_s.so" $ sed -n \$p $(which rstudio) LD_PRELOAD=3D/usr/local/lib/gcc6/libgcc_s.so /usr/local/lib/rstudio/bin/rst= udio "" There 2 issues: - Doesn't respect GCC version used by USES=3Dfortran which already embeds R= PATH - Loses additional arguments as $@ is gone after substitution I've tried invoking /usr/local/lib/rstudio/bin/rstudio directly in otherwise pristine 11.2 amd64 jail and rstudio starts fine. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222542 [Bug 222542] Update GCC_DEFAULT from 6 to 7 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232923-7788>