From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#49789: 28.0.50; svg file is not displayed when opening (--with-x-toolkit=athena) Date: Sat, 31 Jul 2021 16:00:43 +0300 Message-ID: <83fsvupric.fsf@gnu.org> References: <87a6m3ez2p.fsf@mat.ucm.es> <83k0l6q56q.fsf@gnu.org> <87mtq2ell8.fsf@mat.ucm.es> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5539"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 49789@debbugs.gnu.org To: Uwe Brauer Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 31 15:02:32 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1m9odM-0001Iv-LP for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 31 Jul 2021 15:02:32 +0200 Original-Received: from localhost ([::1]:37962 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9odL-0006lY-Jh for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 31 Jul 2021 09:02:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9oct-0006lL-43 for bug-gnu-emacs@gnu.org; Sat, 31 Jul 2021 09:02:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50167) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m9ocr-00016Q-PB for bug-gnu-emacs@gnu.org; Sat, 31 Jul 2021 09:02:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m9ocr-0000ql-OF for bug-gnu-emacs@gnu.org; Sat, 31 Jul 2021 09:02:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 31 Jul 2021 13:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49789 X-GNU-PR-Package: emacs Original-Received: via spool by 49789-submit@debbugs.gnu.org id=B49789.16277364821414 (code B ref 49789); Sat, 31 Jul 2021 13:02:01 +0000 Original-Received: (at 49789) by debbugs.gnu.org; 31 Jul 2021 13:01:22 +0000 Original-Received: from localhost ([127.0.0.1]:33480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m9ocE-0000MO-Ch for submit@debbugs.gnu.org; Sat, 31 Jul 2021 09:01:22 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:34590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m9ocC-0000Fo-00 for 49789@debbugs.gnu.org; Sat, 31 Jul 2021 09:01:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47868) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9oc5-0000kE-04; Sat, 31 Jul 2021 09:01:14 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2014 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9obn-0003BT-HZ; Sat, 31 Jul 2021 09:01:07 -0400 In-Reply-To: <87mtq2ell8.fsf@mat.ucm.es> (message from Uwe Brauer on Sat, 31 Jul 2021 14:04:03 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:210974 Archived-At: > From: Uwe Brauer > Cc: Uwe Brauer , 49789@debbugs.gnu.org > Date: Sat, 31 Jul 2021 14:04:03 +0200 > > > your build was not linked against the librsvg library (the RSVG > > feature is not in the list), so it simply doesn't support display of > > SVG images. > > Hm, the INSTALL file states: > > > To disable individual types of image support in Emacs for some reason, > even though configure finds the libraries, you can configure with one > or more of these options: > > --without-xpm for XPM image support > --without-jpeg for JPEG image support > --without-tiff for TIFF image support > --without-gif for GIF image support > --without-png for PNG image support > --without-rsvg for SVG image support > > Since I did not use --without-rsvg, I interpret this instruction that > svg *is* supported. So > > 1. Either the documentation should be changed or > > 2. There is a bug somewhere Note the "even though configure finds the libraries" part in the INSTALL text. In your case, the configure script didn't find librsvg, I guess, so the --without-NNN is not needed to build Emacs without SVG support.