Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30784 - dev-lang/R: new version released as well as a bug fix to the ebuild
Summary: dev-lang/R: new version released as well as a bug fix to the ebuild
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
: 31223 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-09 14:01 UTC by kdh
Modified: 2003-10-18 08:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kdh 2003-10-09 14:01:38 UTC
1) A new version of dev-lang/R has been released: 1.8.0 
2) The Ebuild of R-1.7.1 has to bugs: 
a) Concerning tcltk support. My ebuild has an error in the src_compile() part: 
   if use tcltk: the flags needs to be changed from 
--with-tcl-config=/usr/lib/tclConfig.sh --with-tk-config=/usr/lib/tclConfig.sh 
  to 
--with-tcl-config=/usr/lib/tclConfig.sh --with-tk-config=/usr/lib/tkConfig.sh 
  (note that tcl is written under the tk option) 
 
b) Concerning Gnome Support: the required libs are wrong. I have tested it with 
               gnome? ( >=gnome-base/gnome-libs-1.4.1.4 
                         =gnome-base/libglade-0.17* 
                         >=dev-libs/libxml-1.8.16 
                         >=gnome-base/ORBit-0.5.12 
                         >=media-libs/imlib-1.9.10 
                         >=x11-libs/gtk+-1.2.10 
                         >=dev-libs/glib-1.2.10 
                         >=media-sound/esound-0.2.23 
                         >=media-libs/audiofile-0.2.1 )" 
Concerning libglade: basically the version needs to be bigger than 0.17 and less than 2. I 
didn't know how to code this. 
 
3) I think dev-lang/R needs to be moved to the stable branch. It is a tried and tested 
statistical package and the two problems above (gnome support, tcl/tk support) are not a 
big issue - gnome support is really not the focus of the development team (eg. is it left 
out of the Redhat rpms), and tcl/tk is also less important (but substantially more 
important than gnome). 

Reproducible: Always
Steps to Reproduce:
1.Emerge R 
2. 
3. 
Actual Results:  
At the start of the output from src_compile(), R prints a message as to what libraries and 
capabilities are supported when compiling. These messages needs to mention tcl/tk 
support as well as gnome support
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2003-10-16 00:31:22 UTC
*** Bug 31223 has been marked as a duplicate of this bug. ***
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2003-10-16 15:12:46 UTC
Added 1.8.0 to portage with the suggested fixes. Please test.
Thanks for the submission!

george
Comment 3 kdh 2003-10-18 08:56:24 UTC
Tested: it works! I see the line
  =libglad-0.17*
is unchanged. As reported in the original bug it (ought to) build for any
version of libglade >=.17 og <2.0, but I didn't know how to code this.

Nevertheless, the only ebuild of libglade with a version below 2 is version
0.17 - so I guess it does not matter.

I would close the bug and move it to STABLE