[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ANN: xterm-329



On 2017-06-12 12:58 -0400, G. Branden Robinson wrote:

> At 2017-06-12T18:48:37+0200, Sven Joachim wrote:
>> This does not build for me:
>> 
>> ,----
>> | gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../misc.c
>> | ../charproc.c: In function 'doparsing':
>> | ../charproc.c:3703:23: error: 'TScreen {aka struct <anonymous>}' has no member named 'graphics_regis_def_wide'; did you mean 'graphics_max_wide'?
>> |         result = screen->graphics_regis_def_wide;
>> |                        ^~
>> | ../charproc.c:3704:24: error: 'TScreen {aka struct <anonymous>}' has no member named 'graphics_regis_def_high'; did you mean 'graphics_max_high'?
>> |         result2 = screen->graphics_regis_def_high;
>> |                         ^~
>> | Makefile:131: recipe for target 'charproc.o' failed
>> | make[2]: *** [charproc.o] Error 1
>
> You might want to share some info about your environment.

Debian unstable i386, but I get the same error on amd64.

> XTerm 329 builds fine for me on Debian 9 amd64.

Maybe you have configured with --enable-regis-graphics?  This makes the
problem go away.

I have attached a full build log for reference.

Cheers,
       Sven

 dpkg-buildpackage -rfakeroot -us -uc -i
dpkg-buildpackage: info: source package xterm
dpkg-buildpackage: info: source version 329-1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Sven Joachim <svenjoac@gmx.de>
 dpkg-source -i --before-build xterm
dpkg-buildpackage: info: host architecture i386
dpkg-source: info: using options from xterm/debian/source/local-options: --unapply-patches
 fakeroot debian/rules clean
dh clean --with autotools_dev --builddirectory=build/ --parallel
   dh_testdir -O--builddirectory=build/ -O--parallel
   dh_auto_clean -O--builddirectory=build/ -O--parallel
   dh_autoreconf_clean -O--builddirectory=build/ -O--parallel
   dh_autotools-dev_restoreconfig -O--builddirectory=build/ -O--parallel
   dh_clean -O--builddirectory=build/ -O--parallel
 dpkg-source -i -b xterm
dpkg-source: info: using options from xterm/debian/source/local-options: --unapply-patches
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building xterm using existing ./xterm_329.orig.tar.gz
dpkg-source: info: building xterm in xterm_329-1.debian.tar.xz
dpkg-source: info: building xterm in xterm_329-1.dsc
 debian/rules build
dh build --with autotools_dev --builddirectory=build/ --parallel
   dh_testdir -O--builddirectory=build/ -O--parallel
   dh_update_autotools_config -O--builddirectory=build/ -O--parallel
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/usr/local/src/deb-src/xterm/xterm'
dh_autoreconf autoreconf-dickey -- -f -i
make[1]: Leaving directory '/usr/local/src/deb-src/xterm/xterm'
   dh_autotools-dev_updateconfig -O--builddirectory=build/ -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/usr/local/src/deb-src/xterm/xterm'
dh_auto_configure -- \
	--exec-prefix=/usr \
	--with-app-defaults=/etc/X11/app-defaults \
	--with-icondir=/usr/share/icons \
	--with-icon-theme=yes \
	--with-tty-group=tty \
	--enable-logging \
	--enable-wide-chars \
	--enable-luit \
	--enable-256-color \
	--disable-imake \
	--enable-narrowproto \
	--enable-exec-xterm \
	--enable-dabbrev \
	--enable-backarrow-is-erase \
	--enable-sixel-graphics \
	--enable-regis-graphics \
	--with-utempter \
	--with-desktop-category=System,TerminalEmulator, \
	DESKTOP_FLAGS="--vendor debian --dir=/usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/applications" \
	CFLAGS="-g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall" \
	CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\\\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\\\"" \
	LDFLAGS="-Wl,-z,relro -Wl,-z,now" \
	LUIT=/usr/bin/luit
	../configure --build=i686-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/i386-linux-gnu --libexecdir=\${prefix}/lib/i386-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --exec-prefix=/usr --with-app-defaults=/etc/X11/app-defaults --with-icondir=/usr/share/icons --with-icon-theme=yes --with-tty-group=tty --enable-logging --enable-wide-chars --enable-luit --enable-256-color --disable-imake --enable-narrowproto --enable-exec-xterm --enable-dabbrev --enable-backarrow-is-erase --enable-sixel-graphics --enable-regis-graphics --with-utempter --with-desktop-category=System,TerminalEmulator, "DESKTOP_FLAGS=--vendor debian --dir=/usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/applications" "CFLAGS=-g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\\\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\\\"" "LDFLAGS=-Wl,-z,relro -Wl,-z,now" LUIT=/usr/bin/luit
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
Configuring for linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking version of gcc... 6.3.0
checking for gcc option to accept ANSI C... none needed
checking $CC variable... ok
checking how to run the C preprocessor... gcc -E
checking for mawk... mawk
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for lint... no
checking for cppcheck... no
checking for splint... no
checking if we must define _GNU_SOURCE... yes
checking if we should also define _DEFAULT_SOURCE... yes
checking if _XOPEN_SOURCE really is set... yes
checking if SIGWINCH is defined... yes
checking for ncurses/curses.h... no
checking for ncurses/term.h... no
checking for stdlib.h... yes
checking for sys/ptem.h... no
checking for sys/ttydefaults.h... yes
checking for term.h... yes
checking for termios.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for nl_langinfo and CODESET... yes
checking for signal global datatype... volatile sig_atomic_t
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... (cached) yes
checking for time_t... yes
checking for cc_t in <termios.h> or <termio.h>... yes
checking for mode_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking for off_t... yes
checking for gethostname... yes
checking for getlogin... yes
checking for initgroups... yes
checking for mkdtemp... yes
checking for putenv... yes
checking for unsetenv... yes
checking for sched_yield... yes
checking for setpgid... yes
checking for strftime... yes
checking for tcgetattr... yes
checking for waitpid... yes
checking for wcswidth... yes
checking for wcwidth... yes
checking for lastlog.h... yes
checking for paths.h... yes
checking for lastlog path... _PATH_LASTLOG
checking for utmp implementation... utmp
checking if utmp.ut_host is declared... yes
checking if utmp.ut_syslen is declared... no
checking if utmp.ut_name is declared... ut_name
checking for exit-status in utmp... ut_exit.e_exit
checking if utmp.ut_xtime is declared... yes
checking if utmp.ut_session is declared... yes
checking if utmp is SYSV flavor... yes
checking for lastlog.h... (cached) yes
checking for struct lastlog... yes
checking for sys/param.h... yes
checking if POSIX saved-ids are supported... yes
checking if we want full tgetent function... yes
checking for full tgetent function... no
checking for partial tgetent function... -ltermcap
checking for termcap.h... yes
checking for X applications class... XTerm
checking for directory to install resource files... /etc/X11/app-defaults
checking for the icon name... xterm-color
checking for icon symlink to use... NONE
checking for directory to install pixmaps... ${datadir}/pixmaps
checking for directory to install icons... /usr/share/icons
checking if icon theme should be used... hicolor
checking for icon(s) to install... ../icons/xterm-color.svg:scalable/apps/xterm-color.svg ../icons/xterm-color.png:48x48/apps/xterm-color.png
checking for icon name... xterm-color
checking if you want to install desktop files... yes
checking for desktop-file-install... yes
checking for requested desktop-category... System,TerminalEmulator,
checking for install-permissions reference... xterm
checking for PATH separator... :
checking for xterm... /usr/bin/xterm
checking for symbolic link to create to xterm... xterm
checking if you want to disable openpty... no
checking if you want to disable setuid... no
checking if you want to disable setgid... no
checking if you want to run xterm setuid to a given user... no
checking if you want to run xterm setgid to match utmp/utmpx file... no
checking if you want to link with utempter... yes
checking if we can link with utempter library... yes
checking if external errno is declared... yes
checking if external errno exists... no
checking for explicit tty group name... tty
checking if we may use the tty group... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for POSIX wait functions... yes
checking if external sys_nerr is declared... yes
checking if external sys_nerr exists... yes
checking if external sys_errlist is declared... yes
checking if external sys_errlist exists... yes
checking for termios.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for X11/Intrinsic.h... yes
checking if we should define SYSV... no
checking for elf_begin in -lelf... no
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking if you want to use pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking for usable X Toolkit package... no
checking for X11/DECkeysym.h... yes
checking for X11/Sunkeysym.h... yes
checking for X11/XF86keysym.h... yes
checking for X11/XKBlib.h... yes
checking for X11/Xpoll.h... yes
checking for X11/extensions/XKB.h... yes
checking if you want to use the Xpm library for colored icon... yes
checking for X11/xpm.h... yes
checking for XpmCreatePixmapFromData in -lXpm... yes
checking if you want to use the Xinerama extension... yes
checking if you want to link with Xaw 3d library... no
checking if you want to link with Xaw 3d xft library... no
checking if you want to link with neXT Athena library... no
checking if you want to link with Athena-Plus library... no
checking for usable Xaw/Xmu package... no
checking for X11/Xpoll.h... (cached) yes
checking for declaration of fd_set... sys/types.h
checking for declaration of fd_mask... sys/types.h
checking for IRIX 6.5 baud-rate redefinitions... no
checking for XcursorGetTheme in -lXcursor... yes
checking for stropts.h... yes
checking for grantpt... yes
checking for ptsname... yes
checking for posix_openpt... yes
checking if grantpt really works... yes
checking for pty features...  pty_isatty pty_tcsetattr tty_tcsetattr
checking for openpty in -lutil... yes
checking for util.h... no
checking for libutil.h... no
checking for pty.h... yes
checking if we can use XkbQueryExtension... yes
checking for XkbQueryExtension... yes
checking if we can use XkbKeycodeToKeysym... yes
checking for XkbKeycodeToKeysym... yes
checking for XKB Bell extension... yes
checking for Xutf8LookupString... yes
checking if you want narrow prototypes for X libraries... yes
checking if we should use imake to help... no
checking for groff... /usr/bin/groff
checking for nroff... /usr/bin/nroff
checking for program to convert manpage to html... /usr/bin/groff
checking for default terminal-id... vt420
checking for default terminal-type... xterm
checking if backarrow-key should be BS... yes
checking if backarrow-key should be treated as erase... yes
checking for default backspace/DEL setting... maybe
checking for default pty initial erase setting... False
checking if alt should send ESC... no
checking if meta should send ESC... no
checking for tic... yes
checking for private terminfo-directory... none
checking if you want active-icons... yes
checking if you want ANSI color... yes
checking if you want 16 colors like aixterm... yes
checking if you want 256 colors... yes
checking if you want blinking cursor... yes
checking if you want to ignore Linux's broken palette-strings... yes
checking if you want to allow broken string-terminators... yes
checking if you want to compile-in icon data... no
checking if you want printable 128-159... yes
checking if you want bold colors mapped like IBM PC... yes
checking if you want separate color-classes... yes
checking if you want color-mode enabled by default... yes
checking if you want support for color highlighting... yes
checking if you want support for doublesize characters... yes
checking if you want fallback-support for box characters... yes
checking if you want to allow spawning new xterms... yes
checking for proc tree with cwd-support... /proc
checking if you want to use double-buffering... no
checking if you want to use FreeType library... yes
checking for FreeType configuration script... auto
checking for FreeType config... /usr/bin/pkg-config xft
checking for /usr/bin/pkg-config cflags... -I/usr/include/freetype2
checking for /usr/bin/pkg-config libs...  -lXft
checking if we can link with FreeType libraries... yes
checking for XftDrawCharSpec... yes
checking for XftDrawSetClip... yes
checking for XftDrawSetClipRectangles... yes
checking for usable Xft/fontconfig package... no
checking if you want support for HP-style function keys... no
checking if you want support for SCO-style function keys... no
checking if you want support for Sun-style function keys... yes
checking if you want saved-lines stored as a FIFO... yes
checking if you want support for internationalization... yes
checking if you want support for initial-erase setup... yes
checking if you want support for input-method... yes
checking if X libraries support input-method... yes
checking if you want support for load-vt-fonts... no
checking if you want support for logging... yes
checking if you want to allow logging via a pipe... no
checking if you want support for iconify/maximize translations... yes
checking if you want NumLock to override keyboard tables... yes
checking if you want support for get/set of base64 selection data... yes
checking if you want support for pty-handshaking... yes
checking if you want support for mouse in readline applications... no
checking if you want support for regular-expression selections... yes
checking if you want to use PCRE for regular-expressions... no
checking for regcomp... yes
checking for regular-expression headers... regex.h
checking if you want support for right-scrollbar... yes
checking if you want check for redundant name-change... yes
checking if you want support for selection-actions... yes
checking if you want support for session management... yes
checking if you want to use termcap function-keys... yes
checking if you want to use termcap-query/report... yes
checking if you want support for tek4014... yes
checking if you want pulldown menus with a toolbar... no
checking if you want VT52 emulation... yes
checking if you want wide-attribute support... yes
checking if you want wide-character support... yes
checking if you want only 16-bit character support... no
checking if you want to use mini-luit/Latin9 built-in support... no
checking if you want to use luit... yes
checking for /usr/bin/luit... /usr/bin/luit
checking if you want dynamic-abbreviation support... yes
checking if you want DECterm Locator support... no
checking if you want XHTML and SVG screen dump support... no
checking if you want ReGIS graphics support... yes
checking if -lm needed for math functions... yes
checking if you want sixel graphics support... yes
checking if you want VT420 rectangle support... yes
checking if you want -ziconbeep option... yes
checking if you want debugging traces... no
checking if you want to use dmalloc for testing... no
checking if you want to use dbmalloc for testing... no
checking if you want to use valgrind for testing... no
checking if you want to perform memory-leak testing... no
checking if you want to see long compiling messages... yes
checking if you want magic cookie emulation... no
checking for tigetstr... yes
checking for use_extended_names... yes
checking if you want to turn on gcc warnings... no
checking if filesystem supports mixed-case filenames... yes
checking for exctags... no
checking for ctags... ctags
checking for exetags... no
checking for etags... etags
checking for ctags... yes
checking for etags... yes
checking for an rpath option... -Wl,-rpath,
checking if rpath-hack should be disabled... no
checking for updated LDFLAGS... maybe
checking for ldd... ldd
configure: creating ./config.status
config.status: creating Makefile
config.status: creating df-install
config.status: creating minstall
config.status: creating xtermcfg.h
make[1]: Leaving directory '/usr/local/src/deb-src/xterm/xterm'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/usr/local/src/deb-src/xterm/xterm'
dh_auto_build
	make -j2
make[2]: Entering directory '/usr/local/src/deb-src/xterm/xterm/build'
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../button.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../cachedGCs.c
mawk '/^CASE_/{printf "#define %s %d\n", $1, n++}' < ../VTparse.def >VTparse.hin
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../charsets.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../cursor.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../data.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../doublechr.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../fontutils.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../input.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../linedata.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../main.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../menu.c
made builtin_icons.h
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../print.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../ptydata.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../scrollback.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../screen.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../scrollbar.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../tabs.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../util.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../version.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../xstrings.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../xtermcap.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../VTPrsTbl.c
mawk '/^CASE_/{printf "#define %s %d\n", $1, n++}' < ../Tekparse.def >Tekparse.hin
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../charclass.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../precompose.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../wcwidth.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../graphics_regis.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../graphics_sixel.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../graphics.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../resize.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../charproc.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../misc.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../TekPrsTbl.c
gcc -I. -I.. -DHAVE_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -DDEF_ALLOW_FONT=False -DDEF_ALLOW_TCAP=False -DDEF_DISALLOWED_WINDOW=\"1,2,3,4,5,6,7,8,9,11,13,14,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop\" -D_GNU_SOURCE -D_DEFAULT_SOURCE -DNARROWPROTO=1 -DFUNCPROTO=15 -DOSMAJORVERSION=4 -DOSMINORVERSION=11 -I/usr/include/freetype2 -DDEFCLASS=\"XTerm\"  -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -c ../Tekproc.c
/bin/sh ../plink.sh gcc -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-z,now  -o resize resize.o version.o xstrings.o -lm -lXft -lfontconfig -lfreetype -lutil -lXaw7 -lXmu -lXt -lX11 -lXinerama -lXpm -lSM -lICE -lutempter -ltermcap
/bin/sh ../plink.sh gcc -g -O2 -fdebug-prefix-map=/usr/local/src/deb-src/xterm/xterm=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-z,now  -o xterm button.o cachedGCs.o charproc.o charsets.o cursor.o data.o doublechr.o fontutils.o input.o linedata.o main.o menu.o misc.o print.o ptydata.o scrollback.o screen.o scrollbar.o tabs.o util.o version.o xstrings.o xtermcap.o VTPrsTbl.o TekPrsTbl.o Tekproc.o charclass.o precompose.o wcwidth.o graphics_regis.o graphics_sixel.o graphics.o -lm -lXft -lfontconfig -lfreetype -lutil -lXaw7 -lXmu -lXt -lX11 -lXinerama -lXpm -lSM -lICE -lutempter -ltermcap 
make[2]: Leaving directory '/usr/local/src/deb-src/xterm/xterm/build'
lynx -dump -nolist -display_charset=utf-8 debian/local/xterm.faq.html >debian/local/xterm.faq
make[1]: Leaving directory '/usr/local/src/deb-src/xterm/xterm'
   dh_auto_test -O--builddirectory=build/ -O--parallel
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary --with autotools_dev --builddirectory=build/ --parallel
   dh_testroot -O--builddirectory=build/ -O--parallel
   dh_prep -O--builddirectory=build/ -O--parallel
   debian/rules override_dh_auto_install
make[1]: Entering directory '/usr/local/src/deb-src/xterm/xterm'
dh_auto_install --destdir=debian/tmp -- install-desktop
	make -j2 install DESTDIR=/usr/local/src/deb-src/xterm/xterm/debian/tmp AM_UPDATE_INFO_DIR=no install-desktop
make[2]: Entering directory '/usr/local/src/deb-src/xterm/xterm/build'
mkdir -p /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/bin
mkdir -p /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/man/man1
mkdir -p /usr/local/src/deb-src/xterm/xterm/debian/tmp/etc/X11/app-defaults
mkdir -p /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/icons
mkdir -p /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps
ACTUAL_XTERM=`echo xterm|        sed 's,x,x,'` \
/bin/sh -c 'for n in ../xterm.desktop ../uxterm.desktop; \
	do /bin/sh df-install $ACTUAL_XTERM --vendor debian --dir=/usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/applications $n; \
	done'
/usr/bin/install -c xterm /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/bin/`echo xterm|        sed 's,x,x,'`
/usr/bin/install -c -m  755 resize /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/bin/`echo resize|       sed 's,x,x,'`
--- ../xterm.desktop	2016-03-08 02:38:50.000000000 +0100
+++ tempdir21400/xterm.desktop	2017-06-12 19:32:31.925837716 +0200
@@ -37,7 +37,7 @@
 Exec=xterm
 Terminal=false
 Type=Application
-Encoding=UTF-8
-Icon=xterm-color_48x48
+#Encoding=UTF-8
+Icon=xterm-color
 Categories=System;TerminalEmulator;
 Keywords=shell;prompt;command;commandline;cmd;
... installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/bin/uxterm
--- ../uxterm.desktop	2016-03-08 02:38:58.000000000 +0100
+++ tempdir21427/uxterm.desktop	2017-06-12 19:32:31.939169968 +0200
@@ -37,7 +37,7 @@
 Exec=uxterm
 Terminal=false
 Type=Application
-Encoding=UTF-8
-Icon=xterm-color_48x48
+#Encoding=UTF-8
+Icon=xterm-color
 Categories=System;TerminalEmulator;
 Keywords=shell;prompt;command;commandline;cmd;
... installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/bin/koi8rxterm
/usr/bin/install -c -m 644 ../xterm.man /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/man/man1/xterm.1
/usr/bin/install -c -m 644 ../resize.man /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/man/man1/resize.1
/usr/bin/install -c -m 644 ../uxterm.man /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/man/man1/uxterm.1
/usr/bin/install -c -m 644 ../koi8rxterm.man /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/man/man1/koi8rxterm.1
** XTerm
installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/etc/X11/app-defaults/XTerm
installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/etc/X11/app-defaults/XTerm-color
** UXTerm
installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/etc/X11/app-defaults/UXTerm
installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/etc/X11/app-defaults/UXTerm-color
** KOI8RXTerm
installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/etc/X11/app-defaults/KOI8RXTerm
installing /usr/local/src/deb-src/xterm/xterm/debian/tmp/etc/X11/app-defaults/KOI8RXTerm-color
... installed app-defaults
ACTUAL_XTERM=`echo xterm|        sed 's,x,x,'` \
/bin/sh -c '\
	h=/usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/icons/hicolor; \
	for n in ../icons/xterm-color.svg:scalable/apps/xterm-color.svg ../icons/xterm-color.png:48x48/apps/xterm-color.png; \
	do \
		x=$ACTUAL_XTERM; \
		l=`echo "$n" | cut -f1 -d:`; \
		r=`echo "$n" | cut -f2 -d: |sed -e s,xterm-color,$x-color,`; \
		test -z "$r" && continue; \
		d=$h/`echo "$r" | sed -e "s,/[^/]*$,,"`; \
		test -d "$d" || mkdir -p "$d"; \
		echo "installing icon $h/$r"; \
		/usr/bin/install -c -m 644 $l $h/$r; \
		s=`echo "$r" | sed -e '"'s,^.*\.,.,'"'`; \
		t=NONE$s; \
		b=`basename $n $s | sed -e "s,_[1-9][0-9]*x.*,,"`; \
		if test "NONE" != NONE ; then \
			if test "$r" != "$t" ; then \
				if test "x$b" = "xxterm-color" ; then \
					echo "linking $r -> $t"; \
					( cd $h; rm -f $t; ln -s $r $t; ) \
				fi \
			fi \
		fi \
	done'
installing icon /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/icons/hicolor/scalable/apps/xterm-color.svg
installing icon /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/icons/hicolor/48x48/apps/xterm-color.png
... installed icons
ACTUAL_XTERM=`echo xterm|        sed 's,x,x,'` \
/bin/sh -c '\
	h=/usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps; \
	for n in ../icons/*xterm*_32x32.xpm ../icons/*xterm*_48x48.xpm; \
	do \
		l=`basename $n`; \
		r=`echo "$l" | sed -e "s,xterm,$ACTUAL_XTERM,"`; \
		echo "installing pixmap $h/$r"; \
		/usr/bin/install -c -m 644 ../icons/$l $h/$r; \
		s=`echo "$r" | sed -e '"'s,^.*\.,.,'"'`; \
		t=NONE$s; \
		b=`basename $n $s | sed -e "s,_[1-9][0-9]*x.*,,"`; \
		if test "NONE" != NONE ; then \
			if test "x$r" != "$t" ; then \
				if test "x$b" = "xxterm-color" ; then \
					echo "linking $r -> $t"; \
					( cd $h; rm -f $t; ln -s $r $t; ) \
				fi \
			fi \
		fi \
	done'
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/filled-xterm_32x32.xpm
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/mini.xterm_32x32.xpm
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/xterm-color_32x32.xpm
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/xterm_32x32.xpm
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/filled-xterm_48x48.xpm
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/mini.xterm_48x48.xpm
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/xterm-color_48x48.xpm
installing pixmap /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/pixmaps/xterm_48x48.xpm
... installed icons
Completed installation of executables and documentation.
Use "make install-ti" to install terminfo description.
make[2]: Leaving directory '/usr/local/src/deb-src/xterm/xterm/build'
## Install lxterm command and manual page.
install -m 755 debian/local/lxterm /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/bin
install -m 755 debian/local/lxterm.1 /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/man/man1
## Install terminfo and termcap precompiled definitions.
install -d /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/doc/xterm
install -m 644 termcap  /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/doc/xterm/xterm.termcap
install -m 644 terminfo /usr/local/src/deb-src/xterm/xterm/debian/tmp/usr/share/doc/xterm/xterm.terminfo
make[1]: Leaving directory '/usr/local/src/deb-src/xterm/xterm'
   debian/rules override_dh_install
make[1]: Entering directory '/usr/local/src/deb-src/xterm/xterm'
dh_install --fail-missing
make[1]: Leaving directory '/usr/local/src/deb-src/xterm/xterm'
   dh_installdocs -O--builddirectory=build/ -O--parallel
   dh_installchangelogs -O--builddirectory=build/ -O--parallel
   dh_installman -O--builddirectory=build/ -O--parallel
   dh_icons -O--builddirectory=build/ -O--parallel
   dh_perl -O--builddirectory=build/ -O--parallel
   dh_link -O--builddirectory=build/ -O--parallel
   dh_strip_nondeterminism -O--builddirectory=build/ -O--parallel
   dh_compress -O--builddirectory=build/ -O--parallel
   dh_fixperms -O--builddirectory=build/ -O--parallel
   dh_strip -O--builddirectory=build/ -O--parallel
   dh_makeshlibs -O--builddirectory=build/ -O--parallel
   dh_shlibdeps -O--builddirectory=build/ -O--parallel
   dh_installdeb -O--builddirectory=build/ -O--parallel
   dh_gencontrol -O--builddirectory=build/ -O--parallel
   dh_md5sums -O--builddirectory=build/ -O--parallel
   dh_builddeb -O--builddirectory=build/ -O--parallel
dpkg-deb: building package 'xterm-dbgsym' in '../xterm-dbgsym_329-1_i386.deb'.
dpkg-deb: building package 'xterm' in '../xterm_329-1_i386.deb'.
 dpkg-genbuildinfo
 dpkg-genchanges  >../xterm_329-1_i386.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source -i --after-build xterm
dpkg-source: info: using options from xterm/debian/source/local-options: --unapply-patches
dpkg-source: info: unapplying 904_fontops.diff
dpkg-source: info: unapplying 902_windowops.diff
dpkg-source: info: unapplying 900_debian_xterm.diff
dpkg-buildpackage: info: full upload (original source is included)

Reply to: