Posted inInformation Technology

CopperSpice and Fedora 40

It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support Fedora first. This is a distro that __never__ tests with NVIDIA drivers that are actually in their repo, prior to pushing out updates.

There is a bug that I reported here. My fork of CopperSpice has a hack-a-round this bug in the RPM build script. At some point in the very near future this personal fork will be turned into an official for with new name, etc. There are too many academic decisions being made in the course of development. The project needs to be coded to Misra C++ 2008 if not Misra C++ 2023 standards instead of “what the language standard will let you get away with.” That, however, is a topic for another time.

I stumble onto these things while working on RedDiamond which I’ve written about previously in this blog. A new release will be announced in this blog shortly.

What You Really Need to Build on Fedora

The “official” list of things you need is a bit shy of what you actually need. There is some academic hair splitting going on there. They only list what you need for the UI, not the database, compiler, etc. I’m putting this here more for myself than you. It’s everything you need to build ls-cs RPM and work on RedDiamond sans an editor.

sudo dnf install freetype-devel fontconfig-devel glib2-devel \
                 gstreamer1-devel gstreamer1-plugins-base-devel \
                 libICE-devel mesa-libGL-devel glibc-devel libtirpc-devel \
                 libnsl2-devel libSM-devel libXcursor-devel libXext-devel \
                 libXfixes-devel libXi-devel libXinerama-devel \
                 libXrandr-devel libXrender-devel \
                 libxkbcommon-devel libxkbcommon-x11-devel libX11-devel

sudo dnf install libxcb-devel libX11-xcb xcb-util-wm-devel xcb-util-image-devel \
                 xcb-util-keysyms-devel xcb-util-renderutil-devel \
                 libxkbfile-devel mesa-libGL-devel mesa-libEGL-devel



sudo dnf install git cmake ninja-build cups-devel alsa-lib-devel \
                 gstream-devel gstreamer1-devel pulseaudio-libs-devel \
                 libxml2-devel libxml++-devel gstreamer1-plugins-base-devel \
                 pulseaudio-libs-glib2

sudo dnf install kernel-devel kernel-headers gcc make g++ openssl-devel \
                 libpqxx-devel unixODBC-devel mariadb-devel \
                 postgresql-server postgresql postgresql-contrib \
                 libpq-devel libpqxx

# for building RPM
sudo dnf install rpm-build rpm-devel rpmlint python \
                 bash coreutils diffutils patch rpmdevtools

sudo dnf install hunspell-devel astyle

When ls-cs is officially forked to become LogikalSpice this will be in the wiki.

Roland Hughes started his IT career in the early 1980s. He quickly became a consultant and president of Logikal Solutions, a software consulting firm specializing in OpenVMS application and C++/Qt touchscreen/embedded Linux development. Early in his career he became involved in what is now called cross platform development. Given the dearth of useful books on the subject he ventured into the world of professional author in 1995 writing the first of the "Zinc It!" book series for John Gordon Burke Publisher, Inc.

A decade later he released a massive (nearly 800 pages) tome "The Minimum You Need to Know to Be an OpenVMS Application Developer" which tried to encapsulate the essential skills gained over what was nearly a 20 year career at that point. From there "The Minimum You Need to Know" book series was born.

Three years later he wrote his first novel "Infinite Exposure" which got much notice from people involved in the banking and financial security worlds. Some of the attacks predicted in that book have since come to pass. While it was not originally intended to be a trilogy, it became the first book of "The Earth That Was" trilogy:
Infinite Exposure
Lesedi - The Greatest Lie Ever Told
John Smith - Last Known Survivor of the Microsoft Wars

When he is not consulting Roland Hughes posts about technology and sometimes politics on his blog. He also has regularly scheduled Sunday posts appearing on the Interesting Authors blog.