pereraa / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

error Darwin CC Tools IPad 2 #220

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. jailbreak 5.1.1
2. install app where need install darwin cc tools (whatsapp,BT keyboard, 
etc....)
3.

What is the expected output? What do you see instead?
trying to owerwrite ´/usr/bin/libtool/´ whitch is also in package  libtool
Sub-process ´ /usr/bin/dpkg´  returned en error code (1)

What version of the product are you using? On what operating system?
IPad 2 / 64-3g/wifi/ iso 5.1.1 + jailbreak 

Please provide any additional information below.

Original issue reported on code.google.com by spai...@gmail.com on 9 Jan 2013 at 4:15

GoogleCodeExporter commented 8 years ago
i will download dawing cc tool
and :

/User/Documents root# dpkg -i odcctools_286-8_iphoneos-arm.deb
(Reading database ... 5229 files and directories currently installed.)
Unpacking odcctools (from odcctools_286-8_iphoneos-arm.deb) ...
dpkg: error processing odcctools_286-8_iphoneos-arm.deb (--install):
 trying to overwrite `/usr/bin/libtool', which is also in package libtool
Errors were encountered while processing:
 odcctools_286-8_iphoneos-arm.deb

Original comment by spai...@gmail.com on 9 Jan 2013 at 5:33

GoogleCodeExporter commented 8 years ago
/User/Documents root# apt-get install odcctools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  us.hackulo.appsync50plus com.intelli.statusbaricons pincrush
  ch.ringwald.bluetoothcompanion libhide org.h2co3.unbox
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  odcctools
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 1092kB of archives.
After this operation, 7950kB of additional disk space will be used.
Get:1 http://apt.saurik.com ios/690.10/main odcctools 286-8 [1092kB]
Fetched 1092kB in 5s (209kB/s)
(Reading database ... 5229 files and directories currently installed.)
Unpacking odcctools (from .../odcctools_286-8_iphoneos-arm.deb) ...
dpkg: error processing /var/cache/apt/archives/odcctools_286-8_iphoneos-arm.deb 
(--unpack):
 trying to overwrite `/usr/bin/libtool', which is also in package libtool
Errors were encountered while processing:
 /var/cache/apt/archives/odcctools_286-8_iphoneos-arm.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
-:/User/Documents root#

Original comment by spai...@gmail.com on 9 Jan 2013 at 5:43

GoogleCodeExporter commented 8 years ago
libtool remove and thia solved 
-:/User/Documents root# apt-get install odcctools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  us.hackulo.appsync50plus com.intelli.statusbaricons sqlite3-lib autoconf pincrush
  ch.ringwald.bluetoothcompanion libhide org.h2co3.unbox jp.ashikase.mousesupport
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  odcctools
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1092kB of archives.
After this operation, 7950kB of additional disk space will be used.
Get:1 http://apt.saurik.com ios/690.10/main odcctools 286-8 [1092kB]
Fetched 1092kB in 9s (116kB/s)
(Reading database ... 5088 files and directories currently installed.)
Unpacking odcctools (from .../odcctools_286-8_iphoneos-arm.deb) ...
Setting up odcctools (286-8) ...

Original comment by spai...@gmail.com on 9 Jan 2013 at 5:55

GoogleCodeExporter commented 8 years ago
Nice i will install BTstack and get bluetooth unavailable

Original comment by spai...@gmail.com on 9 Jan 2013 at 6:02