求教:pidgin-ofetion安装问题

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
回复
头像
LFive
帖子: 265
注册时间: 2009-03-15 12:01
来自: [email protected]

求教:pidgin-ofetion安装问题

#1

帖子 LFive » 2011-06-19 19:47

jw0301@Lfive:~$ hg clone https://ofetion.googlecode.com/hg/ ofetion
程序“hg”尚未安装。 您可以使用以下命令安装:
sudo apt-get install mercurial
jw0301@Lfive:~$ sudo apt-get install mercurial
[sudo] password for jw0301:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
将会安装下列额外的软件包:
mercurial-common
建议安装的软件包:
qct vim emacs kdiff3 tkdiff meld xxdiff python-mysqldb python-pygments
下列【新】软件包将被安装:
mercurial mercurial-common
升级了 0 个软件包,新安装了 2 个软件包,要卸载 0 个软件包,有 1 个软件包未被升级。
需要下载 1,539 kB 的软件包。
解压缩后会消耗掉 6,042 kB 的额外空间。
您希望继续执行吗?[Y/n]y
获取:1 http://cn.archive.ubuntu.com/ubuntu/ natty/universe mercurial-common all 1.7.5-1ubuntu1 [1,484 kB]
获取:2 http://cn.archive.ubuntu.com/ubuntu/ natty/universe mercurial i386 1.7.5-1ubuntu1 [55.0 kB]
下载 1,539 kB,耗时 5秒 (263 kB/s)
选中了曾被取消选择的软件包 mercurial-common。
(正在读取数据库 ... 系统当前共安装有 171311 个文件和目录。)
正在解压缩 mercurial-common (从 .../mercurial-common_1.7.5-1ubuntu1_all.deb) ...
选中了曾被取消选择的软件包 mercurial。
正在解压缩 mercurial (从 .../mercurial_1.7.5-1ubuntu1_i386.deb) ...
正在处理用于 man-db 的触发器...
正在设置 mercurial-common (1.7.5-1ubuntu1) ...
正在设置 mercurial (1.7.5-1ubuntu1) ...

Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version
正在处理用于 python-support 的触发器...
jw0301@Lfive:~$ hg clone https://ofetion.googlecode.com/hg/ ofetion
warning: ofetion.googlecode.com certificate with fingerprint a9:be:c0:4a:da:1c:eb:4c:31:9d:78:27:48:99:f4:9c:9a:e8:53:c8 not verified (check hostfingerprints or web.cacerts config setting)
正在请求全部修改
正在增加修改集
正在增加清单
正在增加文件改变
已增加 422 个修改集,包含 3225 个改变,修改了 1088 个文件
updating to branch default
354 files updated, 0 files merged, 0 files removed, 0 files unresolved
jw0301@Lfive:~$ cd ofetion/pidgin-ofetion
jw0301@Lfive:~/ofetion/pidgin-ofetion$ mkdir build
jw0301@Lfive:~/ofetion/pidgin-ofetion$ cd build
jw0301@Lfive:~/ofetion/pidgin-ofetion/build$ cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- checking for module 'libxml-2.0'
-- found libxml-2.0, version 2.7.8
-- checking for module 'openssl'
-- found openssl, version 0.9.8o
-- checking for module 'purple'
-- package 'purple' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:28 (PKG_CHECK_MODULES)


-- Native language support: YES
-- Configuring incomplete, errors occurred!
jw0301@Lfive:~/ofetion/pidgin-ofetion/build$ sudo make install
make: *** 没有规则可以创建目标“install”。 停止。
jw0301@Lfive:~/ofetion/pidgin-ofetion/build$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
jw0301@Lfive:~/ofetion/pidgin-ofetion/build$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
jw0301@Lfive:~/ofetion/pidgin-ofetion/build$ make ..
make: 没有什么可以做的为 `..'。
jw0301@Lfive:~/ofetion/pidgin-ofetion/build$ sudo make install
make: *** 没有规则可以创建目标“install”。 停止。
jw0301@Lfive:~/ofetion/pidgin-ofetion/build$
上课一排全睡,打饭从不排队
反恐如痴如醉,传奇不知疲惫
抽烟挖坑全会,白酒俩斤不醉
逛街花钱干脆,短信发到欠费
斯文败类疯狂,商贸学院万岁
头像
月下叹逍遥
论坛版主
帖子: 33994
注册时间: 2010-10-07 14:23
系统: Archdows10
来自: 某系某星某洲某国某省某市
联系:

Re: 求教:pidgin-ofetion安装问题

#2

帖子 月下叹逍遥 » 2011-06-19 19:49

代码: 全选

sudo apt-get install openfetion
浮生七十今三十,从此凄惶未可知
头像
LFive
帖子: 265
注册时间: 2009-03-15 12:01
来自: [email protected]

Re: 求教:pidgin-ofetion安装问题

#3

帖子 LFive » 2011-06-19 19:52

大虾能不能解释下为什么?大概讲下原因可以么 :em06
上课一排全睡,打饭从不排队
反恐如痴如醉,传奇不知疲惫
抽烟挖坑全会,白酒俩斤不醉
逛街花钱干脆,短信发到欠费
斯文败类疯狂,商贸学院万岁
头像
月下叹逍遥
论坛版主
帖子: 33994
注册时间: 2010-10-07 14:23
系统: Archdows10
来自: 某系某星某洲某国某省某市
联系:

Re: 求教:pidgin-ofetion安装问题

#4

帖子 月下叹逍遥 » 2011-06-19 19:54

openfetion已经进入官方源了……
浮生七十今三十,从此凄惶未可知
头像
LFive
帖子: 265
注册时间: 2009-03-15 12:01
来自: [email protected]

Re: 求教:pidgin-ofetion安装问题

#5

帖子 LFive » 2011-06-19 19:55

。。。。 :em20
jw0301@Lfive:~$ sudo apt-get install openfetion
[sudo] password for jw0301:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
将会安装下列额外的软件包:
libofetion1
下列【新】软件包将被安装:
libofetion1
下列软件包将被升级:
openfetion
升级了 1 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
需要下载 425 kB 的软件包。
解压缩后会消耗掉 1,159 kB 的额外空间。
您希望继续执行吗?[Y/n]y
【警告】:下列软件包不能通过验证!
libofetion1 openfetion
不经验证就安装这些软件包吗?[y/N] y
获取:1 http://ppa.launchpad.net/happyaron/ppa/ubuntu/ natty/main libofetion1 i386 2.2.0-0natty1 [70.4 kB]
获取:2 http://ppa.launchpad.net/happyaron/ppa/ubuntu/ natty/main openfetion i386 2.2.1-0natty1 [355 kB]
下载 425 kB,耗时 57秒 (7,338 B/s)
选中了曾被取消选择的软件包 libofetion1。
(正在读取数据库 ... 系统当前共安装有 171705 个文件和目录。)
正在解压缩 libofetion1 (从 .../libofetion1_2.2.0-0natty1_i386.deb) ...
正预备替换 openfetion 1.3-1 (使用 .../openfetion_2.2.1-0natty1_i386.deb) ...
正在解压缩将用于更替的包文件 openfetion ...
dpkg:警告:无法删除原有的目录 /usr/local/share :目录非空
dpkg:警告:无法删除原有的目录 /usr/local :目录非空
正在处理用于 man-db 的触发器...
正在处理用于 bamfdaemon 的触发器...
Rebuilding /usr/share/applications/bamf.index...
正在处理用于 desktop-file-utils 的触发器...
正在处理用于 python-gmenu 的触发器...
Rebuilding /usr/share/applications/desktop.zh_CN.utf8.cache...
正在处理用于 python-support 的触发器...
正在设置 libofetion1 (2.2.0-0natty1) ...
正在设置 openfetion (2.2.1-0natty1) ...
正在处理用于 libc-bin 的触发器...
ldconfig deferred processing now taking place
jw0301@Lfive:~$
这个算是安装成功了吧
上课一排全睡,打饭从不排队
反恐如痴如醉,传奇不知疲惫
抽烟挖坑全会,白酒俩斤不醉
逛街花钱干脆,短信发到欠费
斯文败类疯狂,商贸学院万岁
头像
LFive
帖子: 265
注册时间: 2009-03-15 12:01
来自: [email protected]

Re: 求教:pidgin-ofetion安装问题

#6

帖子 LFive » 2011-06-19 19:56

。。。。 :em20
jw0301@Lfive:~$ sudo apt-get install openfetion
[sudo] password for jw0301:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
将会安装下列额外的软件包:
libofetion1
下列【新】软件包将被安装:
libofetion1
下列软件包将被升级:
openfetion
升级了 1 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
需要下载 425 kB 的软件包。
解压缩后会消耗掉 1,159 kB 的额外空间。
您希望继续执行吗?[Y/n]y
【警告】:下列软件包不能通过验证!
libofetion1 openfetion
不经验证就安装这些软件包吗?[y/N] y
获取:1 http://ppa.launchpad.net/happyaron/ppa/ubuntu/ natty/main libofetion1 i386 2.2.0-0natty1 [70.4 kB]
获取:2 http://ppa.launchpad.net/happyaron/ppa/ubuntu/ natty/main openfetion i386 2.2.1-0natty1 [355 kB]
下载 425 kB,耗时 57秒 (7,338 B/s)
选中了曾被取消选择的软件包 libofetion1。
(正在读取数据库 ... 系统当前共安装有 171705 个文件和目录。)
正在解压缩 libofetion1 (从 .../libofetion1_2.2.0-0natty1_i386.deb) ...
正预备替换 openfetion 1.3-1 (使用 .../openfetion_2.2.1-0natty1_i386.deb) ...
正在解压缩将用于更替的包文件 openfetion ...
dpkg:警告:无法删除原有的目录 /usr/local/share :目录非空
dpkg:警告:无法删除原有的目录 /usr/local :目录非空
正在处理用于 man-db 的触发器...
正在处理用于 bamfdaemon 的触发器...
Rebuilding /usr/share/applications/bamf.index...
正在处理用于 desktop-file-utils 的触发器...
正在处理用于 python-gmenu 的触发器...
Rebuilding /usr/share/applications/desktop.zh_CN.utf8.cache...
正在处理用于 python-support 的触发器...
正在设置 libofetion1 (2.2.0-0natty1) ...
正在设置 openfetion (2.2.1-0natty1) ...
正在处理用于 libc-bin 的触发器...
ldconfig deferred processing now taking place
jw0301@Lfive:~$
这个算是安装成功了吧
上课一排全睡,打饭从不排队
反恐如痴如醉,传奇不知疲惫
抽烟挖坑全会,白酒俩斤不醉
逛街花钱干脆,短信发到欠费
斯文败类疯狂,商贸学院万岁
头像
LFive
帖子: 265
注册时间: 2009-03-15 12:01
来自: [email protected]

Re: 求教:pidgin-ofetion安装问题

#7

帖子 LFive » 2011-06-19 19:57

我就是个悲剧。折腾了一个下午安装飞信没成功。结果。。。
上课一排全睡,打饭从不排队
反恐如痴如醉,传奇不知疲惫
抽烟挖坑全会,白酒俩斤不醉
逛街花钱干脆,短信发到欠费
斯文败类疯狂,商贸学院万岁
头像
月下叹逍遥
论坛版主
帖子: 33994
注册时间: 2010-10-07 14:23
系统: Archdows10
来自: 某系某星某洲某国某省某市
联系:

Re: 求教:pidgin-ofetion安装问题

#8

帖子 月下叹逍遥 » 2011-06-19 20:00

在菜单里找得到么?试一下……
浮生七十今三十,从此凄惶未可知
头像
LFive
帖子: 265
注册时间: 2009-03-15 12:01
来自: [email protected]

Re: 求教:pidgin-ofetion安装问题

#9

帖子 LFive » 2011-06-20 9:09

昨天去论坛,别人给我传了个pigdinopenfetion的插件,终于可以用了。不过离线好友好像发不了信息?
上课一排全睡,打饭从不排队
反恐如痴如醉,传奇不知疲惫
抽烟挖坑全会,白酒俩斤不醉
逛街花钱干脆,短信发到欠费
斯文败类疯狂,商贸学院万岁
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: 求教:pidgin-ofetion安装问题

#10

帖子 lainme » 2011-06-20 11:15

-- package 'purple' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
libpurple-dev没装吧。编译依赖不全

apt-get那个,没有加key?
头像
ooinzaghi
帖子: 1767
注册时间: 2010-11-18 15:55
系统: ubuntu16.04+win10
来自: Auir

Re: 求教:pidgin-ofetion安装问题

#11

帖子 ooinzaghi » 2011-06-24 19:44

如果楼主是11.04系统在新立得里面搜索“openfetion”
然后把前三个包"标记以便安装“就可以了
Screenshot.png
势不可去尽,话不可说尽,凡事太尽,缘分势必早尽。

生命不息,折腾不止!在折腾中进步!

dropbox邀请链接: https://db.tt/OMGJP72tMW
回复