Opened 17 years ago
Closed 17 years ago
#5508 closed defect (fixed)
osx-packager fails to build
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | major | Milestone: | unknown |
| Component: | contrib | Version: | 0.21-fixes |
| Severity: | medium | Keywords: | osx build |
| Cc: | Ticket locked: | no |
Description
Ran:
tjcarter@etusko:~/Source/mythtv$ mkdir 0.21-fixes && cd 0.21-fixes && mv ~/Downloads/makebundle.sh ~/Downloads/osx-bundler.pl ~/Downloads/osx-packager.pl . && chmod 755 *.sh *.pl tjcarter@etusko:~/Source/mythtv/0.21-fixes$ ./osx-packager.pl 2>&1 | tee mythbuild.log
Files fetched from tags/release-0-21/mythtv/contrib/OSX (via trac), so it's a clean and current build. Currently running OS X 10.5.3. xcodebuild -version reports:
Component versions: DevToolsCore-921.0; DevToolsSupport-893.0
system_profiler output included in case it would be useful, but you'll get anything particularly important from that. It's an iMac with stuff attached via Firewire and USB.
Attachments (4)
Change History (9)
by , 17 years ago
| Attachment: | mythbuild.log.bz2 added |
|---|
by , 17 years ago
| Attachment: | profile.txt added |
|---|
comment:3 by , 17 years ago
| Resolution: | worksforme |
|---|---|
| Status: | closed → new |
Read the comment 7 months ago. You need to use the 0.21-fixes version of the packager to build old versions. I have now updated the head version [19943] so that it tells you that and fails.
I will check the 0.21-fixes version, though, and see which of the dependencies need updating
comment:4 by , 17 years ago
comment:5 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Mirror worked eventually, built on 0-210fixes (without plugins). Closing

osx-packager-pl tries to build the head version of the trunk branch unless you specify a different version. So you needed to do:
Yes, I know its inconvenient that the fixes branch of the script doesn't "build itself," but anything else is extra maintenance. Sorry