[Bug 2059038] Re: gnucash doesn't start

2024-04-27 Thread John D Lamb
I found a fix for this that at least works for me. ;;; note: source file /usr/share/guile/3.0/ice-9/eval.scm ;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9/eval.go stat /usr/share/guile/3.0/ice-9/eval.scm and stat /usr/lib/x86_64-linux-gnu/guile/3.0/ccache/ice-9/eval.go

[Bug 830550] Re: Missing C Standard files from kernel source and module headers

2011-08-28 Thread John D Lamb
After some hunting around I found the following allowed me to compile kernel module under Natty. $ cd /lib/modules/$(uname -r)/build/include $ sudo ln -s $(gcc -print-file-name=include)/stdarg.h This links stdarg.h to where the kernel makefiles will find it when it’s #included from the various

[Bug 522318] Re: Serial Tablet PCs not supported in lucid

2010-05-09 Thread John D Lamb
I’ve been trying to configure an antique Wacom serial tablet I got in the lower oölitic silurian. This one gets its power from the PS/2 mouse or keyboard socket and transfers data through the serial port. First: $ udevadm info --path=/sys/class/tty/ttyS0/ --attribute-walk Udevadm info starts