Changes between Version 18 and Version 19 of KDEProblems/KDEMacPortsCI


Ignore:
Timestamp:
May 20, 2014, 8:27:46 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

MacPort's MySQL 5.5 and darwin-mavericks.cfg

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI

    v18 v19  
    8080 I) Prepare environment for Qt5 build (set correct path to kde install directory in darwin.mavericks.cfg):
    8181{{{
    82 $ sudo port install dbus libmng libpng mysql56 pkgconfig sqlite2 tiff
     82$ sudo port install dbus libmng libpng mysql55 pkgconfig sqlite2 tiff
    8383$ cd ~/scripts
    8484$ vi config/build/darwin-mavericks.cfg
     
    8888}}}
    8989
    90  J) Set up rsync access to build host and start building Qt5 (currently still fails due to libxcb linking error):
     90J) Set up build environment:
     91{{{
     92$ cat /Users/marko/scripts/config/build/qt5/darwin-mavericks.cfg
     93[Build]
     94configureCommand=%(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
     95}}}
     96
     97K) Include MySQL's binary path into PATH (assuming /opt/local as MacPort's prefix):
     98{{{
     99export PATH=/opt/local/lib/mysql55/bin:$PATH
     100}}}
     101
     102L) Set up rsync access to build host, then start building Qt5:
    91103{{{
    92104$ cat ~/.ssh/config
     
    97109.
    98110.
    99 Running configuration tests...
    100 The test for linking against libxcb failed!
    101  You might need to install dependency packages for libxcb.
    102  See src/plugins/platforms/xcb/README.
    103 Traceback (most recent call last):
    104   File "tools/perform-build.py", line 52, in <module>
    105     sys.exit("Configure step exited with non-zero code, assuming failure to configure for project %s." % project.identifier)
    106 SystemExit: Configure step exited with non-zero code, assuming failure to configure for project qt5.
    107 >>> ^D
    108 $
    109111}}}
    110112