Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8857 closed defect (fixed)

osx-packager.pl failing

Reported by: toby.tomkins@… Owned by: Nigel
Priority: major Milestone: 0.24
Component: Packaging Version: Master Head
Severity: medium Keywords: os-packager
Cc: Ticket locked: no

Description

I am trying to build mythtv through the osx-packager.pl script and it is failing with the following errors.

This is using revision 26092 of the script that is in mythtv-trunk.

It successfully obtains, builds and installs the dependances.


[osx-pkg] Cleaning previous installs of MythTV
[osx-pkg] /usr/bin/svn log http://svn.mythtv.org/svn/ --revision HEAD --xml | grep revision
[osx-pkg] rm -fr /Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/src/myth-svn/mythtv/config
[osx-pkg] Checking out source code
[osx-pkg] /usr/bin/svn co --revision 26092 http://svn.mythtv.org/svn/trunk/mythtv http://svn.mythtv.org/svn/trunk/myththemes http://svn.mythtv.org/svn/trunk/mythplugins http://svn.mythtv.org/svn/trunk/packaging /Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/src/myth-svn
Checked out revision 26092.
Checked out revision 26092.
Checked out revision 26092.
Checked out revision 26092.
[osx-pkg] /Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/src/myth-svn/mythtv//mythtv.pro does not exist. You must be building really old source?
[osx-pkg] Cleaning MythTV makefiles containing PREFIX
[osx-pkg] find . -name Makefile -exec egrep -q qmake.*PREFIX {} ; -delete
[osx-pkg] Configuring myththemes
[osx-pkg] ./configure --prefix=/Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build
ERROR: mythconfig.mak not found at /Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build/include/mythtv/mythconfig.mak
Did you make AND install MythTV first?
Are you using the correct prefix (/Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build) and sysroot ()?
Bailing out!!
[osx-pkg] Running qmake for myththemes
[osx-pkg] /Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build/bin/qmake PREFIX=../Resources QMAKE_LFLAGS+=-Wl,-search_paths_first INCLUDEPATH+="/Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build/include" LIBS+=-L/usr/lib -L"/Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build/lib" myththemes.pro
WARNING: /Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/src/myth-svn/myththemes/myththemes.pro:1: Unable to find file for inclusion mythconfig.mak
Project ERROR: Please run ./configure
[osx-pkg] Failed system call: " /Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build/bin/qmake PREFIX=../Resources QMAKE_LFLAGS+=-Wl,-search_paths_first INCLUDEPATH+="/Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build/include" LIBS+=-L/usr/lib -L"/Users/admin/depot/mythtv-trunk/packaging/OSX/build/.osx-packager/build/lib" myththemes.pro " with error code 2
Died at ./osx-packager.pl line 990.

Change History (3)

comment:1 Changed 14 years ago by beirdo

Owner: set to Nigel
Status: newassigned

Please note that mythtv.pro is no longer in svn.

comment:2 Changed 14 years ago by Nigel

Resolution: fixed
Status: assignedclosed

(In [26115]) Re-enable trunk building after FFmpeg configure/Makefile changes. Closes #8857

comment:3 Changed 14 years ago by stuartm

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.