From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Nicolas P. Rougier (inria)" Newsgroups: gmane.emacs.devel Subject: Re: ELPA: New package: svg-lib Date: Tue, 28 Sep 2021 07:34:33 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19694"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.6; emacs 27.2 Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 28 07:36:17 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mV5mq-0004wP-QK for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Sep 2021 07:36:16 +0200 Original-Received: from localhost ([::1]:43966 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mV5mo-0002Sd-SR for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Sep 2021 01:36:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56404) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mV5lT-0000fU-FZ for emacs-devel@gnu.org; Tue, 28 Sep 2021 01:34:51 -0400 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:40876) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mV5lQ-0006ak-PH for emacs-devel@gnu.org; Tue, 28 Sep 2021 01:34:51 -0400 IronPort-HdrOrdr: =?us-ascii?q?A9a23=3Aw17p4qgry5sMdBa1E8U8urm5tHBQXr0ji2hC?= =?us-ascii?q?6mlwRA09TyX+raGTdZUguyMc5wxhO03I9erwWpVoIkmyyXcK2+ks1N6ZNWGM0l?= =?us-ascii?q?dAR7sP0WKN+VDdJxE=3D?= X-IronPort-AV: E=Sophos;i="5.84,326,1620684000"; d="scan'208";a="530714468" Original-Received: from 91-160-114-139.subs.proxad.net (HELO M-E7-NPR) ([91.160.114.139]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2021 07:34:46 +0200 In-reply-to: Received-SPF: pass client-ip=192.134.164.83; envelope-from=nicolas.rougier@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:275649 Archived-At: Thanks. Nicolas Stefan Monnier writes: >> Thanks for the report. I've fixed most of them and let you know=20 >> when >> everythign is fixed. > > I see you fixed the copyright which is the only one that=20 > mattered, so > I pushed it, thanks. Should appear in GNU ELPA as soon as you=20 > bump the > `Version:` header (the commit which introduced the `Version:=20 > 1.0` still > had problematic copyright info, which will prevent building that > tarball). > >> May I ask how you get such detailed report on the byte=20 >> compilation? > > The spurious "Required package =E2=80=98=E2=80=99 is unavailable"= were > graciously provided by some bugs in my config, the likes of=20 > "refs to > free var" and the "unused var" should come from `make=20 > packages/svg-lib` > (which basically compiles each file in a fresh Emacs session in=20 > batch > mode), and some others come from local hacks I have in my=20 > personal > branch of Emacs. > > > Stefan