public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge R
@ 2005-10-27  7:56 Ian Porter
  2005-10-27  8:03 ` [gentoo-user] " Ian Porter
  2005-10-27  8:41 ` [gentoo-user] " Nagatoro
  0 siblings, 2 replies; 24+ messages in thread
From: Ian Porter @ 2005-10-27  7:56 UTC (permalink / raw
  To: gentoo-user

Hi All,

I am just wondering if there is an option within emerge that will tell me
which packages need to be re-compiled
[  R  ]

Because I have just updated the wpa_supplicant and now my wireless card is
not working but found out that baselayout, ndiswrapper and wpa_supplicant
are all saying that they need to be re-compiled, but everytime that I
re-emerge them
emerge wpa_supplicant, it still says that it is needs to be re-compiled.

I am not able to sort out the problem until next week, but thought that I
would ask so that I have a few things to check out once I am back online.

Cheers
Ian


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* [gentoo-user] Re: emerge R
  2005-10-27  7:56 [gentoo-user] emerge R Ian Porter
@ 2005-10-27  8:03 ` Ian Porter
  2005-10-27  9:35   ` Iain Buchanan
  2005-10-27 11:28   ` Stroller
  2005-10-27  8:41 ` [gentoo-user] " Nagatoro
  1 sibling, 2 replies; 24+ messages in thread
From: Ian Porter @ 2005-10-27  8:03 UTC (permalink / raw
  To: gentoo-user

Hi,

> Hi All,
>
> I am just wondering if there is an option within emerge that will tell
> me which packages need to be re-compiled
> [  R  ]
>

Soz, forgot to say that the wpa_supplicant is now 0.3.9 and I have tried
going back to 0.3.8, but both do not work.  I am running ndiswrapper (forgot
the version because I am at work at present), but using rt2500.inf for the
windows drivers.  I am thinking about trying out the rtx00 drivers, has
anyone had these drivers working ok ?

Thanks
Ian

> Because I have just updated the wpa_supplicant and now my wireless card
> is not working but found out that baselayout, ndiswrapper and
> wpa_supplicant are all saying that they need to be re-compiled, but
> everytime that I re-emerge them
> emerge wpa_supplicant, it still says that it is needs to be
> re-compiled.
>
> I am not able to sort out the problem until next week, but thought that
> I would ask so that I have a few things to check out once I am back
> online.
>
> Cheers
> Ian



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2005-10-27  7:56 [gentoo-user] emerge R Ian Porter
  2005-10-27  8:03 ` [gentoo-user] " Ian Porter
@ 2005-10-27  8:41 ` Nagatoro
  2005-10-27 10:17   ` Ian Porter
  1 sibling, 1 reply; 24+ messages in thread
From: Nagatoro @ 2005-10-27  8:41 UTC (permalink / raw
  To: gentoo-user

Ian Porter wrote:
> Hi All,
> 
> I am just wondering if there is an option within emerge that will tell me
> which packages need to be re-compiled
> [  R  ]

try:
module-rebuild list
(and change list to rebuild if you want to rebuild them)

This will give you the packages that needs to be rebuilt when the 
kernel change. But it _wont_ give you what packages needs to be 
rebuilt now.

try:
revdep-rebuild
to see what packages needs to be rebuilt due to broken deps.

-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] Re: emerge R
  2005-10-27  8:03 ` [gentoo-user] " Ian Porter
@ 2005-10-27  9:35   ` Iain Buchanan
  2005-10-27 10:25     ` Ian Porter
  2005-10-27 11:28   ` Stroller
  1 sibling, 1 reply; 24+ messages in thread
From: Iain Buchanan @ 2005-10-27  9:35 UTC (permalink / raw
  To: gentoo-user

Hi Ian, Iain here!

On Thu, 2005-10-27 at 08:03 +0000, Ian Porter wrote:
> >
> > I am just wondering if there is an option within emerge that will tell
> > me which packages need to be re-compiled
> > [  R  ]

recompiled? generally you don't need to "recompile" packages.

> Soz, forgot to say that the wpa_supplicant is now 0.3.9 and I have tried
> going back to 0.3.8, but both do not work.  I am running ndiswrapper (forgot
> the version because I am at work at present), but using rt2500.inf for the
> windows drivers.  I am thinking about trying out the rtx00 drivers, has
> anyone had these drivers working ok ?

yup, I'm using the rt2500-1.1.0_beta3.  Funnily, I couldn't get the
download from the web to work but the gentoo emerge worked, thanks
gentoo!!  lspci for me shows:

$ lspci
0000:00:08.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus
Reference Card (rev 01)

$ lspci -n
0000:00:08.0 Class 0280: 1814:0201 (rev 01)

> > Because I have just updated the wpa_supplicant and now my wireless card
> > is not working but found out that baselayout, ndiswrapper and
> > wpa_supplicant are all saying that they need to be re-compiled, but
> > everytime that I re-emerge them
> > emerge wpa_supplicant, it still says that it is needs to be
> > re-compiled.

It might be helpful if you supply the exact command you're trying to
use, and a sample of the output.  It may be that you should be doing
something slightly different.

Everything will say it needs to be recompiled if you say
 `emerge -p <package>`
however, what you probably want to do is
 `emerge -up <package>`

This tells you there is a new version available.  Provided you've done
 `emerge --sync`

even better would be
 `emerge -upD world`
followed by a
 `revdep-rebuild`
if kernel / gcc / major things like that have changed.

> > I am not able to sort out the problem until next week, but thought that
> > I would ask so that I have a few things to check out once I am back
> > online.

Sorry if you know all this already, I'm kinda guessing as to what you're
trying to do.

HTH,
-- 
Iain Buchanan <iaindb@netspace.net.au>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2005-10-27  8:41 ` [gentoo-user] " Nagatoro
@ 2005-10-27 10:17   ` Ian Porter
  0 siblings, 0 replies; 24+ messages in thread
From: Ian Porter @ 2005-10-27 10:17 UTC (permalink / raw
  To: gentoo-user

Hi,
> Ian Porter wrote:
>> Hi All,
>>
>> I am just wondering if there is an option within emerge that will tell
>> me which packages need to be re-compiled
>> [  R  ]
>
> try:
> module-rebuild list
> (and change list to rebuild if you want to rebuild them)
>
> This will give you the packages that needs to be rebuilt when the
> kernel change. But it _wont_ give you what packages needs to be
> rebuilt now.

Ok, thanks never run that before, but I have upgraded the kernel a couple of
weeks ago to 2.6.13r3 (I think, the latest one in the stable version), I
shall run that once I am back on the PC at the weekend (but without the
internet until next week :( )

>
> try:
> revdep-rebuild
> to see what packages needs to be rebuilt due to broken deps.
>

I only get Open Office, of which thanks to someone else on this list, has
said how to tell revdep-rebuild not to include this program.

Thanks
Ian
> --
> Naga
> --
> gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] Re: emerge R
  2005-10-27  9:35   ` Iain Buchanan
@ 2005-10-27 10:25     ` Ian Porter
  2005-10-27 10:58       ` Iain Buchanan
  0 siblings, 1 reply; 24+ messages in thread
From: Ian Porter @ 2005-10-27 10:25 UTC (permalink / raw
  To: gentoo-user

Hi Iain :)

> Hi Ian, Iain here!
>
> On Thu, 2005-10-27 at 08:03 +0000, Ian Porter wrote:
>> >
>> > I am just wondering if there is an option within emerge that will
>> > tell me which packages need to be re-compiled
>> > [  R  ]
>
> recompiled? generally you don't need to "recompile" packages.

Oh soz, thought that "R" meant re-compile. sorry.

> yup, I'm using the rt2500-1.1.0_beta3.  Funnily, I couldn't get the
> download from the web to work but the gentoo emerge worked, thanks
> gentoo!!  lspci for me shows:

Great, I shall download that with gentoo (thanks from me as well for when I
am :)
>
> $ lspci
> 0000:00:08.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus
> Reference Card (rev 01)
>
> $ lspci -n
> 0000:00:08.0 Class 0280: 1814:0201 (rev 01)
>
>> > Because I have just updated the wpa_supplicant and now my wireless
>> > card is not working but found out that baselayout, ndiswrapper and
>> > wpa_supplicant are all saying that they need to be re-compiled, but
>> > everytime that I re-emerge them
>> > emerge wpa_supplicant, it still says that it is needs to be
>> > re-compiled.
>
> It might be helpful if you supply the exact command you're trying to
> use, and a sample of the output.  It may be that you should be doing
> something slightly different.

umm.. I am not at the PC at the minute, but I think it is something like
iwconfig wlan0 up
to bring up the wlan0 with the ndiswrapper (I assume ?) and it is stopping
on this, the pc just hangs and I have to restart the pc(button on case :()
have not tried ssh'ing to see if it is just the console that is hanging, I
should have really tried that as well soz.

> Everything will say it needs to be recompiled if you say
> `emerge -p <package>`
> however, what you probably want to do is
> `emerge -up <package>`
>

oh ok, thanks I was wondering why most packages appear to be needing
re-compiling. thanks.

> This tells you there is a new version available.  Provided you've done
> `emerge --sync`

Yeah, I usually do this most days :)

>
> even better would be
> `emerge -upD world`
> followed by a
> `revdep-rebuild`
> if kernel / gcc / major things like that have changed.
>

I have done this as well, and only got the OO package, but with the
information from someone else on this list (thanks but forgot your name), I
shall not have OO in the revdep-rebuild list :)

>> > I am not able to sort out the problem until next week, but thought
>> > that I would ask so that I have a few things to check out once I am
>> > back online.
>
> Sorry if you know all this already, I'm kinda guessing as to what
> you're trying to do.
>

Yeah, thanks, I shall try the rt2500 version instead of ndiswrapper to see
if that is able to bring up the wireless card, btw do you use wpa_supplicant
with the rt2500 driver ?

Thanks
Ian

> HTH,
> --
> Iain Buchanan <iaindb@netspace.net.au>
>
> --
> gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] Re: emerge R
  2005-10-27 10:25     ` Ian Porter
@ 2005-10-27 10:58       ` Iain Buchanan
  2005-10-27 12:27         ` Ian Porter
  0 siblings, 1 reply; 24+ messages in thread
From: Iain Buchanan @ 2005-10-27 10:58 UTC (permalink / raw
  To: gentoo-user

On Thu, 2005-10-27 at 10:25 +0000, Ian Porter wrote:
> > On Thu, 2005-10-27 at 08:03 +0000, Ian Porter wrote:
> >> >
> >> > I am just wondering if there is an option within emerge that will
> >> > tell me which packages need to be re-compiled
> >> > [  R  ]
> >
> > recompiled? generally you don't need to "recompile" packages.
> 
> Oh soz, thought that "R" meant re-compile. sorry.

it does mean recompile, however what your saying is:
emerge -p <package> = compile newest stable version of package

and if the newest stable version is the one you've already got, then it
will "Recompile" it.

> > It might be helpful if you supply the exact command you're trying to
> > use, and a sample of the output.  It may be that you should be doing
> > something slightly different.
> 
> umm.. I am not at the PC at the minute, but I think it is something like
> iwconfig wlan0 up

I was referring to the emerge commands, but you seem to have that sorted
out now.

> to bring up the wlan0 with the ndiswrapper (I assume ?) and it is stopping
> on this, 

now that you've mentioned it though, if you still want to try the ndis
version and not wait for the rt2500 package, then you have to
1. install ndiswrapper (of course :)
2. load your inf file from windows (I'll leave it up to you to find out
which one :)
3. load it (modprobe ndiswrapper)
4. then set essid, key, etc with iwconfig
5. then do ifconfig wlan0 ... (or dhcp)

> the pc just hangs and I have to restart the pc(button on case :()

don't know about that.

> > even better would be
> > `emerge -upD world`
> > followed by a
> > `revdep-rebuild`
> > if kernel / gcc / major things like that have changed.
> >
> 
> I have done this as well, and only got the OO package, but with the
> information from someone else on this list (thanks but forgot your name), I
> shall not have OO in the revdep-rebuild list :)

OO is fine to upgrade, if a little large.  I use the openoffice-bin
(version 2) and it works great!

> btw do you use wpa_supplicant
> with the rt2500 driver ?

no, I've been meaning to for a while, so it's on my list of "been
meaning to's"

cya,
-- 
Iain Buchanan <iaindb@netspace.net.au>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] Re: emerge R
  2005-10-27  8:03 ` [gentoo-user] " Ian Porter
  2005-10-27  9:35   ` Iain Buchanan
@ 2005-10-27 11:28   ` Stroller
  2005-10-27 12:30     ` Ian Porter
  1 sibling, 1 reply; 24+ messages in thread
From: Stroller @ 2005-10-27 11:28 UTC (permalink / raw
  To: gentoo-user


On Oct 27, 2005, at 9:03 am, Ian Porter wrote:
>
> ...I am running ndiswrapper (forgot
> the version because I am at work at present), but using rt2500.inf for 
> the
> windows drivers.  I am thinking about trying out the rtx00 drivers, has
> anyone had these drivers working ok ?

You should definitely use these drivers - they're excellent. I'm sure 
that once you `emerge rt2500` your problems will be resolved. The name 
of the interface will change from wlan0 to ra0, so you'll need to 
rename your init.d script & edit /etc/conf.d/net or 
/etc/conf.d/wireless

Stroller.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] Re: emerge R
  2005-10-27 10:58       ` Iain Buchanan
@ 2005-10-27 12:27         ` Ian Porter
  0 siblings, 0 replies; 24+ messages in thread
From: Ian Porter @ 2005-10-27 12:27 UTC (permalink / raw
  To: gentoo-user

Hi,

>> Oh soz, thought that "R" meant re-compile. sorry.
>
> it does mean recompile, however what your saying is:
> emerge -p <package> = compile newest stable version of package
>
> and if the newest stable version is the one you've already got, then it
> will "Recompile" it.

K, cheers, I am still learning :).


>> > It might be helpful if you supply the exact command you're trying to
>> > use, and a sample of the output.  It may be that you should be doing
>> > something slightly different.
>>
>> umm.. I am not at the PC at the minute, but I think it is something
>> like iwconfig wlan0 up
>
> I was referring to the emerge commands, but you seem to have that
> sorted out now.
>
>> to bring up the wlan0 with the ndiswrapper (I assume ?) and it is
>> stopping on this,
>
> now that you've mentioned it though, if you still want to try the ndis
> version and not wait for the rt2500 package, then you have to
> 1. install ndiswrapper (of course :)
> 2. load your inf file from windows (I'll leave it up to you to find out
> which one :)
> 3. load it (modprobe ndiswrapper)
> 4. then set essid, key, etc with iwconfig
> 5. then do ifconfig wlan0 ... (or dhcp)

Ok, thanks, I have already done this before because it was working.  But I
am not sure why it is not now, I shall have to check my emerge logs for the
passed week and see what is in there that could effect this. (sorry for
saying the obvious, of which I should have done last night)

> OO is fine to upgrade, if a little large.  I use the openoffice-bin
> (version 2) and it works great!

yeah that is the version and I am impressed with that as well :).

>
>> btw do you use wpa_supplicant
>> with the rt2500 driver ?
>
> no, I've been meaning to for a while, so it's on my list of "been
> meaning to's"

Cheers once I am back online, I may see if the rt2500 driver works with
wpa_supplicant because that is how I am/was using ndiswrapper with.

Thanks for all of the help
Ian

> cya,
> --
> Iain Buchanan <iaindb@netspace.net.au>
>
> --
> gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] Re: emerge R
  2005-10-27 11:28   ` Stroller
@ 2005-10-27 12:30     ` Ian Porter
  2005-11-07 21:58       ` Ian Porter
  0 siblings, 1 reply; 24+ messages in thread
From: Ian Porter @ 2005-10-27 12:30 UTC (permalink / raw
  To: gentoo-user

Hi,

>
> On Oct 27, 2005, at 9:03 am, Ian Porter wrote:
>>
>> ...I am running ndiswrapper (forgot
>> the version because I am at work at present), but using rt2500.inf for
>>  the
>> windows drivers.  I am thinking about trying out the rtx00 drivers,
>> has anyone had these drivers working ok ?
>
> You should definitely use these drivers - they're excellent. I'm sure
> that once you `emerge rt2500` your problems will be resolved. The name
> of the interface will change from wlan0 to ra0, so you'll need to
> rename your init.d script & edit /etc/conf.d/net or
> /etc/conf.d/wireless

Thanks, the rt2500 will be installed once I am back online at home.

Thanks again.
Ian
>
> Stroller.
>
> --
> gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] Re: emerge R
  2005-10-27 12:30     ` Ian Porter
@ 2005-11-07 21:58       ` Ian Porter
  0 siblings, 0 replies; 24+ messages in thread
From: Ian Porter @ 2005-11-07 21:58 UTC (permalink / raw
  To: gentoo-user

Hi,

On Thursday 27 October 2005 12:30, Ian Porter wrote:
> Hi,
>
> > You should definitely use these drivers - they're excellent. I'm sure
> > that once you `emerge rt2500` your problems will be resolved. The name
> > of the interface will change from wlan0 to ra0, so you'll need to
> > rename your init.d script & edit /etc/conf.d/net or
> > /etc/conf.d/wireless
>
> Thanks, the rt2500 will be installed once I am back online at home.

Just to say thanks for all of the help and advice on this problem, once I had 
done an module-rebuild rebuild and also re-emerge wpa_supplicant, everything 
is working fine :). thanks again

I did try to get the rt2500, but
 * Checking for suitable kernel configuration options:
 *   SMP Processors and Kernels are currently not supported
.config file = 
CONFIG_SMP=y

I am going to stay with the ndiswrapper at present and keep on checking out 
the rt2500 driver in the future.

Thanks again 
Ian

>
> Thanks again.
> Ian
>
> > Stroller.
> >
> > --
> > gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* [gentoo-user] emerge R
@ 2009-02-19 16:45 Mark Knecht
  2009-02-19 16:50 ` Paul Hartman
                   ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: Mark Knecht @ 2009-02-19 16:45 UTC (permalink / raw
  To: gentoo-user

Here's one for the zen masters of portage. There is a statistical
programming language called 'R'.

http://www.r-project.org/

Is it in portage? If so how do I find it without all the problems of
weeding through 1000's of lines of useless stuff?

Thanks,
Mark



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:45 Mark Knecht
@ 2009-02-19 16:50 ` Paul Hartman
  2009-02-19 16:54   ` Paul Hartman
  2009-02-19 16:58   ` Mark Knecht
  2009-02-19 16:52 ` Albert Hopkins
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 24+ messages in thread
From: Paul Hartman @ 2009-02-19 16:50 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com> wrote:
> Here's one for the zen masters of portage. There is a statistical
> programming language called 'R'.
>
> http://www.r-project.org/
>
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?

dev-lang/R



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:45 Mark Knecht
  2009-02-19 16:50 ` Paul Hartman
@ 2009-02-19 16:52 ` Albert Hopkins
  2009-02-19 16:54 ` Boris Fersing
  2009-02-19 16:55 ` Neil Bothwick
  3 siblings, 0 replies; 24+ messages in thread
From: Albert Hopkins @ 2009-02-19 16:52 UTC (permalink / raw
  To: gentoo-user

On Thu, 2009-02-19 at 08:45 -0800, Mark Knecht wrote:
> Here's one for the zen masters of portage. There is a statistical
> programming language called 'R'.
> 
> http://www.r-project.org/
> 
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?

$ cd /usr/portage/dev-lang
$ ls
[...]
dmd-bin/	inform/		    pasm/	    tcc/
eleven/		interprolog/	    perl/	    tcl/
entity/		io/		    php/	    tendra/
erlang/		lazarus/	    pike/	    tinycobol/
f2c/		lisaac/		    polyml/	    tk/
falcon/		logtalk/	    pugs/	    toluapp/
ferite/		lua/		    python/	    tuprolog/
fpc/		luarocks/	    qu-prolog/	    ucblogo/
fpc-ide/	maude/		    R/		    vala/
                                   ^^^
[...]

-a





^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:45 Mark Knecht
  2009-02-19 16:50 ` Paul Hartman
  2009-02-19 16:52 ` Albert Hopkins
@ 2009-02-19 16:54 ` Boris Fersing
  2009-02-19 16:59   ` Mark Knecht
  2009-02-19 16:55 ` Neil Bothwick
  3 siblings, 1 reply; 24+ messages in thread
From: Boris Fersing @ 2009-02-19 16:54 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 17:45, Mark Knecht <markknecht@gmail.com> wrote:
> Here's one for the zen masters of portage. There is a statistical
> programming language called 'R'.
>
> http://www.r-project.org/
>
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?
>
> Thanks,
> Mark
>

Hi,

It's possible with emerge ( emerge -s "%^R$" ) , but I recommend to
install eix, then use eix-sync instead of emerge --sync. Eix is a lot
faster !

With eix you can search for the exact match with the -e option :

# eix -e R
* dev-lang/R
     Available versions:  2.7.1 2.7.2 (~)2.8.1 {X bash-completion
cairo debug doc java jpeg lapack minimal nls png readline tk}
     Homepage:            http://www.r-project.org/
     Description:         Language and environment for statistical
computing and graphics


or you can search the Homepage with "eix -H r-project"

regards,

Boris
>



-- 
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a").join'



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:50 ` Paul Hartman
@ 2009-02-19 16:54   ` Paul Hartman
  2009-02-19 16:58   ` Mark Knecht
  1 sibling, 0 replies; 24+ messages in thread
From: Paul Hartman @ 2009-02-19 16:54 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 10:50 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com> wrote:
>> Here's one for the zen masters of portage. There is a statistical
>> programming language called 'R'.
>>
>> http://www.r-project.org/
>>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>
> dev-lang/R
>

And as far as how I found it, I browsed the tree and saw it in
dev-lang (since you said it was a programming languge). There also
appears to be an IDE for R in sci-mathematics/rkward.

Paul



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:45 Mark Knecht
                   ` (2 preceding siblings ...)
  2009-02-19 16:54 ` Boris Fersing
@ 2009-02-19 16:55 ` Neil Bothwick
  2009-02-19 17:51   ` Mark Knecht
  3 siblings, 1 reply; 24+ messages in thread
From: Neil Bothwick @ 2009-02-19 16:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

On Thu, 19 Feb 2009 08:45:54 -0800, Mark Knecht wrote:

> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?

eix -e R


-- 
Neil Bothwick

Don't cry because it's over. Smile because it happened.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:50 ` Paul Hartman
  2009-02-19 16:54   ` Paul Hartman
@ 2009-02-19 16:58   ` Mark Knecht
  2009-02-19 21:49     ` Alan McKinnon
  1 sibling, 1 reply; 24+ messages in thread
From: Mark Knecht @ 2009-02-19 16:58 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 8:50 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com> wrote:
>> Here's one for the zen masters of portage. There is a statistical
>> programming language called 'R'.
>>
>> http://www.r-project.org/
>>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>
> dev-lang/R
>
>

OK, so that depends that I know R is a language. That's probably a
reasonable assumption.

Is there a way to do this with emerge or eix that matches the name exactly?

Thanks,
Mark



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:54 ` Boris Fersing
@ 2009-02-19 16:59   ` Mark Knecht
  0 siblings, 0 replies; 24+ messages in thread
From: Mark Knecht @ 2009-02-19 16:59 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 8:54 AM, Boris Fersing <kernelsensei@gentoo.org> wrote:
> On Thu, Feb 19, 2009 at 17:45, Mark Knecht <markknecht@gmail.com> wrote:
>> Here's one for the zen masters of portage. There is a statistical
>> programming language called 'R'.
>>
>> http://www.r-project.org/
>>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>>
>> Thanks,
>> Mark
>>
>
> Hi,
>
> It's possible with emerge ( emerge -s "%^R$" ) , but I recommend to
> install eix, then use eix-sync instead of emerge --sync. Eix is a lot
> faster !
>
> With eix you can search for the exact match with the -e option :
>
> # eix -e R
> * dev-lang/R
>     Available versions:  2.7.1 2.7.2 (~)2.8.1 {X bash-completion
> cairo debug doc java jpeg lapack minimal nls png readline tk}
>     Homepage:            http://www.r-project.org/
>     Description:         Language and environment for statistical
> computing and graphics
>
>
> or you can search the Homepage with "eix -H r-project"
>
> regards,
>
> Boris

Thanks Boris. that's *exactly* ;-) what I was looking for!

- Mark



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:55 ` Neil Bothwick
@ 2009-02-19 17:51   ` Mark Knecht
  2009-02-19 19:50     ` Neil Bothwick
  0 siblings, 1 reply; 24+ messages in thread
From: Mark Knecht @ 2009-02-19 17:51 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 8:55 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 19 Feb 2009 08:45:54 -0800, Mark Knecht wrote:
>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>
> eix -e R
>
>
> --
> Neil Bothwick

Yep. The -e option was only down something like 600 lines into the man
page. Once Boris pointed it out it was easier to find.

Thanks as always!

Cheers,
Mark



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 17:51   ` Mark Knecht
@ 2009-02-19 19:50     ` Neil Bothwick
  0 siblings, 0 replies; 24+ messages in thread
From: Neil Bothwick @ 2009-02-19 19:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

On Thu, 19 Feb 2009 09:51:32 -0800, Mark Knecht wrote:

> Yep. The -e option was only down something like 600 lines into the man
> page.

eix --help is more concise.


-- 
Neil Bothwick

"Bother," said Pooh, realising that Tiggers really are wonderful things.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 16:58   ` Mark Knecht
@ 2009-02-19 21:49     ` Alan McKinnon
  2009-02-19 22:22       ` Mark Knecht
  0 siblings, 1 reply; 24+ messages in thread
From: Alan McKinnon @ 2009-02-19 21:49 UTC (permalink / raw
  To: gentoo-user

On Thursday 19 February 2009 18:58:59 Mark Knecht wrote:
> On Thu, Feb 19, 2009 at 8:50 AM, Paul Hartman
>
> <paul.hartman+gentoo@gmail.com> wrote:
> > On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com> 
wrote:
> >> Here's one for the zen masters of portage. There is a statistical
> >> programming language called 'R'.
> >>
> >> http://www.r-project.org/
> >>
> >> Is it in portage? If so how do I find it without all the problems of
> >> weeding through 1000's of lines of useless stuff?
> >
> > dev-lang/R
>
> OK, so that depends that I know R is a language. That's probably a
> reasonable assumption.
>
> Is there a way to do this with emerge or eix that matches the name exactly?

# eix -e R
* dev-lang/R
     Available versions:  2.7.1 2.7.2 (~)2.8.1 {X bash-completion cairo debug 
doc java jpeg lapack minimal nls png readline tk}
     Homepage:            http://www.r-project.org/
     Description:         Language and environment for statistical computing 
and graphics


However, eix is normally case-insensitive. When used with -e (exact match) it 
is case sensitive. Trawling through the enormous eix man page looking or the 
case insensitive exact match is left as an exercise for the reader.

-- 
alan dot mckinnon at gmail dot com




^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 21:49     ` Alan McKinnon
@ 2009-02-19 22:22       ` Mark Knecht
  2009-02-20 13:32         ` Liviu Andronic
  0 siblings, 1 reply; 24+ messages in thread
From: Mark Knecht @ 2009-02-19 22:22 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 1:49 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:

>> Is there a way to do this with emerge or eix that matches the name exactly?
>
> # eix -e R
> * dev-lang/R
>     Available versions:  2.7.1 2.7.2 (~)2.8.1 {X bash-completion cairo debug
> doc java jpeg lapack minimal nls png readline tk}
>     Homepage:            http://www.r-project.org/
>     Description:         Language and environment for statistical computing
> and graphics
>
>
> However, eix is normally case-insensitive. When used with -e (exact match) it
> is case sensitive. Trawling through the enormous eix man page looking or the
> case insensitive exact match is left as an exercise for the reader.
>
> --
> alan dot mckinnon at gmail dot com

Yeah, took me a little while.

I have R installed and it's interesting to play with. It's a misnomer
to call it a language though. It's really a complete environment that
draws charts, graphs, applies coloration, interesting stuff. I may end
up using RapidMiner - also Open Source but I think it's not in portage
- as it's more of a GUI environment vs R which is sort of command line
driven.

- Mark



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] emerge R
  2009-02-19 22:22       ` Mark Knecht
@ 2009-02-20 13:32         ` Liviu Andronic
  0 siblings, 0 replies; 24+ messages in thread
From: Liviu Andronic @ 2009-02-20 13:32 UTC (permalink / raw
  To: gentoo-user

On Thu, Feb 19, 2009 at 11:22 PM, Mark Knecht <markknecht@gmail.com> wrote:
> draws charts, graphs, applies coloration, interesting stuff. I may end
> up using RapidMiner - also Open Source but I think it's not in portage
> - as it's more of a GUI environment vs R which is sort of command line
> driven.
>
Although clearly under-developed, there are various GUIs for R. Couple
of links below:
http://www.sciviews.org/_rgui/
http://wiki.r-project.org/rwiki/doku.php?id=guides:stats-with-r:01intro-to-r#gui_--_or_lack_thereof
http://wiki.r-project.org/rwiki/doku.php?id=tips:using-gui:find_gui

Liviu


-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2009-02-20 14:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27  7:56 [gentoo-user] emerge R Ian Porter
2005-10-27  8:03 ` [gentoo-user] " Ian Porter
2005-10-27  9:35   ` Iain Buchanan
2005-10-27 10:25     ` Ian Porter
2005-10-27 10:58       ` Iain Buchanan
2005-10-27 12:27         ` Ian Porter
2005-10-27 11:28   ` Stroller
2005-10-27 12:30     ` Ian Porter
2005-11-07 21:58       ` Ian Porter
2005-10-27  8:41 ` [gentoo-user] " Nagatoro
2005-10-27 10:17   ` Ian Porter
  -- strict thread matches above, loose matches on Subject: below --
2009-02-19 16:45 Mark Knecht
2009-02-19 16:50 ` Paul Hartman
2009-02-19 16:54   ` Paul Hartman
2009-02-19 16:58   ` Mark Knecht
2009-02-19 21:49     ` Alan McKinnon
2009-02-19 22:22       ` Mark Knecht
2009-02-20 13:32         ` Liviu Andronic
2009-02-19 16:52 ` Albert Hopkins
2009-02-19 16:54 ` Boris Fersing
2009-02-19 16:59   ` Mark Knecht
2009-02-19 16:55 ` Neil Bothwick
2009-02-19 17:51   ` Mark Knecht
2009-02-19 19:50     ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox