Re: [gentoo-user] Re: Strange Xmonad problem

2017-10-01 Thread R0b0t1
On Sun, Oct 1, 2017 at 4:38 AM, Melleus  wrote:
> Simon Thelen  writes:
>
>>> This config doesn't work either. It looks like something is seriously
>>> broken in this version of Xmonad (0.13). It's a pity that it has a stable
>>> keyword. Will wait for updates. Sorry for the noise. And thank you for 
>>> attention.
>> I'm running 0.13 (and have been since February) so I doubt it's that.
>> Though it could be related to the earlier issue with the state file. I
>> didn't delete that in my tests.
>
> It (v0.13) does have bugs: a bug with that xmonad.state file that keeps
> appearing, a bug with xmobar that one have to put docksEventHook in
> config to make it respect the size of other windows again, configs from
> previous versions that do not work like they should. I understand that
> those are minor bugs for experienced users, but the testing keyword for
> this version would benefit and save from trouble such new converts to
> Gentoo as I am.
>

This is the reason I suggest following the repository (via secure
checkout, which some ebuilds do not do). There is a strange place in
between "Debian stable" and "live checkout" that tends to have more
harder to fix bugs than the "live checkout" version does. The problem
with "Debian stable" is that it typically is lacking features an
informed user would want.

If you end up fixing the issue in the live version then you can more
easily submit a pull request. If not, you can still revert to an old
release.

Cheers,
 R0b0t1



Re: [gentoo-user] Re: Compiling ronn: Missing an already installed item

2017-10-01 Thread tuxic
On 10/01 06:11, Hans de Graaff wrote:
> On Sun, 01 Oct 2017 06:25:27 +0200, tuxic wrote:
> 
>  Compiling source in /var/tmp/portage/app-text/ronn-0.7.3-r3/work ...
> >  * Running compile phase for all ...
> > fatal: the 'hpricot' library is required (gem install hpricot)
> 
> The compile phase for all uses the currently eselected ruby. Perhaps you 
> have a mismatch between your RUBY_TARGETS and the eselected version?
> 
> Hans
> 
> 

Hi Hans,

thanks for the hint! That fixed it!
Cheers
Meino





[gentoo-user] Re: Strange Xmonad problem

2017-10-01 Thread Melleus
Simon Thelen  writes:

>> This config doesn't work either. It looks like something is seriously
>> broken in this version of Xmonad (0.13). It's a pity that it has a stable
>> keyword. Will wait for updates. Sorry for the noise. And thank you for 
>> attention.
> I'm running 0.13 (and have been since February) so I doubt it's that.
> Though it could be related to the earlier issue with the state file. I
> didn't delete that in my tests.

It (v0.13) does have bugs: a bug with that xmonad.state file that keeps
appearing, a bug with xmobar that one have to put docksEventHook in
config to make it respect the size of other windows again, configs from
previous versions that do not work like they should. I understand that
those are minor bugs for experienced users, but the testing keyword for
this version would benefit and save from trouble such new converts to
Gentoo as I am.




[gentoo-user] Re: Compiling ronn: Missing an already installed item

2017-10-01 Thread Hans de Graaff
On Sun, 01 Oct 2017 06:25:27 +0200, tuxic wrote:

 Compiling source in /var/tmp/portage/app-text/ronn-0.7.3-r3/work ...
>  * Running compile phase for all ...
> fatal: the 'hpricot' library is required (gem install hpricot)

The compile phase for all uses the currently eselected ruby. Perhaps you 
have a mismatch between your RUBY_TARGETS and the eselected version?

Hans