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: Fri, 24 Jan 2020 09:28:54 -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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="1457"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Paul Eggert , emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 24 15:29:42 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 1iuzxu-0000Kn-8H for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jan 2020 15:29:42 +0100 Original-Received: from localhost ([::1]:43064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuzxt-0007WL-CZ for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jan 2020 09:29:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43559) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuzxF-00076P-RI for emacs-devel@gnu.org; Fri, 24 Jan 2020 09:29:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iuzxE-0008Qd-6q for emacs-devel@gnu.org; Fri, 24 Jan 2020 09:29:01 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:62755) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iuzxE-0008Ph-2y for emacs-devel@gnu.org; Fri, 24 Jan 2020 09:29:00 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 1518644098B; Fri, 24 Jan 2020 09:28:59 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 77E22440976; Fri, 24 Jan 2020 09:28:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1579876137; bh=wyrnjuqIiDQaPtU0tGWecpvPK2ugRav4K96Wbw4ejow=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=PnOgShkuA9C6lyBUc4fdHFiGCnqyPBO3qO0GCWbw3txZWKzaMmyi/UulBZRAaOpl2 6TwZVylTSht7hNe3Kc1oC2umDE6o6r+jVLEvsLR4rCW4BGhsDKVhaFgfLEegDD2nFH npf7+uNdZMbSMZrD7hdZ0htzK0KiLxxEBLE99jj6HoYzBwjHvZih9vpxypPnr7ZkeA VCknzQ5yIshDecrSrZHrZ8lJ53KP6wFTWDi5OXz/sqLFFs6Rrqjs+anvnI0BxfWp/N iS8lExX0SMrBP5EIPqdfEZO7LyolXQDQXIRBNdgpd2jeSlom4zuIT85/8L5KnJYEDc 4lv34Bb5up1CA== Original-Received: from pastel (69-196-141-61.dsl.teksavvy.com [69.196.141.61]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 42C7212061D; Fri, 24 Jan 2020 09:28:57 -0500 (EST) In-Reply-To: <87wo9hb1ej.fsf@mat.ucm.es> (Uwe Brauer's message of "Fri, 24 Jan 2020 11:21:24 +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:244568 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? Stefan