Written by James McDonald

July 13, 2017

The default glabels-3.4.x install on Fedora 25 through 29 segfaults when using the glabels-3-batch command. The following command fails:

glabels-3-batch -o output.pdf -i crossdock-data.csv 150x200-crossdock-labels.glabels

I found compiling from source with defaults and it doesn’t segfault. However I found if you download the src.rpm and just run a straight build from it the segfault still happens.

So to get a working copy of gLabels on Fedora 25 – 29

# remove glabels
dnf remove glabels-*
# install the build dependencies
sudo dnf builddep glabels-3.4.0

Download and extract http://ftp.gnome.org/pub/GNOME/sources/glabels/3.4/glabels-3.4.1.tar.xz

cd glabels-3.4.1/
./configure 
make sudo make install 
# installs to /usr/local

And now try glabels-3-batch

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Squarespace Image Export

To gain continued access to your Squarespace website images after cancelling your subscription you have several...

MySQL 8.x GRANT ALL STATEMENT

-- CREATE CREATE USER 'tgnrestoreuser'@'localhost' IDENTIFIED BY 'AppleSauceLoveBird2024'; GRANT ALL PRIVILEGES ON...

Exetel Opt-Out of CGNAT

If your port forwards and inbound and/or outbound site-to-site VPN's have failed when switching to Exetel due to their...