[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:41:41 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@…):
OK, I'm back up, at least. If somebody could tell me how to package up the
base package for Tiger distribution, I'd be glad to attach it here.
Otherwise, here are some simpler instructions for those less inclined to
figure out what's what.
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) 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.
--
Ticket URL: <https://trac.macports.org/ticket/34463#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list