[MacPorts] KDEProblems/KDEMacPortsCI modified
MacPorts
noreply at macports.org
Tue May 20 01:27:48 PDT 2014
Page "KDEProblems/KDEMacPortsCI" was changed by mk at macports.org
Diff URL: <https://trac.macports.org/wiki/KDEProblems/KDEMacPortsCI?action=diff&version=19>
Revision 19
Comment: MacPort's MySQL 5.5 and darwin-mavericks.cfg
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: KDEProblems/KDEMacPortsCI
=========================================================================
--- KDEProblems/KDEMacPortsCI (version: 18)
+++ KDEProblems/KDEMacPortsCI (version: 19)
@@ -79,7 +79,7 @@
I) Prepare environment for Qt5 build (set correct path to kde install directory in darwin.mavericks.cfg):
{{{
-$ sudo port install dbus libmng libpng mysql56 pkgconfig sqlite2 tiff
+$ sudo port install dbus libmng libpng mysql55 pkgconfig sqlite2 tiff
$ cd ~/scripts
$ vi config/build/darwin-mavericks.cfg
$ python2.7 tools/prepare-environment.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/qt5/will/be/built
@@ -87,7 +87,19 @@
$
}}}
- J) Set up rsync access to build host and start building Qt5 (currently still fails due to libxcb linking error):
+J) Set up build environment:
+{{{
+$ cat /Users/marko/scripts/config/build/qt5/darwin-mavericks.cfg
+[Build]
+configureCommand=%(configureExecutable)s -release -system-zlib -system-libpng -system-libjpeg -system-sqlite -dbus -plugin-sql-mysql -nomake examples -confirm-license -opensource -prefix {instPrefix} -no-framework -v -I/opt/local/include -L/opt/local/lib
+}}}
+
+K) Include MySQL's binary path into PATH (assuming /opt/local as MacPort's prefix):
+{{{
+export PATH=/opt/local/lib/mysql55/bin:$PATH
+}}}
+
+L) Set up rsync access to build host, then start building Qt5:
{{{
$ cat ~/.ssh/config
Host build.kde.org
@@ -96,16 +108,6 @@
.
.
.
-Running configuration tests...
-The test for linking against libxcb failed!
- You might need to install dependency packages for libxcb.
- See src/plugins/platforms/xcb/README.
-Traceback (most recent call last):
- File "tools/perform-build.py", line 52, in <module>
- sys.exit("Configure step exited with non-zero code, assuming failure to configure for project %s." % project.identifier)
-SystemExit: Configure step exited with non-zero code, assuming failure to configure for project qt5.
->>> ^D
-$
}}}
-------8<------8<------8<------8<------8<------8<------8<------8<--------
--
Page URL: <https://trac.macports.org/wiki/KDEProblems/KDEMacPortsCI>
MacPorts <http://www.macports.org/>
Ports system for OS X
This is an automated message. Someone added your email address to be
notified of changes on 'KDEProblems/KDEMacPortsCI' page.
If it was not you, please report to .
More information about the macports-changes
mailing list