From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Wielkiewicz Subject: Re: Packaging Jami progress Date: Sun, 15 Dec 2019 21:12:30 +0100 Message-ID: <20191215211230.66fea79e@interia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42564) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igajs-0005Od-2S for guix-devel@gnu.org; Sun, 15 Dec 2019 15:43:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igajp-0005xv-8s for guix-devel@gnu.org; Sun, 15 Dec 2019 15:43:38 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.153]:36245) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1igajl-0005rd-Nb for guix-devel@gnu.org; Sun, 15 Dec 2019 15:43:35 -0500 Received: from localhost (89-64-54-32.dynamic.chello.pl [89.64.54.32]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for ; Sun, 15 Dec 2019 21:12:38 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi all, I made some progress with applying patches for dependencies. The function works now, I use it with pjproject-jami correctly. Tried luck with ffmpeg-jami, the compilation process works, but one test fails: TEST lavf-mkv_attachment TEST lavf-mov TEST lavf-mov_rtphint --- ./tests/ref/lavf/mov_rtphint 1970-01-01 00:00:01.000000000 +0000 +++ tests/data/fate/lavf-mov_rtphint 2019-12-15 20:04:09.880137614 +0000 @@ -1,3 +1,3 @@ -7014419d8267c2751314303a8fb303c1 *tests/data/lavf/lavf.mov_rtphint -366449 tests/data/lavf/lavf.mov_rtphint +872f923297706823384923086147e2b4 *tests/data/lavf/lavf.mov_rtphint +370877 tests/data/lavf/lavf.mov_rtphint tests/data/lavf/lavf.mov_rtphint CRC=0xbb2b949b Test lavf-mov_rtphint failed. Look at tests/data/fate/lavf-mov_rtphint.err for details. make: *** [tests/Makefile:241: fate-lavf-mov_rtphint] Error 1 make: *** Waiting for unfinished jobs.... Could it be changing the date we do in Guix makes a test fail? Any ideas what could be wrong? Sould I skip the test? Jan Wielkiewicz