Re: [PATCH] Add PCB.

2015-03-12 Thread Ludovic Courtès
Mark H Weaver skribis: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: [...] >> When the argument is a literal string, I suppose we can patch it to be >> an absolute pathname. > > Yes, when we can do this, it is usually the preferred approach. Agreed, except in cases where w

Re: [PATCH] Add PCB.

2015-03-11 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Ricardo Wurmus 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 o

Re: [PATCH] Add PCB.

2015-03-11 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Ricardo Wurmus 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 wit

Re: [PATCH] Add PCB.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus 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 p

[PATCH] Add PCB.

2015-03-08 Thread Ricardo Wurmus
Hi Guix, the attached patch applies after the one adding gEDA/gaf[1], which is still awaiting review. 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 "