Changes between Version 17 and Version 18 of KDEProblems/KDEMacPortsCI


Ignore:
Timestamp:
May 20, 2014, 7:34:09 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

1st part of building Qt5 successful

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI

    v17 v18  
    8888}}}
    8989
    90  J) Building Qt5 currently fails due to denied permissions:
     90 J) Set up rsync access to build host and start building Qt5 (currently still fails due to libxcb linking error):
    9191{{{
     92$ cat ~/.ssh/config
     93Host build.kde.org
     94   Port 2022
    9295$ python2.7 tools/perform-build.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/qt5/will/be/built
    9396.
    9497.
    9598.
    96 == Syncing Dependencies from Master Server
    97 
    98 Permission denied (publickey).
    99 rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
    100 rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]
    101 Syncing dependencies from master server for project qt5 failed.
     99Running configuration tests...
     100The test for linking against libxcb failed!
     101 You might need to install dependency packages for libxcb.
     102 See src/plugins/platforms/xcb/README.
     103Traceback (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)
     106SystemExit: Configure step exited with non-zero code, assuming failure to configure for project qt5.
     107>>> ^D
    102108$
    103109}}}