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
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
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
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
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 "