all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: phillip.lord@russet.org.uk
Cc: 42844@debbugs.gnu.org, gbiotti@gmail.com, pierre.techoueyres@free.fr
Subject: bug#42844: 27.1; Emacs 27.1: SVG file not rendered as image
Date: Wed, 19 Aug 2020 21:52:12 +0300	[thread overview]
Message-ID: <83mu2qcvtv.fsf@gnu.org> (raw)
In-Reply-To: <4ded3731fdfd2acb93c1dce7a83f6410@russet.org.uk> (phillip.lord@russet.org.uk)

> Date: Wed, 19 Aug 2020 19:33:26 +0100
> From: phillip.lord@russet.org.uk
> Cc: Eli Zaretskii <eliz@gnu.org>, 42844@debbugs.gnu.org, gbiotti@gmail.com
> 
> Pretty sure all of this stems from 61c2183a440. I dropped using pactree 
> and used pacman directly to determine dependencies. I also exclude glib2 
> as a dependency hence the problem. If I include this, we go back to 
> getting python and half the of msys2 included in the download bundle.

Too bad MSYS2 use such a "maximalistic" approach to dependencies.

> I guess for Emacs-27 I should just include glib2 and be exclude so of 
> its dependencies (gettext and python probably).

Something like that, yes.

> The question is whether to do this for Emacs-27.1 or 27.2.

I'd prefer 27.1, of course, if you can afford working on this soon
enough.  Because 27.2 is at least a couple of months away.

> For Emacs-28, I think I need a better dependency mechanism than looking 
> at msys2, perhaps based around the shell script that was sent earlier, 
> or an automated (or horror manual) use of dependency walker.

If you have Binutils installed (which you must, since you build
Emacs), you can find dependencies by recursive application of
objdump.  E.g., the following command will show all the DLLs of all
the binaries in a directory:

    objdump -p *.exe *.dll | fgrep "DLL Name:" | gawk " {print $3, $4, $5}" | sort -u

You need to rerun this each time you add one or more DLLs to the soup,
until all the DLLs you see in the list are present in the directory.





  reply	other threads:[~2020-08-19 18:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-13  9:14 bug#42844: 27.1; Emacs 27.1: SVG file not rendered as image gbiotti
2020-08-15 10:39 ` Eli Zaretskii
2020-08-15 14:17   ` gbiotti
2020-08-15 15:31     ` Eli Zaretskii
2020-08-15 17:29       ` gbiotti
2020-08-15 17:44         ` Eli Zaretskii
2020-08-16  7:40           ` phillip.lord
2020-08-17 11:02             ` gbiotti
2020-08-17 22:10               ` phillip.lord
2020-08-18  8:21                 ` gbiotti
2020-08-19 17:39   ` Pierre Téchoueyres
2020-08-19 17:52     ` gbiotti
2020-08-19 18:33     ` phillip.lord
2020-08-19 18:52       ` Eli Zaretskii [this message]
2020-08-21 17:54         ` phillip.lord
2020-08-24 20:48           ` Pierre Téchoueyres
2020-08-24 21:02             ` phillip.lord
2020-08-27 14:20             ` Lars Ingebrigtsen
2020-08-19 18:56       ` Pierre Téchoueyres
2020-08-19 18:40     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83mu2qcvtv.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=42844@debbugs.gnu.org \
    --cc=gbiotti@gmail.com \
    --cc=phillip.lord@russet.org.uk \
    --cc=pierre.techoueyres@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.