Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2000 18:41:43 -0700 (MST)
From:      baram@HOME.NET
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17496: emacs 19.34 fails to initialize the screen 
Message-ID:  <200003200141.SAA15451@c74763-a.aurora1.co.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         17496
>Category:       ports
>Synopsis:       /usr/ports/editors/emacs termcap problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 19 17:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     baram@HOME.NET
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

Operating System:
----------------
% uname -a
FreeBSD c74763-a.aurora1.co.home.com 4.0-STABLE FreeBSD 4.0-STABLE #1: Sun Mar 1
9 10:52:41 MST 2000     root@c74763-a.aurora1.co.home.com:/usr/src/sys/compile/B
SD  i386

Emacs Config:
------------
Configured for `i386--freebsd'.
  Where should the build process find the source code?    /usr/ports/editors/ema
cs/work/emacs-19.34
  What operating system and machine description files should Emacs use?
        `s/freebsd.h' and `m/intel386.h'
  What compiler should emacs be built with?               cc -O -pipe
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use the relocating allocator for buffers?  yes
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib

Emacs Config (NO_X11):
---------------------
Configured for `i386--freebsd'.
  Where should the build process find the source code?    /usr/ports/editors/ema
cs/work/emacs-19.34
  What operating system and machine description files should Emacs use?
        `s/freebsd.h' and `m/intel386.h'
  What compiler should emacs be built with?               cc -O -pipe
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use the relocating allocator for buffers?  yes
  What window system should Emacs use?                    none
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE

Dynamic Libs:
------------
% ldd /usr/local/bin/emacs_x
/usr/local/bin/emacs_x:
        libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x28108000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x2813d000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x2814e000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28191000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28199000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x281ad000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x281b8000)
        libutil.so.3 => /usr/lib/libutil.so.3 (0x28251000)
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x2825b000)
        libm.so.2 => /usr/lib/libm.so.2 (0x2829a000)
        libc.so.4 => /usr/lib/libc.so.4 (0x282b5000)
        libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x28341000)

% ldd /usr/local/bin/emacs
/usr/local/bin/emacs:
        libutil.so.3 => /usr/lib/libutil.so.3 (0x280e7000)
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x280f1000)
        libm.so.2 => /usr/lib/libm.so.2 (0x28130000)
        libc.so.4 => /usr/lib/libc.so.4 (0x2814b000)

Note: /usr/ports/editors/emacs20 is uneffected.

>Description:

	Whether in an xterm or a console, emacs fails to update, scroll, or
align the text on the screen.

>How-To-Repeat:

	% cvsup -h cvsup.freebsd.org /usr/share/examples/cvsup/ports-supfile
	% cd /usr/ports/editors/emacs && make install
	% emacs

	% cd /usr/ports/editors/emacs && make -DNO_X11 install
	% emacs

>Fix:

	Unknown.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003200141.SAA15451>