Re: [gentoo-user] xscreensaver - error missing bc

2014-09-14 Thread Alan McKinnon
On 14/09/2014 17:46, Joseph wrote:
 I get a strange error when trying to emerge xscreensaver
 
 checking for bc... no
 
 configure: error: Your system doesn't have bc, which has been a standard
  part of Unix since the 1970s.  Come back when your vendor
  has grown a clue.
 
 What is bc?
 



Before I tell you what it is, please describe in detail the exact steps
you already took to find out what it is.

I'm not being funny, the 2 most obvious places to go look return the
correct answer at the top of the list.




-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] xscreensaver - error missing bc

2014-09-14 Thread Ivan Viso Altamirano
Google/Duckduckgo/bing Is your friend ;) justo emerge bc . (Sended from
phone)
El 14/09/2014 17:36, Joseph syscon...@gmail.com escribió:

 I get a strange error when trying to emerge xscreensaver

 checking for bc... no

 configure: error: Your system doesn't have bc, which has been a standard
  part of Unix since the 1970s.  Come back when your vendor
  has grown a clue.

 What is bc?

 --
 Joseph




Re: [gentoo-user] xscreensaver - error missing bc

2014-09-14 Thread Samuli Suominen

On 14/09/14 18:46, Joseph wrote:
 I get a strange error when trying to emerge xscreensaver

 checking for bc... no

 configure: error: Your system doesn't have bc, which has been a
 standard
  part of Unix since the 1970s.  Come back when your
 vendor
  has grown a clue.

 What is bc?


It's calculator application and it's listed as a dependency in the
xscreensaver ebuild in the official Portage tree:

ssuominen@null ~/gentoo-x86/x11-misc/xscreensaver $ grep sys-devel/bc
*.ebuild
xscreensaver-5.29.ebuild:sys-devel/bc
xscreensaver-5.30.ebuild:sys-devel/bc

So no way to emerge xscreensaver without having sys-devel/bc getting
installed first.



Re: [gentoo-user] xscreensaver - error missing bc

2014-09-14 Thread Mick
On Sunday 14 Sep 2014 16:56:57 Ivan Viso Altamirano wrote:
 Google/Duckduckgo/bing Is your friend ;) justo emerge bc . (Sended from
 phone)

Since bc is a dependency, the ebuild would pull it in and install it as part 
of installing xscreensaver - as Samuli has already pointed out.  Therefore 
there is no need to manually emerge bc.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] xscreensaver - error missing bc

2014-09-14 Thread Ivan Viso Altamirano
I was wrong and right at the same time . Nice
El 14/09/2014 18:17, Mick michaelkintz...@gmail.com escribió:

 On Sunday 14 Sep 2014 16:56:57 Ivan Viso Altamirano wrote:
  Google/Duckduckgo/bing Is your friend ;) justo emerge bc . (Sended from
  phone)

 Since bc is a dependency, the ebuild would pull it in and install it as
 part
 of installing xscreensaver - as Samuli has already pointed out.  Therefore
 there is no need to manually emerge bc.

 --
 Regards,
 Mick