免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5662 | 回复: 7
打印 上一主题 下一主题

升级glibc2.7 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-09-27 10:09 |只看该作者 |倒序浏览
本帖最后由 leigh111 于 2011-09-27 14:49 编辑

一直 想 升级 标准库 。我现在glibc-2.5  想升级到glibc-2.7。 ./configure 没有错。 总是 在make出错。 是不是升级标准库 前 需要 升级gcc?

我的gcc是4.1.2版本。 内核 刚升级成功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的结果很多错误。但好像都是和getaddrinfo 有关。 不懂.

../sysdeps/posix/getaddrinfo.c:72:26: 错误:libidn/idna.h:没有那个文件或目录
../sysdeps/posix/getaddrinfo.c: In function ‘gaih_inet’:
../sysdeps/posix/getaddrinfo.c:400: 错误:‘IDNA_ALLOW_UNASSIGNED’ 未声明 (在此函数内第一次使用)
../sysdeps/posix/getaddrinfo.c:400: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其
../sysdeps/posix/getaddrinfo.c:400: 错误:所在的函数内只报告一次。)
../sysdeps/posix/getaddrinfo.c:402: 错误:‘IDNA_USE_STD3_ASCII_RULES’ 未声明 (在此函数内第一次使用)
../sysdeps/posix/getaddrinfo.c:406: 错误:‘IDNA_SUCCESS’ 未声明 (在此函数内第一次使用)
../sysdeps/posix/getaddrinfo.c:408: 错误:‘IDNA_MALLOC_ERROR’ 未声明 (在此函数内第一次使用)
../sysdeps/posix/getaddrinfo.c:410: 错误:‘IDNA_DLOPEN_ERROR’ 未声明 (在此函数内第一次使用)
make[2]: *** [/opt/glibc-build/posix/getaddrinfo.o] 错误 1
make[2]: Leaving directory `/opt/glibc-2.7/posix'
make[1]: *** [posix/subdir_lib] 错误 2
make[1]: Leaving directory `/opt/glibc-2.7'
make: *** [all] 错误 2

这是所有的错误信息。 请大侠给予指导。谢谢

论坛徽章:
0
2 [报告]
发表于 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 [报告]
发表于 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 [报告]
发表于 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 [报告]
发表于 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 [报告]
发表于 2015-01-07 14:35 |只看该作者
出错了,一个机器一个问题。真不好弄

论坛徽章:
224
2022北京冬奥会纪念版徽章
日期:2015-08-10 16:30:32操作系统版块每日发帖之星
日期:2016-02-18 06:20:00操作系统版块每日发帖之星
日期:2016-03-01 06:20:00操作系统版块每日发帖之星
日期:2016-03-02 06:20:0015-16赛季CBA联赛之上海
日期:2019-09-20 12:29:3219周年集字徽章-周
日期:2019-10-01 20:47:4815-16赛季CBA联赛之八一
日期:2020-10-23 18:30:5320周年集字徽章-20	
日期:2020-10-28 14:14:2615-16赛季CBA联赛之广夏
日期:2023-02-25 16:26:26CU十四周年纪念徽章
日期:2023-04-13 12:23:1015-16赛季CBA联赛之四川
日期:2023-07-25 16:53:45操作系统版块每日发帖之星
日期:2016-05-10 19:22:58
7 [报告]
发表于 2015-01-07 14:39 |只看该作者
升级系统吧,这货依赖牵扯太多

论坛徽章:
0
8 [报告]
发表于 2015-01-07 17:29 |只看该作者
问题的解决很简单,如果版本低的安装不上,那就下载一个高一些的版本安装。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP