guix-devel
[Top][All Lists]
Advanced

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

Re: Packaging Jitsi SIP Communicator


From: Thomas Danckaert
Subject: Re: Packaging Jitsi SIP Communicator
Date: Wed, 08 Nov 2017 10:02:12 +0100 (CET)

From: Ben Sturmfels <address@hidden>
Subject: Packaging Jitsi SIP Communicator
Date: Wed, 08 Nov 2017 15:01:32 +1100


Date: Wed, 08 Nov 2017 15:01:32 +1100
Message: 2
X-Mew: <3.3 body> Good PGP sign "Christopher Baines <address@hidden>" [unknown] UNDEFINED

Hi Folks,

I'm having some trouble packaging Jitsi (a VoIP client written in Java). The attached patch adds the package "jitsi", which completes the "build" phase, but fails as below. Ignoring for now that Jitsi is bundling a whole lot
of dependencies, can someone help me understand what’s going on:

[...]

find-files: /gnu/store/kz7kwgm25xk83fc69immm80dazv9gb6x-jitsi-2.10: No such file or directory

[...]

builder for `/gnu/store/hxpb6xvx324d9i9kxc7ywfwwaz3zgs4z-jitsi-2.10.drv' failed to produce output path `/gnu/store/kz7kwgm25xk83fc69immm80dazv9gb6x-jitsi-2.10' @ build-failed /gnu/store/hxpb6xvx324d9i9kxc7ywfwwaz3zgs4z-jitsi-2.10.drv - 1 builder for `/gnu/store/hxpb6xvx324d9i9kxc7ywfwwaz3zgs4z-jitsi-2.10.drv' failed to produce output path `

Hi,

These messages indicate that the build procedure did not create the output directory, i.e. nothing was installed. So you should have a look at the build procedure, and make sure there is an install phase that creates and populates the output directory (available as (assoc-ref %outputs "out")) with the items that were built.

Thomas

reply via email to

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