From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Guix video repository: First video script commited Date: Thu, 28 Feb 2019 18:46:28 +0100 Message-ID: <877edjztzf.fsf@elephly.net> References: <20190227001049.2ad18e97@alma-ubu> <20190227171038.52074550@alma-ubu> <87tvgo2nr5.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzPmR-0004y8-A4 for guix-devel@gnu.org; Thu, 28 Feb 2019 12:47:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzPmP-00023o-45 for guix-devel@gnu.org; Thu, 28 Feb 2019 12:47:35 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzPmC-0001jx-Fu for guix-devel@gnu.org; Thu, 28 Feb 2019 12:47:24 -0500 In-reply-to: <87tvgo2nr5.fsf@roquette.mug.biscuolo.net> 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: Giovanni Biscuolo Cc: guix-devel Giovanni Biscuolo writes: > 4. in guix-videos/01-installation-from-script [env]# I run > "./buildall.sh", at this point the build process enters a (infinite?) > loop with this output: > > --8<---------------cut here---------------start------------->8--- > tail -n 20 01-installation-from-script/en_US/out/firstCli-0913.txt | \ > paps --landscape --columns=3D80 --font "Monospace 20" | \ > convert -density 128 \ > -fill black \ > -background white \ > -flatten \ > -rotate 90 \ > -delete 0--2 - 01-installation-from-script/en_US/out/firstCli-0913.png > convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscal= e PNG `01-installation-from-script/en_US/out/firstCli-0913.png' @ warning/p= ng.c/MagickPNGWarningHandler/1667. > --8<---------------cut here---------------end--------------->8--- > > the number of the resulting "firstCli-XXXX.[txt|png]" files is > progressive > > I've interrupted the process after a few minutes and now I've a total of > 2495 files in guix-videos/01-installation-from-script/en_US/out/ 2198 of > them are txt and 306 png There will be lots of files. That=E2=80=99s expected. They are frames for= the command line videos. Eventually all of them would be converted from txt to png. --=20 Ricardo