unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Jami bug investigation #2
@ 2020-05-20 23:11 Jan
  2020-05-22  9:07 ` Pierre Neidhardt
  0 siblings, 1 reply; 5+ messages in thread
From: Jan @ 2020-05-20 23:11 UTC (permalink / raw)
  To: guix-devel

Hello,

I'm still trying to fix the bug, Jami devs are still busy doing other
things, so I decided to do an experiment.
I discovered tarballs published at
https://dl.jami.net/release/tarballs/ often have some faults - one time
it didn't contain client-gnome and lrc folders, and the most recent one
doesn't contain daemon/contrib folder. My idea is the automatically
generated tarballs contain some undiscovered yet faults that make our
package behave differently.

To check if it's true, I decided not to use these tarballs and use
git-fetch instead - I did it with Jami daemon and daemon client lib,
but I can't apply patches for pjproject - the patch command tells me
files are read-only. This is really strange, because I make the files
writable using "make-file-writable", which works on the current
Jami package and works for ffmpeg-jami (even after modifying jami
daemon and the procedures applying patches).

Is it possible that there's something wrong with permissions in the
pjproject repository, which makes it impossible to apply the patches?
I'm using the exact same pjproject version as Jami developers, yet
patching fails.

Any ideas?


Jan Wielkiewicz


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Jami bug investigation #2
  2020-05-20 23:11 Jami bug investigation #2 Jan
@ 2020-05-22  9:07 ` Pierre Neidhardt
  2020-05-22 13:35   ` Jan
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pierre Neidhardt @ 2020-05-22  9:07 UTC (permalink / raw)
  To: Jan, guix-devel

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

When do you apply patches?
If in (source ...), those patches are possibly applied before you make
the repository writable.

Please share the recipe, this will help :)

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Jami bug investigation #2
  2020-05-22  9:07 ` Pierre Neidhardt
@ 2020-05-22 13:35   ` Jan
  2020-05-22 14:15   ` Jan
  2020-05-25 22:36   ` Jan
  2 siblings, 0 replies; 5+ messages in thread
From: Jan @ 2020-05-22 13:35 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: guix-devel

On Fri, 22 May 2020 11:07:34 +0200
Pierre Neidhardt <mail@ambrevar.xyz> wrote:

> When do you apply patches?
> If in (source ...), those patches are possibly applied before you make
> the repository writable.
The patches are applied by the jami-apply-dependency-patches procedure
which is used in the modify-phases field. I even make sure the phases
run in order by using "add-after 'unpack 'make-git-checkout-writable"
and then "add-after 'make-git-checkout-writable 'apply-patches".

> Please share the recipe, this will help :)
> 

I'll post the code in my repo later this day - the change allowing Jami
to be built from git is 5 fat commits already.



Jan Wielkiewicz


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Jami bug investigation #2
  2020-05-22  9:07 ` Pierre Neidhardt
  2020-05-22 13:35   ` Jan
@ 2020-05-22 14:15   ` Jan
  2020-05-25 22:36   ` Jan
  2 siblings, 0 replies; 5+ messages in thread
From: Jan @ 2020-05-22 14:15 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: guix-devel

On Fri, 22 May 2020 11:07:34 +0200
Pierre Neidhardt <mail@ambrevar.xyz> wrote:

> Please share the recipe, this will help :)
> 

Okay, here it is
https://gitlab.com/kromka_chleba/jami-package-and-other-things-for-guix/-/commits/wip-jami-from-git/
or just clone it from
https://gitlab.com/kromka_chleba/jami-package-and-other-things-for-guix.git
and go to the "wip-jami-from-git" branch.

Thanks for checking it.


Jan Wielkiewicz


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Jami bug investigation #2
  2020-05-22  9:07 ` Pierre Neidhardt
  2020-05-22 13:35   ` Jan
  2020-05-22 14:15   ` Jan
@ 2020-05-25 22:36   ` Jan
  2 siblings, 0 replies; 5+ messages in thread
From: Jan @ 2020-05-25 22:36 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: guix-devel

Okay, so I fixed the patching problem using "--ignore-whitespace".


Jan Wielkiewicz


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-25 22:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 23:11 Jami bug investigation #2 Jan
2020-05-22  9:07 ` Pierre Neidhardt
2020-05-22 13:35   ` Jan
2020-05-22 14:15   ` Jan
2020-05-25 22:36   ` Jan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).