From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Ubuntu 16.04 cannot compile commit c4687d920db081f29e93cca8156793d545a827e2 Date: Sat, 25 Jan 2020 17:48:58 -0500 Message-ID: References: <878slyexyy.fsf@mat.ucm.es> <5e8c8262-8333-d17a-e21a-454b7cc7f780@cs.ucla.edu> <8736c5ck2g.fsf@mat.ucm.es> <9d686cf1-bce8-8a2e-af85-25c44396d575@cs.ucla.edu> <87wo9hb1ej.fsf@mat.ucm.es> <87blqrdvqm.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="93588"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 25 23:49:39 2020 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 1ivUFG-000OJZ-LA for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Jan 2020 23:49:38 +0100 Original-Received: from localhost ([::1]:58052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivUFF-0008L7-Qd for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Jan 2020 17:49:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44934) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivUEn-0007ug-50 for emacs-devel@gnu.org; Sat, 25 Jan 2020 17:49:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivUEl-0008Jv-HW for emacs-devel@gnu.org; Sat, 25 Jan 2020 17:49:08 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:60674) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ivUEl-0008JI-Au for emacs-devel@gnu.org; Sat, 25 Jan 2020 17:49:07 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 778874409F3; Sat, 25 Jan 2020 17:49:06 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id CAD3D4409F0; Sat, 25 Jan 2020 17:49:00 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1579992540; bh=8jxTsA45n0FhdwkWvbqsyRCGn/p9IPBsrU4bABDKCFA=; h=From:To:Subject:References:Date:In-Reply-To:From; b=LMRHB1bb5HuvxFCljT5vR/tuD1tkY7yMziXSuiYbp/hIygEc/GWOancf1t2hdj8JY ziiINZ3RncEAH3rdLOoGuFsXqJo+2pDY94NrMsW0MF28Cd+WNm9YvkXN5lmuKQvfEm SyRyCEyuCyOqFkmJG+gH7ji/1yftXJ9fg1S9ycviKphUIjHaskEv+8wabAN1LAKJ5Y 4cNSARQBxgpU0GYIZsI/NsJ/4i1s6f3i6w7MvdCzFQA3xh9tw45wP5jgwd+UWEPcF6 cmbGnVMnzNzfMZhlWMurjN6O15RT0g6aX3LOane35fcw58YQXcdJR4wPRTkFmCbiGj LttSHpxtdN6rg== Original-Received: from pastel (unknown [216.154.30.109]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 7277A120497; Sat, 25 Jan 2020 17:49:00 -0500 (EST) In-Reply-To: <87blqrdvqm.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 25 Jan 2020 23:20:01 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:244641 Archived-At: > >> pkg_cv_LIBOTF_LIBS='-lfreetype -lz -lpng12 -lotf -lfreetype' > > [...] > >> LIBOTF_LIBS='-lfreetype -lz -lpng12 -lotf -lfreetype' > > > I think this is part of the answer: why do the OTF settings ask for > > a `png12` library? > > Ok I could finally do some testing. > > I tried again to ./configure and compile master from December 2019 and > from August 2019 which I have compiled without a problem. Maybe it's a problem in the `libotf-dev` package? > 1. I don't want to run --without-png You can try `--without-libotf`? Stefan