亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 5698 | 回復(fù): 7
打印 上一主題 下一主題

升級(jí)glibc2.7 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-09-27 10:09 |只看該作者 |倒序?yàn)g覽
本帖最后由 leigh111 于 2011-09-27 14:49 編輯

一直 想 升級(jí) 標(biāo)準(zhǔn)庫(kù) 。我現(xiàn)在glibc-2.5  想升級(jí)到glibc-2.7。 ./configure 沒(méi)有錯(cuò)。 總是 在make出錯(cuò)。 是不是升級(jí)標(biāo)準(zhǔn)庫(kù) 前 需要 升級(jí)gcc?

我的gcc是4.1.2版本。 內(nèi)核 剛升級(jí)成功redhat2.6.32

#CHOST="i686-pc-linux-gnu" CFLAGS="-O2"
#./glibc-2.7/configure --prefix=/opt/glibc-2.7 --disable-profile --enable-add-ons --enable-kernel=2.6.32
#make        //make的結(jié)果很多錯(cuò)誤。但好像都是和getaddrinfo 有關(guān)。 不懂.

../sysdeps/posix/getaddrinfo.c:72:26: 錯(cuò)誤:libidn/idna.h:沒(méi)有那個(gè)文件或目錄
../sysdeps/posix/getaddrinfo.c: In function ‘gaih_inet’:
../sysdeps/posix/getaddrinfo.c:400: 錯(cuò)誤:‘IDNA_ALLOW_UNASSIGNED’ 未聲明 (在此函數(shù)內(nèi)第一次使用)
../sysdeps/posix/getaddrinfo.c:400: 錯(cuò)誤:(即使在一個(gè)函數(shù)內(nèi)多次出現(xiàn),每個(gè)未聲明的標(biāo)識(shí)符在其
../sysdeps/posix/getaddrinfo.c:400: 錯(cuò)誤:所在的函數(shù)內(nèi)只報(bào)告一次。)
../sysdeps/posix/getaddrinfo.c:402: 錯(cuò)誤:‘IDNA_USE_STD3_ASCII_RULES’ 未聲明 (在此函數(shù)內(nèi)第一次使用)
../sysdeps/posix/getaddrinfo.c:406: 錯(cuò)誤:‘IDNA_SUCCESS’ 未聲明 (在此函數(shù)內(nèi)第一次使用)
../sysdeps/posix/getaddrinfo.c:408: 錯(cuò)誤:‘IDNA_MALLOC_ERROR’ 未聲明 (在此函數(shù)內(nèi)第一次使用)
../sysdeps/posix/getaddrinfo.c:410: 錯(cuò)誤:‘IDNA_DLOPEN_ERROR’ 未聲明 (在此函數(shù)內(nèi)第一次使用)
make[2]: *** [/opt/glibc-build/posix/getaddrinfo.o] 錯(cuò)誤 1
make[2]: Leaving directory `/opt/glibc-2.7/posix'
make[1]: *** [posix/subdir_lib] 錯(cuò)誤 2
make[1]: Leaving directory `/opt/glibc-2.7'
make: *** [all] 錯(cuò)誤 2

這是所有的錯(cuò)誤信息。 請(qǐng)大俠給予指導(dǎo)。謝謝

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2015-01-06 16:20 |只看該作者
../sysdeps/posix/getaddrinfo.c:70:26: error: libidn/idna.h: No such file or directory
../sysdeps/posix/getaddrinfo.c: In function 'gaih_inet':
../sysdeps/posix/getaddrinfo.c:407: error: 'IDNA_ALLOW_UNASSIGNED' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:407: error: (Each undeclared identifier is reported only once
../sysdeps/posix/getaddrinfo.c:407: error: for each function it appears in.)
../sysdeps/posix/getaddrinfo.c:409: error: 'IDNA_USE_STD3_ASCII_RULES' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:413: error: 'IDNA_SUCCESS' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:415: error: 'IDNA_MALLOC_ERROR' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:417: error: 'IDNA_DLOPEN_ERROR' undeclared (first use in this function)

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2015-01-06 16:20 |只看該作者
gcc ../sysdeps/posix/getaddrinfo.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes   -DRESOLVER -fexceptions -DUSE_NSCD   -I../include -I/disk1/soft/glibc_build/posix -I/disk1/soft/glibc_build -I../sysdeps/x86_64/elf -I../nptl/sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64 -I../glibc-ports-2.9/sysdeps/unix/sysv/linux -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../glibc-ports-2.9/sysdeps/unix/sysv -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../sysdeps/unix/x86_64 -I../glibc-ports-2.9/sysdeps/unix -I../nptl/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/x86_64/fpu -I../nptl/sysdeps/x86_64 -I../sysdeps/x86_64 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -I../glibc-ports-2.9 -I../nptl  -I.. -I../libio -I. -I /lib/modules/2.6.18-164.el5/build/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /disk1/soft/glibc_build/posix/getaddrinfo.o -MD -MP -MF /disk1/soft/glibc_build/posix/getaddrinfo.o.dt -MT /disk1/soft/glibc_build/posix/getaddrinfo.o
../sysdeps/posix/getaddrinfo.c:70:26: error: libidn/idna.h: No such file or directory
../sysdeps/posix/getaddrinfo.c: In function 'gaih_inet':
../sysdeps/posix/getaddrinfo.c:407: error: 'IDNA_ALLOW_UNASSIGNED' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:407: error: (Each undeclared identifier is reported only once
../sysdeps/posix/getaddrinfo.c:407: error: for each function it appears in.)
../sysdeps/posix/getaddrinfo.c:409: error: 'IDNA_USE_STD3_ASCII_RULES' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:413: error: 'IDNA_SUCCESS' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:415: error: 'IDNA_MALLOC_ERROR' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:417: error: 'IDNA_DLOPEN_ERROR' undeclared (first use in this function)
make[2]: *** [/disk1/soft/glibc_build/posix/getaddrinfo.o] Error 1
make[2]: Leaving directory `/disk1/soft/glibc-2.9/posix'
make[1]: *** [posix/subdir_lib] Error 2
make[1]: Leaving directory `/disk1/soft/glibc-2.9'
make: *** [install] Error 2

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2015-01-07 08:20 |只看該作者
[root@gzz03 build]# ../glibc-2.7/configure --prefix=/usr
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: running configure fragment for add-on glibc-libidn
checking add-on glibc-ports-2.7 for preconfigure fragments... am33 arm hppa m68k mips
configure: running configure fragment for add-on linuxthreads
linuxthreads disabled because nptl add-on is also in use
configure: running configure fragment for add-on nptl
checking sysdep dirs... sysdeps/x86_64/elf nptl/sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 glibc-ports-2.7/sysdeps/unix/sysv/linux nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet glibc-ports-2.7/sysdeps/unix/sysv nptl/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/x86_64 glibc-ports-2.7/sysdeps/unix nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/x86_64/fpu nptl/sysdeps/x86_64 sysdeps/x86_64 sysdeps/wordsize-64 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
configure: WARNING: add-on glibc-ports-2.7 contributed no useful sysdeps directories
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc... gcc
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ranlib... ranlib
checking whether as is GNU as... yes
checking whether ld is GNU ld... yes
checking for as... as
checking version of as... 2.17.50.0.6, ok
checking for ld... ld
checking version of ld... 2.17.50.0.6, ok
checking for pwd... /bin/pwd
checking for gcc... gcc
checking version of gcc... 4.1.2, ok
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.81, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.14.6, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.8, ok
checking for sed... sed
checking version of sed... 4.1.5, ok
checking for autoconf... autoconf
checking whether autoconf works... yes
checking whether ranlib is necessary... no
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for install-info... /sbin/install-info
checking for bison... /usr/bin/bison
checking for signed size_t type... no
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking whether .text pseudo-op must be used... yes
checking for assembler global-symbol directive... .globl
checking for .set assembler directive... yes
checking for assembler .type directive prefix... @
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking for libunwind-support in compiler... no
checking for -z nodelete option... yes
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... yes
checking for -Bgroup option... yes
checking for libgcc_s suffix...
checking for --as-needed option... yes
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for -z execstack... yes
checking for -fpie... yes
checking for --hash-style option... yes
checking for -fno-toplevel-reorder... no
checking for -fstack-protector... yes
checking for -fgnu89-inline... yes
checking whether cc puts quotes around section names... no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_expect... yes
checking for __builtin_memset... no
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for libgd... yes
checking for is_selinux_enabled in -lselinux... yes
checking for NSCD Flask permissions in selinux/av_permissions.h... yes
checking for audit_log_user_avc_message in -laudit... no
checking for cap_init in -lcap... yes
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 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 long double... yes
checking size of long double... 16
running configure fragment for sysdeps/x86_64/elf
checking for x86-64 TLS support... yes
running configure fragment for nptl/sysdeps/pthread
checking for forced unwind support... yes
checking for C cleanup handling... yes
running configure fragment for sysdeps/pthread
running configure fragment for sysdeps/unix/sysv/linux
checking for egrep... grep -E
checking installed Linux kernel header files... 2.0.10 or later
checking for kernel header at least 2.4.0... ok
checking for symlinks in /usr/include... ok
checking for old glibc 2.0.x headers... no
checking whether -fPIC is default... no
configure: creating ./config.status
config.status: creating config.make
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2015-01-07 14:34 |只看該作者
[root@gzz03 build]# LC_ALL=c make install
LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
        make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.7 objdir=`pwd` install
make[1]: Entering directory `/disk1/soft/glibc-2.7'
make  subdir=csu -C csu ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/csu'
make[2]: Circular /disk1/soft/build/tcb-offsets.h <- /disk1/soft/build/tcb-offsets.h dependency dropped.
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/csu'
make  subdir=iconv -C iconv ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/iconv'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/iconv'
make  subdir=iconvdata -C iconvdata ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/iconvdata'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/iconvdata'
make  subdir=locale -C locale ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/locale'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/locale'
make  subdir=localedata -C localedata ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/localedata'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/localedata'
make  subdir=assert -C assert ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/assert'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/assert'
make  subdir=ctype -C ctype ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/ctype'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/ctype'
make  subdir=intl -C intl ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/intl'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/intl'
make  subdir=catgets -C catgets ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/catgets'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/catgets'
make  subdir=math -C math ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/math'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/math'
make  subdir=setjmp -C setjmp ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/setjmp'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/setjmp'
make  subdir=signal -C signal ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/signal'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/signal'
make  subdir=stdlib -C stdlib ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/stdlib'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/stdlib'
make  subdir=stdio-common -C stdio-common ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/stdio-common'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/stdio-common'
make  subdir=libio -C libio ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/libio'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/libio'
make  subdir=dlfcn -C dlfcn ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/dlfcn'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/dlfcn'
make  subdir=malloc -C malloc ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/malloc'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/malloc'
make  subdir=string -C string ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/string'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/string'
make  subdir=wcsmbs -C wcsmbs ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/wcsmbs'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/wcsmbs'
make  subdir=timezone -C timezone ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/timezone'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/timezone'
make  subdir=time -C time ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/time'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/time'
make  subdir=dirent -C dirent ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/dirent'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/dirent'
make  subdir=grp -C grp ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/grp'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/grp'
make  subdir=pwd -C pwd ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/pwd'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/disk1/soft/glibc-2.7/pwd'
make  subdir=posix -C posix ..=../ subdir_lib
make[2]: Entering directory `/disk1/soft/glibc-2.7/posix'
gcc ../sysdeps/posix/getaddrinfo.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes   -DRESOLVER -fexceptions -DUSE_NSCD   -I../include -I/disk1/soft/build/posix -I/disk1/soft/build -I../sysdeps/x86_64/elf -I../nptl/sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64 -I../glibc-ports-2.7/sysdeps/unix/sysv/linux -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../glibc-ports-2.7/sysdeps/unix/sysv -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../sysdeps/unix/x86_64 -I../glibc-ports-2.7/sysdeps/unix -I../nptl/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/x86_64/fpu -I../nptl/sysdeps/x86_64 -I../sysdeps/x86_64 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -I../glibc-ports-2.7 -I../nptl  -I.. -I../libio -I. -I /lib/modules/2.6.18-164.el5/build/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /disk1/soft/build/posix/getaddrinfo.o -MD -MP -MF /disk1/soft/build/posix/getaddrinfo.o.dt -MT /disk1/soft/build/posix/getaddrinfo.o
../sysdeps/posix/getaddrinfo.c:72:26: error: libidn/idna.h: No such file or directory
../sysdeps/posix/getaddrinfo.c: In function 'gaih_inet':
../sysdeps/posix/getaddrinfo.c:400: error: 'IDNA_ALLOW_UNASSIGNED' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:400: error: (Each undeclared identifier is reported only once
../sysdeps/posix/getaddrinfo.c:400: error: for each function it appears in.)
../sysdeps/posix/getaddrinfo.c:402: error: 'IDNA_USE_STD3_ASCII_RULES' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:406: error: 'IDNA_SUCCESS' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:408: error: 'IDNA_MALLOC_ERROR' undeclared (first use in this function)
../sysdeps/posix/getaddrinfo.c:410: error: 'IDNA_DLOPEN_ERROR' undeclared (first use in this function)
make[2]: *** [/disk1/soft/build/posix/getaddrinfo.o] Error 1
make[2]: Leaving directory `/disk1/soft/glibc-2.7/posix'
make[1]: *** [posix/subdir_lib] Error 2
make[1]: Leaving directory `/disk1/soft/glibc-2.7'
make: *** [install] Error 2

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2015-01-07 14:35 |只看該作者
出錯(cuò)了,一個(gè)機(jī)器一個(gè)問(wèn)題。真不好弄

論壇徽章:
224
2022北京冬奧會(huì)紀(jì)念版徽章
日期:2015-08-10 16:30:32操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-02-18 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-01 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-02 06:20:0015-16賽季CBA聯(lián)賽之上海
日期:2019-09-20 12:29:3219周年集字徽章-周
日期:2019-10-01 20:47:4815-16賽季CBA聯(lián)賽之八一
日期:2020-10-23 18:30:5320周年集字徽章-20	
日期:2020-10-28 14:14:2615-16賽季CBA聯(lián)賽之廣夏
日期:2023-02-25 16:26:26CU十四周年紀(jì)念徽章
日期:2023-04-13 12:23:1015-16賽季CBA聯(lián)賽之四川
日期:2023-07-25 16:53:45操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-05-10 19:22:58
7 [報(bào)告]
發(fā)表于 2015-01-07 14:39 |只看該作者
升級(jí)系統(tǒng)吧,這貨依賴牽扯太多

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2015-01-07 17:29 |只看該作者
問(wèn)題的解決很簡(jiǎn)單,如果版本低的安裝不上,那就下載一個(gè)高一些的版本安裝。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP