Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693662 - sci-mathematics/rstudio-1.2.1335 : One or more CMake variables were not used by the project:
Summary: sci-mathematics/rstudio-1.2.1335 : One or more CMake variables were not used ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-07 10:05 UTC by Toralf Förster
Modified: 2020-01-10 08:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
elog-sci-mathematics:rstudio-1.2.1335:20190907-085658.log (elog-sci-mathematics:rstudio-1.2.1335:20190907-085658.log,409 bytes, text/plain)
2019-09-07 10:05 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.98 KB, application/x-bzip)
2019-09-07 10:05 UTC, Toralf Förster
Details
sci-mathematics:rstudio-1.2.1335:20190907-074208.log (sci-mathematics:rstudio-1.2.1335:20190907-074208.log,750.79 KB, text/plain)
2019-09-07 10:05 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-09-07 10:05:21 UTC
Please fix the ebuild to use correct FHS/Gentoo policy paths.
One or more CMake variables were not used by the project:
  QT_QMAKE_EXECUTABLE
  RSTUDIO_INSTALL_FREEDESKTOP

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20190901-231652

  -------------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2019-09-07 10:05:24 UTC
Created attachment 589304 [details]
elog-sci-mathematics:rstudio-1.2.1335:20190907-085658.log
Comment 2 Toralf Förster gentoo-dev 2019-09-07 10:05:27 UTC
Created attachment 589306 [details]
etc.portage.tbz2
Comment 3 Toralf Förster gentoo-dev 2019-09-07 10:05:30 UTC
Created attachment 589308 [details]
sci-mathematics:rstudio-1.2.1335:20190907-074208.log
Comment 4 Larry the Git Cow gentoo-dev 2020-01-10 08:45:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2e866221a19364bb608688acd0794ecf86c204

commit 8c2e866221a19364bb608688acd0794ecf86c204
Author:     Mark Wright <gienah@gentoo.org>
AuthorDate: 2020-01-10 08:42:28 +0000
Commit:     Mark Wright <gienah@gentoo.org>
CommitDate: 2020-01-10 08:43:21 +0000

    sci-mathematics/rstudio: Bump to 1.2.5033, use acct rstudio-server
    
    Thanks to John Dough for reporting the version bump bug #702140.
    
    Thanks to toralf for reporting bug #693662.  The egit_clean: command not found
    is fixed by inherit vcs-clean.
    
    The QA: other
    The ebuild is installing to one or more unexpected paths:
    
      /usr/extras
    
    is fixed with the sed under this comment:
    # install themes in /etc/rstudio/extra/sthemes instead of /usr/extra/themes
    
    The: One or more CMake variables were not used by the project:
      QT_QMAKE_EXECUTABLE
      RSTUDIO_INSTALL_FREEDESKTOP
    
    is fixed by only setting these variables if use !dedicated.
    
    Thanks to Alessandro Barbieri reporting bug #696944, the dependencies are
    unbundled in rstudio 1.2.5033.ebuild, and some needless dependencies are
    removed.
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=702140
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=693662
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=696944
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Mark Wright <gienah@gentoo.org>

 sci-mathematics/rstudio/Manifest                   |   1 +
 .../rstudio/files/rstudio-1.2.5033-pandoc.patch    |  32 +++
 .../rstudio/files/rstudio-1.2.5033-paths.patch     | 118 +++++++++++
 .../rstudio/files/rstudio-1.2.5033-prefs.patch     |  83 ++++++++
 sci-mathematics/rstudio/rstudio-1.2.5033.ebuild    | 235 +++++++++++++++++++++
 5 files changed, 469 insertions(+)