Page 2 of 2

Re: BBQ spin talk

Posted: Fri Nov 06, 2015 4:16 pm
by pidsley
If I have time this weekend I will try to build emacs with --without-all --without-x and try to install in on a no-X Szalonna.

I tried to install the emacs-nox package from Arch on Szalonna, and it still needs a crapload of libraries. I have installed some of them, but it's still whining about missing libs.

Re: BBQ spin talk

Posted: Fri Nov 06, 2015 7:24 pm
by machinebacon
^ Sounds cool, thanks in advance!

(Sounds like your weekend is saved ;))

Re: BBQ spin talk

Posted: Fri Nov 06, 2015 7:33 pm
by machinebacon
rhowaldt wrote:
We can grab binaries and "dpkg -i" them
just build a bash script for this one, right? BBQ Package Manager? indeed, fuck upgrades. they're overrated. just install a new spin :D
More or less, yes. The dpkg package is available in other distros, much like rpm. Anyway .deb packages are really just tar.gz in a special folder structure with a certain control file, so sucking the juicy part out and throwing away the peel is very easy, even without dpkg :)

Re: BBQ spin talk

Posted: Fri Nov 06, 2015 9:36 pm
by pidsley
emacs24.5 built with --without-all and --without-x, running on Szalonna with a custom kernel. I only needed to add libtinfo.

Image

I have no idea how functional this is, but it starts. I will try to see if I can do anything with it later. emacs makes my brain hurt.

Re: BBQ spin talk

Posted: Sat Nov 07, 2015 5:53 am
by machinebacon
This is exciting!

Which part of Emacs makes your brain hurt? The whacky keybindings? :)

Pidsley, can you try

M-x eww RET

and open a random website (will probably be rendering slow). If this works, then gnus will work too. (I just ask for trying eww because gnus needs to be set up first)

Thank you!

Re: BBQ spin talk

Posted: Sat Nov 07, 2015 8:31 am
by pidsley
machinebacon wrote: Pidsley, can you try

M-x eww RET

and open a random website (will probably be rendering slow).
"error in process filter. this function requires emacs to be compiled with libxml2"

So I rebuilt --without-all --without-x --with-xml2, added libxml2 and liblzma, and got this:

Image

Re: BBQ spin talk

Posted: Sat Nov 07, 2015 9:51 am
by GekkoP
^ Beautiful! (and thanks for the work, of course)

Re: BBQ spin talk

Posted: Sat Nov 07, 2015 2:44 pm
by machinebacon
Thank you, pidsley, you're the Man of the Month!

Re: BBQ spin talk

Posted: Sat Nov 07, 2015 4:56 pm
by pidsley
Thanks guys. I will try to build a version with a generic kernel sometime this weekend, so you and Gekko can test it and tell me what's broken.

(edit) I have it running with a siduction kernel. It may be a little while before I upload it. I'm done for today and I still want to test it a little myself.