Can anyone explain why I can't uninstall rb-sqlite3?

William Davis frstan at bellsouth.net
Thu Oct 16 11:30:51 PDT 2008


if you will try the uninstall again with

sudo port -df uninstall rb-sqlite3

the error mesgs will be clearer

On Oct 16, 2008, at 12:18 PM, Scott C. Kennedy wrote:

> Is anyone else having this issue, or is it just me?
> Biko-2:~ sck$ sudo port uninstall rb-sqlite3
> Password:
> --->  Uninstalling rb-sqlite3 1.2.1_0
> Biko-2:~ sck$ sudo port uninstall rb-sqlite3
> --->  Uninstalling rb-sqlite3 1.2.1_0
> Biko-2:~ sck$ port installed | grep sqlite3
>   rb-sqlite3 @1.2.1_0
>   sqlite3 @3.6.3_0 (active)
> Biko-2:~ sck$ sudo port -d -f install   rb-sqlite3
> DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/ruby/rb-sqlite3
> DEBUG: Changing to port directory: /opt/local/var/macports/sources/ 
> rsync.macports.org/release/ports/ruby/rb-sqlite3
> DEBUG: Requested variant darwin is not provided by port rb-sqlite3.
> DEBUG: Requested variant i386 is not provided by port rb-sqlite3.
> DEBUG: Requested variant macosx is not provided by port rb-sqlite3.
> DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ruby
> DEBUG: Changing to port directory: /opt/local/var/macports/sources/ 
> rsync.macports.org/release/ports/lang/ruby
> DEBUG: Requested variant i386 is not provided by port ruby.
> DEBUG: Requested variant macosx is not provided by port ruby.
> DEBUG: Executing variant darwin provides darwin
> DEBUG: Executing variant thread_hooks provides thread_hooks
> DEBUG: Searching for dependency: ruby
> DEBUG: Found Dependency: receipt exists for ruby
> DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
> DEBUG: Changing to port directory: /opt/local/var/macports/sources/ 
> rsync.macports.org/release/ports/databases/sqlite3
> DEBUG: Requested variant darwin is not provided by port sqlite3.
> DEBUG: Requested variant i386 is not provided by port sqlite3.
> DEBUG: Requested variant macosx is not provided by port sqlite3.
> DEBUG: Searching for dependency: sqlite3
> DEBUG: Found Dependency: receipt exists for sqlite3
> DEBUG: Executing org.macports.main (rb-sqlite3)
> --->  Fetching rb-sqlite3
> DEBUG: Executing org.macports.fetch (rb-sqlite3)
> --->  sqlite3-ruby-1.2.1.tar.bz2 doesn't seem to exist in /opt/local/ 
> var/macports/distfiles/ruby
> --->  Attempting to fetch sqlite3-ruby-1.2.1.tar.bz2 from http://rubyforge.org/frs/download.php/17096/
>   % Total    % Received % Xferd  Average Speed   Time    Time      
> Time  Current
>                                  Dload  Upload   Total   Spent     
> Left  Speed
> 100 83105  100 83105    0     0  24209      0  0:00:03  0:00:03  
> --:--:-- 52711
> --->  Verifying checksum(s) for rb-sqlite3
> DEBUG: Executing org.macports.checksum (rb-sqlite3)
> --->  Checksumming sqlite3-ruby-1.2.1.tar.bz2
> DEBUG: Correct (md5) checksum for sqlite3-ruby-1.2.1.tar.bz2
> DEBUG: setting option extract.cmd to /opt/local/bin/bzip2
> --->  Extracting rb-sqlite3
> DEBUG: Executing org.macports.extract (rb-sqlite3)
> --->  Extracting sqlite3-ruby-1.2.1.tar.bz2
> DEBUG: setting option extract.args to /opt/local/var/macports/ 
> distfiles/ruby/sqlite3-ruby-1.2.1.tar.bz2
> DEBUG: Environment:
> DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ 
> _opt_local_var_macports_sources_rsync 
> .macports.org_release_ports_ruby_rb-sqlite3/work" && /opt/local/bin/ 
> bzip2 -dc /opt/local/var/macports/distfiles/ruby/sqlite3- 
> ruby-1.2.1.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/classes/SQLite3/Driver/ 
> DL.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/classes/SQLite3/ 
> Pragmas.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/classes/SQLite3/ 
> SchemaChangedException.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/files/lib/sqlite3/ 
> errors_rb.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/lib/sqlite3/resultset.rb: Cannot  
> open: File exists
> /usr/bin/gnutar: Error exit delayed from previous errors
> Error: Target org.macports.extract returned: shell command " cd "/ 
> opt/local/var/macports/build/ 
> _opt_local_var_macports_sources_rsync 
> .macports.org_release_ports_ruby_rb-sqlite3/work" && /opt/local/bin/ 
> bzip2 -dc /opt/local/var/macports/distfiles/ruby/sqlite3- 
> ruby-1.2.1.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf - "  
> returned error 2
> Command output: /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/classes/ 
> SQLite3/Driver/DL.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/classes/SQLite3/ 
> Pragmas.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/classes/SQLite3/ 
> SchemaChangedException.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/api/files/lib/sqlite3/ 
> errors_rb.html: Cannot open: File exists
> /usr/bin/gnutar: sqlite3-ruby-1.2.1/lib/sqlite3/resultset.rb: Cannot  
> open: File exists
> /usr/bin/gnutar: Error exit delayed from previous errors
>
> Warning: the following items did not execute (for rb-sqlite3):  
> org.macports.activate org.macports.extract org.macports.patch  
> org.macports.configure org.macports.build org.macports.destroot  
> org.macports.install
> Error: Status 1 encountered during processing.
> Biko-2:~ sck$
>
> If it's just me, then I'll delete and re-install all my packages and  
> should be fine. But, if not, then what are others doing about this?
>
> Scott
>
> Scott C. Kennedy wrote:
>>
>> Oh, ns yes, I've tried port clean, port selfupdate, port uninstall - 
>> d -f...
>> Biko-2:~ sck$ sudo port selfupdate
>>
>> MacPorts base version 1.600 installed
>>
>> Downloaded MacPorts base version 1.600
>>
>> The MacPorts installation is not outdated and so was not updated
>> selfupdate done!
>> Biko-2:~ sck$ sudo port clean --all rb-sqlite3
>> --->  Cleaning rb-sqlite3
>> Warning: Distfiles directory '/opt/local/var/macports/distfiles/ 
>> ruby' may contain distfiles needed for other ports, use the -f flag  
>> to force removal
>> Biko-2:~ sck$ sudo port -d -f uninstall  rb-sqlite3 @1.2.1_0
>> --->  Uninstalling rb-sqlite3 1.2.1_0
>> DEBUG: skip missing file: /Users/sck/0
>> DEBUG: /Users/sck is not empty
>> DEBUG: /Users is not empty
>> DEBUG: / is not empty
>> --->  Uninstall is removing rb-sqlite3 from the port registry.
>> Biko-2:~ sck$
>>
>> Scott
>>
>> Scott C. Kennedy wrote:
>>>
>>> I did this multiple times...
>>> Biko-2:~ sck$ port installed | grep sqlite
>>>   rb-sqlite3 @1.2.1_0
>>>   sqlite3 @3.6.3_0 (active)
>>> Biko-2:~ sck$ sudo port  uninstall rb-sqlite3
>>> --->  Uninstalling rb-sqlite3 1.2.1_0
>>> Biko-2:~ sck$ port installed | grep sqlite
>>>   rb-sqlite3 @1.2.1_0
>>>   sqlite3 @3.6.3_0 (active)
>>> Biko-2:~ sck$ sudo port  uninstall rb-sqlite3
>>> --->  Uninstalling rb-sqlite3 1.2.1_0
>>> Biko-2:~ sck$ sudo port -f  uninstall rb-sqlite3
>>> --->  Uninstalling rb-sqlite3 1.2.1_0
>>> Biko-2:~ sck$ sudo port -f  uninstall rb-sqlite3
>>> --->  Uninstalling rb-sqlite3 1.2.1_0
>>> Biko-2:~ sck$ sudo port -f  uninstall rb-sqlite3
>>> --->  Uninstalling rb-sqlite3 1.2.1_0
>>> Biko-2:~ sck$ port installed | grep sqlite
>>>   rb-sqlite3 @1.2.1_0
>>>   sqlite3 @3.6.3_0 (active)
>>> Biko-2:~ sck$ sudo port activate   rb-sqlite3 @1.2.1_0
>>> --->  Activating rb-sqlite3 1.2.1_0
>>> Error: port activate failed: Image error: rb-sqlite3 @1.2.1_0 not  
>>> installed as an image.
>>> Biko-2:~ sck$ sudo port uninstall  rb-sqlite3 @1.2.1_0
>>> --->  Uninstalling rb-sqlite3 1.2.1_0
>>> Biko-2:~ sck$ port installed | grep sqlite
>>>   rb-sqlite3 @1.2.1_0
>>>   sqlite3 @3.6.3_0 (active)
>>> Biko-2:~ sck$
>>> But, I can't seem to uninstall/install/activate this port...
>>>
>>> Any ideas?
>>>
>>> Scott
>>
>
> _______________________________________________
> macports-users mailing list
> macports-users at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users



William Davis
frstanATbellsouthDOTnet
Mac OS X.5.5 Darwin 9.5.0
XQuartz 2.3.2 (xorg-server 1.4.2-apple18)
Mac Mini Intel Duo @ 1.86 GHz

Mundus vult decepi, ego non

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20081016/4230b2a8/attachment.html 


More information about the macports-users mailing list