免费注册 查看新帖 |

Chinaunix

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

请教:开发环境搭建问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-08-04 11:25 |只看该作者 |倒序浏览
我想搭建一个c/c++的开发环境,OS版本是debian 2.6.18-6-686
sourcelist如下:
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××
deb http://debian.anheng.com.cn/debian etch main non-free contrib
deb-src http://debian.anheng.com.cn/debian etch main non-free contrib

deb http://debian.ustc.edu.cn/debian etch main non-free contrib
deb http://debian.ustc.edu.cn/debian-security etch/updates main
deb-src http://debian.ustc.edu.cn/debian etch main non-free contrib

deb ftp://debian.ustc.edu.cn/debian etch main non-free contrib
deb-src ftp://debian.ustc.edu.cn/debian etch main non-free contrib
deb ftp://debian.ustc.edu.cn/debian-security etch/updates main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

运行apt-get install build-essential,结果如下:
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  build-essential: Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: g++ (>= 4:4.1.1) but it is not going to be installed
E: Broken packages
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

再次运行apt-get install libc-dev,结果如下:
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libc6-dev instead of libc-dev
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libc6-dev: Depends: libc6 (= 2.3.6.ds1-13etch9+b1) but 2.9-12 is to be installed
E: Broken packages
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××
我机器上libc6的版本是2.9-12,请问该如何处理?是先降级到2.3.6.ds1-13etch9+b1吗?

论坛徽章:
0
2 [报告]
发表于 2009-08-04 11:30 |只看该作者
用新立得软件管理器吧

论坛徽章:
0
3 [报告]
发表于 2009-08-04 11:39 |只看该作者
apt-get update
apt-get upgrade
然后再安装你东西

论坛徽章:
0
4 [报告]
发表于 2009-08-04 11:48 |只看该作者

回复 #3 prolj 的帖子

我已经用过apt-get update和apt-get upgrade,仍然不行

论坛徽章:
0
5 [报告]
发表于 2009-08-04 18:56 |只看该作者
改一下souces.list中的发行版,sudo apt-get dist-upgrade一下看看

论坛徽章:
0
6 [报告]
发表于 2009-08-05 07:18 |只看该作者
没在debian下做过C库的升降级。

总结后方法有2个:
1、用静态编译的MV等命令来做,我曾经用的是rpm包管理系统来做的。要把升降级C库将会用到的命令都做成静态的。
2、先安装C库到一个目录下,如/opt,开个终端并用LD_LIBRARY(这个环境变量名字记不清啦)环境变量将C库目录指向对应的临时目录,使得该终端独立于原系统的C库,来做升降级。

小心:
1、手边放好rescue盘,随时做好回滚的准备。
2、先备份好重要数据。
因为升降C库很危险,一不小心系统就崩了,C库崩了要比内核崩恐怖很多的。

论坛徽章:
0
7 [报告]
发表于 2009-08-05 08:40 |只看该作者
[fly]KUbuntu下愉悦升级GNU LibC的飘过 [/fly]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP