Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140842 - dev-python/rpy-0.4.6: does not compile against R-2.3.x
Summary: dev-python/rpy-0.4.6: does not compile against R-2.3.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 15:03 UTC by BORGULYA Gábor
Modified: 2006-07-28 05:17 UTC (History)
1 user (show)

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


Attachments
emerge --info output (emerge_--info.txt,3.16 KB, text/plain)
2006-07-17 15:05 UTC, BORGULYA Gábor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BORGULYA Gábor 2006-07-17 15:03:36 UTC
# emerge --ask --verbose rpy
[...]
>>> Unpacking source...
>>> Unpacking rpy-0.4.6.tar.gz to /var/tmp/portage/rpy-0.4.6/work
>>> Source unpacked.
RHOMES= []
Traceback (most recent call last):
  File "setup.py", line 67, in ?
    RVERSION = rpy_tools.get_R_VERSION(RHOME, force_exec=True)
  File "/var/tmp/portage/rpy-0.4.6/work/rpy-0.4.6/rpy_tools.py", line 98, in get_R_VERSIO
N
    raise RuntimeError("Couldn't obtain version number from output\n"
RuntimeError: Couldn't obtain version number from output
of `R --version'.
-----------
$ R --version
R version 2.3.1 (2006-06-01)
Copyright (C) 2006 R Development Core Team
Comment 1 BORGULYA Gábor 2006-07-17 15:05:31 UTC
Created attachment 92033 [details]
emerge --info output
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-17 15:10:36 UTC
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3#doc_chap2

*** This bug has been marked as a duplicate of 91704 ***
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2006-07-28 02:53:05 UTC
not a dupe, this is because rpy-0.4.6 is only compatible with R-2.2.x.
Comment 4 BORGULYA Gábor 2006-07-28 04:22:54 UTC
Yes, I can confirm: rpy-0.4.6 did compile with R-2.2.1, but not with R-2.3.
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2006-07-28 05:17:45 UTC
Added rpy-0.99.2 and added a patch to fix their version check (#140842)