LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: zhong

arch终于要大升级了

[复制链接]
发表于 2008-3-24 00:27:21 | 显示全部楼层
Post by zhong;1830086
Testing          base          kernel26          2.6.24.3-5          The Linux Kernel and modules          2008-03-22
Testing         base         mkinitcpio         0.5.18-1         Advanced, modular initramfs image creation utility         2008-03-22

我想这两个也很快会进入core....不过libtool 2.2没进入core...

看来会是一个比较大的麻烦:
http://archlinux.org/pipermail/a ... 8-March/005175.html

应该会有非常多的软件要添加patch,不过估计extra里的软件要等新的iso发布以后才会修正了。
回复 支持 反对

使用道具 举报

发表于 2008-3-24 00:47:12 | 显示全部楼层
我怎么就觉得只有国人自己写的编译有问题阿。编译到现在只有这三个而已。
回复 支持 反对

使用道具 举报

发表于 2008-3-24 01:02:05 | 显示全部楼层
你看arch最新更新的boost和netcdf都包含了使之能在gcc 4.3上编译通过的patch。还有我装的firefox-spookyet也没法编译通过了~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-24 01:16:56 | 显示全部楼层
Post by nacre;1830137
你看arch最新更新的boost和netcdf都包含了使之能在gcc 4.3上编译通过的patch。还有我装的firefox-spookyet也没法编译通过了~

你说的两个只是头文件的问题...好像只是C++的程序影响大

--- cxx/ncvalues.cpp.orig        2008-03-08 22:09:19.000000000 +0000
+++ cxx/ncvalues.cpp        2008-03-08 22:08:30.000000000 +0000
@@ -9,7 +9,7 @@

#include <config.h>
#include <iostream>
-#include <string>
+#include <string.h>

#include "ncvalues.h"

--- examples/CXX/sfc_pres_temp_rd.cpp.orig        2008-03-08 22:12:05.000000000 +0000
+++ examples/CXX/sfc_pres_temp_rd.cpp        2008-03-08 22:13:41.000000000 +0000
@@ -18,6 +18,7 @@

#include <iostream>
#include <netcdfcpp.h>
+#include <string.h>
回复 支持 反对

使用道具 举报

发表于 2008-3-24 02:16:06 | 显示全部楼层
Post by zhong;1830139
你说的两个只是头文件的问题...好像只是C++的程序影响大

--- cxx/ncvalues.cpp.orig        2008-03-08 22:09:19.000000000 +0000
+++ cxx/ncvalues.cpp        2008-03-08 22:08:30.000000000 +0000
@@ -9,7 +9,7 @@

#include <config.h>
#include <iostream>
-#include <string>
+#include <string.h>

#include "ncvalues.h"

--- examples/CXX/sfc_pres_temp_rd.cpp.orig        2008-03-08 22:12:05.000000000 +0000
+++ examples/CXX/sfc_pres_temp_rd.cpp        2008-03-08 22:13:41.000000000 +0000
@@ -18,6 +18,7 @@

#include <iostream>
#include <netcdfcpp.h>
+#include <string.h>


但可能有非常大的比例的C++程序都要加上patch,应该工作量也挺大的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-24 03:23:45 | 显示全部楼层
修改了下zhcon.让它编译通过了..不过调不出输入法..只调出了拼音...
回复 支持 反对

使用道具 举报

发表于 2008-3-24 03:23:52 | 显示全部楼层
miro/src/Miro-1.2/portable/libtorrent/include/libtorrent/peer_id.hpp:63: 错误:‘memcpy’不是‘std’的成员
error: command 'gcc' failed with exit status 1
miro也不行。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-24 03:33:11 | 显示全部楼层
编辑掉.........
回复 支持 反对

使用道具 举报

发表于 2008-3-24 04:51:05 | 显示全部楼层
firefox也是。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-24 05:26:12 | 显示全部楼层
让zhcon在gcc4.3通过编译的补丁..

不保证程序能否正常运行和正确性.出现的任何后果不负任何责任.哈

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表