From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Becze Subject: Re: rav1e AV1 encoder Date: Fri, 21 Feb 2020 11:46:58 -0500 Message-ID: <9ddd4e49-325c-d6ce-9444-227f98fd130d@riseup.net> References: <20200220224353.GA28976@jasmine.lan> <9e81d5d5-1f2a-3c6d-5f99-c001d1a03b7f@riseup.net> <20200221164105.GA7839@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53760) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5BSD-0006dq-N9 for guix-devel@gnu.org; Fri, 21 Feb 2020 11:47:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5BSC-0000qB-Er for guix-devel@gnu.org; Fri, 21 Feb 2020 11:47:05 -0500 Received: from mx1.riseup.net ([198.252.153.129]:50812) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5BSC-0000oM-AB for guix-devel@gnu.org; Fri, 21 Feb 2020 11:47:04 -0500 In-Reply-To: <20200221164105.GA7839@jasmine.lan> Content-Language: en-US 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-mx.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org hmm do you mind sending me rav1e-sorted.scm? Thanks for the report! On 2/21/20 11:41 AM, Leo Famulari wrote: > On Fri, Feb 21, 2020 at 04:15:43AM -0500, Martin Becze wrote: >> 2) Sort the packages, `guile -s ./sort2.scm mypackage.scm > mypackage.= scm` >> (you will probably also want to sort crates-io.scm, i think some packa= ges >> may be out-of-order now) >=20 > I sorted rav1e.scm and crates-io.scm, no problem... >=20 >> 3) merge mypackages.scm and crates-io.scm `guile -s ./merge.scm >> ./mypackage.scm ./crates-io.scm` >=20 > It crashes like this: >=20 > ------ > ~/work/guix/pre-inst-env guile -s ~/tmp/merge.scm gnu/packages/rav1e-so= rted.scm gnu/packages/crates-io-sorted.scm > Backtrace: > 6 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 5 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 4 (_ #(#(#))) > In ice-9/boot-9.scm: > 2312:4 3 (save-module-excursion _) > 3832:12 2 (_) > In /home/leo/tmp/merge.scm: > 101:10 1 (merge-iter # =E2=80=A6) > In unknown file: > 0 (string=20 > ERROR: In procedure string In procedure string<: Wrong type argument in position 1 (expecting stri= ng): #f > ------ >=20