Opened 11 years ago

Closed 11 years ago

#11793 closed Patch - Bug Fix (fixed)

Patch for issues in mythbuild.sh Windows build script

Reported by: Jerry Rubinow <jerrymr@…> 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:

  1. libcdio would not download from mirror.cict.fr. Changed URL to ftp.gnu.org.
  2. mysql 5.1.58 no longer in the archives on mirrors.ircam.fr. Upped version to 5.1.71.
  3. 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.
  4. Added "git config --global core.autocrlf false" before performing a git clone. FFMpeg won't compile with the default crlf settings under Windows.
  5. 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)

patch.txt (4.8 KB) - added by Jerry Rubinow <jerrymr@…> 11 years ago.
patch.2.txt (4.9 KB) - added by Jerry Rubinow <jerrymr@…> 11 years ago.
Patch with 0.27

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by Jerry Rubinow <jerrymr@…>

Attachment: patch.txt added

comment:1 Changed 11 years ago by stuartm

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

comment:2 Changed 11 years ago by stuartm

Milestone: unknown0.27
Owner: set to stuartm
Status: newaccepted

comment:3 Changed 11 years ago by stuartm

Status: acceptedinfoneeded

Changed 11 years ago by Jerry Rubinow <jerrymr@…>

Attachment: patch.2.txt added

Patch with 0.27

comment:4 Changed 11 years ago by Jerry Rubinow <jerrymr@…>

As suggested, I added a patch which includes 0.27, but this is not tested for the reasons already stated.

comment:5 Changed 11 years ago by Jerry Rubinow <jerrymr@…>

Resolution: fixed
Status: infoneededclosed

In 81b5ea87488943aeea6104c1401c5f3dbda52dbf/packaging:

Patch for issues in mythbuild.sh Windows build script. Fixes #11793

Signed-off-by: Stuart Morgan <smorgan@…>

Note: See TracTickets for help on using tickets.