Linux pacman 下载源码,编译 pacman 源代码

[haifeng@arch pacman-4.0.3]$ ./configure

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /usr/bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... 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 dependency style of gcc... gcc3

checking for gawk... (cached) gawk

checking for curl-config... /usr/bin/curl-config

checking for the version of libcurl... 7.28.0

checking for libcurl >= version 7.19.4... yes

checking whether libcurl is usable... yes

checking for curl_free... yes

checking for gawk... (cached) gawk

checking for gcc option to accept ISO C99... -std=gnu99

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 whether ln -s works... yes

checking whether make sets $(MAKE)... (cached) yes

checking how to print strings... printf

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /usr/bin/grep

checking for egrep... /usr/bin/grep -E

checking for fgrep... /usr/bin/grep -F

checking for ld used by gcc -std=gnu99... /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

checking the maximum length of command line arguments... 1572864

checking whether the shell understands some XSI constructs... yes

checking whether the shell understands "+="... yes

checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop

checking how to convert x86_64-unknown-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 -std=gnu99 object... ok

checking for sysroot... no

checking for mt... no

checking if : is a manifest tool... no

checking how to run the C preprocessor... gcc -std=gnu99 -E

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 for dlfcn.h... yes

checking for objdir... .libs

checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no

checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC

checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes

checking if gcc -std=gnu99 static flag -static works... yes

checking if gcc -std=gnu99 supports -c -o file.o... yes

checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes

checking whether the gcc -std=gnu99 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 for ranlib... (cached) ranlib

checking for python2.7... python2.7

checking for bash... /bin/bash

checking whether NLS is requested... yes

checking for msgfmt... /usr/bin/msgfmt

checking for gmsgfmt... /usr/bin/msgfmt

checking for xgettext... /usr/bin/xgettext

checking for msgmerge... /usr/bin/msgmerge

checking for ld used by GCC... /usr/bin/ld -m elf_x86_64

checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes

checking for shared library run path origin... done

checking for CFPreferencesCopyAppValue... no

checking for CFLocaleCopyCurrent... no

checking for GNU gettext in libc... yes

checking whether to use NLS... yes

checking where the gettext function comes from... libc

checking for fabs in -lm... yes

checking for archive_read_data in -larchive... yes

checking whether to link with libssl... yes

checking for MD5_Final in -lssl... yes

checking whether to link with libgpgme... yes

checking for gpgme_check_version in -lgpgme... yes

checking fcntl.h usability... yes

checking fcntl.h presence... yes

checking for fcntl.h... yes

checking float.h usability... yes

checking float.h presence... yes

checking for float.h... yes

checking glob.h usability... yes

checking glob.h presence... yes

checking for glob.h... yes

checking libintl.h usability... yes

checking libintl.h presence... yes

checking for libintl.h... yes

checking limits.h usability... yes

checking limits.h presence... yes

checking for limits.h... yes

checking locale.h usability... yes

checking locale.h presence... yes

checking for locale.h... yes

checking mntent.h usability... yes

checking mntent.h presence... yes

checking for mntent.h... yes

checking netinet/in.h usability... yes

checking netinet/in.h presence... yes

checking for netinet/in.h... yes

checking netinet/tcp.h usability... yes

checking netinet/tcp.h presence... yes

checking for netinet/tcp.h... yes

checking stddef.h usability... yes

checking stddef.h presence... yes

checking for stddef.h... yes

checking for string.h... (cached) yes

checking sys/ioctl.h usability... yes

checking sys/ioctl.h presence... yes

checking for sys/ioctl.h... yes

checking sys/mnttab.h usability... no

checking sys/mnttab.h presence... no

checking for sys/mnttab.h... no

checking sys/mount.h usability... yes

checking sys/mount.h presence... yes

checking for sys/mount.h... yes

checking sys/param.h usability... yes

checking sys/param.h presence... yes

checking for sys/param.h... yes

checking sys/statvfs.h usability... yes

checking sys/statvfs.h presence... yes

checking for sys/statvfs.h... yes

checking sys/time.h usability... yes

checking sys/time.h presence... yes

checking for sys/time.h... yes

checking for sys/types.h... (cached) yes

checking sys/ucred.h usability... no

checking sys/ucred.h presence... no

checking for sys/ucred.h... no

checking syslog.h usability... yes

checking syslog.h presence... yes

checking for syslog.h... yes

checking termios.h usability... yes

checking termios.h presence... yes

checking for termios.h... yes

checking wchar.h usability... yes

checking wchar.h presence... yes

checking for wchar.h... yes

checking for inline... inline

checking for int64_t... yes

checking for mode_t... yes

checking for off_t... yes

checking for pid_t... yes

checking for size_t... yes

checking for ssize_t... yes

checking whether struct tm is in sys/time.h or time.h... time.h

checking for uid_t in sys/types.h... yes

checking for dirent.h that defines DIR... yes

checking for library containing opendir... none required

checking for struct dirent.d_type... yes

checking PATH_MAX defined... yes

checking vfork.h usability... no

checking vfork.h presence... no

checking for vfork.h... no

checking for fork... yes

checking for vfork... yes

checking for working fork... yes

checking for working vfork... (cached) yes

checking for library containing getmntent... none required

checking whether lstat correctly handles trailing slash... yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible malloc... yes

checking whether time.h and sys/time.h may both be included... yes

checking for sys/time.h... (cached) yes

checking for unistd.h... (cached) yes

checking for alarm... yes

checking for working mktime... yes

checking for working strcoll... yes

checking for dup2... yes

checking for getcwd... yes

checking for geteuid... yes

checking for getmntinfo... no

checking for gettimeofday... yes

checking for memmove... yes

checking for memset... yes

checking for mkdir... yes

checking for realpath... yes

checking for regcomp... yes

checking for rmdir... yes

checking for setenv... yes

checking for setlocale... yes

checking for strcasecmp... yes

checking for strchr... yes

checking for strcspn... yes

checking for strdup... yes

checking for strerror... yes

checking for strndup... yes

checking for strrchr... yes

checking for strsep... yes

checking for strstr... yes

checking for strtol... yes

checking for swprintf... yes

checking for tcflush... yes

checking for wcwidth... yes

checking for uname... yes

checking filesystem statistics type... checking for getmntinfo... (cached) no

checking for getmntent... (cached) yes

struct statvfs

checking for struct statvfs.f_flag... yes

checking for struct statfs.f_flags... no

checking for special C compiler options needed for large files... no

checking for _FILE_OFFSET_BITS value needed for large files... no

checking whether gcc -std=gnu99 accepts -fvisibility=internal... yes

checking for -fgnu89-inline... yes

checking for du... /usr/bin/du

checking for asciidoc... no

checking for building documentation... yes (warning : asciidoc not installed)

checking for doxygen... no

checking for doxygen... no, disabled by configure

checking for debug mode request... no

checking whether to use git version if available... no, disabled by configure

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating lib/libalpm/Makefile

config.status: creating lib/libalpm/po/Makefile.in

config.status: creating src/pacman/Makefile

config.status: creating src/pacman/po/Makefile.in

config.status: creating src/util/Makefile

config.status: creating scripts/Makefile

config.status: creating scripts/po/Makefile.in

config.status: creating doc/Makefile

config.status: creating etc/Makefile

config.status: creating test/pacman/Makefile

config.status: creating test/pacman/tests/Makefile

config.status: creating test/util/Makefile

config.status: creating contrib/Makefile

config.status: creating Makefile

config.status: creating config.h

config.status: executing depfiles commands

config.status: executing libtool commands

config.status: executing po-directories commands

config.status: creating lib/libalpm/po/POTFILES

config.status: creating lib/libalpm/po/Makefile

config.status: creating src/pacman/po/POTFILES

config.status: creating src/pacman/po/Makefile

config.status: creating scripts/po/POTFILES

config.status: creating scripts/po/Makefile

pacman:

Build information:

source code location : .

prefix : /usr/local

sysconfdir : /usr/local/etc

conf file : /usr/local/etc/pacman.conf

localstatedir : /usr/local/var

database dir : /usr/local/var/lib/pacman/

cache dir : /usr/local/var/cache/pacman/pkg/

compiler : gcc -std=gnu99

preprocessor flags :

compiler flags : -g -O2 -Wall

defines : -DHAVE_CONFIG_H

library flags : -lgpgme -lssl -larchive -lm

linker flags :

Architecture : x86_64

Host Type : x86_64-unknown-linux-gnu

Filesize command : stat -c %s

In-place sed command : sed -i

libalpm version : 7.0.3

libalpm version info : 7:3:0

pacman version : 4.0.3

using git version : no

Directory and file information:

root working directory : /

package extension : .pkg.tar.gz

source pkg extension : .src.tar.gz

build script name : PKGBUILD

Compilation options:

Use libcurl : yes

Use GPGME : yes

Use OpenSSL : yes

Run make in doc/ dir : yes (warning : asciidoc not installed)

Doxygen support : no

debug support : no

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值