I guess I should mention that after the revdep rebuild and a kernel
bump, everything's back, including steam.

Anomalies noted:

I think my memory gremlin is back, init took a dump and I had to reboot
the machine, it wasn't scheduling the processeses I needed it to and it
wouldn't clean up a zombie chromium.

I had to unmerge a handful of much beloved packages to get emerge
--depclean to work, even more pain to get most things back installed but
I got my mast pointed at the sky again and my keel under me.

I had to mask libcdio, it's never going to work on this machine -- ever.


I'm now on 4.5.18... Since I manually downloaded portage won't uninstall
it for me... (grumble grumble).

The last package fail takes a bit of explaining....

Many long years ago I spent waaaaaaaaay too much money on this box that
makes noise when sent bytes... U can hook it up by MIDI or ordinary
serial port...

It has a mess of chips in it that can be programmed with a "sound font"
or (an instrument wavetable) and then will play notes when bytes come
down the wire.

So basically ur midi player just reads a MIDI file, then tacks on the
address of the chip you want to use to play it... (you can play as many
sets of notes as you like until you run out of chips to address....),
and then sends it to the kernel level driver... Now the kernel level
driver is buggy as hell and the buffer code is an absolute atrocity,
I've worked on it myself, -- it's the wrongest code I ever did see, so
when you run two different instances of the midi player against two
different chip addresses, the notes get jumbled together because the
buffer code is BROKEN.

I don't really use this rig much anymore but I like to keep it in
working order. =\

So, naturally, nobody's maintaining playmidi anymore so it barfs....

#################################################
Now creating playmidi.h with your defaults...Done.
make -j 8 -j1 CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-march=native -pipe -O3
' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' depend clean
for i in *.c; do x86_64-pc-linux-gnu-gcc -E -M -march=native -pipe -O3 
-I/usr/include/ncurses -I/usr/include -DNARROWPROTO -I/usr/include
-DVOXWARE_CONTROLLER_7_WORKING -I. $i; done >.depend
io_gtk.c:19:10: fatal error: gtk/gtk.h: No such file or directory
 #include <gtk/gtk.h>
          ^~~~~~~~~~~
compilation terminated.
io_svgalib.c:17:10: fatal error: vga.h: No such file or directory
 #include <vga.h>
          ^~~~~~~
compilation terminated.
rm -f *.o playmidi splaymidi xplaymidi a.out toy seq2mid beat
################################################

That's the only broken thing on my system right now.

-- 
Please report bounces from this address to a...@numentics.com

Powers are not rights.


Reply via email to