guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Jami bug source investigation #4


From: Jan Wielkiewicz
Subject: Re: Jami bug source investigation #4
Date: Mon, 6 Jul 2020 02:30:31 +0200

Hi,

On Sun, 05 Jul 2020 21:29:33 +0100
Christopher Baines <mail@cbaines.net> wrote:
> 
> So, I tried adding -DNDEBUG to the CFLAGS bit of the
> #:configure-flags, and the package built. Testing it out seems to
> work, I think I've experienced this issue with assertion failures, so
> hopefully this will help.
> 
> modified   gnu/packages/jami.scm
> @@ -141,7 +141,7 @@
>               ;; against pjproject-jami:
>               ;;   relocation R_X86_64_32S against `.rodata' can not
> be used when ;;   making a shared object;
> -             "CFLAGS=-fPIC"
> +             "CFLAGS=-fPIC -DNDEBUG"
>               "CXXFLAGS=-fPIC")
>         #:phases
>         (modify-phases %standard-phases
> 
> Is there more to applying this fix, or will this change alone help?
> I'm more than happy to review patches.
> 
> Thanks,
> 
> Chris

That's it for the bug, if you want to have it fixed quickly, feel free
to commit it. I didn't do it yet, because I'm busy writting commit
messages for my refactored and updated package definitions.
I'm also trying to catch up with the latest Jami version - they fixed
some annoying stuff too.

Is there a script for automatically writing commit messages compliant
with the GNU coding standards?


Jan Wielkiewicz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]