Opened 12 years ago
Closed 12 years ago
#11793 closed Patch - Bug Fix (fixed)
Patch for issues in mythbuild.sh Windows build script
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | Packaging | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch fixes some issues in the Windows build script that prevent it from working properly. Specifically:
- libcdio would not download from mirror.cict.fr. Changed URL to ftp.gnu.org.
- mysql 5.1.58 no longer in the archives on mirrors.ircam.fr. Upped version to 5.1.71.
- qt-everywhere-opensource no longer at get.qt.nokia.com. Changed URL to download.qt-project.org. Also upped version from 4.7.0 to 4.8.5, since that's what they have.
- Added "git config --global core.autocrlf false" before performing a git clone. FFMpeg won't compile with the default crlf settings under Windows.
- Added 0.26 to the versions the script knows about.
Note that the script will not work on the master branch due to an issue with configure, "ERROR: Only one thread type must be selected." Saw a message from JYA indicating that work on 0.27 windows compiles is being done, so I left this alone.
Attachments (2)
Change History (7)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Milestone: | unknown → 0.27 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:3 by , 12 years ago
| Status: | accepted → infoneeded |
|---|
comment:4 by , 12 years ago
As suggested, I added a patch which includes 0.27, but this is not tested for the reasons already stated.
comment:5 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | infoneeded → closed |
Note:
See TracTickets
for help on using tickets.

Jerry, you might as well add 0.27 to the list of versions as it will be out very soon