Created
May 29, 2016 10:37
-
-
Save dseg/a2015484ac8da86595ec6fe4842335eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lastebil commented on 2010-12-06 14:07 | |
I'm not actually sure what the output difference is, but per the jed build instructions, a make clean should be done before the make. This is mentioned during the build process as well. | |
Obviously we get an executable that runs afterward, and I haven't had any segfaults or any problems at all, but it's probably a good idea to follow that advice since the jed make scripts are somewhat different. | |
Anonymous comment on 2013-06-05 06:45 | |
here's build fix because without freetype headers won't be found during build: | |
--- PKGBUILD~ 2013-06-05 15:43:36.396663854 +0900 | |
+++ PKGBUILD 2013-06-05 15:43:41.036678171 +0900 | |
@@ -23,6 +23,7 @@ | |
sed \ | |
-e "s_\(^all.*\)_\1 xjed rgrep_" \ | |
-e "s_..DEST.*doc_${pkgdir}/usr/share/doc/${pkgname}_g" \ | |
+ -e "s:CFLAGS = :CFLAGS = -I/usr/include/freetype2 :" \ | |
-i src/Makefile | |
make | |
Voice commented on 2015-03-10 05:40 | |
Failure report | |
http://pastie.org/private/1uovqjv0pqdvoczfamptq | |
Seems like maybe this pkg would be better as -git from snapshots since he otherwise so seldom updates it. | |
http://www.jedsoft.org/snapshots/ | |
dseg commented on 2015-07-24 10:03 | |
If you are interested in using the more recent development version of JED, | |
please try using the following package. | |
https://aur4.archlinux.org/packages/jed-git/ | |
nirnakinho commented on 2016-05-28 12:36 | |
You forgot to update the .SRCINFO file, and I am still seeing the same build error as Voice reported a year ago. | |
Regards, | |
jed 0.99.19-3 (2016-03-06 18:44) | |
( Unsupported package: Potentially dangerous ! ) | |
- gpm (already installed) | |
- slang (already installed) | |
- libxft (already installed) | |
- libxext (already installed) [makedepend] | |
- libxt (already installed) [makedepend] | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking whether make sets $(MAKE)... yes | |
checking for ranlib... ranlib | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for AIX... no | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking how to run the C preprocessor... gcc -E | |
checking whether gcc needs -traditional... no | |
checking for library containing strerror... none required | |
checking C compiler that understands ANSI prototypes... gcc looks ok. Good. | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... 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... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for dlopen in -ldl... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.14.0... yes | |
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 for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sys/fcntl.h usability... yes | |
checking sys/fcntl.h presence... yes | |
checking for sys/fcntl.h... yes | |
checking sys/pty.h usability... no | |
checking sys/pty.h presence... no | |
checking for sys/pty.h... no | |
checking pty.h usability... yes | |
checking pty.h presence... yes | |
checking for pty.h... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for mode_t... yes | |
checking for pid_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking for openpty in -lutil... yes | |
checking for memset... yes | |
checking for memcpy... yes | |
checking for putenv... yes | |
checking for setenv... yes | |
checking for unsetenv... yes | |
checking for getcwd... yes | |
checking for setsid... yes | |
checking for tcgetattr... yes | |
checking for tcsetattr... yes | |
checking for cfgetospeed... yes | |
checking for grantpt... yes | |
checking for setlocale... yes | |
checking for utime... yes | |
checking for symlink... yes | |
checking for gethostname... yes | |
checking for tcgetpgrp... yes | |
checking for tcsetpgrp... yes | |
checking for getpgid... yes | |
checking for setpgid... yes | |
checking for openpty... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for short... yes | |
checking size of short... 2 | |
checking for int... yes | |
checking size of int... 4 | |
checking for long... yes | |
checking size of long... 8 | |
checking for float... yes | |
checking size of float... 4 | |
checking for double... yes | |
checking size of double... 8 | |
checking for long long... yes | |
checking for long long... (cached) yes | |
checking size of long long... 8 | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for off_t... yes | |
checking for off_t... (cached) yes | |
checking size of off_t... 8 | |
checking for ncurses5-config... no | |
checking for ncurses5w-config... (cached) no | |
checking for terminfo... yes | |
checking for the slang library and header files ... yes: /usr/lib and /usr/include | |
checking for XftFontOpen in -lXft... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking for Gpm_Open in -lgpm... yes | |
checking for GTK... yes | |
GTK dir: | |
checking for gtk+-2.0 version >= 2.8.0... yes | |
CFlags: -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include | |
Libraries: -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/sysconf.h | |
You will need to edit src/Makefile if any of the following are not correct: | |
CC = gcc | |
CFLAGS = -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | |
LDFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-export-dynamic | |
JED_ROOT = /usr/share/jed | |
Also edit src/Makefile to enable: | |
GPM Mouse support (Linux) | |
You may also want to edit src/jed-feat.h to enable or disable some features. | |
Before typing 'make', type 'make clean' first. | |
cd src; make jed | |
make[1]: Entering directory '/tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src' | |
mkdir /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs | |
/bin/cp /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/sysconf.h config.h | |
touch config.h | |
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-export-dynamic /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/chkslang.c -o /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/chkslang -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-export-dynamic -lslang -lgpm -lutil -lm -ldl | |
if /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/chkslang jed 20100 ;\ | |
then exit 0; else rm -f /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/chkslang; exit 1; fi | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/buffer.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/cmds.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/misc.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/file.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/ins.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/sig.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/sysdep.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/screen.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/paste.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/ledit.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/line.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/search.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/text.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/keymap.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/replace.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/window.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/undo.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/vfile.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/intrin.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/syntax.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/abbrev.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/indent.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/jprocess.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/lineattr.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/blocal.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/mouse.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/menu.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/userinfo.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/lock.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/version.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/hooks.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/colors.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE -DJED_ROOT='"/usr/share/jed"' /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/main.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/jedwin.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/display.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/gpmmouse.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc buffer.o cmds.o misc.o file.o ins.o sig.o sysdep.o screen.o paste.o ledit.o line.o search.o text.o keymap.o replace.o window.o undo.o vfile.o intrin.o syntax.o abbrev.o indent.o jprocess.o lineattr.o blocal.o mouse.o userinfo.o lock.o version.o hooks.o colors.o main.o jedwin.o display.o menu.o gpmmouse.o -o jed -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-export-dynamic -lslang -lgpm -lutil -lm -ldl | |
jed created in /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs | |
make[1]: Leaving directory '/tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src' | |
If you have X, try make xjed | |
cd src; make install | |
make[1]: Entering directory '/tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src' | |
if /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/chkslang jed 20100 ;\ | |
then exit 0; else rm -f /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/chkslang; exit 1; fi | |
jed created in /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/xterm.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/vterm.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; \ | |
gcc buffer.o cmds.o misc.o file.o ins.o sig.o sysdep.o screen.o paste.o ledit.o line.o search.o text.o keymap.o replace.o window.o undo.o vfile.o intrin.o syntax.o abbrev.o indent.o jprocess.o lineattr.o blocal.o mouse.o userinfo.o lock.o version.o hooks.o colors.o main.o jedwin.o xterm.o vterm.o menu.o -o xjed -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-export-dynamic -lslang -lgpm -lutil -lm -ldl -lX11 -lutil -lm -ldl -lXft | |
xjed created in /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Dunix -DJED -DUSE_GPM_MOUSE /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/rgrep.c | |
cd /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs; gcc vfile.o rgrep.o -o rgrep -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-export-dynamic -lslang | |
rgrep created in /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/man/man1 | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/hlp | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/manual | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/Xjed | |
/usr/bin/install -c -m 644 ../lib/abbrev.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/abbrmisc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/acompile.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/aprocess.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ashell.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/backups.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/bibtex.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/binary.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/bookmark.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/brief.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/bufed.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/buf.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/bytecomp.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/cal.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/chglog.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/cmisc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/cmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/comments.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/compat.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/compile.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/compress.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ctags.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/cuamisc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/cua.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/dabbrev.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/dcl.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/digraph.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/dired.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/docbook.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/dos437.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/dos850.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/dos852.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/edt.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/emacsmsc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/emacs.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/emul.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/f90.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ff90.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/filter.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/folding.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/fortran.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/gpg.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/help.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/history.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/hooks.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/html.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ide.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/idl.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/info.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/isearch.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/iso2xxx.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/iso-lat2.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/iso-lat3.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/iso-latin.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ispell.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/javamode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/jedhelp.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/jed.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/jedusage.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/keycode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/keydefs.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/krconv.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/latex209.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/latex.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/linux.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/lisp.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ltx-math.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/lua.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/macro.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mailalias.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mailedit.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mail.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mailutils.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/man.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/maple.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/matlab.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/menu.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/menus.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mime.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mini.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/minued.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/misc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/modehook.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/modeinfo.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/most.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mouse.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mousex.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mswmouse.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/mutekeys.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/nroff.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/occur.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/os.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/paste.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/perl.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/perlxtra.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/php.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/pipe.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/popups.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/preparse.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/pscript.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/pushmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/pymode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/rcs.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/recent.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/regexp.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/register.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/replace.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/rmail.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/rot13.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/runpgm.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/sccs.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/search.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/seldisp.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/sendmail.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/shell.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/shmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/site.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/slmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/sortmisc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/sort.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/spicemod.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/srchmisc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/syncproc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/syntax.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tabs.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tclmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/texcom.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tex.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/textmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tiasm.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tmisc.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tmmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tmpfile.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/tpascal.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/untab.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/util.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/verilog.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/vhdlmode.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/vmshelp.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/win1250.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/wmark.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/wmenu.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/wordstar.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/xformreg.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/yankpop.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ltx-comp.dat /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/aboutjed.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/cpright.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/cua.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/edt.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/emacs.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/generic.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/ide.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/jed.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/simple.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/wordstar.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/jed.rc /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/ | |
/usr/bin/install -c -m 644 ../lib/colors/black1.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/black2.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/black3.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/black4.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/blue1.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/blue2.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/blue3.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/default1.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/white1.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/README /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/ | |
/usr/bin/install -c -m 644 ../lib/colors/Xjed/black4.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/Xjed/ | |
/usr/bin/install -c -m 644 ../lib/colors/Xjed/elegant.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/Xjed/ | |
/usr/bin/install -c -m 644 ../lib/colors/Xjed/modern.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/Xjed/ | |
/usr/bin/install -c -m 644 ../lib/colors/Xjed/night.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/Xjed/ | |
/usr/bin/install -c -m 644 ../lib/colors/Xjed/pastel0.sl /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/lib/colors/Xjed/ | |
/usr/bin/install -c -m 644 ../doc/manual/rgrep.1 /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/man/man1/ | |
/usr/bin/install -c -m 644 ../doc/manual/jed.1 /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/man/man1/ | |
/usr/bin/install -c -m 644 ../doc/README /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/ | |
/usr/bin/install -c -m 644 ../doc/txt/abbrev.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/color.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/compile.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/dfa.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/edt.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/emacs.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/filelock.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/fold.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/hooks.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/ide-mode.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/jed_faq.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/linux-keys.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/menus.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/mouse.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/pc-keys.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/program.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/rgrep.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/rmail.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/script.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/syntax.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/undo.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/utf8.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/wjed.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/wordstar.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/xjed.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/xrenderfont.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/txt/yankpop.txt /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/txt | |
/usr/bin/install -c -m 644 ../doc/hlp/jedfuns.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/hlp | |
/usr/bin/install -c -m 644 ../doc/hlp/libfuns.hlp /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/hlp | |
/usr/bin/install -c -m 644 ../doc/manual/jed.tex /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/doc/jed/manual | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/bin | |
/usr/bin/install -c /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/jed /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/bin/ | |
cd /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/bin; ln -s jed jed-script | |
/usr/bin/install -c /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/xjed /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/bin/ | |
if test -r /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/getmail; \ | |
then \ | |
../autoconf/mkinsdir.sh /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/bin; \ | |
/usr/bin/install -c /tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src/objs/getmail /tmp/yaourt-tmp-dseg/aur-jed/pkg/jed/usr/share/jed/bin/; \ | |
fi | |
make[1]: Leaving directory '/tmp/yaourt-tmp-dseg/aur-jed/src/jed-0.99-19/src' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment