Ticket #23827 (closed defect: invalid)
MacPorts-1.8.2-10.6-SnowLeopard.dmg does not install on 10.6.2
| Reported by: | dem_z@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | base | Version: | 1.8.2 |
| Keywords: | DMG does not install snow leopard | Cc: | ryandesign@… |
| Port: |
Description (last modified by ryandesign@…) (diff)
Xcode is installed.
10.6.2 on intel iMac.
Error message: "This package is meant to be installed on Mac OSX 10.6."
Attachments
Change History
Changed 3 years ago by dem_z@…
- Attachment Screen shot 2010-02-22 at 9.12.43 PM.png added
macports is not already installed on computer
comment:1 follow-up: ↓ 2 Changed 3 years ago by ryandesign@…
- Cc ryandesign@… added
- Priority changed from High to Normal
As far as I know this should work fine. What is the output of "uname -r" on your system?
Note the MacPorts command line program is called "port" not "ports".
comment:2 in reply to: ↑ 1 Changed 3 years ago by dem_z@…
Replying to ryandesign@…:
As far as I know this should work fine. What is the output of "uname -r" on your system?
Note the MacPorts command line program is called "port" not "ports".
10.2.0
Sorry, didn't realize about the 's' bit.
comment:3 Changed 3 years ago by ryandesign@…
Ok, so your uname command is fine. What about your sed command? This is what the installer package runs to determine if your OS version is correct:
uname -r | sed 's/\..*//'
What output does that produce? The response the installer package is looking for on Snow Leopard is the number 10.
comment:4 Changed 3 years ago by dem_z@…
You nailed it, it was definitely sed that was giving problems. I installed via source, and still had problems... Realized it was a sed issue. Thank you so much!
comment:5 Changed 3 years ago by ryandesign@…
- Status changed from new to closed
- Resolution set to invalid
- Description modified (diff)
- Summary changed from MacPorts-1.8.2-10.6-SnowLeopard 20-16-03.dmg does not install on 10.6.2 to MacPorts-1.8.2-10.6-SnowLeopard.dmg does not install on 10.6.2
Ok, glad we found it! If you haven't already fixed your sed, you can probably do so by copying it back from your Mac OS X DVD.

