Re: [gentoo-dev] Recommend cronie instead of vixie-cron in handbook?

2013-12-11 Thread Alexander Tsoy
can think anything that is actionable. vixie-cron upstream is dead and this is a well-known fact. Example of development in vixie-cron project: https://bugs.gentoo.org/show_bug.cgi?id=308055 -- Alexander Tsoy

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Alexander Tsoy
-0_2_2_1_0 E: RFKILL_NAME=hci0 E: RFKILL_STATE=1 E: RFKILL_TYPE=bluetooth E: SUBSYSTEM=rfkill E: SYSTEMD_WANTS=systemd-rfkill@rfkill0.service E: TAGS=:systemd: E: USEC_INITIALIZED=59720 -- Alexander Tsoy

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Alexander Tsoy
, and edited those at this mail. I'd like someone with /dev/rfkill to test I'm right, if possible, and verify no other cruft is interfering with it (like those of installed by those apps I mentioned, `grep rfkill /lib/udev/rules.d/*`) Any thoughts? -- Alexander Tsoy

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-15 Thread Alexander Tsoy
GROUP_ROOT=$(id -gn root) id -gn root prints initial group name of the user root. This is exactly what you want in fcaps.eclass. In linux id accepts only username as argument, it doesn't support uid. -- Alexander Tsoy

Re: [gentoo-dev] [PATCH] fcaps.eclass: Group name portability

2014-04-15 Thread Alexander Tsoy
В Tue, 15 Apr 2014 12:06:44 +0400 Alexander Tsoy alexan...@tsoy.me пишет: В Tue, 15 Apr 2014 11:11:53 +0900 Naohiro Aota na...@gentoo.org пишет: Diego Elio Pettenò flamee...@flameeyes.eu writes: I'm pretty sure we have an eclass function to get the name of the 0 group. I

Re: [gentoo-dev] RFC: using .xz for doc/man/info compression

2014-05-11 Thread Alexander Tsoy
-- still max compression ratio while keeping lowest memory requirements possible. Your thoughts? -- Alexander Tsoy

Re: [gentoo-dev] RFC: using .xz for doc/man/info compression

2014-05-12 Thread Alexander Tsoy
worse in speed and compression ratio. -- Alexander Tsoy

Re: [gentoo-dev] RFC: using .xz for doc/man/info compression

2014-05-12 Thread Alexander Tsoy
В Mon, 12 May 2014 14:47:36 +0400 Alexander Tsoy alexan...@tsoy.me пишет: В Sun, 11 May 2014 18:26:32 -0500 Gordon Pettey petteyg...@gmail.com пишет: A lot of small files (e.g. AUTHORS, ChangeLog FWIW: On my system, I have 59M of bz2 files in /usr/share/man and /usr/share/doc

Re: [gentoo-dev] RFC: using .xz for doc/man/info compression

2014-05-12 Thread Alexander Tsoy
В Mon, 12 May 2014 14:17:11 +0200 Tom Wijsman tom...@gentoo.org пишет: On Mon, 12 May 2014 14:47:36 +0400 Alexander Tsoy alexan...@tsoy.me wrote: Here is my test results. xz options: --lzma2=preset=6e,dict=4MiB. Larger dictionary size does not improve compression ratio, I get even worse

Re: [gentoo-dev] Anyone with access to genkernel repository? Or should genkernel be p.masked on amd64 profiles?

2014-05-30 Thread Alexander Tsoy
:( - Samuli I guess openrc users does not have such problems with DM/LVM. From /etc/init.d/udev: echo /proc/sys/kernel/hotplug -- Alexander Tsoy

Re: [gentoo-dev] Anyone with access to genkernel repository? Or should genkernel be p.masked on amd64 profiles?

2014-05-30 Thread Alexander Tsoy
be worked around... Wkr,     Sven Vermeulen -- Alexander Tsoy

Re: [gentoo-dev] Re: don't rely on dynamic deps

2014-07-29 Thread Alexander Tsoy
rebuilding... - Samuli -- Alexander Tsoy

Re: [gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Alexander Tsoy
/show_bug.cgi?id=477392 -- Alexander Tsoy

Re: [gentoo-dev] Update to the pax-utils.eclass

2014-08-26 Thread Alexander Tsoy
as useful as just looking at the entire class. What if scanelf will fail? Looks like pax-mark() will not report an error. And there are unused variables in pax-mark(): pt_fail* and xt_fail*. -- Alexander Tsoy

Re: [gentoo-dev] Unify keyring related USE flags

2014-10-11 Thread Alexander Tsoy
are other desktops but Gnome/MATE using :S Thanks a lot -- Alexander Tsoy

Re: [gentoo-dev] News item review: bash-completion-2.1-r90

2014-10-13 Thread Alexander Tsoy
users will prefer to just leave everything enabled now. I really do not want that to be chosen for me. Given the amount of completions it's unmaintainable with opt-in: $ ls /usr/share/bash-completion/completions/ | wc -l 709 -- Alexander Tsoy

Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11

2014-10-18 Thread Alexander Tsoy
: undefined reference to `_ZNSt6chrono12steady_clock3nowEv@GLIBCXX_3.4.17' Maybe documentation + news item would be enough? -- Alexander Tsoy

Re: [gentoo-dev] Unify keyring related USE flags

2014-11-13 Thread Alexander Tsoy
В Thu, 13 Nov 2014 11:53:56 +0100 Pacho Ramos pa...@gentoo.org пишет: El dom, 12-10-2014 a las 10:38 +0200, Pacho Ramos escribió: El dom, 12-10-2014 a las 00:13 +0400, Alexander Tsoy escribió: [...] I think we should simply have a keyring USE flag to enable what most people

Re: [gentoo-dev] sys-devel/gcc::mgorny up for testing

2014-12-09 Thread Alexander Tsoy
/gdb lrwxrwxrwx 1 portage portage 38 Oct 23 22:24 glibc - /var/cache/portage/tree/sys-libs/glibc lrwxrwxrwx 1 portage portage 48 Oct 23 22:24 linux-headers - /var/cache/portage/tree/sys-kernel/linux-headers -- Alexander Tsoy

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Alexander Tsoy
++ ln -s ${_distcc_wrapper} gcc ln -s ${_distcc_wrapper} g++ } ;; prerm) cd ${EROOT}usr/lib/distcc/bin { rm -fv cc c++ gcc g++ rm -fv ${_distcc_wrapper} } ;; esac -- Alexander Tsoy

Re: [gentoo-dev] ChangeLog - Infra Response; update 2015/11/11, potential impact to 30min rsync cycle

2015-11-12 Thread Alexander Tsoy
really well with > appending to the end of files. rsyncing a file where things were things > were added to the beginning of the file means rsync will copy the whole > file from scratch which is pretty sub-optimal. > PORTAGE_RSYNC_OPTS by default contains "--whole-file". So I guess appending to the ChangeLog files doesn't really help. :) -- Alexander Tsoy

Re: [gentoo-dev] ChangeLog - Infra Response; update 2015/11/11, potential impact to 30min rsync cycle

2015-11-12 Thread Alexander Tsoy
On Thu, 12 Nov 2015 13:57:58 +0300 Alexander Tsoy <alexan...@tsoy.me> wrote: > On Thu, 12 Nov 2015 18:49:38 +0800 > Jason Zaman <perfin...@gentoo.org> wrote: > > > On Thu, Nov 12, 2015 at 11:46:19AM +0100, Alexis Ballier wrote: > > > On Wed, 11 Nov 2015 23

Re: [gentoo-dev] [rfc] enable USE=xattr by default

2015-10-15 Thread Alexander Tsoy
t be > the cause? If that is the case then what do we do about everyone that > is using gentoo-sources? It probably doesnt matter so just silencing > the errors is probably enough. > I was wrong. This patch was not merged upstream. It is still needed and included in latest genpatches for 4.2: $ tar tf genpatches-4.2-6.base.tar.xz | grep XATTR ./1500_XATTR_USER_PREFIX.patch -- Alexander Tsoy

Re: [gentoo-dev] [rfc] enable USE=xattr by default

2015-10-15 Thread Alexander Tsoy
anything special to enable xattrs > on btrfs, most of the newer FSs have them enabled by default. > > Can you try this: > > # getfattr -d -m- /bin/ping I think he should check xattr support in PORTAGE_TMPDIR in the first place. :) I suspect something like tmpfs mounted on it (and CONFIG_TMPFS_XATTR=n in the kernel config). -- Alexander Tsoy

Re: [gentoo-dev] [rfc] enable USE=xattr by default

2015-10-15 Thread Alexander Tsoy
On Thu, 15 Oct 2015 14:58:01 +0300 Alexander Tsoy <alexan...@tsoy.me> wrote: > On Thu, 15 Oct 2015 19:47:59 +0800 > Jason Zaman <perfin...@gentoo.org> wrote: > > > On Thu, Oct 15, 2015 at 07:38:43AM -0400, Anthony G. Basile wrote: > > > On 10/15/15 7:24 AM

Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasm/

2015-10-09 Thread Alexander Tsoy
gt; > > > rm -f Gemfile.lock || die > > > With -f it always succeeds, so the ||die is redundant ... > $ touch foo1 $ sudo chattr +i foo1 $ rm -f foo1 || echo FAIL rm: cannot remove 'foo1': Operation not permitted FAIL -- Alexander Tsoy

Re: [gentoo-dev] [PATCH] vim-plugin.eclass: fix eclass documentation tags

2016-07-29 Thread Alexander Tsoy
> comments already exist. > +# @FUNCTION: display_vim_afterscripts > +# @DESCRIPTION: > +# update_vim_afterscripts: create scripts in Copy-paste error: function name is "display_vim_plugin_help", 3rd string is not needed. -- Alexander Tsoy pgpopx4YytTDO.pgp Description: Цифровая подпись OpenPGP

Re: [gentoo-dev] Managing updates on many identical Gentoo systems

2018-01-18 Thread Alexander Tsoy
В Чт, 18/01/2018 в 06:46 -0500, Anthony G. Basile пишет: > Hi everyone, > > I'm trying to design an update system for many identical Gentoo > systems. >  Using a binhost is obvious, but there are still problems with this > approach. > > Unless there's some magic I don't know about (and this is

Re: [gentoo-dev] [arm17] [News] ARM 17.0 profile migration with CHOST change

2018-07-27 Thread Alexander Tsoy
В Ср, 25/07/2018 в 00:08 +0100, James Le Cuirot пишет: --->% > Otherwise, if you do wish to migrate then we have written a script to > do the necessary steps for you: > > https://gist.github.com/chewi/1601684ad8f3cf8de0b786c00fa09b3c Please replace "-execdir sh" with "-execdir bash",

Re: [gentoo-dev] Managing updates on many identical Gentoo systems

2018-01-18 Thread Alexander Tsoy
В Пт, 19/01/2018 в 01:30 +0300, Alexander Tsoy пишет: > В Чт, 18/01/2018 в 06:46 -0500, Anthony G. Basile пишет: > > Hi everyone, > > > > I'm trying to design an update system for many identical Gentoo > > systems. > >  Using a binhost is obvi

Re: [gentoo-dev] [PATCH] eclass/linux-mod.eclass: add module signing support

2018-09-21 Thread Alexander Tsoy
В Чт, 20/09/2018 в 22:13 -0700, Georgy Yakovlev пишет: > ->%--- > @@ -144,13 +158,16 @@ esac > 0) die "EAPI=${EAPI} is not supported with > MODULES_OPTIONAL_USE_IUSE_DEFAULT due to lack of IUSE defaults" ;; > esac > > -IUSE="kernel_linux >

Re: [gentoo-dev] State of elogind integration and the default +elogind local USE flag on xorg-server.

2019-03-22 Thread Alexander Tsoy
В Пт, 22/03/2019 в 23:56 +0300, Andrew Savchenko пишет: --->%--- > > - Making pambase always install the configuration for > > pam_elogind.so, > > the same way it does for pam_gnome_keyring.so at this very moment, > > effectively removing elogind USE flag from it. > >

Re: [gentoo-dev] util-linux build time increase?

2019-02-25 Thread Alexander Tsoy
В Чт, 21/02/2019 в 04:36 -0500, Joshua Kinard пишет: > Does anyone have an idea why util-linux's build time would go up > significantly from 2.32.x to 2.33.x? It may be a MIPS thing, as my > x86_64 > box shows no discernible change in build times between the same > versions. > Can any other archs

Re: [gentoo-dev] util-linux build time increase?

2019-02-25 Thread Alexander Tsoy
В Пн, 25/02/2019 в 13:07 +0300, Alexander Tsoy пишет: > В Чт, 21/02/2019 в 04:36 -0500, Joshua Kinard пишет: > > Does anyone have an idea why util-linux's build time would go up > > significantly from 2.32.x to 2.33.x? It may be a MIPS thing, as my > > x86_64 > > box

Re: [gentoo-dev] Packages up for grabs after proxied maintainer's retirement

2019-05-21 Thread Alexander Tsoy
В Вс, 07/04/2019 в 10:32 +0200, Michał Górny пишет: > The proxied maintainer has resigned, leaving the following packages > up > for grabs: > I'll take these: > media-libs/pyliblo > media-sound/gtklick > media-sound/klick https://github.com/gentoo/gentoo/pull/12066 signature.asc Description:

Re: [gentoo-dev] RFC: UID/GID assignment for dovecot (97)

2019-08-07 Thread Alexander Tsoy
В Ср, 07/08/2019 в 09:29 +0300, Eray Aslan пишет: > I would like to reserve UID/GID 97 for dovecot (net-mail/dovecot) This GID is currently used by the input group (sys-apps/baselayout and acct-group/input). https://bugs.gentoo.org/688390 > > This fixed ID is what we have provided historically

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-19 Thread Alexander Tsoy
В Пн, 15/07/2019 в 11:06 -0400, Mike Gilbert пишет: > On Mon, Jul 15, 2019 at 10:33 AM Michael Orlitzky > wrote: > > On 7/14/19 9:56 PM, William Hubbs wrote: > > > The ultimate goal is to turn this flag off in the 19.0 profiles, > > > we are > > > just preserving the current status in the earlier

[gentoo-dev] [PATCH] cmake-utils.eclass: Fix BUILD_SHARED_LIBS variable type

2019-11-01 Thread Alexander Tsoy
This fixes the following warning: CMake Warning (dev) at gentoo_common_config.cmake:8 (SET): implicitly converting 'BOOLEAN' to 'STRING' type. Signed-off-by: Alexander Tsoy --- eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake

Re: [gentoo-dev] Last rites: sys-firmware/iwl6050-ucode

2020-02-07 Thread Alexander Tsoy
ad where the person arguing for keeping them didn't >know about USE=savedconfig :) USE=savedconfig is very inconvinient, especially for a package that can introduce new firmware files for the same hardware. Adding support for masks would improve that a bit. -- Alexander Tsoy

[gentoo-dev] Last rites: media-sound/gtklick & dep

2020-03-09 Thread Alexander Tsoy
# Alexander Tsoy (2020-03-10) # media-sound/gtklick: last commit in 2014, python 2 only, blocks # dev-python/pygtk removal. # Alternatives: media-sound/kmetronome, media-sound/gtick, # media-sound/klick (cli) # # media-libs/pyliblo: last commit in 2015, the only revdep is # media-sound/gtklick

Re: [gentoo-dev] rfc: noarch keyword

2020-03-21 Thread Alexander Tsoy
В Сб, 21/03/2020 в 00:53 -0700, Matt Turner пишет: > On Fri, Mar 20, 2020 at 9:55 PM Kent Fredric > wrote: > > If X is "noarch" and its dependency Y is "amd64", then a user on > > "sparc" > > will be able to install "X", but not its dependency "Y". > > Thank you. This is a good explanation of