jin@1:~$ sudo apt-get purge jd [sudo] password for jin: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: cmigemo-common libmigemo1 linux-headers-4.4.0-79 linux-headers-4.4.0-79-generic linux-image-4.4.0-79-generic linux-image-extra-4.4.0-79-generic nkf Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: jd* 0 upgraded, 0 newly installed, 1 to remove and 30 not upgraded. After this operation, 8,217 kB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 259306 files and directories currently installed.) Removing jd (1:2.8.9-150226-5build1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ... Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ... Rebuilding /usr/share/applications/bamf-2.index... Processing triggers for mime-support (3.59ubuntu1) ... jin@1:~$
jin@1:~$ sudo dpkg -L jd dpkg-query: package 'jd' is not installed Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. jin@1:~$
略 0 upgraded, 78 newly installed, 0 to remove and 30 not upgraded. Need to get 18.6 MB of archives. After this operation, 101 MB of additional disk space will be used. Do you want to continue? [Y/n] y 略 Setting up libx11-doc (2:1.6.3-1ubuntu2) ... Setting up libtasn1-doc (4.7-3ubuntu0.16.04.2) ... Setting up dh-strip-nondeterminism (0.015-1) ... Setting up debhelper (9.20160115ubuntu3) ... Processing triggers for libc-bin (2.23-0ubuntu9) ... jin@1:~$
jin@1:~$ cd jd jin@1:~/jd$ sh autogen.sh --prefix=prefered_install_path make make install GNU Make 4.1 found checking autoconf ... 略 configure.ac:6: installing './missing' src/Makefile.am: installing './depcomp' ---------------------------------------------- 以上までエラーなく通ったみたい
jin@1:~/jd$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 略 checking for SMlib.h and ICElib.h... /usr/include checking for libSM and libICE... could not find libSM and libICE. use gnutls checking for GNUTLS... yes gnutls >= 1.2 checking gcrypt.h usability... no checking gcrypt.h presence... no checking for gcrypt.h... no checking for gcry_md_hash_buffer in -lgcrypt... no configure: error: gcrypt not found []
jin@1:~$ cd jd jin@1:~/jd$ ./configure 略 use socket checking socket.h usability... no checking socket.h presence... no checking for socket.h... no checking for socket in -lsocket... no 略 onfig.status: executing depfiles commands config.status: executing libtool commands jin@1:~/jd$
:~/jd$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for library containing strerror... none required 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 whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking how to run the C preprocessor... gcc -E checking for g++... g++
checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm
470 名前: checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no []
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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=gnu++11... yes checking for svn... no checking for svnversion... no checking for md5sum... /usr/bin/md5sum os = linux-gnu checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTKMM... yes checking for GTHREAD... yes use crypt checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for crypt in -lcrypt... yes use zlib checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for inflate in -lz... yes use uname checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes use socket checking socket.h usability... no checking socket.h presence... no