Re: [gentoo-user] Package conflict while trying to emerge chromium

2015-02-19 Thread Marc Joliet
Am Wed, 18 Feb 2015 19:46:58 -0500 schrieb Walter Dnes waltd...@waltdnes.org: On Wed, Feb 18, 2015 at 09:09:18AM +0100, Marc Joliet wrote It's not that it doesn't do HTML5 video, I've been using that ever since I noticed the gstreamer USE flag in December 2012 (/etc in git is nice ;)).

[gentoo-user] which ebuilds use a specific eclass?

2015-02-19 Thread James
Ok, so googling found lots of interesting things to read; some deprecated some new. So looking more deeply into some of the eclasses [1], it helps me to examine different ebuilds an eclass is inherited into; then specifically how those eclass constructs are used, by subsequently looking into a

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-19 Thread Jan Sever
On 02/19/2015 08:02 PM, Fernando Rodriguez wrote: On Tuesday, February 17, 2015 7:26:05 PM lee wrote: Hi, how do you read the log files when using syslog-ng? The log file seem to be some sort of binary that doesn't display too well in less, and there doesn't seem to be any way to read them.

[gentoo-user] Mysql upgrade from 5.5 to 5.6 not trigger rebuild fot php-5.3

2015-02-19 Thread marco
Hi, i have a server with dev-db/mysql-5.5.40 and dev-lang/php-5.3.29 . After the upgrade from dev-db/mysql-5.5.40 to dev-db/mysql-5.6.22 the mysql_connect give some warnings: PHP Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50540 Library:50622 in

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-19 Thread Fernando Rodriguez
On Tuesday, February 17, 2015 7:26:05 PM lee wrote: Hi, how do you read the log files when using syslog-ng? The log file seem to be some sort of binary that doesn't display too well in less, and there doesn't seem to be any way to read them. You can just pipe the output of strings

Re: [gentoo-user] which ebuilds use a specific eclass?

2015-02-19 Thread Neil Bothwick
On Thu, 19 Feb 2015 20:38:18 + (UTC), James wrote: So for a given eclass, how to I find the list of all ebuilds that use that eclass I'm interested in? Is my only option a brute force search of the inherit inside every ebuild? Well, brute force works grep -Er 'inherit.*systemd'

[gentoo-user] Re: systemd_dounit

2015-02-19 Thread James
Canek Peláez Valdés caneko at gmail.com writes: So, in short: systemd_dounit units just puts the units in /usr/lib/systemd/system. There is no registration; systemd will read the unit the next time the machine boots or earlier if you do systemctl daemon-reload, but the service will not be

[gentoo-user] Re: which ebuilds use a specific eclass?

2015-02-19 Thread James
Neil Bothwick neil at digimed.co.uk writes: So for a given eclass, how to I find the list of all ebuilds Well, brute force works grep -Er 'inherit.*systemd' /var/portage '/usr/portage/' works for me, when bruting. That shows every ebuild, you may want to reduce it to a list of packages