Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

SVG makes the world a wonderful thing (When you get it installed and set up...)


SVG really needs to get itself set up with automated installers. Sure, IE on Windows gets it easily, but everything else needs more work than it should need. I wound up unable to compile the Java stand-alone SVG viewer (it ran out of memory on a 1GB machine), so I decided to build the Mozilla ...

Continue reading

Impressive how much faster it goes when you have a working shell (Command history and emerge flags are the source of all good for tonight...)


Now that I have a bash prompt again (see here for that), have seen a huge improvement in my working speed on the Cinemon demo (I'd only managed 8 hours or so on it in almost two days without a prompt, I've typed in the same dratted string hundreds of times because KDE doesn't remember ...

Continue reading

My empire expands (Tendrils sneaking into projects throughout the universe...)


Every once in a while someone contacts me to let me know they're using my projects in their projects. Now, I know there are lots of people using some of the projects (e.g. PyOpenGL), but I never really hear from them. I check the download stats on most of my projects, so I have a ...

Continue reading

Oh I'm randomly rebuilding I am (Randomly rebuilding, I am, I am, I got married to the OS next door...)


Finally gave in and did the emerge -e bash... and I'm pretty sure it's not going to work, as it says nothing about replacing the broken gpgme package. Oh well, at least it keeps the computer busy while I work.

Maybe I should create a new category for "whining about Linux".

That said, I seem ...

Continue reading

Day closes, computer compiles, I wait (Well, not really, working while it compiles...)


Been exploring the (largely undocumented) wonders of twisted.manhole (i.e. the twisted interface to a Python shell for debugging that I want to use during the Cinemon demo). I seem to have the server running fine, but I've run into a rather annoying little block; Gentoo doesn't install a telnet client by default, and the windows ...

Continue reading

Still trying to get it rebuilt (Looks like it was gpgme getting messed up that caused the problem...)


Apparently it is considered very bad form to use -U with emerge, as apparently -U can wind up upgrading things but then not downgrading dependencies that will cause conflicts. Of course, nothing I can find says how to fix the problem once it happens. I haven't done a full-world rebuild because I'm hoping that re-emerging ...

Continue reading

The reason it's compiling so slowly... (Hung bash instances are taking 100% of the processing time)


Turns out every hung bash instance is taking around 13 to 17% of total processing power, with at least one required for the shell running emerge. Still recompiling KDE, down to the last significant package. Oh, and by the way, all of this has not fixed the key-handling problems. Sigh.

On a much happier note, ...

Continue reading

Linux is pretty useless when you can only issue one command in a shell (Re-emerging bash does nothing useful)


Can't find any error reports about this situation, wouldn't even know to whom to turn for advice, as I have no idea whether it's a Gentoo problem, a problem with bash, a problem with my configuration, or what. Just in case anyone stumbles across this blog posting, I'll outline the problem, assuming I fix it ...

Continue reading

Rebuilding continues (Less than 20MB of source compiled in 9-1/2 hours)


Still have all of KDE Multimedia and KDE Edu to compile (Why is KDE Edu even a dependency for KDE? Shouldn't it be dependent on KDE?) Going to have to iterrupt the build and do the day's work in Windows I guess.

Gentoo could really use an option where it can back out an upgrade. ...

Continue reading

Still rebuilding, bash is hosed (So much for my plan to do a full day's work this evening)


After more than 2 full days the KDE 3.3 upgrade is still compiling. Has another 8 or 9 packages to finish, but I'm beginning to suspect that when it finishes I'll have a totally pooched system.

The bash prompt went a little wacky when the first attempt to update didn't complete as expected. Works fine ...

Continue reading