Re: [gentoo-user] sudo-1.9.8_p2 produces Segmentation Fault on any use

2021-11-10 Thread Anton
On 11/9/2021 11:27 PM, Jack wrote: Works fine for me.  Can you try it with strace to see if you can tell where it crashes?  That or emerge with sufficient debug info that you can run it under gdb and get a backtrace? Thanks, I'll try that when I have a suitably large chunk of free time.

Re: [gentoo-user] sudo-1.9.8_p2 produces Segmentation Fault on any use

2021-11-10 Thread Anton
On 11/9/2021 11:59 PM, Matt Connell (Gmail) wrote: On Tue, 2021-11-09 at 22:36 +0200, Anton wrote: Is it just me, or has anybody else seen a similar problem? Working fine here, with the following USE set: USE="-gcrypt -ldap nls offensive pam -sasl secure-path (-selinux) sendmail -ske

[gentoo-user] sudo-1.9.8_p2 produces Segmentation Fault on any use

2021-11-09 Thread Anton
, however, resulted in a working sudo. Is it just me, or has anybody else seen a similar problem? Best, Anton

Re: [gentoo-user] Strategies for testing an ebuild

2020-10-21 Thread Anton
On 10/20/2020 7:23 PM, tastytea wrote: On 2020-10-20 11:01-0700 Anton wrote: Hi there, I am taking on maintaining a package in gentoo-sci overlay. What are good ways to test that my ebuild works before creating a pull request? I am thinking to install a Gentoo Prefix, snapshot its

[gentoo-user] Strategies for testing an ebuild

2020-10-20 Thread Anton
as a test. Are there better strategies? Thanks, Anton

Re: [gentoo-user] Autoexecute when "returning" from sudo ?

2018-10-31 Thread Anton Molyboha
Hi, Meino I'd make a script, sudo_with_rehash: sudo "$@" rehash and add to whatever is the equivalent of .bashrc for zsh: alias sudo="source sudo_with_rehash" Would that work for you? Best, Anton On Wed, Oct 31, 2018 at 4:49 AM wrote: > Hi, > > often I

[gentoo-user] Re: emerge dev-hasell/stack fails with unclear error

2018-02-26 Thread anton . stay . connected
see no way to tell what was the problem. How do I debug this? > Well, cd /var/tmp/portage/dev-haskell/stack-1.3.2/work/stack-1.3.2 runhaskell Setup build does show an error. It looks like package version mismatch, digging into it... Sorry for the noise. Strange that emerge did not show any error message from the compillation, though... -- Anton

[gentoo-user] emerge dev-hasell/stack fails with unclear error

2018-02-26 Thread Anton Molyboha
failed" * So _probably_ something went wrong when compiling Control.Concurrent.Execute -- but I see no way to tell what was the problem. How do I debug this? The requisite information is below or attached. Thanks! -- Anton emerge -pqv '=dev-haskell/stack-1.3.2::gentoo' [ebuild N] dev

Re: [gentoo-user] Is there rpcgen in Gentoo and how to compile dev-perl/Ace?

2017-11-10 Thread Anton Molyboha
Thanks a lot Andreas! Emerging net-libs/prcsvc-proto did solve the problem, and I was eventually able to compile dev-perl/Ace. On Thu, Nov 9, 2017 at 8:12 PM, Andreas K. Huettel <dilfri...@gentoo.org> wrote: > Am Freitag, 10. November 2017, 01:50:04 CET schrieb Anton Molyboha: &

[gentoo-user] Is there rpcgen in Gentoo and how to compile dev-perl/Ace?

2017-11-09 Thread Anton Molyboha
emerge is attached (including the slightly modified ebuild working around previous build failures) Thanks in advance! Anton Ace-1.920.0-r2.ebuild Description: Binary data build.log Description: Binary data emerge-info.log Description: Binary data emerge-pqv.log Description: Binary data

Re: [gentoo-user] Wiki-viewer anyone?

2017-10-06 Thread Anton Molyboha
; > Formatting is necassary with this docs... > > > > Typically what is done is you render the whole Wiki to HTML, and then > view it in a browser. You don't edit the HTML directly. It should be > possible to generate it incrementally. > > The one catch is that they might be relying on GitHub's integrated > Wiki system. If they are, you might need to install Gollum to process > the markdown files to HTML. > > Cheers, > R0b0t1 > > This is a definite overkill, but I'm using JetBrains' IntelliJ Idea (actually PyCharm) with the markdown plugin. It shows markdown and html side-to-side in the editor. Anton

Re: [gentoo-user] [OT] atom+nouveau

2016-12-13 Thread Anton Shumskyi
Hi=) I have asus eeepc with Atom N570, Intel NM10 motherboard and nvidia ION 2 (GT218). Don't know if it's related, but I had the same black screen with official nvidia drivers long time ago, so I stick to nouveau instead. It was all normal until wayland came around and xorg-server fails every

[gentoo-user] how to upgrade perl

2016-06-20 Thread Anton Shumskyi
In my case perl-cleaner was quite useless=( but it has an update since then, so maybe it will work now. But if it will be blocking updates you can always do it in some brutal way=))) run emerge perl with "--nodeps" and after do the same for every package that uses perl you can find their

Re: [gentoo-user] Help installing skype

2016-02-24 Thread Anton Shumskyi
Hi=) Can't really help with 32bit conflicts, I gave up on it since other unofficial packages got broken. But you can try workaround with disabled abi_x86_32, put skype ebuild to your local overlay and remove all abi_x86_32 related in it. And it still can fail=) Or you can give a try to

Re: [gentoo-user] Re: Anyone else having a problem with bash?

2015-07-07 Thread Anton Shumskyi
Same for me, but it appears only after I'm canceling some job on terminal with CTRL+C, maybe in 10% of total cases. I thought that was some side-effect of switching env back, but because job is terminated in a bad way haven't considered that as a bug.

Re: [gentoo-user] D and Gentoo

2014-01-12 Thread Anton Shumskyi
Hi=) There's Digital Mars D Compiler (dev-lang/dmd) at sunrise overlay, latest is 2.063.2, it's compilable and seems to be working =) On Sun, Jan 12, 2014 at 8:14 PM, Elias Diem pub.li...@webconect.ch wrote: Hi all What's the best way to have a D compiler in Gentoo? I know that there is a

Re: [gentoo-user] how to use my SSD the right way ;-)

2014-01-02 Thread Anton Shumskyi
Hi, there is a native queuing at my INTEL SSD 64GB, so i'v set noop scheduler via udev rules. And it's kind a luggish when deleting a lot files like kernel sources (at ext4,xfs,btrfs, FS makes no difference, some cheap hardware stuff)​. Will test some day another scheduler like deadline on top of

Re: [gentoo-user] Parallella supercomputer

2013-07-27 Thread Anton Shumskyi
Hi=) as far as i heard Parallella runs linux kernel on Zynq ARM core ONLY and Parallella cores act as a co-processor. So you can't get all its fancy cores out of box=(( you'll probably need to make some extreme kernel + openjdk hacks (and may be a lot of others). The main problem is that system

Re: [gentoo-user] see what's been emerged

2010-01-18 Thread Anton Bobov
, preferably in chronological order. Where / how can I obtain this information? I know that portage keeps track of it somehow. You can use qlop --list which in app-portage/portage-utils. -- Cheers, Anton pgpTXXcazvcOe.pgp Description: PGP signature

Re: [gentoo-user] Gnome Edit Menus

2009-10-13 Thread Anton Bobov
python-updater and there's no change. Is this a corrupt program? Which version of x11-misc/alacarte you use? See bug 282337: http://bugs.gentoo.org/show_bug.cgi?id=282337 -- Anton

Re: [gentoo-user] Gnome Edit Menus

2009-10-12 Thread Anton Bobov
-*). And read Gnome 2.26 Upgrade Guide section about menu file-collision: http://gnome.gentoo.org/howtos/gnome-2.26-upgrade.xml -- Anton

Re: [gentoo-user] [OT] suggest not-net-hungry Linux

2008-09-27 Thread Anton Kochnev
desktop - KDE. :) The secret is: emerge-delta-webrsync for updating portages and deltup for sources. -- Best regargs, Anton Kochnev Contact: JID [EMAIL PROTECTED]

Re: [gentoo-user] KDE-4.0.4 (not a nag)

2008-05-15 Thread Anton S. Ustyuzhanin
Dmitry S. Makovey пишет: Hi everybody, does anybody know what's happening to KDE4 in gentoo land ? Gentoo-KDE folks were pretty responsive with previous 4.0.x releases updating portage tree etc., but now I can't find much updates on what's happening with 4.0.4. Was it 3.5.9 preparations

Re: [gentoo-user] Script to kill long-running application

2008-04-28 Thread Anton S. Ustyuzhanin
Alan McKinnon wrote: On Monday 28 April 2008, Joris Dobbelsteen wrote: Dear, I'm looking for a script that can kill an application after it has been running for a 'long' time. I like to measure the start time (as it offloads work, the CPU time time is not a good estimate). Does anyone have

[gentoo-user] cle266 xv problem

2007-01-24 Thread Anton S. Ustyuzhanin
Hello all. I have a VIA embedded video card: lspci: 01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated CastleRock graphics (rev 03) XVideo doesn't work for me. :( I use xf86-video-via driver from portage. Xorg starting ok, but mplayer doesn't play with