[Interest] How checkout Qt 5.5.1 branch to build?

Edward Sutton edward.sutton at subsite.com
Thu Nov 19 18:28:14 CET 2015


I get a fatal: Remote branch 5.5.1 not found in upstream origin after trying to init-repository.


After reading the "Branch Guidelines" at https://wiki.qt.io/Branch_Guidelines I expected the branch to be named “5.5.1”.

What am I doing wrong here?


git clone git://code.qt.io/qt/qt5.git

cd qt5

git checkout 5.5.1

perl init-repository


Also, what is the branch name for the source that will become the 5.6 release?


The branch the Qt 5.6 beta snapshots are built from?



The output from my Jenkins job:


[qt5.5.x Mac] $ /bin/sh -xe /var/folders/f_/2wsn192n6qz3dqpcyb1nr8kh0000gn/T/hudson7539749575354005587.sh
+ echo 'Git Qt source'
Git Qt source
+ git clone git://code.qt.io/qt/qt5.git
Cloning into 'qt5'...
+ cd qt5
+ git checkout 5.5.1
Switched to a new branch '5.5.1'
Branch 5.5.1 set up to track remote branch 5.5.1 from origin.
+ perl init-repository
+ git submodule init qt3d qtactiveqt qtandroidextras qtbase qtcanvas3d qtconnectivity qtdeclarative qtdoc qtenginio qtgraphicaleffects qtimageformats qtlocation qtmacextras qtmultimedia qtqa qtquick1 qtquickcontrols qtrepotools qtscript qtsensors qtserialport qtsvg qttools qttranslations qtwayland qtwebchannel qtwebengine qtwebkit qtwebkit-examples qtwebsockets qtwinextras qtx11extras qtxmlpatterns
Submodule 'qt3d' (git://code.qt.io/qt/qt3d.git) registered for path 'qt3d'
Submodule 'qtactiveqt' (git://code.qt.io/qt/qtactiveqt.git) registered for path 'qtactiveqt'
Submodule 'qtandroidextras' (git://code.qt.io/qt/qtandroidextras.git) registered for path 'qtandroidextras'
Submodule 'qtbase' (git://code.qt.io/qt/qtbase.git) registered for path 'qtbase'
Submodule 'qtcanvas3d' (git://code.qt.io/qt/qtcanvas3d.git) registered for path 'qtcanvas3d'
Submodule 'qtconnectivity' (git://code.qt.io/qt/qtconnectivity.git) registered for path 'qtconnectivity'
Submodule 'qtdeclarative' (git://code.qt.io/qt/qtdeclarative.git) registered for path 'qtdeclarative'
Submodule 'qtdoc' (git://code.qt.io/qt/qtdoc.git) registered for path 'qtdoc'
Submodule 'qtenginio' (git://code.qt.io/qt/qtenginio.git) registered for path 'qtenginio'
Submodule 'qtgraphicaleffects' (git://code.qt.io/qt/qtgraphicaleffects.git) registered for path 'qtgraphicaleffects'
Submodule 'qtimageformats' (git://code.qt.io/qt/qtimageformats.git) registered for path 'qtimageformats'
Submodule 'qtlocation' (git://code.qt.io/qt/qtlocation.git) registered for path 'qtlocation'
Submodule 'qtmacextras' (git://code.qt.io/qt/qtmacextras.git) registered for path 'qtmacextras'
Submodule 'qtmultimedia' (git://code.qt.io/qt/qtmultimedia.git) registered for path 'qtmultimedia'
Submodule 'qtqa' (git://code.qt.io/qt/qtqa.git) registered for path 'qtqa'
Submodule 'qtquick1' (git://code.qt.io/qt/qtquick1.git) registered for path 'qtquick1'
Submodule 'qtquickcontrols' (git://code.qt.io/qt/qtquickcontrols.git) registered for path 'qtquickcontrols'
Submodule 'qtrepotools' (git://code.qt.io/qt/qtrepotools.git) registered for path 'qtrepotools'
Submodule 'qtscript' (git://code.qt.io/qt/qtscript.git) registered for path 'qtscript'
Submodule 'qtsensors' (git://code.qt.io/qt/qtsensors.git) registered for path 'qtsensors'
Submodule 'qtserialport' (git://code.qt.io/qt/qtserialport.git) registered for path 'qtserialport'
Submodule 'qtsvg' (git://code.qt.io/qt/qtsvg.git) registered for path 'qtsvg'
Submodule 'qttools' (git://code.qt.io/qt/qttools.git) registered for path 'qttools'
Submodule 'qttranslations' (git://code.qt.io/qt/qttranslations.git) registered for path 'qttranslations'
Submodule 'qtwayland' (git://code.qt.io/qt/qtwayland.git) registered for path 'qtwayland'
Submodule 'qtwebchannel' (git://code.qt.io/qt/qtwebchannel.git) registered for path 'qtwebchannel'
Submodule 'qtwebengine' (git://code.qt.io/qt/qtwebengine.git) registered for path 'qtwebengine'
Submodule 'qtwebkit' (git://code.qt.io/qt/qtwebkit.git) registered for path 'qtwebkit'
Submodule 'qtwebkit-examples' (git://code.qt.io/qt/qtwebkit-examples.git) registered for path 'qtwebkit-examples'
Submodule 'qtwebsockets' (git://code.qt.io/qt/qtwebsockets.git) registered for path 'qtwebsockets'
Submodule 'qtwinextras' (git://code.qt.io/qt/qtwinextras.git) registered for path 'qtwinextras'
Submodule 'qtx11extras' (git://code.qt.io/qt/qtx11extras.git) registered for path 'qtx11extras'
Submodule 'qtxmlpatterns' (git://code.qt.io/qt/qtxmlpatterns.git) registered for path 'qtxmlpatterns'
+ git config commit.template /Users/esutton/jenkins/workspace/qt5.5.x Mac/qt5/.commit-template
+ git clone --branch 5.5.1 git://code.qt.io/qt/qt3d.git qt3d
Cloning into 'qt3d'...
fatal: Remote branch 5.5.1 not found in upstream origin
git clone --branch 5.5.1 git://code.qt.io/qt/qt3d.git qt3d exited with status 32768 at init-repository line 221.
        Qt::InitRepository::exe('Qt::InitRepository=HASH(0x7ff0690071f0)', 'git', 'clone', '--branch', 5.5.1, 'git://code.qt.io/qt/qt3d.git', 'qt3d') called at init-repository line 472
        Qt::InitRepository::git_clone_one_submodule('Qt::InitRepository=HASH(0x7ff0690071f0)', 'qt3d', 'qt/qt3d.git', 5.5.1) called at init-repository line 378
        Qt::InitRepository::git_clone_all_submodules('Qt::InitRepository=HASH(0x7ff0690071f0)', 'qt/qt5', 0, 'default') called at init-repository line 565
        Qt::InitRepository::run('Qt::InitRepository=HASH(0x7ff0690071f0)') called at init-repository line 576
Build step 'Execute shell' marked build as failure
Finished: FAILURE


This email and any files transmitted with it from The Charles Machine Works, Inc. are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error please notify the sender. Our company accepts no liability for the contents of this email, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20151119/36e523d0/attachment.html>


More information about the Interest mailing list