Re: [gentoo-user] ERROR: media-video/mplayer-9999::bircoph failed (depend phase)

2020-02-25 Thread Vadim A. Misbakh-Soloviov
> It seems mplayer is still being updated. It works so I haven't switched. > Sat Feb 8 10:50:49 2020 >>> media-video/mplayer-1.3.0-r5 > Mon Feb 24 22:35:44 2020 >>> media-video/mplayer-1.3.0-r6 revbumps (-rN "updates") are not real "updates", actually. Mostly, it's just ebuild

[gentoo-user] Re: Welcome to gentoo-user@lists.gentoo.org

2019-11-03 Thread Vadim A. Misbakh-Soloviov
В письме от воскресенье, 3 ноября 2019 г. 23:01:39 +07 пользователь gentoo- user+h...@lists.gentoo.org написал: > Thank you for confirming your subscription. You have now been added to the > normal version of the list. > > The email address you are subscribed with is . > > If you ever wish to

Re: [gentoo-user] Preventing new versions of gentoo-sources…

2019-06-19 Thread Vadim A. Misbakh-Soloviov
echo '>sys-kernel/gentoo-sources-4.15' >> /etc/portage/package.mask/kernels

Re: [gentoo-user] PYTHON_SINGLE_TARGET inconsistent?

2018-07-07 Thread Vadim A. Misbakh-Soloviov
The package you're referring to have only support of python2 interpreters (python2_7 (CPython) and pypy (not the pypy3)). It seems, by default (if neither of PYTHON_SINGLE_TARGET is set), portage tries to do the "magic" (well, in my opinion, it opposes to the Gentoo Philosophy, and it should

Re: [gentoo-user] Emerge and binary packages

2018-07-02 Thread Vadim A. Misbakh-Soloviov
I think autofs will fit that type of solution And why just don't put if in fstab and forget about it?

Re: [gentoo-user] Any utility to forcibly freeze or swap out a specific pid?

2018-07-02 Thread Vadim A. Misbakh-Soloviov
> kill -s SIGSTOP > kill -s SIGCONT Although, such a "freezing" doesn't free any RAM :-/

Re: [gentoo-user] ncurses / tinfo problem

2018-03-30 Thread Vadim A. Misbakh-Soloviov
> I can't remember why I HAD TO add the tinfo USE flag to ncurses. AFAIRC, android-related things required that, for example.

Re: [gentoo-user] OT: github (and gitlab, etc etc): track down a particular commit

2018-03-25 Thread Vadim A. Misbakh-Soloviov
> Which official released released versions V1.0, V2.0 etc contain a > particular commit C1ABCDE? > Unfortunately I know of no direct way of answering either question with > the web UI of github Talking about github - you can open the commit page (say, https://github.com/

Re: [gentoo-user] Brother Printer AMD64

2018-03-13 Thread Vadim A. Misbakh-Soloviov
Well, depends on your printer and exact driver you prefer to use. I've just set up my HL-L5100DN as "Generic PostScript Printer Foomatic/ Postscript" and it works like a charm. Is it any reason for you to use proprietary drivers? В письме от понедельник, 12 марта 2018 г. 19:54:18 +07

Re: [gentoo-user] Status of a GIT repository

2017-12-20 Thread Vadim A. Misbakh-Soloviov
В письме от среда, 20 декабря 2017 г. 17:04:33 +07 пользователь Helmut Jarausch написал: > Hi, > I have no experience with GIT. > > I'd like to determine if a GIT repository in Gentoo is up-to-date. > Normally, a GIT folder has a '.git' subfolder. Using 'git status' in > such a GIT folder works

Re: [gentoo-user] net-wireless/blueman-2.1_alpha2 blocked by net-wireless/gnome-bluetooth - is it necessary?

2017-12-08 Thread Vadim A. Misbakh-Soloviov
> Is it really necessary to block one package when another installed? Most of the time, the reason to make packages to block each other is collisions (if they they contain files (like binaries or libraries) with same install paths). Although, I can't guarantee that it was the case here. I've

Re: [gentoo-user] Re: #gentoo experiences

2017-11-19 Thread Vadim A. Misbakh-Soloviov
В письме от понедельник, 20 ноября 2017 г. 0:38:36 +07 пользователь Grant Edwards написал: > On 2017-11-19, Michael Palimaka wrote: > > Hi all, > > > > I'm collecting information about people's experiences in #gentoo. > > Just curious: what is "#gentoo"? > > Something

Re: [gentoo-user] UFO: 'No. You make ME a sandwich.'

2017-10-30 Thread Vadim A. Misbakh-Soloviov
> check-if-root: > @if test `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then > \ > echo; \ > echo 'No. You make ME a sandwich.'; \ > echo; \ > exit 1; \ > fi That code means "if current user is root and it is not a

Re: [gentoo-user] Plasma5: Missing shutdown, restart and suspend button

2017-10-13 Thread Vadim A. Misbakh-Soloviov
> One guess is that it could be OpenRC because I actually selected the systemd > profile for kde. It is.

Re: [gentoo-user] Why I can't I build systemd without ipv6?

2017-10-13 Thread Vadim A. Misbakh-Soloviov
Well, actually, you was alread adviced about some working methods of solving your issue (both right and wrong ones, but it is anyway your decision to take ones to use), so I'll just clarify the simple thing: You can suffer on such problems in relation to IPv6 **ONLY** in the case when your ISP

Re: [gentoo-user] Change Readline mode for all users?

2017-09-18 Thread Vadim A. Misbakh-Soloviov
> I find that my pager and editor are set in /etc/env.d/99pager and > /etc/env.d/99editor respectively, but creating a > /etc/env.d/99bashlineediting file containing "set -o vi" doesn't seem to > work. 1) env-update env.d is just the place where all the packages places their crap so env-update

Re: [gentoo-user] Why bash script, that works in "Debian", does not work on "Gentoo" install CD?

2017-07-29 Thread Vadim A. Misbakh-Soloviov
> read 'Enter device (like /dev/sd(a1,b1,...): ' device AFAIK, this is not valid syntax for `read` in any shell (even on Debian. I just checked) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] Clickless screenshot...how?

2017-07-29 Thread Vadim A. Misbakh-Soloviov
this is fully depends on your WM. First of all, you can just bind scrot on any key combination your WM allow to. Second of all, say, KDE's Spectacle can be used to take screenshot by timeout. So, you set timeout, press "take screenshot", it hides it's window, you open your popup menu, wait for

Re: [gentoo-user] Re: Don't miss the 1 500 000 000 Unix second!

2017-07-14 Thread Vadim A. Misbakh-Soloviov
> when time_t reaches 2 billion. He meant 2k38 problem, when time_t will overflow int32 :) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] Firefox depends on rust??

2017-06-22 Thread Vadim A. Misbakh-Soloviov
> >=dev-lang/rust-1.15.1 to >=dev-lang/rust-1.15.1-bin. ... to >=dev-lang/rust-bin-1.15.1 // fixed ;) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] Firefox depends on rust??

2017-06-22 Thread Vadim A. Misbakh-Soloviov
> I just installed firefox-bin and did not feel any difference. > > I will try to compile firefox just for curiosity. Well. Only flags that can give you any difference is bindist (logos and so on), pgo (hard-way optimization), custom-*, and system-* ones. So, taking default "fx-bin" vs "fx"

Re: [gentoo-user] Firefox depends on rust??

2017-06-22 Thread Vadim A. Misbakh-Soloviov
> Does anyone knows why? Any idea? The reason is in that fact, that many of it's components are in rust. And since it was possible to dodge it until now, maintainers considered it is not a way since now. And, by the way, it is not that many time to build rust, as you think: > Thu Jun 22