Ricardo Wurmus <rek...@elephly.net> skribis: > In packaging PCB I noticed that our Mesa package loads a few libraries > with dlopen() but does not use absolute paths to store items. In the > case of PCB, dlopen("libudev.so.0") fails and causes "pcb" die on > startup with a segfault. To prevent this until the Mesa package is > fixed I wrapped the executable.
OK. Feel free to fix MESA eventually. :-) > From 7701a6791aea5308acd60142890b121c572da528 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <rek...@elephly.net> > Date: Fri, 6 Mar 2015 21:11:01 +0100 > Subject: [PATCH] gnu: Add PCB. > > * gnu/packages/engineering.scm (pcb): New variable. LGTM! Ludo’.