Convert older printf-style '%' string formatting
Update Python2-isms to Python3
Silence Swig warnings
Uh-oh. Sorry, it's not during building, of course, it's when running a Python script after "import lirc" Clemmitt Sigler
time.clock() error building python-pkg/lirc/client.py
autoreconf -fi run to update configure
Initial addition of Python2/Python3 support
Hello again, I've made a small amount of progress on getting canorus working with Python 3.7. I posted a work-in-progress patch on pastebin: https://pastebin.com/FEyz6cJU Also see this Arch Linux Flyspray bug report: https://bugs.archlinux.org/task/59760 The executable still crashes -- here is a stack traceback from gdb: - * - * - * - [New LWP 838] [New LWP 839] [New LWP 843] [New LWP 842] [New LWP 851] [New LWP 840] [New LWP 841] [Thread debugging using libthread_db enabled] Using host libthread_db...
Hi all, I recently installed Canorus because at one time (at least this is what I have read) it was able to open or import the very ancient (12+ years old) .not format files produced by its predecessor program, noteedit. I've looked at these .not files which, very helpfully, are in ASCII. For simple scores the format seems easy enough to parse by eye. But, being lazy, I'd like to read in old .not files via a score editor to save to music xml or a similar contemporary, long-term supported format....
Hello, Matevž, Thank you for kindly buying me two clues :) 1.) Indeed, "cmake -DNO_PYTHON=1" eliminates the start-up crash. 2.) I think I succeeded (by sidestepping Arch's package build system) in building canorus with debugging symbols enabled. Here's the gdb output: [] $ gdb ./install/bin/canorus GNU gdb (GDB) 8.1.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute...
Hello all, I'm having trouble running canorus 0.7.3rc3 on Arch Linux. (Though Arch is a less widespread distribution it has become more popular now thanks to Manjaro and Antergos, as well as word of mouth. Hopefully this is not an esoteric, Arch-specific issue.) There is an official Arch package for canorus under the community repository. I installed this package but it crashes upon start-up. Please see this Flyspray bug report URL: https://bugs.archlinux.org/task/59760 The PKGBUILD script and a...
makeboot.sh script failure when dmidecode binary missing
Hello all, This is the first time I've prepared a bootable Clonezilla Live USB flash memory stick. I ran tuxboot and it seemed to install successfully. But all I got was a "grub> " prompt, no boot-up. I went back and ran "sudo bash ./makeboot.sh /dev/sdxn" by hand and got this error: "./makeboot.sh: line 290: dev_model_shown: unbound variable" The problem is there is no installed dmidecode program on my system used to create the boot stick. Here's a unified diff of my hack: ====== CUT HERE ======...
Hello all, This is the first time I've prepared a bootable Clonezilla Live USB flash memory stick. I ran tuxboot and it seemed to install successfully. But all I got was a "grub> " prompt, no boot-up. I went back and ran "sudo ./makeboot.sh /dev/sdxn" by hand and got this error: "./makeboot.sh: line 290: dev_model_shown: unbound variable" The problem is there is no installed dmidecode program on my system used to create the boot stick. Here's a unified diff of my hack: ====== CUT HERE ====== ---...