Ubuntu&Fedora装机&Mac装机(UOS装机将会持续更新)

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#226

帖子 243750496 » 2016-12-17 0:17

安神调养茶:牡丹花玫瑰柠檬片蜂蜜
助眠降压茶:百合花金盏菊柠檬片蜂蜜
提神醒目去火茶:迷迭香绿梅花竹叶青茉莉花柠檬片蜂蜜
冰红茶:红茶柠檬片蜂蜜
冰绿茶:绿茶柠檬片蜂蜜
大麦茶山楂片佛手柑陈皮柠檬片蜂蜜
柠檬片如不能采用新鲜的请使用冻干柠檬而非烘干柠檬(1、VC不流失,2、不发苦,3、足够酸)
冷水茶:
盐津提子+洛神花+柠檬片+蜂蜜+枸杞+苏打水
柠檬片+盐津提子+蜂蜜+苏打水+菊花
盐汽水:柠檬片+盐津提子+蜂蜜+苏打水

菊花+绿茶+蜂蜜+柠檬片+枸杞
洛神花+红茶+蜂蜜+柠檬片+枸杞
柚子皮丁(蜜饯或蜜渍过)+山楂片(要新鲜,不要从中药店买)+甘草(要新鲜,不要从中药店买)+陈皮(要新鲜,不要从中药店买)+玫瑰

抹茶粉(+水/牛奶)用酵素过滤网过滤后加入枸杞碳酸水蜂蜜然后放到保温座上加温即可然后过滤加入盐津提子柠檬片枸杞放回去然后再加入蜂蜜继续保温然后拿走保温座让茶冷却至室温
咖啡挂耳包+牛奶(向开口里倒)然后放到保温座上8小时

枸杞 蜂蜜 香蕉 陈皮 玫瑰花 柚子皮丁 柠檬片 桂花 洛神花 用蜜封起来先放到塑料小盒里加入酵素粉然后倒放放入酵素瓶中加入盐水混合乳酸菌和白糖沫之 放入酵素机发酵 7天之后如果可以就可以吃了 如果不喜欢加蜜和水乳酸菌红酒曲密封后放入酵素机打开果酒档发酵
上次由 243750496 在 2017-01-03 14:34,总共编辑 6 次。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#227

帖子 243750496 » 2016-12-19 7:56

scribus最全窗口否则会出bug(如果不按照我的排列方式排列的话)
Screenshot from 2016-12-19 07-59-00.png
http://www.linuxjournal.com/content/tab ... es-scribus
http://linux.hanski.info/static/scribus ... _howto.htm
上次由 243750496 在 2020-07-10 22:07,总共编辑 1 次。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#228

帖子 243750496 » 2016-12-22 16:29

my container name is myapps so the command is
libertine-container-manager configure -a add "ppa:freecad-maintainers/freecad-daily" -i myapps
then it show me
libertine-container-manager: error: unrecognized arguments: ppa:freecad-maintainers/freecad-daily
why it show me that ?something wrong with my grammar?
thx in adv !
Add tags Tag help
Chen Chen (cc243750496) wrote on 2016-10-25: #1

IMG_0933.JPG Edit (1.8 MiB, image/jpeg)

Hide
Larry Price (larryprice) wrote on 2016-10-25: #2

The correct syntax in your case would be:

libertine-container-manager configure -a add -n "ppa:freecad-maintainers/freecad-daily" -i myapps

You can use `libertine-container-manager --help` or `man libertine-container-manager` to determine the correct syntax in most cases.
Chen Chen (cc243750496) wrote on 2016-10-26: #3

have u ever tried to add that ppa to install freecad? why still can't locate
i have already done the command libertine-container-manager update --id myapps
it show me mktemp
mktemp:failed to create directory via template '/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX' no such file or directory
but while i type the command it show up ppa already added in container and when i checked while open the libertine ->My Applications->settings->manage container->Additional archives and PPAs
it(the ppa) show right there maybe successfully added but why shows up
mktemp:failed to create directory via template '/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX' no such file or directory
maybe failed to add in some part?and that' s the reason why caused
E:Unable to locate package freecad-daily?

i mean what is the reason why i cant locate the package and cant install it correctly i hope u can try the add command and give me an answer
does it only this ppa failed or both the other ppa also have the same issue?thx in adv
Hide
Larry Price (larryprice) wrote on 2016-10-26: #4

Looks like you're using the ubuntu-terminal-app. It's not currently possible to use libertine-container-manager directly with the ubuntu-terminal-app due to confinement, which is the issue you are seeing. One workaround is to use `ssh localhost` in `ubuntu-terminal-app` to get around this. You could also use another terminal emulator in a Unity 7 environment or SSH from another machine. Alternatively, you can install the `libertine` or `libertine-manager-app` GUI and use that to install applications.
Chen Chen (cc243750496) wrote on 2016-10-28: #5

image.jpg Edit (2.7 MiB, image/jpeg)

could i use adb shell command instead? and could u please give me some more details about how to configure or do it, i havent really quite get that. much more thx!
Hide
Larry Price (larryprice) wrote on 2016-10-28: #6

It looks like you're trying to install freecad-daily on a vivid-based system. If you look at the freecad-daily PPA (https://launchpad.net/~freecad-maintain ... ecad-daily), you'll notice that they no longer build for vivid. You will probably need to compile and install freecad-daily from source if you want to use it in the current Touch ecosystem.

If you're curious, I was able to successfully install freecad-daily with the following commands on my zesty desktop machine:

libertine-container-manager configure -a add -n "ppa:freecad-maintainers/freecad-daily" -i myapps
libertine-container-manager update -i myapps
libertine-container-manager install-package -i myapps -p freecad-daily

Marking as Invalid.
Changed in libertine:
status: New → Invalid
Chen Chen (cc243750496) wrote on 2016-10-29: #7

i know it but on desktop version we can set to configure to install 14.04' s version so are there anyway to configure it on mobile?or any other solutions maybe waiting for 15.10 upgrade?
Hide
Chen Chen (cc243750496) wrote on 2016-10-29: #8

You will probably need to compile and install freecad-daily from source if you want to use it in the current Touch ecosystem.

reply:how to install deb pacages to libertine mobile device
any solutions? ( i know how to build deb from source but dont know how to transfer itto tablet and use what kind of command to install it )
btw i am so newbee so i hope u can tould me step by step
Hide
Chen Chen (cc243750496) wrote on 2016-10-29: #9

and i know its on arm
so shall i need something difference from build amd64 version(from install depends(maybe arm depends?) to compile)
Hide
Chen Chen (cc243750496) wrote on 2016-10-30: #10
Download full text (4.0 KiB)

and why Hash Sum mismatch??????????????
phablet@ubuntu-phablet:~/.local/share/libertine$ libertine-container-manager update --id myapps
Hit http://ports.ubuntu.com vivid InRelease
Hit http://ppa.launchpad.net vivid InRelease
Hit http://ports.ubuntu.com vivid-updates InRelease
Get:1 http://ports.ubuntu.com vivid/main armhf Packages [5,710 kB]
Get:2 http://ppa.launchpad.net vivid InRelease [15.4 kB]
Hit http://ports.ubuntu.com vivid/universe armhf Packages
Get:3 http://ppa.launchpad.net vivid InRelease [15.4 kB]
Get:4 http://ppa.launchpad.net vivid InRelease [15.5 kB]
Get:5 http://ppa.launchpad.net vivid InRelease [20.9 kB]
Get:6 http://ppa.launchpad.net vivid InRelease [16.0 kB]
Get:7 http://ppa.launchpad.net vivid/main armhf Packages [1,263 B]
Get:8 http://ppa.launchpad.net vivid/main Translation-en [3,589 B]
Get:9 http://ppa.launchpad.net vivid/main armhf Packages [1,263 B]
Get:10 http://ppa.launchpad.net vivid/main Translation-en [1,556 B]
Get:11 http://ppa.launchpad.net vivid/main armhf Packages [1,263 B]
Get:12 http://ppa.launchpad.net vivid/main Translation-en [14 B]
Hit http://ports.ubuntu.com vivid/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid/main Translation-en
Get:13 http://ppa.launchpad.net vivid/main Translation-en [1,556 B]
Get:14 http://ppa.launchpad.net vivid/main armhf Packages [14 B]
Hit http://ports.ubuntu.com vivid/multiverse Translation-en
Get:15 http://ppa.launchpad.net vivid/main armhf Packages [3,324 B]
Hit http://ports.ubuntu.com vivid/universe Translation-en
Get:16 http://ppa.launchpad.net vivid/main Translation-en [8,285 B]
Hit http://ports.ubuntu.com vivid-updates/main armhf Packages
Get:17 http://ppa.launchpad.net vivid/main armhf Packages [3,324 B]
Hit http://ports.ubuntu.com vivid-updates/universe armhf Packages
Get:18 http://ppa.launchpad.net vivid/main Translation-en [8,285 B]
Hit http://ports.ubuntu.com vivid-updates/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid-updates/main Translation-en
Hit http://ports.ubuntu.com vivid-updates/multiverse Translation-en
Hit http://ports.ubuntu.com vivid-updates/universe Translation-en
Fetched 5,827 kB in 16s (344 kB/s)
W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/di ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/ci-train-ppa-s ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/ci-train-ppa-s ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/dhor/myway/ubuntu/dists/vi...

Read more...
Hide
Larry Price (larryprice) wrote on 2016-10-31: #11

You'll need to compile for armhf. If you have the space on your device, you could build/install the deb directly in the libertine container. Use `libertine-launch myapps bash` to start a session, and then you can pull down the source and build the deb like you would in a normal environment. Still within the bash session, you can run `dpkg -i foobar.deb` to install the package in your container.
Chen Chen (cc243750496) wrote on 2016-11-01: #12

W: Failed to fetch http://ppa.launchpad.net/dhor/myway/ubu ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/dhor/myway/ubu ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/libreoffice/pp ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/otto-kesselgul ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/scribus/ppa/ub ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/scribus/ppa/ub ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/thomas-schiex/ ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/thomas-schiex/ ... slation-en Hash Sum mismatch
Hide
Chen Chen (cc243750496) wrote on 2016-11-01: #13

why those ppa worked fine without 'hash sum mismatch' but shows up on my tablet????
anything wrong?
Hide
Larry Price (larryprice) wrote on 2016-11-02: #14

None of those PPAs are supported on vivid.

As this is straying from the original bug, I recommend using https://askubuntu.com for further support.
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#230

帖子 243750496 » 2016-12-23 16:29

libertine-container-manager exec --command "apt-get install build-essential cmake python python-matplotlib libtool libtool libcoin80-dev libxerces-c-dev libboost-dev libboost-filesystem-dev libboost-regex-dev libboost-program-options-dev libboost-signals-dev libboost-thread-dev libboost-python-dev libqt4-dev libqt4-opengl-dev qt4-dev-tools python-dev python-pyside pyside-tools liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev oce-draw libeigen3-dev libqtwebkit-dev libshiboken-dev libpyside-dev libode-dev swig libzipios++-dev libfreetype6 libfreetype6-dev libsimage-dev checkinstall python-qt4 doxygen libspnav-dev dh-make devscripts lintian" --id myapps



libertine-container-manager remove-package --id my-container --package PACKAGE_NAME
cp -a ~/Downloads/Freecad ~/.cache/libertine-container/myapps/rootfs/home
libertine-container-manager exec -c "bash"
cmake -DCMAKE_C_FLAGS=-DGLX_GLXEXT_LEGACY -DCMAKE_CXX_FLAGS=-DGLX_GLXEXT_LEGACY -Wno-dev ../VTK-6.1.0
make
check install
libertine-launch --id myapps bash
libertine-container-manager exec -c "bash"
libertine-container-manager exec -c "bash" --id myapps


安装前准备

运行环境:ubuntu14.04 LTS, 64bit //本人在ubuntu 14.10下安装失败

安装版本:vtk6.1.0.tar.gz vtkdata6.1.0.tar.gz

编译器:g++

$ sudo apt-cache search gcc*g++

以保证能搜索到g++,然后

$ sudo apt-get install g++


make工具

$ sudo apt-get install cmake

$ sudo apt-ge install cmake-mesa-gui

库文件:

openGL LIB等库需要提前安装好,否则会报错。

$ sudo apt-get install libgl1-mesa-dev

$ sudo apt-get install libxt-dev
安装步骤

1.建立vtk文件夹

$ cd ~

$ mkdir visualtk

2. 将vtk6.1.0.tar.gz vtkdata6.1.0.tar.gz复制到visualtk文件夹下,并解压

$ cd ~/visualtk

$ tar zxvf vtk6.1.0.tar.gz

$ tar zxvf vtkdata6.1.0.tar.gz

data文件夹将解压到vtk-6.1.0下,因其为隐藏文件,不可直接查看。

3. 进入visualtk文件夹,完成配置

$ cd ~/visualtk

$ ccmake VTK-6.1.0

VTK-6.1.0解压后的文件夹,进入后按c开始配置,一般不需要做调整,如果有错误需要注意设置,但execinfo_lib可忽略。配置结束后,选项全部反白显示。再按c完成配置,此时出现按g完成generate的选项。ok,那就按g完成。

4.generate完成后,ccmake自动退出,回到了visualtk下,此时执行

$ make

开始长达30分钟(不定)的make过程。

5. 顺利完成make后,接下来执行

$ sudo make install

注意sudo不可省略,install 需要权限

6.测试安装结果,以运行自带例子为例:

$ cd ~/visualtk/Examples/Tutorial/Step1/Cxx

$ cmake .

$ make

此时生成了Cone可执行文件。执行

$ ./Cone

出现旋转椎体,表明安装成功。



测试时我遇到了一个小问题,cmake出现找不到cmake相关文件的错误提示,该路径指向~。原来我一开始打算安装到~主文件,但ccmake时发现生成了很多文件,就重新解压到新文件夹(visualtk)。转移到新文件夹后,原先cmake参数仍然指向旧路径,导致错误。

=======================

有关问题解决

1. ccmake配置时,提示

EXEC_INFO_LIB not found, 可无视之

2. CMakeError at Rendering /OpenGL/CMakelists.txt(304?) X11_XT_LIB Could not be found 的解决方法

安装相应库文件

3.

安装openGL_lib






















i have deb files but doesn't know how to install in command(by using adb shell first) ,
i can install it by copy to downloads and select installation files and then it stopped at installing for 10 min i wonder what happend so i got this idea :
can i install deb files with command????
Add tags Tag help
Chen Chen (cc243750496) wrote 40 minutes ago: #1

freecad armhf deb for bq m10 Edit (18.2 MiB, application/x-debian-package)

Hide
Chen Chen (cc243750496) wrote 16 minutes ago: #2
Download full text (44.1 KiB)

phablet@ubuntu-phablet:~$ libertine-container-manager install-package -i myapps -p /home/phablet/Downloads/freecad.deb
Hit http://ppa.launchpad.net vivid InRelease
Hit http://ppa.launchpad.net vivid/main armhf Packages
Hit http://ppa.launchpad.net vivid/main Translation-en
Hit http://ports.ubuntu.com vivid InRelease
Hit http://ports.ubuntu.com vivid-updates InRelease
Hit http://ports.ubuntu.com vivid/main armhf Packages
Hit http://ports.ubuntu.com vivid/universe armhf Packages
Hit http://ports.ubuntu.com vivid/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid/main Translation-en
Hit http://ports.ubuntu.com vivid/main Translation-en_GB
Hit http://ports.ubuntu.com vivid/multiverse Translation-en
Hit http://ports.ubuntu.com vivid/multiverse Translation-en_GB
Hit http://ports.ubuntu.com vivid/universe Translation-en
Hit http://ports.ubuntu.com vivid/universe Translation-en_GB
Hit http://ports.ubuntu.com vivid-updates/main armhf Packages
Hit http://ports.ubuntu.com vivid-updates/universe armhf Packages
Hit http://ports.ubuntu.com vivid-updates/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid-updates/main Translation-en
Hit http://ports.ubuntu.com vivid-updates/multiverse Translation-en
Hit http://ports.ubuntu.com vivid-updates/universe Translation-en
Reading package lists... Done
ls: cannot access /home/phablet: No such file or directory
Selecting previously unselected package freecad.
(Reading database ... 26321 files and directories currently installed.)
Preparing to unpack /tmp/freecad.deb ...
Unpacking freecad (0.16+dfsg2-2) ...
dpkg: dependency problems prevent configuration of freecad:
freecad depends on libsoqt4-20 (>= 1.6); however:
Package libsoqt4-20 is not installed.
freecad depends on python-collada; however:
Package python-collada is not installed.
freecad depends on python-matplotlib; however:
Package python-matplotlib is not installed.
freecad depends on python-pivy (>= 0.5.0~v609hg-2); however:
Package python-pivy is not installed.
freecad depends on python-ply; however:
Package python-ply is not installed.
freecad depends on python-pyside; however:
Package python-pyside is not installed.
freecad depends on pyside-tools; however:
Package pyside-tools is not installed.
freecad depends on python:any (>= 2.6.6-7~); however:
freecad depends on python2.7; however:
Package python2.7 is not installed.
freecad depends on libboost-atomic1.62.0; however:
Package libboost-atomic1.62.0 is not installed.
freecad depends on libboost-chrono1.62.0; however:
Package libboost-chrono1.62.0 is not installed.
freeca
dpkg: error processing package freecad (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.58ubuntu1) ...
Process...
Question information

Language:
English Edit question

Status:
Open

For:
Libertine Edit question

Assignee:
No assignee Edit question

Last query:
a moment ago

Last reply:
14 hours ago

Related bugs

Bug #1652214: how to use libertine to install armhf deb files with command

Link existing bug Remove bug link

Related FAQ:

None Link to a FAQ
Chen Chen (cc243750496) said on 2016-12-23: #1

phablet@ubuntu-phablet:~$ libertine-container-manager install-package -i myapps -p /home/phablet/Downloads/freecad.deb
Hit http://ppa.launchpad.net vivid InRelease
Hit http://ppa.launchpad.net vivid/main armhf Packages
Hit http://ppa.launchpad.net vivid/main Translation-en
Hit http://ports.ubuntu.com vivid InRelease
Hit http://ports.ubuntu.com vivid-updates InRelease
Hit http://ports.ubuntu.com vivid/main armhf Packages
Hit http://ports.ubuntu.com vivid/universe armhf Packages
Hit http://ports.ubuntu.com vivid/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid/main Translation-en
Hit http://ports.ubuntu.com vivid/main Translation-en_GB
Hit http://ports.ubuntu.com vivid/multiverse Translation-en
Hit http://ports.ubuntu.com vivid/multiverse Translation-en_GB
Hit http://ports.ubuntu.com vivid/universe Translation-en
Hit http://ports.ubuntu.com vivid/universe Translation-en_GB
Hit http://ports.ubuntu.com vivid-updates/main armhf Packages
Hit http://ports.ubuntu.com vivid-updates/universe armhf Packages
Hit http://ports.ubuntu.com vivid-updates/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid-updates/main Translation-en
Hit http://ports.ubuntu.com vivid-updates/multiverse Translation-en
Hit http://ports.ubuntu.com vivid-updates/universe Translation-en
Reading package lists... Done
ls: cannot access /home/phablet: No such file or directory
Selecting previously unselected package freecad.
(Reading database ... 26321 files and directories currently installed.)
Preparing to unpack /tmp/freecad.deb ...
Unpacking freecad (0.16+dfsg2-2) ...
dpkg: dependency problems prevent configuration of freecad:
freecad depends on libsoqt4-20 (>= 1.6); however:
Package libsoqt4-20 is not installed.
freecad depends on python-collada; however:
Package python-collada is not installed.
freecad depends on python-matplotlib; however:
Package python-matplotlib is not installed.
freecad depends on python-pivy (>= 0.5.0~v609hg-2); however:
Package python-pivy is not installed.
freecad depends on python-ply; however:
Package python-ply is not installed.
freecad depends on python-pyside; however:
Package python-pyside is not installed.
freecad depends on pyside-tools; however:
Package pyside-tools is not installed.
freecad depends on python:any (>= 2.6.6-7~); however:
freecad depends on python2.7; however:
Package python2.7 is not installed.
freecad depends on libboost-atomic1.62.0; however:
Package libboost-atomic1.62.0 is not installed.
freecad depends on libboost-chrono1.62.0; however:
Package libboost-chrono1.62.0 is not installed.
freeca
dpkg: error processing package freecad (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.58ubuntu1) ...
Processing triggers for shared-mime-info (1.3-1) ...
Errors were encountered while processing:
freecad
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
fonts-lyx gstreamer1.0-plugins-base gstreamer1.0-plugins-good
gstreamer1.0-pulseaudio gstreamer1.0-x javascript-common libaa1 libasound2
libasound2-data libasyncns0 libavc1394-0 libblas-common libblas3 libcaca0
libcdparanoia0 libdv4 libflac8 libfreeimage3 libgfortran3 libgl1-mesa-glx
libglade2-0 libglu1-mesa libgomp1 libgstreamer-plugins-base1.0-0
libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libiec61883-0 libilmbase6
libjack-jackd2-0 libjs-jquery libjs-jquery-ui libjs-sphinxdoc
libjs-underscore libjson-c2 liblapack3 libogg0 libopenexr6 libopenjpeg5
libopus0 liborc-0.4-0 libphonon4 libpulse-mainloop-glib0 libpulse0
libpyside1.2 libpython2.7 libqt4-dbus libqt4-help libqt4-opengl
libqt4-scripttools libqt4-svg libqt4-test libqtwebkit4 libraw10
libraw1394-11 libsamplerate0 libshiboken1.2 libshout3 libsndfile1 libspeex1
libspnav0 libtag1-vanilla libtag1c2a libtheora0 libvisual-0.4-0
libvisual-0.4-plugins libvorbis0a libvorbisenc2 libwavpack1 libwebp5
libwebpmux1 libwrap0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
libxerces-c3.1 libxshmfence1 libxslt1.1 libxv1 libxxf86vm1 phonon
phonon-backend-gstreamer phonon-backend-gstreamer-common pyside-tools
python-bs4 python-cairo python-chardet python-collada python-dateutil
python-glade2 python-gobject-2 python-gtk2 python-html5lib python-imaging
python-lxml python-matplotlib python-matplotlib-data python-mock python-nose
python-numpy python-pil python-pkg-resources python-ply python-pyparsing
python-pyside python-pyside.phonon python-pyside.qtcore
python-pyside.qtdeclarative python-pyside.qtgui python-pyside.qthelp
python-pyside.qtnetwork python-pyside.qtopengl python-pyside.qtscript
python-pyside.qtsql python-pyside.qtsvg python-pyside.qttest
python-pyside.qtuitools python-pyside.qtwebkit python-pyside.qtxml
python-six python-tz qdbus qtchooser tcpd
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
blt fonts-lyx gstreamer1.0-plugins-base gstreamer1.0-plugins-good
gstreamer1.0-pulseaudio gstreamer1.0-x javascript-common libaa1 libasound2
libasound2-data libasyncns0 libavc1394-0 libblas-common libblas3 libcaca0
libcdparanoia0 libdv4 libflac8 libfreeimage3 libgfortran3 libgl1-mesa-glx
libglade2-0 libglu1-mesa libgomp1 libgpm2 libgstreamer-plugins-base1.0-0
libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libiec61883-0 libilmbase6
libjack-jackd2-0 libjs-jquery libjs-jquery-ui libjs-sphinxdoc
libjs-underscore libjson-c2 liblapack3 libogg0 libopenexr6 libopenjpeg5
libopus0 liborc-0.4-0 libphonon4 libpulse-mainloop-glib0 libpulse0
libpyside1.2 libpython-stdlib libpython2.7 libpython2.7-minimal
libpython2.7-stdlib libqt4-dbus libqt4-help libqt4-opengl libqt4-scripttools
libqt4-svg libqt4-test libqtwebkit4 libraw10 libraw1394-11 libsamplerate0
libshiboken1.2 libshout3 libsndfile1 libspeex1 libspnav0 libtag1-vanilla
libtag1c2a libtcl8.6 libtheora0 libtk8.6 libvisual-0.4-0
libvisual-0.4-plugins libvorbis0a libvorbisenc2 libwavpack1 libwebp5
libwebpmux1 libwrap0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
libxerces-c3.1 libxshmfence1 libxslt1.1 libxss1 libxv1 libxxf86vm1 phonon
phonon-backend-gstreamer phonon-backend-gstreamer-common pyside-tools python
python-bs4 python-cairo python-chardet python-collada python-dateutil
python-glade2 python-gobject-2 python-gtk2 python-html5lib python-imaging
python-lxml python-matplotlib python-matplotlib-data python-minimal
python-mock python-nose python-numpy python-pil python-pkg-resources
python-ply python-pyparsing python-pyside python-pyside.phonon
python-pyside.qtcore python-pyside.qtdeclarative python-pyside.qtgui
python-pyside.qthelp python-pyside.qtnetwork python-pyside.qtopengl
python-pyside.qtscript python-pyside.qtsql python-pyside.qtsvg
python-pyside.qttest python-pyside.qtuitools python-pyside.qtwebkit
python-pyside.qtxml python-six python-tk python-tz python2.7
python2.7-minimal qdbus qtchooser tcpd tk8.6-blt2.5
Suggested packages:
blt-demo gvfs apache2 lighttpd httpd libasound2-plugins alsa-utils libdv-bin
oss-compat gpm gstreamer1.0-tools jackd2 libjs-jquery-ui-docs opus-tools
pulseaudio libraw1394-doc speex spacenavd tcl8.6 tk8.6
phonon-backend-mplayer phonon-backend-vlc gstreamer1.0-plugins-ugly
phonon4qt5-backend-gstreamer python-doc python-gtk2-doc python-gobject-2-dbg
python-genshi python-lxml-dbg python-lxml-doc dvipng gir1.2-gtk-3.0
ghostscript inkscape ipython python-cairocffi python-configobj
python-excelerator python-gobject python-matplotlib-doc python-qt4
python-scipy python-sip python-tornado python-traits python-wxgtk3.0
texlive-extra-utils texlive-latex-extra ttf-staypuft python-mock-doc
python-coverage python-nose-doc gcc gfortran python-dev python-numpy-dbg
python-numpy-doc python-pil-doc python-pil-dbg python-distribute
python-distribute-doc python-ply-doc tix python-tk-dbg python2.7-doc
binutils binfmt-support
The following packages will be REMOVED:
freecad
The following NEW packages will be installed:
blt fonts-lyx gstreamer1.0-plugins-base gstreamer1.0-plugins-good
gstreamer1.0-pulseaudio gstreamer1.0-x javascript-common libaa1 libasound2
libasound2-data libasyncns0 libavc1394-0 libblas-common libblas3 libcaca0
libcdparanoia0 libdv4 libflac8 libfreeimage3 libgfortran3 libgl1-mesa-glx
libglade2-0 libglu1-mesa libgomp1 libgpm2 libgstreamer-plugins-base1.0-0
libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libiec61883-0 libilmbase6
libjack-jackd2-0 libjs-jquery libjs-jquery-ui libjs-sphinxdoc
libjs-underscore libjson-c2 liblapack3 libogg0 libopenexr6 libopenjpeg5
libopus0 liborc-0.4-0 libphonon4 libpulse-mainloop-glib0 libpulse0
libpyside1.2 libpython-stdlib libpython2.7 libpython2.7-minimal
libpython2.7-stdlib libqt4-dbus libqt4-help libqt4-opengl libqt4-scripttools
libqt4-svg libqt4-test libqtwebkit4 libraw10 libraw1394-11 libsamplerate0
libshiboken1.2 libshout3 libsndfile1 libspeex1 libspnav0 libtag1-vanilla
libtag1c2a libtcl8.6 libtheora0 libtk8.6 libvisual-0.4-0
libvisual-0.4-plugins libvorbis0a libvorbisenc2 libwavpack1 libwebp5
libwebpmux1 libwrap0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
libxerces-c3.1 libxshmfence1 libxslt1.1 libxss1 libxv1 libxxf86vm1 phonon
phonon-backend-gstreamer phonon-backend-gstreamer-common pyside-tools python
python-bs4 python-cairo python-chardet python-collada python-dateutil
python-glade2 python-gobject-2 python-gtk2 python-html5lib python-imaging
python-lxml python-matplotlib python-matplotlib-data python-minimal
python-mock python-nose python-numpy python-pil python-pkg-resources
python-ply python-pyparsing python-pyside python-pyside.phonon
python-pyside.qtcore python-pyside.qtdeclarative python-pyside.qtgui
python-pyside.qthelp python-pyside.qtnetwork python-pyside.qtopengl
python-pyside.qtscript python-pyside.qtsql python-pyside.qtsvg
python-pyside.qttest python-pyside.qtuitools python-pyside.qtwebkit
python-pyside.qtxml python-six python-tk python-tz python2.7
python2.7-minimal qdbus qtchooser tcpd tk8.6-blt2.5
0 upgraded, 137 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 6,383 kB/38.9 MB of archives.
After this operation, 49.0 MB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-matplotlib armhf 1.4.2-3.1 [3,365 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports/ vivid/main python-ply all 3.4-5 [48.4 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtgui armhf 1.2.2-1 [1,579 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.phonon armhf 1.2.2-1 [129 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtnetwork armhf 1.2.2-1 [158 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtdeclarative armhf 1.2.2-1 [71.2 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qthelp armhf 1.2.2-1 [65.2 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtopengl armhf 1.2.2-1 [68.9 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtscript armhf 1.2.2-1 [63.2 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtsql armhf 1.2.2-1 [92.9 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtsvg armhf 1.2.2-1 [31.6 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qttest armhf 1.2.2-1 [27.7 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtxml armhf 1.2.2-1 [116 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtuitools armhf 1.2.2-1 [172 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside.qtwebkit armhf 1.2.2-1 [103 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-pyside all 1.2.2-1 [4,462 B]
Get:17 http://ports.ubuntu.com/ubuntu-ports/ vivid/main python-tk armhf 2.7.9-1 [22.5 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports/ vivid/main tcpd armhf 7.6.q-25 [21.6 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe libfreeimage3 armhf 3.15.4-4.1 [236 kB]
Get:20 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe libspnav0 armhf 0.2.2-1ubuntu1 [8,238 B]
Fetched 3,200 kB in 2min 10s (24.6 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 27198 files and directories currently installed.)
Removing freecad (0.16+dfsg2-2) ...
Processing triggers for shared-mime-info (1.3-1) ...
Processing triggers for mime-support (3.58ubuntu1) ...
Selecting previously unselected package libjson-c2:armhf.
(Reading database ... 26321 files and directories currently installed.)
Preparing to unpack .../libjson-c2_0.11-4ubuntu2_armhf.deb ...
Unpacking libjson-c2:armhf (0.11-4ubuntu2) ...
Selecting previously unselected package libgpm2:armhf.
Preparing to unpack .../libgpm2_1.20.4-6.1_armhf.deb ...
Unpacking libgpm2:armhf (1.20.4-6.1) ...
Selecting previously unselected package libaa1:armhf.
Preparing to unpack .../libaa1_1.4p5-43_armhf.deb ...
Unpacking libaa1:armhf (1.4p5-43) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../libasound2-data_1.0.28-1_all.deb ...
Unpacking libasound2-data (1.0.28-1) ...
Selecting previously unselected package libasound2:armhf.
Preparing to unpack .../libasound2_1.0.28-1_armhf.deb ...
Unpacking libasound2:armhf (1.0.28-1) ...
Selecting previously unselected package libasyncns0:armhf.
Preparing to unpack .../libasyncns0_0.8-5build1_armhf.deb ...
Unpacking libasyncns0:armhf (0.8-5build1) ...
Selecting previously unselected package libcaca0:armhf.
Preparing to unpack .../libcaca0_0.99.beta19-2build1_armhf.deb ...
Unpacking libcaca0:armhf (0.99.beta19-2build1) ...
Selecting previously unselected package libcdparanoia0:armhf.
Preparing to unpack .../libcdparanoia0_3.10.2+debian-11_armhf.deb ...
Unpacking libcdparanoia0:armhf (3.10.2+debian-11) ...
Selecting previously unselected package libdv4:armhf.
Preparing to unpack .../libdv4_1.0.0-6_armhf.deb ...
Unpacking libdv4:armhf (1.0.0-6) ...
Selecting previously unselected package libogg0:armhf.
Preparing to unpack .../libogg0_1.3.2-1_armhf.deb ...
Unpacking libogg0:armhf (1.3.2-1) ...
Selecting previously unselected package libflac8:armhf.
Preparing to unpack .../libflac8_1.3.1-1ubuntu1_armhf.deb ...
Unpacking libflac8:armhf (1.3.1-1ubuntu1) ...
Selecting previously unselected package libgfortran3:armhf.
Preparing to unpack .../libgfortran3_4.9.2-10ubuntu13_armhf.deb ...
Unpacking libgfortran3:armhf (4.9.2-10ubuntu13) ...
Selecting previously unselected package libxcb-dri3-0:armhf.
Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_armhf.deb ...
Unpacking libxcb-dri3-0:armhf (1.10-2ubuntu1) ...
Selecting previously unselected package libxcb-glx0:armhf.
Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_armhf.deb ...
Unpacking libxcb-glx0:armhf (1.10-2ubuntu1) ...
Selecting previously unselected package libxcb-present0:armhf.
Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_armhf.deb ...
Unpacking libxcb-present0:armhf (1.10-2ubuntu1) ...
Selecting previously unselected package libxshmfence1:armhf.
Preparing to unpack .../libxshmfence1_1.1-4_armhf.deb ...
Unpacking libxshmfence1:armhf (1.1-4) ...
Selecting previously unselected package libxxf86vm1:armhf.
Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_armhf.deb ...
Unpacking libxxf86vm1:armhf (1:1.1.3-1) ...
Selecting previously unselected package libgl1-mesa-glx:armhf.
Preparing to unpack .../libgl1-mesa-glx_10.5.9-2ubuntu1~vivid2_armhf.deb ...
Unpacking libgl1-mesa-glx:armhf (10.5.9-2ubuntu1~vivid2) ...
Selecting previously unselected package libglade2-0:armhf.
Preparing to unpack .../libglade2-0_1%3a2.6.4-2_armhf.deb ...
Unpacking libglade2-0:armhf (1:2.6.4-2) ...
Selecting previously unselected package libgomp1:armhf.
Preparing to unpack .../libgomp1_4.9.2-10ubuntu13_armhf.deb ...
Unpacking libgomp1:armhf (4.9.2-10ubuntu13) ...
Selecting previously unselected package libgstreamer1.0-0:armhf.
Preparing to unpack .../libgstreamer1.0-0_1.8.2-1~ubuntu2~overlay1_armhf.deb ...
Unpacking libgstreamer1.0-0:armhf (1.8.2-1~ubuntu2~overlay1) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-0:armhf.
Preparing to unpack .../libgstreamer-plugins-base1.0-0_1.8.2-1ubuntu0.1~overlay1_armhf.deb ...
Unpacking libgstreamer-plugins-base1.0-0:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Selecting previously unselected package libraw1394-11:armhf.
Preparing to unpack .../libraw1394-11_2.1.0-3_armhf.deb ...
Unpacking libraw1394-11:armhf (2.1.0-3) ...
Selecting previously unselected package libiec61883-0:armhf.
Preparing to unpack .../libiec61883-0_1.2.0-0.2_armhf.deb ...
Unpacking libiec61883-0:armhf (1.2.0-0.2) ...
Selecting previously unselected package libilmbase6:armhf.
Preparing to unpack .../libilmbase6_1.0.1-6.1_armhf.deb ...
Unpacking libilmbase6:armhf (1.0.1-6.1) ...
Selecting previously unselected package libsamplerate0:armhf.
Preparing to unpack .../libsamplerate0_0.1.8-8_armhf.deb ...
Unpacking libsamplerate0:armhf (0.1.8-8) ...
Selecting previously unselected package libjack-jackd2-0:armhf.
Preparing to unpack .../libjack-jackd2-0_1.9.10+20140719git3eb0ae6a~dfsg-2_armhf.deb ...
Unpacking libjack-jackd2-0:armhf (1.9.10+20140719git3eb0ae6a~dfsg-2) ...
Selecting previously unselected package libopenexr6:armhf.
Preparing to unpack .../libopenexr6_1.6.1-8_armhf.deb ...
Unpacking libopenexr6:armhf (1.6.1-8) ...
Selecting previously unselected package libopus0:armhf.
Preparing to unpack .../libopus0_1.1-0ubuntu2_armhf.deb ...
Unpacking libopus0:armhf (1.1-0ubuntu2) ...
Selecting previously unselected package liborc-0.4-0:armhf.
Preparing to unpack .../liborc-0.4-0_1%3a0.4.22-1_armhf.deb ...
Unpacking liborc-0.4-0:armhf (1:0.4.22-1) ...
Selecting previously unselected package libvorbis0a:armhf.
Preparing to unpack .../libvorbis0a_1.3.4-2_armhf.deb ...
Unpacking libvorbis0a:armhf (1.3.4-2) ...
Selecting previously unselected package libvorbisenc2:armhf.
Preparing to unpack .../libvorbisenc2_1.3.4-2_armhf.deb ...
Unpacking libvorbisenc2:armhf (1.3.4-2) ...
Selecting previously unselected package libsndfile1:armhf.
Preparing to unpack .../libsndfile1_1.0.25-9.1ubuntu0.15.04.1_armhf.deb ...
Unpacking libsndfile1:armhf (1.0.25-9.1ubuntu0.15.04.1) ...
Selecting previously unselected package libwrap0:armhf.
Preparing to unpack .../libwrap0_7.6.q-25_armhf.deb ...
Unpacking libwrap0:armhf (7.6.q-25) ...
Selecting previously unselected package libpulse0:armhf.
Preparing to unpack .../libpulse0_1%3a6.0-0ubuntu9.25_armhf.deb ...
Unpacking libpulse0:armhf (1:6.0-0ubuntu9.25) ...
Selecting previously unselected package libpulse-mainloop-glib0:armhf.
Preparing to unpack .../libpulse-mainloop-glib0_1%3a6.0-0ubuntu9.25_armhf.deb ...
Unpacking libpulse-mainloop-glib0:armhf (1:6.0-0ubuntu9.25) ...
Selecting previously unselected package qtchooser.
Preparing to unpack .../qtchooser_52-gae5eeef-1_armhf.deb ...
Unpacking qtchooser (52-gae5eeef-1) ...
Selecting previously unselected package qdbus.
Preparing to unpack .../qdbus_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1_armhf.deb ...
Unpacking qdbus (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Selecting previously unselected package libqt4-dbus:armhf.
Preparing to unpack .../libqt4-dbus_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1_armhf.deb ...
Unpacking libqt4-dbus:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Selecting previously unselected package libphonon4:armhf.
Preparing to unpack .../libphonon4_4%3a4.8.3-0ubuntu2_armhf.deb ...
Unpacking libphonon4:armhf (4:4.8.3-0ubuntu2) ...
Selecting previously unselected package libpython2.7-minimal:armhf.
Preparing to unpack .../libpython2.7-minimal_2.7.9-2ubuntu3_armhf.deb ...
Unpacking libpython2.7-minimal:armhf (2.7.9-2ubuntu3) ...
Selecting previously unselected package libpython2.7-stdlib:armhf.
Preparing to unpack .../libpython2.7-stdlib_2.7.9-2ubuntu3_armhf.deb ...
Unpacking libpython2.7-stdlib:armhf (2.7.9-2ubuntu3) ...
Selecting previously unselected package libpython2.7:armhf.
Preparing to unpack .../libpython2.7_2.7.9-2ubuntu3_armhf.deb ...
Unpacking libpython2.7:armhf (2.7.9-2ubuntu3) ...
Selecting previously unselected package libshiboken1.2:armhf.
Preparing to unpack .../libshiboken1.2_1.2.2-1_armhf.deb ...
Unpacking libshiboken1.2:armhf (1.2.2-1) ...
Selecting previously unselected package libpyside1.2:armhf.
Preparing to unpack .../libpyside1.2_1.2.2-1_armhf.deb ...
Unpacking libpyside1.2:armhf (1.2.2-1) ...
Selecting previously unselected package libqt4-help:armhf.
Preparing to unpack .../libqt4-help_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1_armhf.deb ...
Unpacking libqt4-help:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Selecting previously unselected package libqt4-opengl:armhf.
Preparing to unpack .../libqt4-opengl_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1_armhf.deb ...
Unpacking libqt4-opengl:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Selecting previously unselected package libqt4-scripttools:armhf.
Preparing to unpack .../libqt4-scripttools_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1_armhf.deb ...
Unpacking libqt4-scripttools:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Selecting previously unselected package libqt4-svg:armhf.
Preparing to unpack .../libqt4-svg_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1_armhf.deb ...
Unpacking libqt4-svg:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Selecting previously unselected package libqt4-test:armhf.
Preparing to unpack .../libqt4-test_4%3a4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1_armhf.deb ...
Unpacking libqt4-test:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Selecting previously unselected package libxslt1.1:armhf.
Preparing to unpack .../libxslt1.1_1.1.28-2build2_armhf.deb ...
Unpacking libxslt1.1:armhf (1.1.28-2build2) ...
Selecting previously unselected package libqtwebkit4:armhf.
Preparing to unpack .../libqtwebkit4_2.3.2-0ubuntu7_armhf.deb ...
Unpacking libqtwebkit4:armhf (2.3.2-0ubuntu7) ...
Selecting previously unselected package libraw10:armhf.
Preparing to unpack .../libraw10_0.16.0-9_armhf.deb ...
Unpacking libraw10:armhf (0.16.0-9) ...
Selecting previously unselected package libspeex1:armhf.
Preparing to unpack .../libspeex1_1.2~rc1.1-1ubuntu1_armhf.deb ...
Unpacking libspeex1:armhf (1.2~rc1.1-1ubuntu1) ...
Selecting previously unselected package libtheora0:armhf.
Preparing to unpack .../libtheora0_1.1.1+dfsg.1-6_armhf.deb ...
Unpacking libtheora0:armhf (1.1.1+dfsg.1-6) ...
Selecting previously unselected package libshout3:armhf.
Preparing to unpack .../libshout3_2.3.1-3_armhf.deb ...
Unpacking libshout3:armhf (2.3.1-3) ...
Selecting previously unselected package libtag1-vanilla:armhf.
Preparing to unpack .../libtag1-vanilla_1.9.1-2.1ubuntu1_armhf.deb ...
Unpacking libtag1-vanilla:armhf (1.9.1-2.1ubuntu1) ...
Selecting previously unselected package libtcl8.6:armhf.
Preparing to unpack .../libtcl8.6_8.6.1-6ubuntu1_armhf.deb ...
Unpacking libtcl8.6:armhf (8.6.1-6ubuntu1) ...
Selecting previously unselected package libxss1:armhf.
Preparing to unpack .../libxss1_1%3a1.2.2-1_armhf.deb ...
Unpacking libxss1:armhf (1:1.2.2-1) ...
Selecting previously unselected package libtk8.6:armhf.
Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_armhf.deb ...
Unpacking libtk8.6:armhf (8.6.1-3ubuntu2) ...
Selecting previously unselected package libvisual-0.4-0:armhf.
Preparing to unpack .../libvisual-0.4-0_0.4.0-6_armhf.deb ...
Unpacking libvisual-0.4-0:armhf (0.4.0-6) ...
Selecting previously unselected package libwavpack1:armhf.
Preparing to unpack .../libwavpack1_4.70.0-1_armhf.deb ...
Unpacking libwavpack1:armhf (4.70.0-1) ...
Selecting previously unselected package libxerces-c3.1:armhf.
Preparing to unpack .../libxerces-c3.1_3.1.1-5.1~build0.15.04.1_armhf.deb ...
Unpacking libxerces-c3.1:armhf (3.1.1-5.1~build0.15.04.1) ...
Selecting previously unselected package libxv1:armhf.
Preparing to unpack .../libxv1_2%3a1.0.10-1_armhf.deb ...
Unpacking libxv1:armhf (2:1.0.10-1) ...
Selecting previously unselected package phonon-backend-gstreamer-common:armhf.
Preparing to unpack .../phonon-backend-gstreamer-common_4%3a4.8.2-0ubuntu1_armhf.deb ...
Unpacking phonon-backend-gstreamer-common:armhf (4:4.8.2-0ubuntu1) ...
Selecting previously unselected package gstreamer1.0-pulseaudio:armhf.
Preparing to unpack .../gstreamer1.0-pulseaudio_1.8.2-1ubuntu0.1~overlay1_armhf.deb ...
Unpacking gstreamer1.0-pulseaudio:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Selecting previously unselected package libavc1394-0:armhf.
Preparing to unpack .../libavc1394-0_0.5.4-2_armhf.deb ...
Unpacking libavc1394-0:armhf (0.5.4-2) ...
Selecting previously unselected package libgstreamer-plugins-good1.0-0:armhf.
Preparing to unpack .../libgstreamer-plugins-good1.0-0_1.8.2-1ubuntu0.1~overlay1_armhf.deb ...
Unpacking libgstreamer-plugins-good1.0-0:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Selecting previously unselected package libtag1c2a:armhf.
Preparing to unpack .../libtag1c2a_1.9.1-2.1ubuntu1_armhf.deb ...
Unpacking libtag1c2a:armhf (1.9.1-2.1ubuntu1) ...
Selecting previously unselected package gstreamer1.0-plugins-base:armhf.
Preparing to unpack .../gstreamer1.0-plugins-base_1.8.2-1ubuntu0.1~overlay1_armhf.deb ...
Unpacking gstreamer1.0-plugins-base:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Selecting previously unselected package gstreamer1.0-plugins-good:armhf.
Preparing to unpack .../gstreamer1.0-plugins-good_1.8.2-1ubuntu0.1~overlay1_armhf.deb ...
Unpacking gstreamer1.0-plugins-good:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Selecting previously unselected package phonon-backend-gstreamer:armhf.
Preparing to unpack .../phonon-backend-gstreamer_4%3a4.8.2-0ubuntu1_armhf.deb ...
Unpacking phonon-backend-gstreamer:armhf (4:4.8.2-0ubuntu1) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.9-2ubuntu3_armhf.deb ...
Unpacking python2.7-minimal (2.7.9-2ubuntu3) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.9-1_armhf.deb ...
Unpacking python-minimal (2.7.9-1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.9-2ubuntu3_armhf.deb ...
Unpacking python2.7 (2.7.9-2ubuntu3) ...
Selecting previously unselected package libpython-stdlib:armhf.
Preparing to unpack .../libpython-stdlib_2.7.9-1_armhf.deb ...
Unpacking libpython-stdlib:armhf (2.7.9-1) ...
Processing triggers for hicolor-icon-theme (0.14-0ubuntu1) ...
Processing triggers for mime-support (3.58ubuntu1) ...
Setting up libpython2.7-minimal:armhf (2.7.9-2ubuntu3) ...
Setting up python2.7-minimal (2.7.9-2ubuntu3) ...
Setting up python-minimal (2.7.9-1) ...
Selecting previously unselected package python.
(Reading database ... 28243 files and directories currently installed.)
Preparing to unpack .../python_2.7.9-1_armhf.deb ...
Unpacking python (2.7.9-1) ...
Selecting previously unselected package libglu1-mesa:armhf.
Preparing to unpack .../libglu1-mesa_9.0.0-2_armhf.deb ...
Unpacking libglu1-mesa:armhf (9.0.0-2) ...
Selecting previously unselected package libopenjpeg5:armhf.
Preparing to unpack .../libopenjpeg5_1%3a1.5.2-3_armhf.deb ...
Unpacking libopenjpeg5:armhf (1:1.5.2-3) ...
Selecting previously unselected package libwebp5:armhf.
Preparing to unpack .../libwebp5_0.4.1-1.2_armhf.deb ...
Unpacking libwebp5:armhf (0.4.1-1.2) ...
Selecting previously unselected package libwebpmux1:armhf.
Preparing to unpack .../libwebpmux1_0.4.1-1.2_armhf.deb ...
Unpacking libwebpmux1:armhf (0.4.1-1.2) ...
Selecting previously unselected package tk8.6-blt2.5.
Preparing to unpack .../tk8.6-blt2.5_2.5.3+dfsg-1_armhf.deb ...
Unpacking tk8.6-blt2.5 (2.5.3+dfsg-1) ...
Selecting previously unselected package blt.
Preparing to unpack .../blt_2.5.3+dfsg-1_armhf.deb ...
Unpacking blt (2.5.3+dfsg-1) ...
Selecting previously unselected package fonts-lyx.
Preparing to unpack .../fonts-lyx_2.1.3-1_all.deb ...
Unpacking fonts-lyx (2.1.3-1) ...
Selecting previously unselected package gstreamer1.0-x:armhf.
Preparing to unpack .../gstreamer1.0-x_1.8.2-1ubuntu0.1~overlay1_armhf.deb ...
Unpacking gstreamer1.0-x:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../javascript-common_11_all.deb ...
Unpacking javascript-common (11) ...
Selecting previously unselected package libblas-common.
Preparing to unpack .../libblas-common_1.2.20110419-10_armhf.deb ...
Unpacking libblas-common (1.2.20110419-10) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_1.2.20110419-10_armhf.deb ...
Unpacking libblas3 (1.2.20110419-10) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../libjs-jquery_1.7.2+dfsg-3ubuntu2_all.deb ...
Unpacking libjs-jquery (1.7.2+dfsg-3ubuntu2) ...
Selecting previously unselected package libjs-jquery-ui.
Preparing to unpack .../libjs-jquery-ui_1.10.1+dfsg-1_all.deb ...
Unpacking libjs-jquery-ui (1.10.1+dfsg-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../libjs-underscore_1.7.0~dfsg-1ubuntu1_all.deb ...
Unpacking libjs-underscore (1.7.0~dfsg-1ubuntu1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../libjs-sphinxdoc_1.2.3+dfsg-1ubuntu2_all.deb ...
Unpacking libjs-sphinxdoc (1.2.3+dfsg-1ubuntu2) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.5.0-4_armhf.deb ...
Unpacking liblapack3 (3.5.0-4) ...
Selecting previously unselected package libvisual-0.4-plugins:armhf.
Preparing to unpack .../libvisual-0.4-plugins_0.4.0.dfsg.1-7build1_armhf.deb ...
Unpacking libvisual-0.4-plugins:armhf (0.4.0.dfsg.1-7build1) ...
Selecting previously unselected package phonon:armhf.
Preparing to unpack .../phonon_4%3a4.8.3-0ubuntu2_armhf.deb ...
Unpacking phonon:armhf (4:4.8.3-0ubuntu2) ...
Selecting previously unselected package python-pyside.qtcore.
Preparing to unpack .../python-pyside.qtcore_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtcore (1.2.2-1) ...
Selecting previously unselected package pyside-tools.
Preparing to unpack .../pyside-tools_0.2.15-1_armhf.deb ...
Unpacking pyside-tools (0.2.15-1) ...
Selecting previously unselected package python-bs4.
Preparing to unpack .../python-bs4_4.3.2-2ubuntu2_all.deb ...
Unpacking python-bs4 (4.3.2-2ubuntu2) ...
Selecting previously unselected package python-cairo.
Preparing to unpack .../python-cairo_1.8.8-1ubuntu5_armhf.deb ...
Unpacking python-cairo (1.8.8-1ubuntu5) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_12.2-1_all.deb ...
Unpacking python-pkg-resources (12.2-1) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../python-chardet_2.3.0-1_all.deb ...
Unpacking python-chardet (2.3.0-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../python-six_1.9.0-1_all.deb ...
Unpacking python-six (1.9.0-1) ...
Selecting previously unselected package python-dateutil.
Preparing to unpack .../python-dateutil_2.2-2_all.deb ...
Unpacking python-dateutil (2.2-2) ...
Selecting previously unselected package python-lxml.
Preparing to unpack .../python-lxml_3.4.2-1_armhf.deb ...
Unpacking python-lxml (3.4.2-1) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../python-numpy_1%3a1.8.2-1ubuntu1_armhf.deb ...
Unpacking python-numpy (1:1.8.2-1ubuntu1) ...
Selecting previously unselected package python-collada.
Preparing to unpack .../python-collada_0.4-2_all.deb ...
Unpacking python-collada (0.4-2) ...
Selecting previously unselected package python-gobject-2.
Preparing to unpack .../python-gobject-2_2.28.6-12build1_armhf.deb ...
Unpacking python-gobject-2 (2.28.6-12build1) ...
Selecting previously unselected package python-gtk2.
Preparing to unpack .../python-gtk2_2.24.0-3ubuntu4_armhf.deb ...
Unpacking python-gtk2 (2.24.0-3ubuntu4) ...
Selecting previously unselected package python-glade2.
Preparing to unpack .../python-glade2_2.24.0-3ubuntu4_armhf.deb ...
Unpacking python-glade2 (2.24.0-3ubuntu4) ...
Selecting previously unselected package python-html5lib.
Preparing to unpack .../python-html5lib_0.999-3_all.deb ...
Unpacking python-html5lib (0.999-3) ...
Selecting previously unselected package python-pil:armhf.
Preparing to unpack .../python-pil_2.7.0-1_armhf.deb ...
Unpacking python-pil:armhf (2.7.0-1) ...
Selecting previously unselected package python-imaging.
Preparing to unpack .../python-imaging_2.7.0-1_all.deb ...
Unpacking python-imaging (2.7.0-1) ...
Selecting previously unselected package python-matplotlib-data.
Preparing to unpack .../python-matplotlib-data_1.4.2-3.1_all.deb ...
Unpacking python-matplotlib-data (1.4.2-3.1) ...
Selecting previously unselected package python-pyparsing.
Preparing to unpack .../python-pyparsing_2.0.3+dfsg1-1_all.deb ...
Unpacking python-pyparsing (2.0.3+dfsg1-1) ...
Selecting previously unselected package python-tz.
Preparing to unpack .../python-tz_2014.10~dfsg1-0ubuntu2~15.04.0_all.deb ...
Unpacking python-tz (2014.10~dfsg1-0ubuntu2~15.04.0) ...
Selecting previously unselected package python-mock.
Preparing to unpack .../python-mock_1.0.1-3_all.deb ...
Unpacking python-mock (1.0.1-3) ...
Selecting previously unselected package python-nose.
Preparing to unpack .../python-nose_1.3.4-2_all.deb ...
Unpacking python-nose (1.3.4-2) ...
Selecting previously unselected package python-matplotlib.
Preparing to unpack .../python-matplotlib_1.4.2-3.1_armhf.deb ...
Unpacking python-matplotlib (1.4.2-3.1) ...
Selecting previously unselected package python-ply.
Preparing to unpack .../python-ply_3.4-5_all.deb ...
Unpacking python-ply (3.4-5) ...
Selecting previously unselected package python-pyside.qtgui.
Preparing to unpack .../python-pyside.qtgui_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtgui (1.2.2-1) ...
Selecting previously unselected package python-pyside.phonon.
Preparing to unpack .../python-pyside.phonon_1.2.2-1_armhf.deb ...
Unpacking python-pyside.phonon (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtnetwork.
Preparing to unpack .../python-pyside.qtnetwork_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtnetwork (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtdeclarative.
Preparing to unpack .../python-pyside.qtdeclarative_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtdeclarative (1.2.2-1) ...
Selecting previously unselected package python-pyside.qthelp.
Preparing to unpack .../python-pyside.qthelp_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qthelp (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtopengl.
Preparing to unpack .../python-pyside.qtopengl_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtopengl (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtscript.
Preparing to unpack .../python-pyside.qtscript_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtscript (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtsql.
Preparing to unpack .../python-pyside.qtsql_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtsql (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtsvg.
Preparing to unpack .../python-pyside.qtsvg_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtsvg (1.2.2-1) ...
Selecting previously unselected package python-pyside.qttest.
Preparing to unpack .../python-pyside.qttest_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qttest (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtxml.
Preparing to unpack .../python-pyside.qtxml_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtxml (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtuitools.
Preparing to unpack .../python-pyside.qtuitools_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtuitools (1.2.2-1) ...
Selecting previously unselected package python-pyside.qtwebkit.
Preparing to unpack .../python-pyside.qtwebkit_1.2.2-1_armhf.deb ...
Unpacking python-pyside.qtwebkit (1.2.2-1) ...
Selecting previously unselected package python-pyside.
Preparing to unpack .../python-pyside_1.2.2-1_all.deb ...
Unpacking python-pyside (1.2.2-1) ...
Selecting previously unselected package python-tk.
Preparing to unpack .../python-tk_2.7.9-1_armhf.deb ...
Unpacking python-tk (2.7.9-1) ...
Selecting previously unselected package tcpd.
Preparing to unpack .../tcpd_7.6.q-25_armhf.deb ...
Unpacking tcpd (7.6.q-25) ...
Selecting previously unselected package libfreeimage3.
Preparing to unpack .../libfreeimage3_3.15.4-4.1_armhf.deb ...
Unpacking libfreeimage3 (3.15.4-4.1) ...
Selecting previously unselected package libspnav0.
Preparing to unpack .../libspnav0_0.2.2-1ubuntu1_armhf.deb ...
Unpacking libspnav0 (0.2.2-1ubuntu1) ...
Processing triggers for fontconfig (2.11.94-0ubuntu2~overlay2) ...
Setting up libjson-c2:armhf (0.11-4ubuntu2) ...
Setting up libgpm2:armhf (1.20.4-6.1) ...
Setting up libaa1:armhf (1.4p5-43) ...
Setting up libasound2-data (1.0.28-1) ...
Setting up libasound2:armhf (1.0.28-1) ...
Setting up libasyncns0:armhf (0.8-5build1) ...
Setting up libcaca0:armhf (0.99.beta19-2build1) ...
Setting up libcdparanoia0:armhf (3.10.2+debian-11) ...
Setting up libdv4:armhf (1.0.0-6) ...
Setting up libogg0:armhf (1.3.2-1) ...
Setting up libflac8:armhf (1.3.1-1ubuntu1) ...
Setting up libgfortran3:armhf (4.9.2-10ubuntu13) ...
Setting up libxcb-dri3-0:armhf (1.10-2ubuntu1) ...
Setting up libxcb-glx0:armhf (1.10-2ubuntu1) ...
Setting up libxcb-present0:armhf (1.10-2ubuntu1) ...
Setting up libxshmfence1:armhf (1.1-4) ...
Setting up libxxf86vm1:armhf (1:1.1.3-1) ...
Setting up libgl1-mesa-glx:armhf (10.5.9-2ubuntu1~vivid2) ...
update-alternatives: using /usr/lib/arm-linux-gnueabihf/mesa/ld.so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libglade2-0:armhf (1:2.6.4-2) ...
Setting up libgomp1:armhf (4.9.2-10ubuntu13) ...
Setting up libgstreamer1.0-0:armhf (1.8.2-1~ubuntu2~overlay1) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up libgstreamer-plugins-base1.0-0:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Setting up libraw1394-11:armhf (2.1.0-3) ...
Setting up libiec61883-0:armhf (1.2.0-0.2) ...
Setting up libilmbase6:armhf (1.0.1-6.1) ...
Setting up libsamplerate0:armhf (0.1.8-8) ...
Setting up libjack-jackd2-0:armhf (1.9.10+20140719git3eb0ae6a~dfsg-2) ...
Setting up libopenexr6:armhf (1.6.1-8) ...
Setting up libopus0:armhf (1.1-0ubuntu2) ...
Setting up liborc-0.4-0:armhf (1:0.4.22-1) ...
Setting up libvorbis0a:armhf (1.3.4-2) ...
Setting up libvorbisenc2:armhf (1.3.4-2) ...
Setting up libsndfile1:armhf (1.0.25-9.1ubuntu0.15.04.1) ...
Setting up libwrap0:armhf (7.6.q-25) ...
Setting up libpulse0:armhf (1:6.0-0ubuntu9.25) ...
Setting up libpulse-mainloop-glib0:armhf (1:6.0-0ubuntu9.25) ...
Setting up qtchooser (52-gae5eeef-1) ...
Setting up qdbus (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Setting up libqt4-dbus:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Setting up libphonon4:armhf (4:4.8.3-0ubuntu2) ...
Setting up libpython2.7-stdlib:armhf (2.7.9-2ubuntu3) ...
Setting up libpython2.7:armhf (2.7.9-2ubuntu3) ...
Setting up libshiboken1.2:armhf (1.2.2-1) ...
Setting up libpyside1.2:armhf (1.2.2-1) ...
Setting up libqt4-help:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Setting up libqt4-opengl:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Setting up libqt4-scripttools:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Setting up libqt4-svg:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Setting up libqt4-test:armhf (4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu6.1) ...
Setting up libxslt1.1:armhf (1.1.28-2build2) ...
Setting up libqtwebkit4:armhf (2.3.2-0ubuntu7) ...
Setting up libraw10:armhf (0.16.0-9) ...
Setting up libspeex1:armhf (1.2~rc1.1-1ubuntu1) ...
Setting up libtheora0:armhf (1.1.1+dfsg.1-6) ...
Setting up libshout3:armhf (2.3.1-3) ...
Setting up libtag1-vanilla:armhf (1.9.1-2.1ubuntu1) ...
Setting up libtcl8.6:armhf (8.6.1-6ubuntu1) ...
Setting up libxss1:armhf (1:1.2.2-1) ...
Setting up libtk8.6:armhf (8.6.1-3ubuntu2) ...
Setting up libvisual-0.4-0:armhf (0.4.0-6) ...
Setting up libwavpack1:armhf (4.70.0-1) ...
Setting up libxerces-c3.1:armhf (3.1.1-5.1~build0.15.04.1) ...
Setting up libxv1:armhf (2:1.0.10-1) ...
Setting up phonon-backend-gstreamer-common:armhf (4:4.8.2-0ubuntu1) ...
Setting up gstreamer1.0-pulseaudio:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Setting up libavc1394-0:armhf (0.5.4-2) ...
Setting up libgstreamer-plugins-good1.0-0:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Setting up libtag1c2a:armhf (1.9.1-2.1ubuntu1) ...
Setting up gstreamer1.0-plugins-base:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Setting up gstreamer1.0-plugins-good:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Setting up phonon-backend-gstreamer:armhf (4:4.8.2-0ubuntu1) ...
Setting up python2.7 (2.7.9-2ubuntu3) ...
Setting up libpython-stdlib:armhf (2.7.9-1) ...
Setting up python (2.7.9-1) ...
Setting up libglu1-mesa:armhf (9.0.0-2) ...
Setting up libopenjpeg5:armhf (1:1.5.2-3) ...
Setting up libwebp5:armhf (0.4.1-1.2) ...
Setting up libwebpmux1:armhf (0.4.1-1.2) ...
Setting up tk8.6-blt2.5 (2.5.3+dfsg-1) ...
Setting up blt (2.5.3+dfsg-1) ...
Setting up fonts-lyx (2.1.3-1) ...
Setting up gstreamer1.0-x:armhf (1.8.2-1ubuntu0.1~overlay1) ...
Setting up javascript-common (11) ...
Setting up libblas-common (1.2.20110419-10) ...
Setting up libblas3 (1.2.20110419-10) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up libjs-jquery (1.7.2+dfsg-3ubuntu2) ...
Setting up libjs-jquery-ui (1.10.1+dfsg-1) ...
Setting up libjs-underscore (1.7.0~dfsg-1ubuntu1) ...
Setting up libjs-sphinxdoc (1.2.3+dfsg-1ubuntu2) ...
Setting up liblapack3 (3.5.0-4) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up libvisual-0.4-plugins:armhf (0.4.0.dfsg.1-7build1) ...
Setting up phonon:armhf (4:4.8.3-0ubuntu2) ...
Setting up python-pyside.qtcore (1.2.2-1) ...
Setting up pyside-tools (0.2.15-1) ...
Setting up python-bs4 (4.3.2-2ubuntu2) ...
Setting up python-cairo (1.8.8-1ubuntu5) ...
Setting up python-pkg-resources (12.2-1) ...
Setting up python-chardet (2.3.0-1) ...
Setting up python-six (1.9.0-1) ...
Setting up python-dateutil (2.2-2) ...
Setting up python-lxml (3.4.2-1) ...
Setting up python-numpy (1:1.8.2-1ubuntu1) ...
Setting up python-collada (0.4-2) ...
Setting up python-gobject-2 (2.28.6-12build1) ...
Setting up python-gtk2 (2.24.0-3ubuntu4) ...
Setting up python-glade2 (2.24.0-3ubuntu4) ...
Setting up python-html5lib (0.999-3) ...
Setting up python-pil:armhf (2.7.0-1) ...
Setting up python-imaging (2.7.0-1) ...
Setting up python-matplotlib-data (1.4.2-3.1) ...
Setting up python-pyparsing (2.0.3+dfsg1-1) ...
Setting up python-tz (2014.10~dfsg1-0ubuntu2~15.04.0) ...
Setting up python-mock (1.0.1-3) ...
Setting up python-nose (1.3.4-2) ...
Setting up python-matplotlib (1.4.2-3.1) ...
Setting up python-ply (3.4-5) ...
Setting up python-pyside.qtgui (1.2.2-1) ...
Setting up python-pyside.phonon (1.2.2-1) ...
Setting up python-pyside.qtnetwork (1.2.2-1) ...
Setting up python-pyside.qtdeclarative (1.2.2-1) ...
Setting up python-pyside.qthelp (1.2.2-1) ...
Setting up python-pyside.qtopengl (1.2.2-1) ...
Setting up python-pyside.qtscript (1.2.2-1) ...
Setting up python-pyside.qtsql (1.2.2-1) ...
Setting up python-pyside.qtsvg (1.2.2-1) ...
Setting up python-pyside.qttest (1.2.2-1) ...
Setting up python-pyside.qtxml (1.2.2-1) ...
Setting up python-pyside.qtuitools (1.2.2-1) ...
Setting up python-pyside.qtwebkit (1.2.2-1) ...
Setting up python-pyside (1.2.2-1) ...
Setting up python-tk (2.7.9-1) ...
Setting up tcpd (7.6.q-25) ...
Setting up libfreeimage3 (3.15.4-4.1) ...
Setting up libspnav0 (0.2.2-1ubuntu1) ...
Refreshing the container's dynamic linker run-time bindings

Q1:do my command correct?
(libertine-container-manager install-package -i myapps -p /home/phablet/Downloads/freecad.deb)

Q2:why it is in tmp????
ls: cannot access /home/phablet: No such file or directory
Selecting previously unselected package freecad.
(Reading database ... 26321 files and directories currently installed.)
Preparing to unpack /tmp/freecad.deb ...

Q3:how to slove the dependence ? witch command ????by using
libertine-container-manager exec --command "apt-get install -f" --id myapps
??????????????????????????
Hide
krusty (kaabud-lp) said on 2016-12-23: #2

Q1: Looks good

Q2: I think the use of tmp is just an implementation detail - I wouldn't worry about it. Same with the unavailability of /home/phablet/ - I think its just not mounted during libertine-container-manager - again, nothing to worry

Q3: Well, the simple /answer/ is : You solve it by installing all the dependencies: I.e. supply all tbe debs that this deb depends on. Depending on the number of dependencies this might not be a very simple task. Where have you gotten the deb from? Is there any other place like a ppa or compiling from source how you could install that software? Is there no version of freecad contained in the archives?
Chen Chen (cc243750496) said on 2016-12-23: #3

Q1: AS u said now i am compling from source now but i get an issue how to copy or decompress the sorce to target(the file system in libertine ),btw i have installed all the depends in libertine

Q2:why there's no space in my tablet????
phablet@ubuntu-phablet:~$ sudo apt-get install build-essential cmake python python-matplotlib libtool libtool libcoin80-dev libxerces-c-dev libboost-dev libboost-filesystem-dev libboost-regex-dev libboost-program-options-dev libboost-signals-dev libboost-thread-dev libboost-python-dev libqt4-dev libqt4-opengl-dev qt4-dev-tools python-dev python-pyside pyside-tools liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev oce-draw libeigen3-dev libqtwebkit-dev libshiboken-dev libpyside-dev libode-dev swig libzipios++-dev libfreetype6 libfreetype6-dev libsimage-dev checkinstall python-qt4 doxygen libspnav-dev dh-make devscripts lintian

After this operation, 648 MB of additional disk space will be used.
E: You don't have enough free space in /var/cache/apt/archives/.

Q3:why could i compile from outside libertine with command (cd /Freecad && debuild ) if the Q2 sloved(if i have space now )
here is the wiki page
http://www.freecadweb.org/wiki/?title=CompileOnUnix
Hide
Chen Chen (cc243750496) said on 2016-12-23: #4

phablet@ubuntu-phablet:~$ libertine-container-manager exec --command "debuild ~/Downloads" --id myapps
debuild: fatal error at line 633:
cannot find readable debian/changelog anywhere!
Are you in the source code tree?
phablet@ubuntu-phablet:~$ libertine-container-manager exec --command "ls" --id myapps
bin etc lib mnt root sbin sys usr
boot home media opt run srv tmp var
phablet@ubuntu-phablet:~$ libertine-container-manager exec --command "ls /home" --id myapps
phablet@ubuntu-phablet:~$

btw: my installation file is in Downloads not in Freecad folder,and i am providing more info to Q1
Hide
Larry Price (larryprice) said 16 hours ago: #5

My recommendation is to use `libertine-launch --id myapps bash` to open a bash terminal instead of separate `exec` calls when attempting to build the deb. Also, make sure that you are in the correct directory when running `debuild` as the command posted above implies that ~/Downloads is incorrect.
Chen Chen (cc243750496) said 15 hours ago: #6

phablet@ubuntu-phablet:~$ libertine-launch --id myapps bashpasted: QXcbConnection: Could not connect to display
matchbox: can't open display! check your DISPLAY variable.
Hide
Chen Chen (cc243750496) said 15 hours ago: #7

phablet@ubuntu-phablet:~$ libertine-launch --id myapps bash
pasted: QXcbConnection: Could not connect to display
matchbox: can't open display! check your DISPLAY variable.
Hide
Chen Chen (cc243750496) said 15 hours ago: #8

Q2:why there's no space in my tablet???? what's wrong with my tablet?how to fix it????here is the output(i want to install depends)
phablet@ubuntu-phablet:~$ sudo apt-get install build-essential cmake python python-matplotlib libtool libtool libcoin80-dev libxerces-c-dev libboost-dev libboost-filesystem-dev libboost-regex-dev libboost-program-options-dev libboost-signals-dev libboost-thread-dev libboost-python-dev libqt4-dev libqt4-opengl-dev qt4-dev-tools python-dev python-pyside pyside-tools liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev oce-draw libeigen3-dev libqtwebkit-dev libshiboken-dev libpyside-dev libode-dev swig libzipios++-dev libfreetype6 libfreetype6-dev libsimage-dev checkinstall python-qt4 doxygen libspnav-dev dh-make devscripts lintian

After this operation, 648 MB of additional disk space will be used.
E: You don't have enough free space in /var/cache/apt/archives/.

Q3:why could i compile from outside libertine with command (cd /Freecad && debuild ) if the Q2 sloved(if i have space now )

Q4:how to remove all the depends on my tablet if my sloution is incorrect (install depends outside libertine),by using sudo apt-get autoremove???
Hide
krusty (kaabud-lp) said 14 hours ago: #9

Q1: You posted the output of libertine-launch. Is that a question? You are inside the container after this command.

Q2: It very much sounds like you (1) made the root partition writable and (2) you started using apt to install and upgrade software directly in the root partition. Neither is supported by Canonical and in my personal experience (2) is likely to bring you soon into the situation that you will have to reflash the device.

Q3: I'm not sure what your question is. I guess Larry just answered it. If you still want to ask something then please reformulate since it's not clear.

Q4: I'm not sure what your question is. Did I answer it with Q2? If you still want to ask something then please reformulate since it's not clear.
Chen Chen (cc243750496) said 14 hours ago: #10

phablet@ubuntu-phablet:~$ libertine-launch --id myapps bash
pasted: QXcbConnection: Could not connect to display
matchbox: can't open display! check your DISPLAY variable.

it seems that is an error and nothing happened (no new window opened from adb shell and if i run the command from tablet's terminal error still the same)
Hide
krusty (kaabud-lp) said 5 hours ago: #11

> it seems that is an error
Nothing serious

> and nothing happened
a new bash shell was spawned. Compare your bash history (cursor up) before and after the command. Compare

ls /
ls /home/phablet

before and after the command. Compare the shells pid : echo $$ before and after. You are inside the container. It's just that the bash shell IN the container still looks like any other regular bash shell.

> (no new window opened
It's not supposed to open a new window. It's just supposed to start a new bash.

> from adb shell and if i run the command from tablet's terminal error still the same)
Chen Chen (cc243750496) said a moment ago: #12

can i use dpkg or apt-get update or add ppa and all the often command on ubuntu
tablet after entered
libertine-launch --id myapps bash
?????
i mean after entered the command :
libertine-launch --id myapps bash
all the often command such as apt-get、dpkg -i、add ppa and etc daily often used command can be used smoothly ????
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#231

帖子 243750496 » 2016-12-24 21:05

my container name is myapps so the command is
libertine-container-manager configure -a add "ppa:freecad-maintainers/freecad-daily" -i myapps
then it show me

libertine-container-manager: error: unrecognized arguments: ppa:freecad-maintainers/freecad-daily

why it show me that ?something wrong with my grammar?
thx in adv !
Question information

Language:
English Edit question

Status:
Solved

For:
Libertine Edit question

Assignee:
No assignee Edit question

Last query:
2016-10-25

Last reply:
2016-11-09

Related bugs

Bug #1636392: cant add ppa(unrecognized arguments)

Link existing bug Remove bug link

Related FAQ:

None Link to a FAQ
Manfred Hampl (m-hampl) said on 2016-10-25: #1

I think you have to use

libertine-container-manager configure -a add -n "ppa:freecad-maintainers/freecad-daily" -i myapps
Chen Chen (cc243750496) said on 2016-10-25: #2

have u ever tried to add that ppa to install freecad? why still can't locate
i have already done the command libertine-container-manager update --id myapps
it show me mktemp
mktemp:failed to create directory via template '/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX' no such file or directory
but while i type the command it show up ppa already added in container and when i checked while open the libertine ->My Applications->settings->manage container->Additional archives and PPAs
it(the ppa) show right there maybe successfully added but why shows up
mktemp:failed to create directory via template '/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX' no such file or directory
maybe failed to add in some part?and that' s the reason why caused
E:Unable to locate package freecad-daily?
Hide
Chen Chen (cc243750496) said on 2016-10-25: #3

i mean what is the reason why i cant locate the package and cant install it correctly i hope u can try the add command and give me an answer

does it only this ppa failed or both the other ppa also have the same issue?thx in adv
Hide
Larry Price (larryprice) said on 2016-11-09: #4

We solved this in the bug log. The initial issue was indeed incorrect syntax, but eventually we realized that the PPA in question does not provide packages for vivid+armhf.
Chen Chen (cc243750496) said on 2016-12-23: #5

Chen Chen (cc243750496) •
Libertine

Overview Code Bugs Blueprints Translations Answers

cant add ppa(unrecognized arguments) Edit
Bug #1636392 reported by Chen Chen on 2016-10-25
6
This bug affects you Edit
Affects Status Importance Assigned to Milestone

  Libertine

Invalid

Undecided

  Unassigned

Also affects project (?) Also affects distribution/package
Edit
Bug Description

my container name is myapps so the command is
libertine-container-manager configure -a add "ppa:freecad-maintainers/freecad-daily" -i myapps
then it show me
libertine-container-manager: error: unrecognized arguments: ppa:freecad-maintainers/freecad-daily
why it show me that ?something wrong with my grammar?
thx in adv !
Add tags Tag help
Chen Chen (cc243750496) wrote on 2016-10-25: #1

IMG_0933.JPG Edit (1.8 MiB, image/jpeg)

Hide
Larry Price (larryprice) wrote on 2016-10-25: #2

The correct syntax in your case would be:

libertine-container-manager configure -a add -n "ppa:freecad-maintainers/freecad-daily" -i myapps

You can use `libertine-container-manager --help` or `man libertine-container-manager` to determine the correct syntax in most cases.
Chen Chen (cc243750496) wrote on 2016-10-26: #3

have u ever tried to add that ppa to install freecad? why still can't locate
i have already done the command libertine-container-manager update --id myapps
it show me mktemp
mktemp:failed to create directory via template '/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX' no such file or directory
but while i type the command it show up ppa already added in container and when i checked while open the libertine ->My Applications->settings->manage container->Additional archives and PPAs
it(the ppa) show right there maybe successfully added but why shows up
mktemp:failed to create directory via template '/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX' no such file or directory
maybe failed to add in some part?and that' s the reason why caused
E:Unable to locate package freecad-daily?

i mean what is the reason why i cant locate the package and cant install it correctly i hope u can try the add command and give me an answer
does it only this ppa failed or both the other ppa also have the same issue?thx in adv
Hide
Larry Price (larryprice) wrote on 2016-10-26: #4

Looks like you're using the ubuntu-terminal-app. It's not currently possible to use libertine-container-manager directly with the ubuntu-terminal-app due to confinement, which is the issue you are seeing. One workaround is to use `ssh localhost` in `ubuntu-terminal-app` to get around this. You could also use another terminal emulator in a Unity 7 environment or SSH from another machine. Alternatively, you can install the `libertine` or `libertine-manager-app` GUI and use that to install applications.
Chen Chen (cc243750496) wrote on 2016-10-28: #5

image.jpg Edit (2.7 MiB, image/jpeg)

could i use adb shell command instead? and could u please give me some more details about how to configure or do it, i havent really quite get that. much more thx!
Hide
Larry Price (larryprice) wrote on 2016-10-28: #6

It looks like you're trying to install freecad-daily on a vivid-based system. If you look at the freecad-daily PPA (https://launchpad.net/~freecad-maintain ... ecad-daily), you'll notice that they no longer build for vivid. You will probably need to compile and install freecad-daily from source if you want to use it in the current Touch ecosystem.

If you're curious, I was able to successfully install freecad-daily with the following commands on my zesty desktop machine:

libertine-container-manager configure -a add -n "ppa:freecad-maintainers/freecad-daily" -i myapps
libertine-container-manager update -i myapps
libertine-container-manager install-package -i myapps -p freecad-daily

Marking as Invalid.
Changed in libertine:
status: New → Invalid
Chen Chen (cc243750496) wrote on 2016-10-29: #7

i know it but on desktop version we can set to configure to install 14.04' s version so are there anyway to configure it on mobile?or any other solutions maybe waiting for 15.10 upgrade?
Hide
Chen Chen (cc243750496) wrote on 2016-10-29: #8

You will probably need to compile and install freecad-daily from source if you want to use it in the current Touch ecosystem.

reply:how to install deb pacages to libertine mobile device
any solutions? ( i know how to build deb from source but dont know how to transfer itto tablet and use what kind of command to install it )
btw i am so newbee so i hope u can tould me step by step
Hide
Chen Chen (cc243750496) wrote on 2016-10-29: #9

and i know its on arm
so shall i need something difference from build amd64 version(from install depends(maybe arm depends?) to compile)
Hide
Chen Chen (cc243750496) wrote on 2016-10-30: #10
Download full text (4.0 KiB)

and why Hash Sum mismatch??????????????
phablet@ubuntu-phablet:~/.local/share/libertine$ libertine-container-manager update --id myapps
Hit http://ports.ubuntu.com vivid InRelease
Hit http://ppa.launchpad.net vivid InRelease
Hit http://ports.ubuntu.com vivid-updates InRelease
Get:1 http://ports.ubuntu.com vivid/main armhf Packages [5,710 kB]
Get:2 http://ppa.launchpad.net vivid InRelease [15.4 kB]
Hit http://ports.ubuntu.com vivid/universe armhf Packages
Get:3 http://ppa.launchpad.net vivid InRelease [15.4 kB]
Get:4 http://ppa.launchpad.net vivid InRelease [15.5 kB]
Get:5 http://ppa.launchpad.net vivid InRelease [20.9 kB]
Get:6 http://ppa.launchpad.net vivid InRelease [16.0 kB]
Get:7 http://ppa.launchpad.net vivid/main armhf Packages [1,263 B]
Get:8 http://ppa.launchpad.net vivid/main Translation-en [3,589 B]
Get:9 http://ppa.launchpad.net vivid/main armhf Packages [1,263 B]
Get:10 http://ppa.launchpad.net vivid/main Translation-en [1,556 B]
Get:11 http://ppa.launchpad.net vivid/main armhf Packages [1,263 B]
Get:12 http://ppa.launchpad.net vivid/main Translation-en [14 B]
Hit http://ports.ubuntu.com vivid/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid/main Translation-en
Get:13 http://ppa.launchpad.net vivid/main Translation-en [1,556 B]
Get:14 http://ppa.launchpad.net vivid/main armhf Packages [14 B]
Hit http://ports.ubuntu.com vivid/multiverse Translation-en
Get:15 http://ppa.launchpad.net vivid/main armhf Packages [3,324 B]
Hit http://ports.ubuntu.com vivid/universe Translation-en
Get:16 http://ppa.launchpad.net vivid/main Translation-en [8,285 B]
Hit http://ports.ubuntu.com vivid-updates/main armhf Packages
Get:17 http://ppa.launchpad.net vivid/main armhf Packages [3,324 B]
Hit http://ports.ubuntu.com vivid-updates/universe armhf Packages
Get:18 http://ppa.launchpad.net vivid/main Translation-en [8,285 B]
Hit http://ports.ubuntu.com vivid-updates/multiverse armhf Packages
Hit http://ports.ubuntu.com vivid-updates/main Translation-en
Hit http://ports.ubuntu.com vivid-updates/multiverse Translation-en
Hit http://ports.ubuntu.com vivid-updates/universe Translation-en
Fetched 5,827 kB in 16s (344 kB/s)
W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/di ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/ci-train-ppa-s ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/ci-train-ppa-s ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/dhor/myway/ubuntu/dists/vi...

Read more...
Hide
Larry Price (larryprice) wrote on 2016-10-31: #11

You'll need to compile for armhf. If you have the space on your device, you could build/install the deb directly in the libertine container. Use `libertine-launch myapps bash` to start a session, and then you can pull down the source and build the deb like you would in a normal environment. Still within the bash session, you can run `dpkg -i foobar.deb` to install the package in your container.
Chen Chen (cc243750496) wrote on 2016-11-01: #12

W: Failed to fetch http://ppa.launchpad.net/dhor/myway/ubu ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/dhor/myway/ubu ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/libreoffice/pp ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/otto-kesselgul ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/scribus/ppa/ub ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/scribus/ppa/ub ... slation-en Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/thomas-schiex/ ... f/Packages Hash Sum mismatch

W: Failed to fetch http://ppa.launchpad.net/thomas-schiex/ ... slation-en Hash Sum mismatch
Hide
Chen Chen (cc243750496) wrote on 2016-11-01: #13

why those ppa worked fine without 'hash sum mismatch' but shows up on my tablet????
anything wrong?
Hide
Larry Price (larryprice) wrote on 2016-11-02: #14

None of those PPAs are supported on vivid.

As this is straying from the original bug, I recommend using https://askubuntu.com for further support.
See full activity log
Add comment
Add attachment or patch

Report a bug

This report contains Public information Edit
Everyone can see this information.

Mark as duplicate
Convert to a question
Link a related branch
Link to CVE

You are subscribed to all notifications for this bug.

Mute bug mailMute help
Edit bug mail

Other bug subscribers
Subscribe someone else
May be notified

Christopher Townsend
Larry Price
Libertine Developers
Michael Rowland H...
Mitsuya Shibata
krusty

Related questions

Libertine: cant add ppa(unrecognized arguments)

Bug attachments

IMG_0933.JPG (edit)
image.jpg (edit)

Add attachment

Launchpad • Take the tour • Read the guide
© 2004-2016 Canonical Ltd. • Terms of use • Contact Launchpad Support • Blog • Careers • System status • r18298 (Get the code!)
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#232

帖子 243750496 » 2016-12-24 21:11

cc@CC:~$ pip install --pre pyusb
Collecting pyusb
Downloading PyUSB-1.0.0.tar.gz (52kB)
100% |████████████████████████████████| 61kB 228kB/s
Building wheels for collected packages: pyusb
Running setup.py bdist_wheel for pyusb ... done
Stored in directory: /home/cc/.cache/pip/wheels/18/b0/b8/83d67cc7a3b50866f908ca1104b553f7807e1e767ddf373427
Successfully built pyusb
Installing collected packages: pyusb
Successfully installed pyusb
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
cc@CC:~$ pip install --upgrade pip
Collecting pip
Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
100% |████████████████████████████████| 1.3MB 684kB/s
Installing collected packages: pip
Successfully installed pip-9.0.1
cc@CC:~$ pip install --pre pyusb
Requirement already satisfied: pyusb in ./.local/lib/python2.7/site-packages
cc@CC:~$ pip install --pre evdev
Collecting evdev
Downloading evdev-0.6.4.tar.gz
Building wheels for collected packages: evdev
Running setup.py bdist_wheel for evdev ... done
Stored in directory: /home/cc/.cache/pip/wheels/64/4e/61/20afc41b2f932f4e520fff9f8d70c063eab38c21dc0e5d9d62
Successfully built evdev
Installing collected packages: evdev
Exception:
Traceback (most recent call last):
File "/home/cc/.local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/home/cc/.local/lib/python2.7/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/home/cc/.local/lib/python2.7/site-packages/pip/req/req_set.py", line 784, in install
**kwargs
File "/home/cc/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 851, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File "/home/cc/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
isolated=self.isolated,
File "/home/cc/.local/lib/python2.7/site-packages/pip/wheel.py", line 345, in move_wheel_files
clobber(source, lib_dir, True)
File "/home/cc/.local/lib/python2.7/site-packages/pip/wheel.py", line 316, in clobber
ensure_dir(destdir)
File "/home/cc/.local/lib/python2.7/site-packages/pip/utils/init.py", line 83, in ensure_dir
os.makedirs(path)
File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/evdev-0.6.4.dist-info'
cc@CC:~$ sudo pip install --pre evdev
The directory '/home/cc/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/cc/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting evdev
Installing collected packages: evdev
Successfully installed evdev-0.6.4
cc@CC:~$ sudo pip install --pre evdev
The directory '/home/cc/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/cc/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: evdev in /usr/local/lib/python2.7/dist-packages
cc@CC:~$ sudo pip install pybluez
[sudo] password for cc:
The directory '/home/cc/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/cc/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pybluez
Downloading PyBluez-0.22.zip (109kB)
100% |████████████████████████████████| 112kB 34kB/s
Installing collected packages: pybluez
Running setup.py install for pybluez ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-b5_THW/pybluez/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-eW5_bR-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/ble.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/btcommon.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/msbt.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/widcomm.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/bluez.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/__init__.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/osx.py -> build/lib.linux-x86_64-2.7/bluetooth
running build_ext
building 'bluetooth._bluetooth' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/bluez
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I./port3 -I/usr/include/python2.7 -c bluez/btmodule.c -o build/temp.linux-x86_64-2.7/bluez/btmodule.o
In file included from bluez/btmodule.c:20:0:
bluez/btmodule.h:5:33: fatal error: bluetooth/bluetooth.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-b5_THW/pybluez/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-eW5_bR-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-b5_THW/pybluez/
cc@CC:~$ sudo pip install --pre pybluez
The directory '/home/cc/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/cc/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pybluez
Downloading PyBluez-0.22.zip (109kB)
100% |████████████████████████████████| 112kB 174kB/s
Installing collected packages: pybluez
Running setup.py install for pybluez ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-HA3wRf/pybluez/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-IpLX6l-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/ble.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/btcommon.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/msbt.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/widcomm.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/bluez.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/__init__.py -> build/lib.linux-x86_64-2.7/bluetooth
copying bluetooth/osx.py -> build/lib.linux-x86_64-2.7/bluetooth
running build_ext
building 'bluetooth._bluetooth' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/bluez
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I./port3 -I/usr/include/python2.7 -c bluez/btmodule.c -o build/temp.linux-x86_64-2.7/bluez/btmodule.o
In file included from bluez/btmodule.c:20:0:
bluez/btmodule.h:5:33: fatal error: bluetooth/bluetooth.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-HA3wRf/pybluez/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-IpLX6l-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-HA3wRf/pybluez/
cc@CC:~$ sudo apt-get install libbluetooth-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.4.0-21 linux-headers-4.4.0-21-generic
linux-image-4.4.0-21-generic linux-image-extra-4.4.0-21-generic
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
libbluetooth-dev
0 upgraded, 1 newly installed, 0 to remove and 75 not upgraded.
Need to get 145 kB of archives.
After this operation, 570 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu xenial/main amd64 libbluetooth-dev amd64 5.37-0ubuntu5 [145 kB]
Fetched 145 kB in 2s (50.9 kB/s)
Selecting previously unselected package libbluetooth-dev.
(Reading database ... 315080 files and directories currently installed.)
Preparing to unpack .../libbluetooth-dev_5.37-0ubuntu5_amd64.deb ...
Unpacking libbluetooth-dev (5.37-0ubuntu5) ...
Setting up libbluetooth-dev (5.37-0ubuntu5) ...
cc@CC:~$ sudo pip install pybluez
The directory '/home/cc/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/cc/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pybluez
Downloading PyBluez-0.22.zip (109kB)
100% |████████████████████████████████| 112kB 353kB/s
Installing collected packages: pybluez
Running setup.py install for pybluez ... done
Successfully installed pybluez-0.22
cc@CC:~$ sudo pip install --pre pybluez
The directory '/home/cc/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/cc/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: pybluez in /usr/local/lib/python2.7/dist-packages

cc@CC:~/boogiesync-tablet-master$ ./usb-driver.py
Traceback (most recent call last):
File "./usb-driver.py", line 10, in
if dev.is_kernel_driver_active(1):
File "/home/cc/.local/lib/python2.7/site-packages/usb/core.py", line 1061, in is_kernel_driver_active
self._ctx.managed_open()
File "/home/cc/.local/lib/python2.7/site-packages/usb/core.py", line 102, in wrapper
return f(self, *args, **kwargs)
File "/home/cc/.local/lib/python2.7/site-packages/usb/core.py", line 120, in managed_open
self.handle = self.backend.open_device(self.dev)
File "/home/cc/.local/lib/python2.7/site-packages/usb/backend/libusb1.py", line 786, in open_device
return _DeviceHandle(dev)
File "/home/cc/.local/lib/python2.7/site-packages/usb/backend/libusb1.py", line 643, in init
_check(_lib.libusb_open(self.devid, byref(self.handle)))
File "/home/cc/.local/lib/python2.7/site-packages/usb/backend/libusb1.py", line 595, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 13] Access denied (insufficient permissions)

cc@CC:~/boogiesync-tablet-master$ sudo ./usb-driver.py
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
Payload sent
Traceback (most recent call last):
File "./usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
IOError: [Errno 22] Invalid argument

cc@CC:~/boogiesync-tablet-master$ ./blue.py 00:17:E9:88:AA:D2
Searching for boogie board sync on 00:17:E9:88:AA:D2
connecting to "HID over SPP" on 00:17:E9:88:AA:D2
connected
good response
Traceback (most recent call last):
File "./blue.py", line 69, in
ui = UInput(cap, name='boogie-board-sync')
File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
IOError: [Errno 22] Invalid argument

cc@CC:/boogiesync-tablet-master$ sudo ./blue.py 00:17:E9:88:AA:D2
[sudo] password for cc:
Searching for boogie board sync on 00:17:E9:88:AA:D2
connecting to "HID over SPP" on 00:17:E9:88:AA:D2
connected
good response
Traceback (most recent call last):
File "./blue.py", line 69, in
ui = UInput(cap, name='boogie-board-sync')
File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
IOError: [Errno 22] Invalid argument
cc@CC:/boogiesync-tablet-master$
@243750496 243750496 changed the title from No module named bluetooth && IOError: [Errno 22] Invalid argument to bluetooth.btcommon.BluetoothError: (111, 'Connection refused') && IOError: [Errno 22] Invalid argument on 19 Nov
@243750496 243750496 changed the title from bluetooth.btcommon.BluetoothError: (111, 'Connection refused') && IOError: [Errno 22] Invalid argument to IOError: [Errno 22] Invalid argument on 21 Nov
@243750496
243750496 commented on 21 Nov

sloved by using pip3 and install all the depends then type python3 blue.py ADDRESS
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#233

帖子 243750496 » 2016-12-24 21:22

why i cant use it as digitizer (via bluetooth) with the pen and can't draw in gimp #8
@243750496
243750496 opened this issue about 1 month ago • edited about 1 month ago
cc@CC:~/boogiesync-tablet-master$ python3 blue.py 00:17:E9:88:AA:D2
Searching for boogie board sync on 00:17:E9:88:AA:D2
connecting to "HID over SPP" on 00:17:E9:88:AA:D2
connected

but why i cant see it in digitizer mode with the pen and can't draw in gimp
do i need some other software to install???
243750496 modified this issue about 1 month ago
243750496 modified this issue about 1 month ago
@jbedo
jbedo
commented about 1 month ago
Does the mouse cursor move at all when moving the pen around?
@jbedo
jbedo
commented about 1 month ago
Ah I think this might be a duplicate of #1. Can you try via usb and see if that works? If it does work, can you then try bluetooth afterwards without resetting the boogie board to see if there's any change?
@243750496
243750496 commented about 1 month ago • edited about 1 month ago
Q1:Does the mouse cursor move at all when moving the pen around?
AS:no
Q2:
AS:
cc@CC:~/boogiesync-tablet-master$ sudo python3 usb-driver.py [sudo] password for cc: payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying Payload sent
Traceback (most recent call last):
File "usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python3.5/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
OSError: [Errno 22] Invalid argument

cc@CC:~/boogiesync-tablet-master$ sudo python3 usb-driver.py
Payload sent
Traceback (most recent call last):
File "usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python3.5/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
OSError: [Errno 22] Invalid argument
@jbedo
jbedo
commented about 1 month ago
Believe it or not that looks like it mostly worked. It did succeed in sending the payload and knocking the tablet into digitiser mode, but looks like it then died when creating an input device because evdev isn't working properly on your installation. Not sure what to suggest here, I think the problem lies in evdev.

You'll probably find the bluetooth version works after the usb one knocks it into digitiser mode, but it'll probably also die in evdev.
@243750496
243750496
commented about 1 month ago
how can evdev get the payload transfer working and knocking into digitiser mode
Q:by upgrade to newest version of evdev?(i used pip3 to install evdev's pre version shall i need to compile from source?)
@jbedo
jbedo
commented 29 days ago
Maybe try your distro's evdev package?
@243750496
243750496 commented 29 days ago • edited 29 days ago
sloved with such steps (but dont know witch one sloved the problem maybe the official evdev not the pip one)
sudo apt-get install libbluetooth-dev
sudo add-apt-repository ppa:bluetooth/ppa
sudo add-apt-repository ppa:cwayne18/fitbit
sudo apt-get install python-evdev python-bluez python3-evdev python-pyusb
sudo apt-get install bluetooth libbluetooth-dev
sudo pip3 install pyusb
sudo pip3 install pybluez

and get
payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying Payload sent
while the pen moved the curser moved (while the usb connected but bluetooth still not moved with connected) but seems in gimp there's no pressure ,
how to slove that???
Q1:under bluetooth connected curseor still not moved with pen moved
Q2:with usb connected the pen in gimp there's no pressure ,
@243750496
243750496
commented 29 days ago
1
sloved the Q2
but Q1 Still not sloved
Q1:under bluetooth connected curseor still not moved with pen moved
@jbedo
jbedo
commented 27 days ago
Does the bluetooth driver ever say "good response"? Probably it's failing to knock the tablet into digitiser mode. I'll see if some sort of hacky loop works, like in the usb version.
@243750496
243750496 commented 26 days ago • edited 26 days ago
cc@CC:~/boogiesync-tablet-master$ python3 blue.py 00:17:E9:88:AA:D2 Searching for boogie board sync on 00:17:E9:88:AA:D2 connecting to "HID over SPP" on 00:17:E9:88:AA:D2 connected
AS:NO good response in terminal show up , that's what all i get .
if i use python not python3 i will get those (with good response and get an error and breaked out):
cc@CC:~/boogiesync-tablet-master$ python blue.py 00:17:E9:88:AA:D2 Searching for boogie board sync on 00:17:E9:88:AA:D2 connecting to "HID over SPP" on 00:17:E9:88:AA:D2 connected good response Traceback (most recent call last): File "blue.py", line 69, in <module> ui = UInput(cap, name='boogie-board-sync') File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in __init__ _uinput.create(self.fd, name, vendor, product, version, bustype, absinfo) IOError: [Errno 22] Invalid argument
@jbedo
jbedo
commented 26 days ago
ok that's pretty interesting, because with python 2 it seems to send the payload and get a good response, but die trying to create a uinput device. Are you using python 2 or 3 with usb?
@243750496
243750496 commented 26 days ago • edited 23 days ago
@jbedo

cc@CC:~/boogiesync-tablet-master$ sudo python usb-driver.py
[sudo] password for cc:
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
Payload sent
Traceback (most recent call last):
File "usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
IOError: [Errno 22] Invalid argument
cc@CC:~/boogiesync-tablet-master$ sudo python3 usb-driver.py
Payload sent

with python3 i curser moved while pen moved , btw Q: Do the sudo is a must while trying to connect by using usb Q2: what about bluetooth(why bluetooth doesn't need sudo command???)
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#234

帖子 243750496 » 2016-12-24 21:32

Skip to content
This repository

Pull requests
Issues
Gist

@243750496

7
21

5

jbedo/boogiesync-tablet
Code
Issues 2
Pull requests 0
Projects 0
Wiki
Pulse
Graphs
why i cant use it as digitizer (via bluetooth) with the pen and can't draw in gimp #8
Closed
243750496 opened this Issue on 21 Nov · 12 comments
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Notifications

You’re receiving notifications because you modified the open/close state.
2 participants
@243750496
@jbedo
@243750496
243750496 commented on 21 Nov • edited

cc@CC:~/boogiesync-tablet-master$ python3 blue.py 00:17:E9:88:AA:D2
Searching for boogie board sync on 00:17:E9:88:AA:D2
connecting to "HID over SPP" on 00:17:E9:88:AA:D2
connected

but why i cant see it in digitizer mode with the pen and can't draw in gimp
do i need some other software to install???
@243750496 243750496 changed the title from why i cant use it in touch pad mode (bluetooth) with the pen and can't draw in gimp to why i cant use it in touch digitizer (via bluetooth) with the pen and can't draw in gimp on 21 Nov
@243750496 243750496 changed the title from why i cant use it in touch digitizer (via bluetooth) with the pen and can't draw in gimp to why i cant use it as digitizer (via bluetooth) with the pen and can't draw in gimp on 21 Nov
@jbedo
Owner
jbedo commented on 22 Nov

Does the mouse cursor move at all when moving the pen around?
@jbedo
Owner
jbedo commented on 22 Nov

Ah I think this might be a duplicate of #1. Can you try via usb and see if that works? If it does work, can you then try bluetooth afterwards without resetting the boogie board to see if there's any change?
@243750496
243750496 commented on 23 Nov • edited

Q1:Does the mouse cursor move at all when moving the pen around?
AS:no
Q2:
AS:
cc@CC:~/boogiesync-tablet-master$ sudo python3 usb-driver.py [sudo] password for cc: payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying Payload sent
Traceback (most recent call last):
File "usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python3.5/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
OSError: [Errno 22] Invalid argument

cc@CC:~/boogiesync-tablet-master$ sudo python3 usb-driver.py
Payload sent
Traceback (most recent call last):
File "usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python3.5/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
OSError: [Errno 22] Invalid argument
@jbedo
Owner
jbedo commented on 23 Nov

Believe it or not that looks like it mostly worked. It did succeed in sending the payload and knocking the tablet into digitiser mode, but looks like it then died when creating an input device because evdev isn't working properly on your installation. Not sure what to suggest here, I think the problem lies in evdev.

You'll probably find the bluetooth version works after the usb one knocks it into digitiser mode, but it'll probably also die in evdev.
@243750496
243750496 commented on 23 Nov

how can evdev get the payload transfer working and knocking into digitiser mode
Q:by upgrade to newest version of evdev?(i used pip3 to install evdev's pre version shall i need to compile from source?)
@jbedo
Owner
jbedo commented 29 days ago

Maybe try your distro's evdev package?
@243750496
243750496 commented 29 days ago • edited

sloved with such steps (but dont know witch one sloved the problem maybe the official evdev not the pip one)
sudo apt-get install libbluetooth-dev
sudo add-apt-repository ppa:bluetooth/ppa
sudo add-apt-repository ppa:cwayne18/fitbit
sudo apt-get install python-evdev python-bluez python3-evdev python-pyusb
sudo apt-get install bluetooth libbluetooth-dev
sudo pip3 install pyusb
sudo pip3 install pybluez

and get
payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying payload transfer failed, retrying Payload sent
while the pen moved the curser moved (while the usb connected but bluetooth still not moved with connected) but seems in gimp there's no pressure ,
how to slove that???
Q1:under bluetooth connected curseor still not moved with pen moved
Q2:with usb connected the pen in gimp there's no pressure ,
@243750496
243750496 commented 29 days ago

1
sloved the Q2
41e8842a-b3ae-11e6-83c3-272a32419010.png
but Q1 Still not sloved
Q1:under bluetooth connected curseor still not moved with pen moved
@jbedo
Owner
jbedo commented 27 days ago

Does the bluetooth driver ever say "good response"? Probably it's failing to knock the tablet into digitiser mode. I'll see if some sort of hacky loop works, like in the usb version.
@243750496
243750496 commented 27 days ago • edited

cc@CC:~/boogiesync-tablet-master$ python3 blue.py 00:17:E9:88:AA:D2 Searching for boogie board sync on 00:17:E9:88:AA:D2 connecting to "HID over SPP" on 00:17:E9:88:AA:D2 connected
AS:NO good response in terminal show up , that's what all i get .
if i use python not python3 i will get those (with good response and get an error and breaked out):
cc@CC:~/boogiesync-tablet-master$ python blue.py 00:17:E9:88:AA:D2 Searching for boogie board sync on 00:17:E9:88:AA:D2 connecting to "HID over SPP" on 00:17:E9:88:AA:D2 connected good response Traceback (most recent call last): File "blue.py", line 69, in <module> ui = UInput(cap, name='boogie-board-sync') File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in __init__ _uinput.create(self.fd, name, vendor, product, version, bustype, absinfo) IOError: [Errno 22] Invalid argument
@jbedo
Owner
jbedo commented 26 days ago

ok that's pretty interesting, because with python 2 it seems to send the payload and get a good response, but die trying to create a uinput device. Are you using python 2 or 3 with usb?
@243750496
243750496 commented 26 days ago • edited

@jbedo

cc@CC:~/boogiesync-tablet-master$ sudo python usb-driver.py
[sudo] password for cc:
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
Payload sent
Traceback (most recent call last):
File "usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
IOError: [Errno 22] Invalid argument
cc@CC:~/boogiesync-tablet-master$ sudo python3 usb-driver.py
Payload sent

with python3 i curser moved while pen moved , btw Q: Do the sudo is a must while trying to connect by using usb Q2: what about bluetooth(why bluetooth doesn't need sudo command???)
@243750496 243750496 referenced this issue 22 days ago
Open
can not knock into digitizer mode with bluetooth #9
@243750496 243750496 closed this 22 days ago
@243750496 243750496 reopened this 16 days ago
@243750496 243750496 closed this 14 days ago
@243750496

Attach files by dragging & dropping or

.
Styling with Markdown is supported

Contact GitHub API Training Shop Blog About

© 2016 GitHub, Inc. Terms Privacy Security Status Help
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#235

帖子 243750496 » 2016-12-24 21:33

can not knock into digitizer mode with bluetooth #9
Open
243750496 opened this Issue 22 days ago · 3 comments
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Notifications

You’re receiving notifications because you authored the thread.
2 participants
@243750496
@jbedo
@243750496
243750496 commented 22 days ago

#8

jbedo :
ok that's pretty interesting, because with python 2 it seems to send the payload and get a good response, but die trying to create a uinput device. Are you using python 2 or 3 with usb?

cc@CC:~/boogiesync-tablet-master$ sudo python usb-driver.py

[sudo] password for cc:
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
payload transfer failed, retrying
Payload sent
Traceback (most recent call last):
File "usb-driver.py", line 57, in
ui = UInput(cap, name='boogie-board-sync-pen')
File "/usr/local/lib/python2.7/dist-packages/evdev/uinput.py", line 136, in init
_uinput.create(self.fd, name, vendor, product, version, bustype, absinfo)
IOError: [Errno 22] Invalid argument

cc@CC:~/boogiesync-tablet-master$ sudo python3 usb-driver.py
Payload sent

with python3 i curser moved while pen moved , btw Q: Do the sudo is a must while trying to connect by using usb Q2: what about bluetooth(why bluetooth doesn't need sudo command???)
@jbedo
Owner
jbedo commented 16 days ago

Sudo is not a must, if your user has permissions to the usb subsystem then it should work as a plain user. Bluetooth also doesn't need sudo, it just needs access to bluez.
@243750496
243750496 commented 14 days ago • edited

but why cant knock into digitizer by using bluetooth(with python3 ) mode as #8 said before
btw python2 can get good connection but failed at the end python3 success but not said it get good connection
@jbedo
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#236

帖子 243750496 » 2016-12-25 6:28

libertine-container-manager exec -c "bash" --id myapps
apt-get install libmedc-dev
apt-get install libvtk6-dev(如果是5.8就不要安装了)
apt-get install libproj-dev


重新打开terminal(主要是为了切换为非Root用户)
cc@CC:~$ adb shell
phablet@ubuntu-phablet:~$ libertine-launch --id myapps bashpasted: QXcbConnection: Could not connect to display
matchbox: can't open display! check your DISPLAY variable.
phablet@ubuntu-phablet:~$ cd FD
bash: cd: FD: No such file or directory
phablet@ubuntu-phablet:~$ cd Downloads
phablet@ubuntu-phablet:~/Downloads$ cd FD
phablet@ubuntu-phablet:~/Downloads/FD$ cmake ../Freecad
-- prefix: /usr/local
-- datadir: data
-- docdir: doc
-- includedir: include
-- libdir: /usr/local/lib
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- filesystem
-- program_options
-- regex
-- signals
-- system
-- thread
-- Found Xerces-C: /usr/lib/arm-linux-gnueabihf/libxerces-c.so
-- PyCXX found:
-- Headers: /home/phablet/Downloads/Freecad/src
-- Sources: /home/phablet/Downloads/Freecad/src/CXX
-- -- OpenCASCADE Community Edition has been found.
-- -- Found OCE/OpenCASCADE version: 6.7.0
-- -- OCE/OpenCASCADE include directory: /usr/lib/arm-linux-gnueabihf/oce-0.15/../../../include/oce
-- -- OCE/OpenCASCADE shared libraries directory:
-- VTK components: not found or used
-- Found HDF5: /usr/lib/arm-linux-gnueabihf/hdf5/openmpi/lib/libhdf5.so;/usr/lib/arm-linux-gnueabihf/libz.so;/usr/lib/arm-linux-gnueabihf/libdl.so;/usr/lib/arm-linux-gnueabihf/libm.so
-- Check for medfile (libmed and libmedc) ...
-- Found MEDFile: /usr/include
-- Found SWIG: /usr/bin/swig2.0 (found version "2.0.12")
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
qmake: could not exec '/usr/lib/arm-linux-gnueabihf/qt5/bin/qmake': No such file or directory
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake-qt4 (found suitable version "4.8.6", minimum required is "4.5.0")
-- Found Freetype: /usr/lib/arm-linux-gnueabihf/libfreetype.so (found version "2.5.2")
-- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so
-- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/arm-linux-gnueabihf/libX11.so
-- Found OpenGL: /usr/lib/arm-linux-gnueabihf/libGL.so
-- Found OpenGLU: /usr/lib/arm-linux-gnueabihf/libGLU.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for module 'Coin'
-- package 'Coin' not found
-- Found Spnav: /usr/lib/libspnav.so
-- libshiboken built for Release
-- Found PySide Tools: /usr/bin/pyside-uic, /usr/bin/pyside-rcc
-- -- matplotlib-1.4.2 has been found.
-- Platform is 32-bit
-- Build type:
sh: 1: git: not found
sh: 1: bzr: not found
sh: 1: svnversion: not found
sh: 1: svn: not found
Unknown version control
/home/phablet/Downloads/FD/src/Build/Version.h written
-- /home/phablet/Downloads/FD/src/Base/BaseClassPy.cpp
-- /home/phablet/Downloads/FD/src/Base/BoundBoxPy.cpp
-- /home/phablet/Downloads/FD/src/Base/PersistencePy.cpp
-- /home/phablet/Downloads/FD/src/Base/VectorPy.cpp
-- /home/phablet/Downloads/FD/src/Base/MatrixPy.cpp
-- /home/phablet/Downloads/FD/src/Base/RotationPy.cpp
-- /home/phablet/Downloads/FD/src/Base/PlacementPy.cpp
-- /home/phablet/Downloads/FD/src/Base/AxisPy.cpp
-- /home/phablet/Downloads/FD/src/Base/UnitPy.cpp
-- /home/phablet/Downloads/FD/src/Base/QuantityPy.cpp
-- /home/phablet/Downloads/FD/src/App/DocumentPy.cpp
-- /home/phablet/Downloads/FD/src/App/DocumentObjectPy.cpp
-- /home/phablet/Downloads/FD/src/App/ExtensionPy.cpp
-- /home/phablet/Downloads/FD/src/App/ExtensionContainerPy.cpp
-- /home/phablet/Downloads/FD/src/App/DocumentObjectExtensionPy.cpp
-- /home/phablet/Downloads/FD/src/App/GroupExtensionPy.cpp
-- /home/phablet/Downloads/FD/src/App/DocumentObjectGroupPy.cpp
-- /home/phablet/Downloads/FD/src/App/GeoFeaturePy.cpp
-- /home/phablet/Downloads/FD/src/App/GeoFeatureGroupExtensionPy.cpp
-- /home/phablet/Downloads/FD/src/App/OriginGroupExtensionPy.cpp
-- /home/phablet/Downloads/FD/src/App/PartPy.cpp
-- /home/phablet/Downloads/FD/src/App/ComplexGeoDataPy.cpp
-- /home/phablet/Downloads/FD/src/App/PropertyContainerPy.cpp
-- /home/phablet/Downloads/FD/src/App/MaterialPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Points/App/PointsPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Mesh/App/FacetPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Mesh/App/MeshFeaturePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Mesh/App/MeshPointPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Mesh/App/MeshPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ArcPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ArcOfConicPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ArcOfCirclePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ArcOfParabolaPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/BodyBasePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ConicPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/CirclePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ArcOfEllipsePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/EllipsePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/HyperbolaPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ArcOfHyperbolaPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ParabolaPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/OffsetCurvePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/GeometryPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/GeometryCurvePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/GeometrySurfacePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/LinePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/LineSegmentPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/PointPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/BezierCurvePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/BSplineCurvePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/PlanePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ConePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/CylinderPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/SpherePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/ToroidPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/BezierSurfacePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/BSplineSurfacePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/OffsetSurfacePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/PlateSurfacePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/RectangularTrimmedSurfacePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/SurfaceOfExtrusionPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/SurfaceOfRevolutionPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/PartFeaturePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/AttachExtensionPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Part2DObjectPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/AttachEnginePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeCompoundPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeCompSolidPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeEdgePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeFacePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeShellPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeSolidPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeVertexPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/TopoShapeWirePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/BRepOffsetAPI_MakePipeShellPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/ArcOfCircle2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/ArcOfConic2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/ArcOfEllipse2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/ArcOfHyperbola2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/ArcOfParabola2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/BezierCurve2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Circle2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Conic2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Ellipse2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Geometry2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Hyperbola2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Curve2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Line2dSegmentPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Line2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/OffsetCurve2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Part/App/Geom2d/Parabola2dPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/PartDesign/App/BodyPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Sketcher/App/SketchObjectSFPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Sketcher/App/SketchObjectPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Sketcher/App/ConstraintPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Sketcher/App/SketchPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Robot/App/Robot6AxisPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Robot/App/TrajectoryPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Robot/App/WaypointPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Robot/App/RobotObjectPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Import/App/StepShapePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Fem/App/FemMeshPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Fem/Gui/ViewProviderFemMeshPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Spreadsheet/App/SheetPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Spreadsheet/App/PropertySheetPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Spreadsheet/App/PropertyColumnWidthsPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Spreadsheet/App/PropertyRowHeightsPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Path/App/CommandPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Path/App/PathPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Path/App/ToolPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Path/App/TooltablePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/Path/App/FeaturePathCompoundPy.cpp
-- setting gcc options: -Wall -Werror -Wno-deprecated -pedantic-errors
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- python
-- found Boost: 1_55
-- boost-incude dirs are: /usr/include
-- boost-python lib is: /usr/lib/arm-linux-gnueabihf/libboost_python.so
-- boost_LIBRARY_DIRS is: /usr/lib/arm-linux-gnueabihf
-- Boost_LIBRARIES is: /usr/lib/arm-linux-gnueabihf/libboost_python.so
-- area module (for Path Workbench) will be installed to: /usr/local/lib
-- /home/phablet/Downloads/FD/src/Mod/Measure/App/MeasurementPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawPagePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawViewPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawViewPartPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawViewSymbolPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawTemplatePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawParametricTemplatePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawSVGTemplatePy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawViewClipPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawViewDimensionPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawHatchPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawViewCollectionPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawProjGroupPy.cpp
-- /home/phablet/Downloads/FD/src/Mod/TechDraw/App/DrawProjGroupItemPy.cpp
-- /home/phablet/Downloads/FD/src/Gui/DocumentPy.cpp
-- /home/phablet/Downloads/FD/src/Gui/PythonWorkbenchPy.cpp
-- /home/phablet/Downloads/FD/src/Gui/ViewProviderPy.cpp
-- /home/phablet/Downloads/FD/src/Gui/ViewProviderDocumentObjectPy.cpp
-- /home/phablet/Downloads/FD/src/Gui/WorkbenchPy.cpp
-- /home/phablet/Downloads/FD/src/Gui/SelectionObjectPy.cpp
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.9.1")
-- Note: Doxygen docs will look better with graphviz's dot installed.
-- Coin3D doc is not installed
=======================================
Now run 'make' to build FreeCAD
=======================================

-- Configuring done
-- Generating done
-- Build files have been written to: /home/phablet/Downloads/FD
phablet@ubuntu-phablet:~/Downloads/FD$ make
Scanning dependencies of target Driver
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/Driver.dir/src/Driver/Driver_Document.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/Driver.dir/src/Driver/Driver_Mesh.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/Driver.dir/src/Driver/Driver_SMDS_Mesh.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/Driver.dir/src/Driver/Driver_SMESHDS_Mesh.cpp.o
Linking CXX shared library ../../../lib/libDriver.so
[ 0%] Built target Driver
Scanning dependencies of target SMDS
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_BallElement.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_Downward.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_EdgePosition.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_FaceOfEdges.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_FaceOfNodes.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_FacePosition.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_IteratorOfElements.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_LinearEdge.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_Mesh.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_Mesh0DElement.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshCell.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshEdge.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshElement.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshElementIDFactory.cpp.o
[ 0%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshFace.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshGroup.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshIDFactory.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshNode.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshNodeIDFactory.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshObject.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_MeshVolume.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_Position.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_QuadraticEdge.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_SpacePosition.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_UnstructuredGrid.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VertexPosition.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VolumeOfFaces.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VolumeOfNodes.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VolumeTool.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VtkCellIterator.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VtkEdge.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VtkFace.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_VtkVolume.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/Utils_SALOME_Exception.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/chrono.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/duplicate.cpp.o
Linking CXX shared library ../../../lib/libSMDS.so
[ 1%] Built target SMDS
Scanning dependencies of target DriverDAT
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverDAT.dir/src/DriverDAT/DAT_Test.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverDAT.dir/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverDAT.dir/src/DriverDAT/DriverDAT_R_SMESHDS_Document.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverDAT.dir/src/DriverDAT/DriverDAT_R_SMESHDS_Mesh.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverDAT.dir/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverDAT.dir/src/DriverDAT/DriverDAT_W_SMESHDS_Document.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverDAT.dir/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.cpp.o
Linking CXX shared library ../../../lib/libDriverDAT.so
[ 1%] Built target DriverDAT
Scanning dependencies of target DriverSTL
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverSTL.dir/src/DriverSTL/Basics_Utils.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverSTL.dir/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverSTL.dir/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverSTL.dir/src/DriverSTL/SMESH_File.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverSTL.dir/src/DriverSTL/STL_Test.cpp.o
Linking CXX shared library ../../../lib/libDriverSTL.so
[ 1%] Built target DriverSTL
Scanning dependencies of target SMESHDS
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_Command.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_Document.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_Group.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_GroupBase.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_GroupOnFilter.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_GroupOnGeom.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_Hypothesis.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_Mesh.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_Script.cpp.o
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_SubMesh.cpp.o
Linking CXX shared library ../../../lib/libSMESHDS.so
[ 1%] Built target SMESHDS
Scanning dependencies of target DriverUNV
[ 1%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/DriverUNV_R_SMESHDS_Document.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/DriverUNV_R_SMESHDS_Mesh.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/DriverUNV_W_SMESHDS_Document.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/DriverUNV_W_SMESHDS_Mesh.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/UNV164_Structure.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/UNV2411_Structure.cpp.o
[ 2%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/DriverUNV.dir/src/DriverUNV/UNV2412_Structure.cpp.o
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#237

帖子 243750496 » 2016-12-25 16:21

从debian pacage 中下载armhf版 :python-pivy_0.5.0~v609hg-1_armhf.deblibcoin60_3.1.3-2.2_armhf.deb
libcoin60_3.1.3-2.2_armhf.deb libcoin80v5_3.1.4~abc9f50+dfsg1-2_armhf.deb libstdc++6_6.2.1-5_armhf.deb gcc-6-base_6.2.1-5_armhf.deb libsoqt4-20_1.6.0~e8310f-3_armhf.deb libboost-atomic1.62.0_1.62.0+dfsg-4_armhf.deb libboost-system1.62.0_1.62.0+dfsg-4_armhf.deb libboost-chrono1.62.0_1.62.0+dfsg-4_armhf.deb libboost-date-time1.62.0_1.62.0+dfsg-4_armhf.deb libboost-filesystem1.62.0_1.62.0+dfsg-4_armhf.deb libboost-program-options1.62.0_1.62.0+dfsg-4_armhf.deb libboost-python1.62.0_1.62.0+dfsg-4_armhf.deb libboost-regex1.62.0_1.62.0+dfsg-4_armhf.deb libicu57_57.1-5_armhf.deb libboost-signals1.62.0_1.62.0+dfsg-4_armhf.deb libboost-thread1.62.0_1.62.0+dfsg-4_armhf.deb libicu57_57.1-5_armhf.deb
liboce-foundation10_0.17.2-1_armhf.deb liboce-modeling10_0.17.2-1_armhf.deb liboce-ocaf10_0.17.2-1_armhf.deb liboce-ocaf-lite10_0.17.2-1_armhf.deb liboce-visualization10_0.17.2-1_armhf.deb libshiboken1.2v5_1.2.2-3_armhf.deb libzipios++0v5_0.1.5.9+cvs.2007.04.28-6_armhf.deb libgl2ps1_1.3.9-4_armhf.deb pyside-tools_0.2.15-1_armhf.deb
python-pyside_1.2.2-2_all.deb python-pyside.qtscript_1.2.2-2+b1_armhf.deb python-pyside.qtopengl_1.2.2-2+b1_armhf.deb python-pyside.qtnetwork_1.2.2-2+b1_armhf.deb python-pyside.qthelp_1.2.2-2+b1_armhf.deb python-pyside.qtgui_1.2.2-2+b1_armhf.deb python-pyside.qtdeclarative_1.2.2-2+b1_armhf.deb python-pyside.qtcore_1.2.2-2+b1_armhf.deb python-pyside.phonon_1.2.2-2+b1_armhf.deb libpyside1.2_1.2.2-2+b1_armhf.deb
python-pyside.qtsql_1.2.2-2+b1_armhf.deb python-pyside.qtsvg_1.2.2-2+b1_armhf.deb python-pyside.qttest_1.2.2-2+b1_armhf.deb python-pyside.qtuitools_1.2.2-2+b1_armhf.deb python-pyside.qtwebkit_1.2.2-2+b1_armhf.deb python-pyside.qtxml_1.2.2-2+b1_armhf.deb
vtk_20161225-1_armhf.deb(自己编译)
python-qt4-gl 使用apt-get
https://pan.baidu.com/s/1cMiIE6 注:请使用deb安装Freecad 而不是编译

root@ubuntu-phablet:/home# ls
Coin-3.1.3 phablet
default-8eab90908f2a python-pivy_0.5.0~v609hg-1_armhf.deb
FD soqt
Freecad soqt_1.6.0~e8310f.orig
libcoin60_3.1.3-2.2_armhf.deb vtk_20161225-1_armhf.deb
libsoqt4-20_1.5.0-2_armhf.deb
root@ubuntu-phablet:/home# dpkg -i libcoin60_3.1.3-2.2_armhf.deb
Selecting previously unselected package libcoin60.
(Reading database ... 90094 files and directories currently installed.)
Preparing to unpack libcoin60_3.1.3-2.2_armhf.deb ...
Unpacking libcoin60 (3.1.3-2.2) ...
Setting up libcoin60 (3.1.3-2.2) ...
root@ubuntu-phablet:/home# dpkg -i libsoqt4-20_1.5.0-2_armhf.deb
(Reading database ... 90101 files and directories currently installed.)
Preparing to unpack libsoqt4-20_1.5.0-2_armhf.deb ...
Unpacking libsoqt4-20 (1.5.0-2) over (1.5.0-2) ...
Setting up libsoqt4-20 (1.5.0-2) ...
root@ubuntu-phablet:/home# dpkg -i python-pivy_0.5.0~v609hg-1_armhf.deb
(Reading database ... 90101 files and directories currently installed.)
Preparing to unpack python-pivy_0.5.0~v609hg-1_armhf.deb ...
Unpacking python-pivy (0.5.0~v609hg-1) over (0.5.0~v609hg-1) ...
dpkg: dependency problems prevent configuration of python-pivy:
python-pivy depends on python-qt4-gl; however:
Package python-qt4-gl is not installed.

dpkg: error processing package python-pivy (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-pivy
root@ubuntu-phablet:/home# apt-get install python-qt4-gl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libmirclient8 libmircommon3 libmircommon4 libmircommon5 libmirprotobuf0
mir-client-platform-mesa2
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
python-qt4-gl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 50.6 kB of archives.
After this operation, 257 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe python-qt4-gl armhf 4.11.3+dfsg-1 [50.6 kB]
Fetched 50.6 kB in 1s (29.8 kB/s)
Selecting previously unselected package python-qt4-gl.
(Reading database ... 90101 files and directories currently installed.)
Preparing to unpack .../python-qt4-gl_4.11.3+dfsg-1_armhf.deb ...
Unpacking python-qt4-gl (4.11.3+dfsg-1) ...
Setting up python-qt4-gl (4.11.3+dfsg-1) ...
Setting up python-pivy (0.5.0~v609hg-1) ...
Processing triggers for python-support (1.0.15) ...
root@ubuntu-phablet:/home# dpkg -i python-pivy_0.5.0~v609hg-1_armhf.deb
(Reading database ... 90106 files and directories currently installed.)
Preparing to unpack python-pivy_0.5.0~v609hg-1_armhf.deb ...
Unpacking python-pivy (0.5.0~v609hg-1) over (0.5.0~v609hg-1) ...
Setting up python-pivy (0.5.0~v609hg-1) ...
Processing triggers for python-support (1.0.15) ...
root@ubuntu-phablet:/home# ls
Coin-3.1.3 phablet
default-8eab90908f2a python-pivy_0.5.0~v609hg-1_armhf.deb
FD soqt
Freecad soqt_1.6.0~e8310f.orig
libcoin60_3.1.3-2.2_armhf.deb vtk_20161225-1_armhf.deb
libsoqt4-20_1.5.0-2_armhf.deb
root@ubuntu-phablet:/home# cd FD
root@ubuntu-phablet:/home/FD# cmake ../Freecad
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#238

帖子 243750496 » 2016-12-26 0:58

cmake_3.6.2-2~bpo8+1_armhf.deb cmake-data_3.6.2-2~bpo8+1_all.deb libjsoncpp0_0.6.0~rc2-3.1_armhf.deb libtinfo5_6.0+20161126-1_armhf.deb vim_8.0.0134-1_armhf.deb vim-common_8.0.0134-1_all.deb vim-runtime_8.0.0134-1_all.deb
xxd_8.0.0134-1_armhf.deb
以上Scribus依赖从debian pacage 里下载
然后vi /etc/apt/sources.list
deb http://ports.ubuntu.com/ubuntu-ports vivid main
deb http://ports.ubuntu.com/ubuntu-ports vivid-updates main
deb http://ports.ubuntu.com/ubuntu-ports vivid universe
deb http://ports.ubuntu.com/ubuntu-ports vivid-updates universe
deb http://ports.ubuntu.com/ubuntu-ports vivid multiverse
deb http://ports.ubuntu.com/ubuntu-ports vivid-updates multiverse
deb http://ftp.de.debian.org/debian sid main
deb http://ftp.de.debian.org/debian wheezy main
deb http://ftp.de.debian.org/debian stretch main
deb http://ftp.de.debian.org/debian jessie main
deb http://ftp.de.debian.org/debian wheezy-backports main
按i插入并另起一行粘贴
deb http://ftp.de.debian.org/debian sid main
deb http://ftp.de.debian.org/debian wheezy main
deb http://ftp.de.debian.org/debian stretch main
deb http://ftp.de.debian.org/debian jessie main
deb http://ftp.de.debian.org/debian wheezy-backports main

按ESC退出编辑
deb http://ftp.cn.debian.org/debian/ sid main
deb http://ftp.cn.debian.org/debian/ wheezy main
deb http://ftp.cn.debian.org/debian/ stretch main
deb http://ftp.cn.debian.org/debian/ jessie main
deb http://ftp.cn.debian.org/debian/ wheezy-backports main
输入
:wq
保存并退出
root@ubuntu-phablet:/home# apt-get update
apt-get install qt4-dev-tools libghc6-zlib-dev libpng12-dev libjpeg12-dev libjtiff4-dev python-dev libfreetype-dev libcairo2-dev libcups2-dev libxml++2.6-dev liblcms1-dev build-dep scribus-ng


root@ubuntu-phablet:/# apt-get install qt4-dev-tools libghc6-zlib-dev libpng12-dev python-dev libcairo2-dev libcups2-dev libxml++2.6-dev liblcms1-dev scribus-ng


解决坏掉的依赖
Try follow this step 1 by 1

apt-get autoclean

apt-get -f install

dpkg --configure -a

apt-get -f install

apt-get -u dist-upgrade

or try "aptitude" instead of "apt-get"


apt-file search Qt5CoreConfig.cmake qtbase5-dev: /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake qtbase5-gles-dev: /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake
apt update
apt upgrade

git clone https://github.com/scribusproject/scribus.git scribus
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#239

帖子 243750496 » 2016-12-26 14:44

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install ubuntu-device-flash
sudo apt-get install phablet-tools
phablet-config writable-image

adb devices

adb reboot bootloader

Tip: When the device is booted into the bootloader the screen displays the green Android robot lying on its back with its front panel open and a highlighted Start menu item.

2. Verify the device is connected to your Ubuntu Desktop as follows:

$ fastboot devices
025d138e2f521413 fastboot

3. Unlock the device as follows:

$ sudo fastboot oem unlock

4. Accept the terms of unlocking displayed on the Android device.

5. Reboot the device to Android as follows:

$ fastboot reboot


ubuntu-device-flash touch --channel=ubuntu-touch/rc-proposed/bq-aquaris-pd.en-proposed --bootstrap
ubuntu-device-flash touch --wipe --channel=ubuntu-touch/rc-proposed/bq-aquaris-pd.en-proposed --bootstrap

http://system-image.ubuntu.com/ubuntu-t ... -proposed/
Tip: The --bootstrap option is normally only used when installing Ubuntu the first time. It requires that the device is booted to the bootloader. After Ubuntu is installed, one uses the ubuntu-device-flash command (without the --bootstrap option) while the device is booted to Ubuntu.
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: Ubuntu&Fedora装机&Mac装机(Mac装机将会持续更新)

#240

帖子 243750496 » 2016-12-26 16:51

$ sudo apt-get update
$ sudo apt-get install libertine libertine-scope xmir
$ sudo apt-get install python3-libertine-chroot
如果has mismatch 请挂vpn
libertine-container-manager create -i myapps -n "My Applications" -t chroot -d vivid --force
libertine-container-manager destroy --id myapps
libertine-container-manager exec --command "/bin/bash" --id myapps
apt-get install vim
vi /etc/apt/sources.list
deb http://ftp.cn.debian.org/debian/ sid main
deb http://ftp.cn.debian.org/debian/ wheezy main
deb http://ftp.cn.debian.org/debian/ stretch main
deb http://ftp.cn.debian.org/debian/ jessie main
deb http://ftp.cn.debian.org/debian/ wheezy-backports main
apt-get update
cc@CC:~$ adb shell
phablet@ubuntu-phablet:~$ cp -a ~/Downloads/libsystemd-dev_232-8_armhf.deb ~/.cache/libertine-container/myapps/rootfs/home
phablet@ubuntu-phablet:~$ cp -a ~/Downloads/libsystemd-dev_232-7_armhf.deb ~/.cache/libertine-container/myapps/rootfs/home
phablet@ubuntu-phablet:~$ cp -a ~/Downloads/playonlinux_4.2.10-2_all.deb ~/.cache/libertine-container/myapps/rootfs/home
apt-get install aptitude
apt-get install apt-file

Errors were encountered while processing:
/var/cache/apt/archives/locales_2.24-8_all.deb
处理办法:
dpkg --configure -a
apt-get -f install
apt-get install calligra-libs=2.8.5+dfsg-1+b1
https://pan.baidu.com/s/1gePMkwz
libertine-container-manager configure -a add -n "ppa:freecad-maintainers/freecad-daily" -i myapps
libertine-container-manager update -i myapps
libertine-container-manager install-package -i myapps -p freecad-daily

systemd 坏依赖问题处理办法:
Errors were encountered while processing:
systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)
Refreshing the container's dynamic linker run-time bindings...
phablet@ubuntu-phablet:~$ libertine-container-manager exec --command "/bin/bash" --id vivid
groups: cannot find name for group ID 1001
groups: cannot find name for group ID 1002
groups: cannot find name for group ID 1003
groups: cannot find name for group ID 1004
groups: cannot find name for group ID 1005
groups: cannot find name for group ID 1013
groups: cannot find name for group ID 1015
groups: cannot find name for group ID 1021
groups: cannot find name for group ID 2001
groups: cannot find name for group ID 3002
groups: cannot find name for group ID 3003
groups: cannot find name for group ID 3004
groups: cannot find name for group ID 9997
groups: cannot find name for group ID 32011
root@ubuntu-phablet:/# cd home
root@ubuntu-phablet:/home# dpkg -i *.deb

Selecting previously unselected package libsystemd-dev:armhf.
(Reading database ... 29401 files and directories currently installed.)
Preparing to unpack libsystemd-dev_232-7_armhf.deb ...
Unpacking libsystemd-dev:armhf (232-7) ...
dpkg: dependency problems prevent configuration of libsystemd-dev:armhf:
libsystemd-dev:armhf depends on libsystemd0 (= 232-7); however:
Version of libsystemd0:armhf on system is 232-8.

dpkg: error processing package libsystemd-dev:armhf (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libsystemd-dev:armhf
root@ubuntu-phablet:/home# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
ifupdown iproute2 isc-dhcp-client isc-dhcp-common libatm1 libdns-export100
libirs-export91 libisc-export95 libisccfg-export90 libmirclient8
libmircommon3 libmircommon4 libmircommon5 libmirprotobuf0 libmnl0
libprotobuf9 libxtables10 mir-client-platform-mesa2 netbase
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libsystemd-dev
The following packages will be upgraded:
libsystemd-dev
1 upgraded, 0 newly installed, 0 to remove and 276 not upgraded.
15 not fully installed or removed.
Need to get 236 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
libsystemd-dev
Install these packages without verification? [y/N] y
Get:1 http://ftp.cn.debian.org/debian/ sid/main libsystemd-dev armhf 232-8 [236 kB]
Fetched 236 kB in 0s (478 kB/s)
(Reading database ... 29803 files and directories currently installed.)
Preparing to unpack .../libsystemd-dev_232-8_armhf.deb ...
Unpacking libsystemd-dev:armhf (232-8) over (232-7) ...
Setting up systemd (232-8) ...
systemd-machine-id-setup: error while loading shared libraries: libsystemd-shared-232.so: cannot open shared object file: No such file or directory
dpkg: error processing package systemd (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up libsystemd-dev:armhf (232-8) ...
Setting up libprocps6:armhf (2:3.3.12-3) ...
Setting up procps (2:3.3.12-3) ...
Installing new version of config file /etc/init.d/procps ...
Installing new version of config file /etc/sysctl.conf ...
Setting up libelf1:armhf (0.166-2.2) ...
Setting up libmnl0:armhf (1.0.4-2) ...
Setting up iproute2 (4.9.0-1) ...
Installing new version of config file /etc/iproute2/rt_dsfield ...
Installing new version of config file /etc/iproute2/rt_protos ...
Setting up ifupdown (0.8.16) ...
Installing new version of config file /etc/init.d/networking ...
Installing new version of config file /etc/init/network-interface.conf ...
/bin/systemctl: error while loading shared libraries: libsystemd-shared-232.so: cannot open shared object file: No such file or directory
/usr/bin/deb-systemd-helper: error: systemctl preset failed on networking.service: No such file or directory
Setting up udev (232-8) ...
Installing new version of config file /etc/init.d/udev ...
Installing new version of config file /etc/init/udevmonitor.conf ...
addgroup: The group `input' already exists as a system group. Exiting.
A chroot environment has been detected, udev not started.
A chroot environment has been detected, udev not started.
Removing obsolete conffile /etc/init.d/udev-finish ...
Removing obsolete conffile /etc/init/udev-finish.conf ...
Removing obsolete conffile /etc/init/udev-fallback-graphics.conf ...
Removing obsolete conffile /etc/modprobe.d/fbdev-blacklist.conf ...
Setting up netbase (5.4) ...
Installing new version of config file /etc/services ...
Setting up libdbus-1-3:armhf (1.10.14-1) ...
Setting up libexpat1:armhf (2.2.0-1) ...
Setting up dbus (1.10.14-1) ...
A reboot is required to replace the running dbus-daemon.
Please reboot the system when convenient.
/sbin/runlevel: error while loading shared libraries: libsystemd-shared-232.so: cannot open shared object file: No such file or directory
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing obsolete conffile /etc/dbus-1/session.conf ...
Removing obsolete conffile /etc/dbus-1/system.conf ...
dpkg: dependency problems prevent configuration of libpam-systemd:armhf:
libpam-systemd:armhf depends on systemd (= 232-8); however:
Package systemd is not configured yet.

dpkg: error processing package libpam-systemd:armhf (--configure):
dependency problems - leaving unconfigured
Setting up acl (2.2.52-3) ...
Processing triggers for libc-bin (2.24-8) ...
Errors were encountered while processing:
systemd
libpam-systemd:armhf
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ubuntu-phablet:/home# apt-get remove systemd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
ifupdown iproute2 isc-dhcp-client isc-dhcp-common libatm1 libdns-export100
libirs-export91 libisc-export95 libisccfg-export90 libmirclient8
libmircommon3 libmircommon4 libmircommon5 libmirprotobuf0 libmnl0
libprotobuf9 libxtables10 mir-client-platform-mesa2 netbase
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
init libcolord2 sysvinit-core
Suggested packages:
bootlogd
The following packages will be REMOVED:
colord libpam-systemd policykit-1 systemd systemd-sysv
The following NEW packages will be installed:
sysvinit-core
The following packages will be upgraded:
init libcolord2
2 upgraded, 1 newly installed, 5 to remove and 271 not upgraded.
2 not fully installed or removed.
Need to get 131 kB/383 kB of archives.
After this operation, 8,129 kB disk space will be freed.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
sysvinit-core init libcolord2
Install these packages without verification? [y/N] y
Get:1 http://ftp.cn.debian.org/debian/ sid/main sysvinit-core armhf 2.88dsf-59.8 [131 kB]
Fetched 131 kB in 0s (269 kB/s)
Preconfiguring packages ...
(Reading database ... 29803 files and directories currently installed.)
Removing colord (1.2.8-0ubuntu1) ...
Removing policykit-1 (0.105-8ubuntu5) ...
Removing libpam-systemd:armhf (232-8) ...
dpkg: systemd-sysv: dependency problems, but removing anyway as you requested:
init depends on systemd-sysv | upstart-sysv; however:
Package systemd-sysv is to be removed.
Package upstart-sysv is not installed.

Removing systemd-sysv (219-7ubuntu6vividtouch1) ...
Processing triggers for libglib2.0-0:armhf (2.44.1-1ubuntu1) ...
Processing triggers for dbus (1.10.14-1) ...
Selecting previously unselected package sysvinit-core.
(Reading database ... 29699 files and directories currently installed.)
Preparing to unpack .../sysvinit-core_2.88dsf-59.8_armhf.deb ...
Unpacking sysvinit-core (2.88dsf-59.8) ...
Setting up sysvinit-core (2.88dsf-59.8) ...
Not restarting sysvinit
(Reading database ... 29723 files and directories currently installed.)
Preparing to unpack .../archives/init_1.46_armhf.deb ...
Unpacking init (1.46) over (1.22ubuntu11) ...
Setting up init (1.46) ...
(Reading database ... 29723 files and directories currently installed.)
Removing systemd (232-8) ...
Processing triggers for dbus (1.10.14-1) ...
(Reading database ... 29077 files and directories currently installed.)
Preparing to unpack .../libcolord2_1.3.3-2_armhf.deb ...
Unpacking libcolord2:armhf (1.3.3-2) over (1.2.8-0ubuntu1) ...
Processing triggers for libc-bin (2.24-8) ...
Setting up libcolord2:armhf (1.3.3-2) ...
Processing triggers for libc-bin (2.24-8) ...
root@ubuntu-phablet:/home# dpkg -i *.deb
dpkg: warning: downgrading libsystemd-dev:armhf from 232-8 to 232-7
(Reading database ... 29078 files and directories currently installed.)
Preparing to unpack libsystemd-dev_232-7_armhf.deb ...
Unpacking libsystemd-dev:armhf (232-7) over (232-8) ...
dpkg: dependency problems prevent configuration of libsystemd-dev:armhf:
libsystemd-dev:armhf depends on libsystemd0 (= 232-7); however:
Version of libsystemd0:armhf on system is 232-8.

dpkg: error processing package libsystemd-dev:armhf (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libsystemd-dev:armhf
root@ubuntu-phablet:/home# apt-get remove libsystemd0
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
bsdutils : PreDepends: libsystemd0 but it is not going to be installed
Recommends: bsdmainutils but it is not going to be installed
dbus : Depends: libsystemd0 (>= 209) but it is not going to be installed
libdbus-1-3 : Depends: libsystemd0 (>= 209) but it is not going to be installed
libpolkit-backend-1-0 : Depends: libsystemd0 but it is not going to be installed
libpolkit-gobject-1-0 : Depends: libsystemd0 but it is not going to be installed
libprocps6 : Depends: libsystemd0 (>= 209) but it is not going to be installed
libsystemd-dev : Depends: libsystemd0 (= 232-7) but it is not going to be installed
util-linux : PreDepends: libsystemd0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@ubuntu-phablet:/home# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
acl colord-data ifupdown iproute2 isc-dhcp-client isc-dhcp-common libatm1
libcolorhug2 libdns-export100 libexif12 libgd3 libgphoto2-6 libgphoto2-l10n
libgphoto2-port10 libgudev-1.0-0 libgusb2 libieee1284-3 libip4tc0
libirs-export91 libisc-export95 libisccfg-export90 libltdl7 libmirclient8
libmircommon3 libmircommon4 libmircommon5 libmirprotobuf0 libmnl0
libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libprotobuf9
libsane libsane-common libseccomp2 libusb-1.0-0 libv4l-0 libv4lconvert0
libvpx1 libxpm4 libxtables10 mir-client-platform-mesa2 netbase
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libsystemd-dev
The following packages will be upgraded:
libsystemd-dev
1 upgraded, 0 newly installed, 0 to remove and 271 not upgraded.
1 not fully installed or removed.
Need to get 0 B/236 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
libsystemd-dev
Install these packages without verification? [y/N] y
(Reading database ... 29078 files and directories currently installed.)
Preparing to unpack .../libsystemd-dev_232-8_armhf.deb ...
Unpacking libsystemd-dev:armhf (232-8) over (232-7) ...
Setting up libsystemd-dev:armhf (232-8) ...
root@ubuntu-phablet:/home#
libertine-container-manager install-package -i myapps -p freecad
上次由 243750496 在 2016-12-27 14:49,总共编辑 8 次。
回复