* emacs-26.1.1 pretest at Xubuntu
@ 2018-04-10 9:17 Andreas Röhler
2018-04-12 12:29 ` Robert Pluim
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Röhler @ 2018-04-10 9:17 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
while recent pretest builds fine at Debian, get a strange error at
Ubuntu (Xubuntu)
uname -a:
Linux mymach 4.4.0-120-generic #144-Ubuntu SMP Thu Apr 5 14:11:49 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux
Emacs called from src-directory:
./emacs-26.1.1 -q
Font ‘"Liberation Mono-18"’ is not defined
While ./emacs-26.1.1 -Q starts with a minimal fontset
;;;
In .alias lives something like
alias e26="~/emacs-26.0.91/src/emacs-26.0.91.1 --debug-init --font
'Liberation Mono-18' &"
and in custom-file
'(default ((t (:inherit nil :stipple nil :background "gray9"
:foreground "wheat4" :inverse-video nil :box nil :strike-through nil
:overline nil :underline nil :slant normal :weight normal :height 181
:width normal :foundry "unknown" :family "Liberation Mono"))))
However that should not effect a fresh build.
Also a different build used Liberation Mono, so it should be available.
Might be worth reporting.
Cheers,
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs-26.1.1 pretest at Xubuntu
2018-04-10 9:17 emacs-26.1.1 pretest at Xubuntu Andreas Röhler
@ 2018-04-12 12:29 ` Robert Pluim
2018-04-16 10:32 ` Andreas Röhler
0 siblings, 1 reply; 6+ messages in thread
From: Robert Pluim @ 2018-04-12 12:29 UTC (permalink / raw)
To: Andreas Röhler; +Cc: help-gnu-emacs
Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
> Hi,
>
> while recent pretest builds fine at Debian, get a strange error at
> Ubuntu (Xubuntu)
>
>
> uname -a:
> Linux mymach 4.4.0-120-generic #144-Ubuntu SMP Thu Apr 5 14:11:49 UTC
> 2018 x86_64 x86_64 x86_64 GNU/Linux
>
>
> Emacs called from src-directory:
>
> ./emacs-26.1.1 -q
> Font ‘"Liberation Mono-18"’ is not defined
>
> While ./emacs-26.1.1 -Q starts with a minimal fontset
> ;;;
>
Is it possible you have a site-start.el or site-lisp thatʼs attempting
to use "Liberation Mono-18"? '-Q' bypasses loading those. The value of
'load-path' should tell you where emacs is looking for them.
Robert
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs-26.1.1 pretest at Xubuntu
2018-04-12 12:29 ` Robert Pluim
@ 2018-04-16 10:32 ` Andreas Röhler
2018-04-16 12:49 ` Robert Pluim
2018-04-16 17:46 ` Eli Zaretskii
0 siblings, 2 replies; 6+ messages in thread
From: Andreas Röhler @ 2018-04-16 10:32 UTC (permalink / raw)
To: Robert Pluim; +Cc: help-gnu-emacs
On 12.04.2018 14:29, Robert Pluim wrote:
> Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
>
>> Hi,
>>
>> while recent pretest builds fine at Debian, get a strange error at
>> Ubuntu (Xubuntu)
>>
>>
>> uname -a:
>> Linux mymach 4.4.0-120-generic #144-Ubuntu SMP Thu Apr 5 14:11:49 UTC
>> 2018 x86_64 x86_64 x86_64 GNU/Linux
>>
>>
>> Emacs called from src-directory:
>>
>> ./emacs-26.1.1 -q
>> Font ‘"Liberation Mono-18"’ is not defined
>>
>> While ./emacs-26.1.1 -Q starts with a minimal fontset
>> ;;;
>>
>
> Is it possible you have a site-start.el or site-lisp thatʼs attempting
> to use "Liberation Mono-18"? '-Q' bypasses loading those. The value of
> 'load-path' should tell you where emacs is looking for them.
>
> Robert
>
Hmm, same thing with option --no-site-file
tells 'Font ‘"Liberation Mono-18"’ is not defined' and refuses to start
Worth a bug-report?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs-26.1.1 pretest at Xubuntu
2018-04-16 10:32 ` Andreas Röhler
@ 2018-04-16 12:49 ` Robert Pluim
2018-04-17 8:08 ` Andreas Röhler
2018-04-16 17:46 ` Eli Zaretskii
1 sibling, 1 reply; 6+ messages in thread
From: Robert Pluim @ 2018-04-16 12:49 UTC (permalink / raw)
To: Andreas Röhler; +Cc: help-gnu-emacs
Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
> On 12.04.2018 14:29, Robert Pluim wrote:
>> Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
>>
>>> Hi,
>>>
>>> while recent pretest builds fine at Debian, get a strange error at
>>> Ubuntu (Xubuntu)
>>>
>>>
>>> uname -a:
>>> Linux mymach 4.4.0-120-generic #144-Ubuntu SMP Thu Apr 5 14:11:49 UTC
>>> 2018 x86_64 x86_64 x86_64 GNU/Linux
>>>
>>>
>>> Emacs called from src-directory:
>>>
>>> ./emacs-26.1.1 -q
>>> Font ‘"Liberation Mono-18"’ is not defined
>>>
>>> While ./emacs-26.1.1 -Q starts with a minimal fontset
>>> ;;;
>>>
>>
>> Is it possible you have a site-start.el or site-lisp thatʼs attempting
>> to use "Liberation Mono-18"? '-Q' bypasses loading those. The value of
>> 'load-path' should tell you where emacs is looking for them.
>>
>> Robert
>>
>
>
> Hmm, same thing with option --no-site-file
>
> tells 'Font ‘"Liberation Mono-18"’ is not defined' and refuses to start
So the only other difference between -Q which works and -q which
doesnʼt is that also -Q disables reading of X resources. Does
xrdb -query|grep -i emacs
give any indications?
> Worth a bug-report?
Iʼm not sure. Something is requesting that emacs use a font which you
donʼt have installed, so emacs refuses to start. Iʼm not convinced
thatʼs a bug in emacs.
Robert
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs-26.1.1 pretest at Xubuntu
2018-04-16 12:49 ` Robert Pluim
@ 2018-04-17 8:08 ` Andreas Röhler
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Röhler @ 2018-04-17 8:08 UTC (permalink / raw)
To: Robert Pluim; +Cc: help-gnu-emacs
On 16.04.2018 14:49, Robert Pluim wrote:
> Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
>
>> On 12.04.2018 14:29, Robert Pluim wrote:
>>> Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
>>>
>>>> Hi,
>>>>
>>>> while recent pretest builds fine at Debian, get a strange error at
>>>> Ubuntu (Xubuntu)
>>>>
>>>>
>>>> uname -a:
>>>> Linux mymach 4.4.0-120-generic #144-Ubuntu SMP Thu Apr 5 14:11:49 UTC
>>>> 2018 x86_64 x86_64 x86_64 GNU/Linux
>>>>
>>>>
>>>> Emacs called from src-directory:
>>>>
>>>> ./emacs-26.1.1 -q
>>>> Font ‘"Liberation Mono-18"’ is not defined
>>>>
>>>> While ./emacs-26.1.1 -Q starts with a minimal fontset
>>>> ;;;
>>>>
>>>
>>> Is it possible you have a site-start.el or site-lisp thatʼs attempting
>>> to use "Liberation Mono-18"? '-Q' bypasses loading those. The value of
>>> 'load-path' should tell you where emacs is looking for them.
>>>
>>> Robert
>>>
>>
>>
>> Hmm, same thing with option --no-site-file
>>
>> tells 'Font ‘"Liberation Mono-18"’ is not defined' and refuses to start
>
> So the only other difference between -Q which works and -q which
> doesnʼt is that also -Q disables reading of X resources. Does
>
> xrdb -query|grep -i emacs
>
> give any indications?
>
Found an entry in .Xresources:
Emacs.font: "Liberation Mono-18"
Will delete this and build again.
Thanks!
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs-26.1.1 pretest at Xubuntu
2018-04-16 10:32 ` Andreas Röhler
2018-04-16 12:49 ` Robert Pluim
@ 2018-04-16 17:46 ` Eli Zaretskii
1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2018-04-16 17:46 UTC (permalink / raw)
To: help-gnu-emacs
> From: Andreas Röhler <andreas.roehler@easy-emacs.de>
> Date: Mon, 16 Apr 2018 12:32:15 +0200
> Cc: help-gnu-emacs@gnu.org
>
> Hmm, same thing with option --no-site-file
>
> tells 'Font ‘"Liberation Mono-18"’ is not defined' and refuses to start
>
> Worth a bug-report?
A bug report is unlikely to help here, unless you are able to dig into
the problem and describe its root cause. There's almost certainly
something specific to your local system setup that triggers this, and
until you identify what that something is, there's no way to have a
constructive discussion about this issue in a bug report.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-04-17 8:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-10 9:17 emacs-26.1.1 pretest at Xubuntu Andreas Röhler
2018-04-12 12:29 ` Robert Pluim
2018-04-16 10:32 ` Andreas Röhler
2018-04-16 12:49 ` Robert Pluim
2018-04-17 8:08 ` Andreas Röhler
2018-04-16 17:46 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).