GNU bug report logs - #47274
Linphone Packages

Previous Next

Package: guix-patches;

Reported by: Raghav Gururajan <rg <at> raghavgururajan.name>

Date: Sat, 20 Mar 2021 04:28:02 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Raghav Gururajan <rg <at> raghavgururajan.name>
Cc: 47274 <at> debbugs.gnu.org
Subject: [bug#47274] Linphone Packages
Date: Mon, 29 Mar 2021 14:38:23 -0400
Hi Raghav,

Raghav Gururajan <rg <at> raghavgururajan.name> writes:

> Hi Maxim!
>
>> I think I've managed to fix the issue, with the following:
>> --8<---------------cut here---------------start------------->8---
>>   (let* ((out (assoc-ref outputs "out"))
>>                      (liblinphone (assoc-ref inputs "liblinphone"))
>>                      (grammar-dest (string-append out
>>                      "/share/belr/grammars")))
>>                 [...]
>>                 (mkdir-p (dirname grammar-dest))
>>                 (symlink (string-append liblinphone "/share/belr/grammars")
>>                          grammar-dest)
>> --8<---------------cut here---------------end--------------->8---
>> At least it launches now, and everything seems to work.
>
> Thanks a lot. Btw, did you try restarting the app multiple-times?
> Different error (missing /share/stuff) popped-up, each time.

Yes! Both running the binary directly from the store or in a pure
environment, multiple times have worked after the above change.  Do you
experience failures still?

Maxim




This bug report was last modified 4 years and 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.