[MacPorts] #34463: Source upgrade from 2.0.4 to 2.1.0 fails with sqlite error on OS X 10.4.11

MacPorts noreply at macports.org
Wed May 16 16:47:03 PDT 2012


#34463: Source upgrade from 2.0.4 to 2.1.0 fails with sqlite error on OS X 10.4.11
-------------------------+--------------------------------------------------
 Reporter:  nad@…        |       Owner:  cal@…           
     Type:  defect       |      Status:  assigned        
 Priority:  High         |   Milestone:                  
Component:  base         |     Version:  2.1.0           
 Keywords:  tiger        |        Port:                  
-------------------------+--------------------------------------------------

Comment(by ultrajoe@…):

 Oh, crap! I forgot one very important part: unpacking the download!

  1. Download either
 [https://distfiles.macports.org/MacPorts/MacPorts-2.0.4.tar.bz2 the bz2
 source package] or
 [https://distfiles.macports.org/MacPorts/MacPorts-2.0.4.tar.gz the gzipped
 one] for MacPorts 2.0.4. (The .bz2 one is slightly smaller, but both
 download quickly on anything above dial-up.)
  1. Open up a Terminal window, and `cd` to the directory where you
 downloaded one of the above files.
  1. Type (or copy & paste) one of the following into the Terminal:
   a. For the .bz2 download, type {{{tar xjvf MacPorts-2.0.4.tar.bz2}}}
   a. For the .gz download, type {{{tar xzvf MacPorts-2.0.4.tar.gz}}}
  1. Type (or copy & paste) this into the Terminal:
  {{{
 cd MacPorts-2.0.4
 ./configure && make && sudo make install
 }}}
  (You will be asked for your admin password near the end.)
  1. Type (or copy & paste) this into the Terminal to clean up:
 {{{
 cd ../
 rm -rf MacPorts-2.0.4
 }}}
  1. Finally, type `sudo port sync`, '''NOT''' `sudo port selfupdate`!!! In
 fact, '''do not selfupdate until this problem is fixed! '''

 You may note that the `rm` command above doesn't wipe out the original
 download from step 1. That's intentional, just in case you accidentally
 type `port selfupdate` before the fix. You can go back to step 2 and try
 again.

 (I hereby give an admin permission to replace my earlier post with this
 one, if desired.)

-- 
Ticket URL: <https://trac.macports.org/ticket/34463#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list