all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Re: HarfBuzz is available on MS-Windows
Date: Fri, 31 May 2019 19:13:13 +0200	[thread overview]
Message-ID: <87pnnytumu.fsf@telefonica.net> (raw)
In-Reply-To: 87tvdatvz5.fsf@telefonica.net

Óscar Fuentes <ofv@wanadoo.es> writes:

> Thanks. Just built and installed emacs on MSYS2/Mingw-w64/64 and it
> doesn't start, no output whatsoever. Tried gdb and the output was quite
> strange:
>
> $ gdb emacs.exe
> GNU gdb (GDB) 8.3
> Copyright (C) 2019 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> Type "show copying" and "show warranty" for details.
> This GDB was configured as "x86_64-w64-mingw32".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>.
> Find the GDB manual and other documentation resources online at:
>     <http://www.gnu.org/software/gdb/documentation/>.
>
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from emacs.exe...
> (No debugging symbols found in emacs.exe)
> (gdb) r
> Starting program: C:\apps\msys64\mingw64\bin\emacs.exe
> [New Thread 2480.0x7b0]
> warning: C
> warning: a
> warning: n
> warning: n
> warning: o
> warning: t
> warning:
> warning: o
> warning: p
> warning: e
> warning: n
> warning:
> warning: l
> warning: o
> warning: a
> warning: d
> warning:
> warning: f
> warning: i
> warning: l
> warning: e
> warning: :
> warning:
> warning: N
> warning: o
> warning:
> warning: s
> warning: u
> warning: c
> warning: h
> warning:
> warning: f
> warning: i
> warning: l
> warning: e
> warning:
> warning: o
> warning: r
> warning:
> warning: d
> warning: i
> warning: r
> warning: e
> warning: c
> warning: t
> warning: o
> warning: r
> warning: y
> warning: ,
> warning:
> warning: u
> warning: r
> warning: l
> warning: -
> warning: h
> warning: a
> warning: n
> warning: d
> warning: l
> warning: e
> warning: r
> warning: s
> warning:
> Cannot open load file: No such file or directory, url-handlers
> [Thread 2480.0x7b0 exited with code 0]
> [Inferior 1 (process 2480) exited with code 037777777777]
> (gdb)
>
>
> However, -Q works. Will bisect my .emacs later tonight.

The problem persist after commenting-out all my .emacs. However, noticed
that on `emacs -Q .emacs` if I evaluate (package initialize) (which is
the first line in my .emacs, courtesy of Package.el) this error is
thrown:


Debugger entered--Lisp error: (file-missing "Cannot open load file" #("No such file or directory" 0 25 (charset windows-1252)) "url-handlers")
  require(url-handlers)
  byte-code("\301\302!\210\301\303!\210\301\304!\210\301\305!\210\301\306!\210\307\310\311\312\313\314\315\316&\7\210\317\320\321\322\323DD\324\325\326\315\316&\7\210\317\327\321\322..." [package-user-dir require cl-lib seq tabulated-list macroexp url-handlers custom-declare-group package nil "Manager for Emacs Lisp packages." :group applications :version "24.1" custom-declare-variable package-enable-at-startup funcall function #f(compiled-function () #<bytecode 0xbc8589>) "Whether to make installed packages available when ..." :type boolean package-load-list #f(compiled-function () #<bytecode 0xbcffa9>) "List of packages for `package-initialize' to make ..." (repeat (choice (const all) (list :tag "Specific package" (symbol :tag "Package name") (choice :tag "Version" (const :tag "disable" nil) (const :tag "most recent" t) (string :tag "specific version"))))) :risky t package-archives #f(compiled-function () #<bytecode 0xbdcd31>) "An alist of archives from which to fetch.\nThe defa..." (alist :key-type (string :tag "Archive name") :value-type (string :tag "URL or directory name")) "26.1" package-menu-hide-low-priority #f(compiled-function () #<bytecode 0xbdf1b1>) "If non-nil, hide low priority packages from the pa..." (choice (const :tag "Don't hide anything" nil) (const :tag "Hide per package-archive-priorities" archive) (const :tag "Hide per archive and version number" t)) "25.1" package-archive-priorities #f(compiled-function () #<bytecode 0xbe7471>) "An alist of priorities for packages.\n\nEach element..." (alist :key-type (string :tag "Archive name") :value-type (integer :tag "Priority (default is 0)")) package-pinned-packages #f(compiled-function () #<bytecode 0xbe742d>) "An alist of packages that are pinned to specific a..." (alist :key-type (symbol :tag "Package") :value-type (string :tag "Archive name")) "24.4" #f(compiled-function () #<bytecode 0xbe7805>) "Directory containing the user's Emacs Lisp package..." ...] 12)
  (package-initialize)
  eval-region(254 274 t #f(compiled-function (ignore) #<bytecode 0x15f7cfd>))  ; Reading at buffer position 279
  elisp--eval-defun()
  eval-defun(nil)
  funcall-interactively(eval-defun nil)
  call-interactively(eval-defun nil nil)
  command-execute(eval-defun)




  reply	other threads:[~2019-05-31 17:13 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-31 13:57 HarfBuzz is available on MS-Windows Eli Zaretskii
2019-05-31 14:25 ` Óscar Fuentes
2019-05-31 14:59   ` Eli Zaretskii
2019-05-31 16:44     ` Óscar Fuentes
2019-05-31 17:13       ` Óscar Fuentes [this message]
2019-05-31 18:04         ` Eli Zaretskii
2019-05-31 19:35           ` Óscar Fuentes
2019-05-31 18:00       ` Eli Zaretskii
2019-05-31 20:53 ` Óscar Fuentes
2019-05-31 22:10   ` Óscar Fuentes
2019-06-01  6:36     ` Eli Zaretskii
2019-06-02 18:46 ` Phillip Lord
2019-06-02 18:56   ` Eli Zaretskii
2019-06-02 19:07     ` Phillip Lord
2019-06-02 20:36       ` Óscar Fuentes
2019-06-03  2:42         ` Eli Zaretskii
2019-06-03  3:27           ` Óscar Fuentes
2019-06-03  3:52             ` Eli Zaretskii
2019-06-03  4:07               ` Óscar Fuentes
2019-06-03  6:49                 ` Eli Zaretskii
2019-06-04  4:51 ` Tak Kunihiro
2019-06-04 14:16   ` Eli Zaretskii
2019-06-07 17:05 ` Andy Moreton
2019-06-07 20:00   ` Eli Zaretskii
2019-06-07 21:13     ` Andy Moreton
2019-06-08  6:18       ` Eli Zaretskii
2019-06-08 12:11         ` Andy Moreton
2019-06-08 12:45           ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2019-05-31 20:24 Angelo Graziosi
2019-06-01  6:13 ` 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=87pnnytumu.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --cc=emacs-devel@gnu.org \
    /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.