all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31246: 25.1; AIX 7.2: emacs does not start in X11 window
@ 2018-04-23  8:28 scht
  2018-04-23 16:03 ` Glenn Morris
  2018-04-23 16:10 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: scht @ 2018-04-23  8:28 UTC (permalink / raw)
  To: 31246


It's on a fresh install of AIX 7.2. I got the packages from Bull for
Emacs 25.1:
emacs-X11-25.1-1.ppc
emacs-25.1-1.ppc

Other X11 programs work normally, but emacs starts in the terminal
window only.



In GNU Emacs 25.1.1 (powerpc-ibm-aix6.1.9.0)
 of 2017-03-24 built on castor1.coopibm.frec.bull.fr
Configured using:
 'configure --prefix=/opt/freeware --info=/opt/freeware/info
 --libexecdir=/opt/freeware/lib --sharedstatedir=/var --with-pop
 --with-x=no CC=gcc 'CFLAGS=-O2 ' LDFLAGS=-s'

Configured features:
JPEG DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB

Important settings:
  value of $LANG: en_US
  locale-coding-system: iso-latin-1-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...
Quit

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message dired format-spec rfc822 mml
mml-sec password-cache epg epg-config gnus-util mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
regexp-opt rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode
easymenu cl-loaddefs pcase cl-lib mail-prsvr mail-utils term/xterm xterm
time-date disp-table mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type tabulated-list newcomment elisp-mode
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese charscript case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote dbusbind gfilenotify multi-tty
make-network-process emacs)

Memory information:
((conses 8 85423 5849)
 (symbols 24 18837 0)
 (miscs 20 81 162)
 (strings 16 14196 4263)
 (string-bytes 1 408915)
 (vectors 8 9751)
 (vector-slots 4 388250 1786)
 (floats 8 148 145)
 (intervals 28 250 269)
 (buffers 520 20))





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#31246: 25.1; AIX 7.2: emacs does not start in X11 window
  2018-04-23  8:28 bug#31246: 25.1; AIX 7.2: emacs does not start in X11 window scht
@ 2018-04-23 16:03 ` Glenn Morris
  2018-04-23 16:10 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2018-04-23 16:03 UTC (permalink / raw)
  To: scht; +Cc: 31246


> Configured features:
> JPEG DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB

According to this, your Emacs was not built with X11 support.
Try reporting this to the person who made those binaries.
The contact address seems to be
http://www.bullfreeware.com/contact.php





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#31246: 25.1; AIX 7.2: emacs does not start in X11 window
  2018-04-23  8:28 bug#31246: 25.1; AIX 7.2: emacs does not start in X11 window scht
  2018-04-23 16:03 ` Glenn Morris
@ 2018-04-23 16:10 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2018-04-23 16:10 UTC (permalink / raw)
  To: scht; +Cc: 31246

> From: <scht@uniserv.com>
> Date: Mon, 23 Apr 2018 10:28:12 +0200
> 
> 
> It's on a fresh install of AIX 7.2. I got the packages from Bull for
> Emacs 25.1:
> emacs-X11-25.1-1.ppc
> emacs-25.1-1.ppc
> 
> Other X11 programs work normally, but emacs starts in the terminal
> window only.

Your Emacs was built without X11 support:

> In GNU Emacs 25.1.1 (powerpc-ibm-aix6.1.9.0)
>  of 2017-03-24 built on castor1.coopibm.frec.bull.fr
> Configured using:
>  'configure --prefix=/opt/freeware --info=/opt/freeware/info
>  --libexecdir=/opt/freeware/lib --sharedstatedir=/var --with-pop
>  --with-x=no CC=gcc 'CFLAGS=-O2 ' LDFLAGS=-s'
   ^^^^^^^^^^^

Consequently, the list of features doesn't include X11:

> Configured features:
> JPEG DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB

You need to find a build with X11.  (I'd expect emacs-X11-25.1-1.ppc
to be that build, but assuming you already installed it, I guess
that's some snafu on the Bull site or something.)





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-23 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23  8:28 bug#31246: 25.1; AIX 7.2: emacs does not start in X11 window scht
2018-04-23 16:03 ` Glenn Morris
2018-04-23 16:10 ` Eli Zaretskii

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.