[Bug 232923] devel/RStudio: fails to start after GCC upgrade

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 3 04:45:05 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232923

            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 at freebsd.org
          Reporter: jbeich at FreeBSD.org
            Blocks: 222542
             Flags: maintainer-feedback?(yuri at freebsd.org)
          Assignee: yuri at freebsd.org

$ rstudio
Cannot open "/usr/local/lib/gcc6/libgcc_s.so"

$ sed -n \$p $(which rstudio)
LD_PRELOAD=/usr/local/lib/gcc6/libgcc_s.so /usr/local/lib/rstudio/bin/rstudio
""

There 2 issues:
- Doesn't respect GCC version used by USES=fortran which already embeds RPATH
- 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=222542
[Bug 222542] Update GCC_DEFAULT from 6 to 7
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list