分页: 1 / 3
debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:04
由 wwkwkj
我安装的debian稳定版,然后改源升级系统到testing版,是3.0内核
然后就有问题了:
1 在输入法打开的情况下,终端中无法正常输入东西,要先按住一个键不放再按要输入的字母,而关闭输入法后就可 以正常输入了,ibus和scim都是这样。难道是bug?
2 无法安装wine,说什么已经废弃,请教怎么安装wine
谢谢!

Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:18
由 leeaman
1.fcitx没有问题
2.我的有
我的是debian sid,试试加sid的源看看
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:39
由 wwkwkj
leeaman 写了:1.fcitx没有问题
2.我的有
我的是debian sid,试试加sid的源看看
不是说sid不稳定吗?
升级以下要2小时啊
会不会跟我用163的源有关阿?但163源确实很快阿
代码: 全选
deb http://mirrors.163.com/debian/ testing main non-free contrib
deb http://mirrors.163.com/debian/ testing-proposed-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ testing main non-free contrib
deb-src http://mirrors.163.com/debian/ testing-proposed-updates main non-free contrib
deb http://ftp.debian.org/debian/ testing-updates main contrib
deb-src http://ftp.debian.org/debian/ testinge-updates main contrib
deb http://http.us.debian.org/debian/ testing contrib non-free main
要是换到sid是不是把源列表里的testing换成sid就行了阿?
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:42
由 leeaman
不一定要sid的,输入法换fcitx,wine可以去wine 官网下载安装
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:45
由 leeaman
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:51
由 leeaman
代码: 全选
missing@xclock:~$ cat /etc/apt/sources.list
deb http://http.us.debian.org/debian/ sid contrib non-free main
deb http://http.us.debian.org/debian/ testing contrib non-free main
deb http://http.us.debian.org/debian/ experimental contrib non-free main
三个源都开着

没事,一直很好

Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:52
由 wwkwkj
好的 我去下载个试试
谢谢阿
有deb的包吗?我就在
找到tar.bz2的包
能给个地址吗?
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:53
由 leeaman
5#的链接有deb包下载的...
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 10:57
由 wwkwkj
代码: 全选
libwine-alsa-unstable_1.3.26-0.1_i386.deb
libwine-bin-unstable_1.3.26-0.1_i386.deb
libwine-capi-unstable_1.3.26-0.1_i386.deb
libwine-cms-unstable_1.3.26-0.1_i386.deb
libwine-dbg-unstable_1.3.26-0.1_i386.deb
libwine-dev-unstable_1.3.26-0.1_i386.deb
libwine-gl-unstable_1.3.26-0.1_i386.deb
libwine-gphoto2-unstable_1.3.26-0.1_i386.deb
libwine-ldap-unstable_1.3.26-0.1_i386.deb
libwine-openal-unstable_1.3.26-0.1_i386.deb
libwine-oss-unstable_1.3.26-0.1_i386.deb
libwine-print-unstable_1.3.26-0.1_i386.deb
libwine-sane-unstable_1.3.26-0.1_i386.deb
libwine-unstable_1.3.26-0.1_i386.deb
wine-bin-unstable_1.3.26-0.1_i386.deb
wine-unstable_1.3.26-0.1_i386.deb
那么多软件包都要下吗???

Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 11:02
由 leeaman
很多吗?ubuntu更加多呢
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 11:04
由 wwkwkj
好吧 这就下载
我刚下的wine编译安装出问题了,是我不会装还是别的呢?
代码: 全选
wangwenke@debian:~/download/wine-1.3.26$ sudo su
root@debian:/home/wangwenke/download/wine-1.3.26# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
root@debian:/home/wangwenke/download/wine-1.3.26# make
make: *** 没有指明目标并且找不到 makefile。 停止。
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 11:05
由 leeaman
代码: 全选
sudo apt-get build-dep wine
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 11:08
由 wwkwkj
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 11:11
由 leeaman
,前提是你下载的deb包放的目录没有别的deb包,不然也装上了
Re: debian升级到testing版3.0内核后的问题
发表于 : 2011-08-16 11:11
由 wwkwkj
代码: 全选
root@debian:/home/wangwenke/download/wine-1.3.26# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
root@debian:/home/wangwenke/download/wine-1.3.26# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@debian:/home/wangwenke/download/wine-1.3.26# [color=#FF0000]sudo apt-get build-dep wine[/color]
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法找到与 wine 对应的源代码包
不行啊 编译安装软件貌似没有成功过呢