Re: [gentoo-user] Portage being silly with kernel sources

2020-10-11 Thread ckard
Portage is neither silly nor smart. Will do what will be told to do.

By default is tracking stable packages unless you have specified
otherwise either by changing universally the tracking $ARCH in
make.conf or per package in package.accept_keywords file or directory.
I would guess that you've got "sys-kernel/gentoo-sources" somewhere into
package.accept_keywords in the past and forgot about it.

If gentoo-sources has not been manually overridden and portage complains
about it then another package depends on the unstable version of
gentoo-sources and trying to pull it, so you have to find which one is it.


Re: [gentoo-user] [Sort of OT] Going old school - Doom

2019-11-24 Thread ckard
A certain guy with beautiful hair called John Romero, who recently released
a new WAD, recommends gzdoom.
Either that or prboom will work just fine, though.

On Sun, Nov 24, 2019 at 9:09 AM Andrew Lowe  wrote:

> Dear all,
> Does anyone have any suggestions as to the current "best" port of
> old
> school Doom? Spent ages playing this in the dim dark days and wouldn't
> mind doing a quick install and having a go again.
>
> Andrew
>
>


Re: [gentoo-user] getting increasingly worried about this.

2018-07-25 Thread ckard
Hello,

So from what i understand from your burbling you run a ~testing arch
and the last update of spidermonkey removed jit that is used by kde.

First of all, there's nothing like "Stable Enough" testing branch.
It's fairly stable like won't kill your cat but sometimes things break
that's why we testing it and report them (and some exceptional times
your cat might be in danger too, poor neko)

Just downgrade to the last spidermonkey version that expose jit
flag and if you want to be useful open a bug for the :52 and :45
versions that lost jit flag to let the kde guys know.

You could also reverse the latest commit from git and regain jit
in your local overlay but developer obviously had his/her reasons
to do so (http://bugs.gentoo.org/631574).

Bye

On Wed, Jul 25, 2018 at 7:48 PM, Alan Grimes  wrote:

> I'm now running my update script daily (on a SSD...)
>
> KDE is still profoundly broken.
> Steam still doesn't work. -- might be fixed by a reboot but can't reboot
> due to dependence on kde packages...
>
> Today I get
> [ebuild   R] dev-lang/spidermonkey-52.9.1_pre1:52::gentoo
> USE="custom-cflags system-icu -custom-optimization -debug -minimal
> {-test} (-jit%*)" 0 KiB
>
>
> I can't read the syntax there up around jit, clearly it is disabled for
> some platform reason even though it is enabled in make.conf and even,
> for some packages, in profile...
>
> OK.
>
> Then it barfs. (unsurprisingly)
>
> The vomit reads like the developer turned on warnings for many things he
> wanted to pretend to want to fix but never fixed them...
>
> Anyway, It gets all the way to the install phase and it dies because:
>
>  * ERROR: dev-lang/spidermonkey-52.9.1_pre1::gentoo failed (install
> phase):
>  *   USE Flag 'jit' not in IUSE for dev-lang/spidermonkey-52.9.1_pre1
>
> and I'm like FU, asshole. The flag is enabled, you disabled it, -- just
> run in interpreted mode for chrissake!
>
>
> And then we get to the perennial fails, fails that have been broken FOR
> YEARS, and are breaking really super important stuff like Xine, the best
> media player for Linux...
>
> ├── dev-libs
> │   ├── libcdio-2.0.0-r1
> │   └── libcdio-paranoia-0.94_p2
>
> ├── media-sound
> │   └── playmidi-2.5-r2
>
> What?!?!?! I'm not allowed to play midi files on linux anymore either? =(
>
>
> I really want to like the recent package cleanups, I really do, but
> seriously, the distribution is severely broken right now. I mean keyword
> [platform] is much too conservative to be usable... But then keyword
> ~[platform] should be Stable Enough -- as it has been for over a
> decade... Can we please stop breaking stuff until these things are
> working again???
>
>
> --
> Please report bounces from this address to a...@numentics.com
>
> Powers are not rights.
>
>
>


Re: [gentoo-user] How to check for PIE-code ?

2017-12-03 Thread ckard
You can use app-admin/checksec to see if different security features are
enabled or not.

On Sun, Dec 3, 2017 at 8:06 PM,  wrote:

> Hi,
>
> is there any way to check, whether a compilated binary is using
> the position-independant-code feature or is still build according
> to old standards?
>
> Cheers
> Meino
>
>
>
>


Re: [gentoo-user] Calibre break after Update

2013-02-17 Thread ckard
On Sun, Feb 17, 2013 at 11:24 PM, Silvio Siefke siefke_lis...@web.de wrote:
 Hello,


 i run the update from calibre yesterday and now calibre not startet. Has
 someone the same and has fix?

 siefke@gentoo-mobile : ~ $ calibre
 Traceback (most recent call last):
   File /usr/bin/calibre, line 20, in module
 sys.exit(main())
   File /usr/lib/calibre/calibre/gui2/main.py, line 412, in main
 app, opts, args, actions = init_qt(args)
   File /usr/lib/calibre/calibre/gui2/main.py, line 85, in init_qt
 from calibre.gui2.ui import Main
   File /usr/lib/calibre/calibre/gui2/ui.py, line 31, in module
 from calibre.gui2.widgets import ProgressIndicator
   File /usr/lib/calibre/calibre/gui2/widgets.py, line 21, in module
 from calibre.gui2.progress_indicator import ProgressIndicator as 
 _ProgressIndicator
   File /usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py, line 
 15, in module
 pi_error)
 RuntimeError: Failed to load the Progress Indicator plugin: the sip module 
 implements API v9.0 to v9.1 but the progress_indicator module requires API 
 v8.1

 Thank you  Greetings
 Silvio


You probably updated other python modules afterwards. Try to reinstall calibre.



Re: [gentoo-user] Re: How do I remove a module from ENLIGHTENMENT_MODULES?

2012-12-19 Thread ckard
On Thu, Dec 20, 2012 at 6:32 AM, Nikos Chantziaras rea...@gmail.com wrote:
 On 20/12/12 06:26, Dustin C. Hatch wrote:

 On 12/19/2012 22:15, Nikos Chantziaras wrote:

 I want to remove the connman module from ENLIGHTENMENT_MODULES.  I've
 put this in my make.conf:

 ENLIGHTENMENT_MODULES = -connman

 But it doesn't work; emerge complains:

Invalid '-' operator in non-incremental variable
 'ENLIGHTENMENT_MODULES': '-connman'

 So how does this work?


 Non-incremental variable means it will reset whenever you assign to
 it. Thus, all you need to do is specify only what modules you want;
 anything not specified will be excluded.


 I want to have the defaults for it, except connman.  The defaults are
 provided by the ebuild (and they can change from version to version; I can't
 keep track of that.)



In your package.use
x11-wm/enlightenment -enlightenment_modules_connman

enlightenment_modules_module-name in general for each one you wanna
turn off individually



Re: [gentoo-user] XaraLX

2010-09-09 Thread ckard
xaralx development is staled afaik. There was a debate between in
house developers and community on mailing list last time i checked
mainly because of the unreleased code of their rendering engine.

On Thu, Sep 9, 2010 at 8:49 AM, András Csányi sayusi.a...@gmail.com wrote:
 Hi all,

 Does anybody know something about Xara Xtreme
 (http://www.xaraxtreme.org) project? Is this an living project or not?
 I've tried to install from sunrise overlay, but emerge stopped by
 error. I've tried to install from source but the same... Eventually I
 could install by autopackage. but autopackage did something with lib
 because revdep-rebuild can't run. :(
 I've seen in svn the last commit happens in 2007 november... :(

 I've used this software few years ago and I like it very much.

 Thanks for information in advance!

 András

 --
 - -
 --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
 http://facebook.com/andras.csanyi
 --  Bízzál Istenben és tartsd szárazon a puskaport!.-- Cromwell