Re: [sabayon-dev] ISO Testing Results - F12 "crashing" the installer

2018-04-04 Thread Sławomir Nizio
It's being uploaded to sabayonlinux.org after a test, and hopefully gets
to the release:


[app-admin/anaconda] move dev-util/glade to common deps.

/usr/lib64/libAnacondaWidgets.so.2.1.0 -> libgladeui-2.so.6 which is
provided by dev-util/glade:3.10.



[app-admin/anaconda] switch to x11-themes/adwaita-icon-theme



[app-admin/anaconda] revision bump to 22.9-r4

Fixes a crash when F12 is pressed on the packages installation progress
screen.



Re: [sabayon-dev] ISO Testing Results - F12 "crashing" the installer

2018-04-03 Thread Sławomir Nizio
I had a chat with mudler and the idea is:

- test this, if all fine it could go (Geaaru is helping with testing <3),
- otherwise it can be worked on and applied later.



Re: [sabayon-dev] ISO Testing Results - F12 "crashing" the installer

2018-04-03 Thread Sławomir Nizio
>>   * Anaconda Crashes when pressing F12 during install phase
>>   o Solution: Unknown. Plan is to eventually migrate away from
>> unmaintained Anaconda and move to Calamares, but due to
>> Calamares being incomplete at this point in time, and testing
>> will be required after 3.2 completion and before migration.
> 
> 
> https://github.com/Enlik/anaconda/tree/future-f12-no-quit
> 
> See long list of caveats in the commit message as I didn't really
> investigate what's the actual cause. Feel free to test it and apply if
> it happens to work, or treat as a starting point.
>

(I deleted that branch)

I looked some more and it turned out to be related to what
get_may_continue() returns in the signal handler. It has been fixed
upstream. Here's my branch with the commit cherry-picked:

https://github.com/Sabayon/anaconda/commits/future-fix-crash-on-f12

I tested it by live editing files on the VM (in busybox vi… still better
than nano though). When I have time I can do more tests and this should
be good to go.

But I don't how if it'll get to the release. What do you think?

(One way would to be rage-merge it, let the ISOs generate and play with
them…)



Re: [sabayon-dev] ISO Testing Results - F12 "crashing" the installer

2018-03-28 Thread Sławomir Nizio
>   * Anaconda Crashes when pressing F12 during install phase
>   o Solution: Unknown. Plan is to eventually migrate away from
> unmaintained Anaconda and move to Calamares, but due to
> Calamares being incomplete at this point in time, and testing
> will be required after 3.2 completion and before migration.


https://github.com/Enlik/anaconda/tree/future-f12-no-quit

See long list of caveats in the commit message as I didn't really
investigate what's the actual cause. Feel free to test it and apply if
it happens to work, or treat as a starting point.