Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Samuli Piippo
I don't think it will be fixed any time soon, which is why we sent
https://patchwork.openembedded.org/patch/148747/

On 12 April 2018 at 17:30, Martin Jansa  wrote:
>>  Also, I guess you also need to bump the version number in 
>> recipes-qt/qt5/qt5-git.inc,
> right?
>
> Right I forgot to squash that change to this one. Well that's one of the
> reasons why this have [WIP] in subject.
>
> Were you testing it on top of latest rocko branch? Your errors show
> ;nobranch=1 which shouldn't be there since:
> https://github.com/meta-qt5/meta-qt5/commit/32bb7d18a08d1c48873d7ab6332d4cc3815a4dff
>
> And for the errors we need to wait until github mirror is synced again:
> latest commit on codereview.qt-project.org is 28 hours old and that's what
> is now in SRCREV:
> https://codereview.qt-project.org/gitweb?p=qt%2Fqtbase.git;a=shortlog;h=refs%2Fheads%2F5.9
>
> but github is 1,5 month behind missing last 35 commits:
> https://github.com/qt/qtbase/commits/5.9
>
> Hopefully this issue with github mirror is only temporary and will be fixed
> soon.
>
> On Thu, Apr 12, 2018 at 4:12 PM, Daniel Mack  wrote:
>
>> On Thursday, April 12, 2018 03:35 PM, Martin Jansa wrote:
>> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>> >   branch which might get removed in future I was told
>> >
>> > Signed-off-by: Martin Jansa 
>>
>> I'm getting the following errors with this patch:
>>
>> WARNING: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Failed
>> to fetch URL
>> git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
>> nobranch=1;protocol=git,
>> attempting MIRRORS if available
>> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
>> failure: Unable to find revision
>> 3444bfc8039c5090b02fd7f98abe8064a73019d7 in branch 5.9 even from upstream
>> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
>> failure for URL:
>> 'git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
>> nobranch=1;protocol=git'.
>> Unable to fetch URL from any source.
>> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Function
>> failed: base_do_fetch
>> ERROR: Logfile of failure stored in:
>> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
>> nepos-linux/qtxmlpatterns/5.9.4+gitAUTOINC+3444bfc803-r0/
>> temp/log.do_fetch.3513
>> ERROR: Task
>> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
>> recipes-qt/qt5/qtxmlpatterns_git.bb:do_fetch)
>> failed with exit code '1'
>> WARNING: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed
>> to fetch URL
>> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git,
>> attempting MIRRORS if available
>> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
>> failure: Unable to find revision
>> f2095f2c66d0dae8525879f6c14165ace650e7f1 in branch 5.9 even from upstream
>> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
>> failure for URL:
>> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git'.
>> Unable to fetch URL from any source.
>> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function
>> failed: base_do_fetch
>> ERROR: Logfile of failure stored in:
>> /home/daniel/src/nepos/poky/build/tmp-glibc/work/x86_64-
>> linux/qtbase-native/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3509
>> ERROR: Task
>> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
>> recipes-qt/qt5/qtbase-native_git.bb:do_fetch)
>> failed with exit code '1'
>> WARNING: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed to fetch
>> URL
>> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git,
>> attempting MIRRORS if available
>> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure:
>> Unable to find revision f2095f2c66d0dae8525879f6c14165ace650e7f1 in
>> branch 5.9 even from upstream
>> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure
>> for URL:
>> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git'.
>> Unable to fetch URL from any source.
>> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function failed:
>> base_do_fetch
>> ERROR: Logfile of failure stored in:
>> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
>> nepos-linux/qtbase/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3511
>> ERROR: Task
>> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
>> recipes-qt/qt5/qtbase_git.bb:do_fetch)
>> failed with exit code '1'
>>
>>
>>
>> Also, I guess you also need to bump the version number in
>> recipes-qt/qt5/qt5-git.inc, right?
>>
>>
>> Thanks,
>> Daniel
>>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Martin Jansa
>  Also, I guess you also need to bump the version number in 
> recipes-qt/qt5/qt5-git.inc,
right?

Right I forgot to squash that change to this one. Well that's one of the
reasons why this have [WIP] in subject.

Were you testing it on top of latest rocko branch? Your errors show
;nobranch=1 which shouldn't be there since:
https://github.com/meta-qt5/meta-qt5/commit/32bb7d18a08d1c48873d7ab6332d4cc3815a4dff

And for the errors we need to wait until github mirror is synced again:
latest commit on codereview.qt-project.org is 28 hours old and that's what
is now in SRCREV:
https://codereview.qt-project.org/gitweb?p=qt%2Fqtbase.git;a=shortlog;h=refs%2Fheads%2F5.9

but github is 1,5 month behind missing last 35 commits:
https://github.com/qt/qtbase/commits/5.9

Hopefully this issue with github mirror is only temporary and will be fixed
soon.

On Thu, Apr 12, 2018 at 4:12 PM, Daniel Mack  wrote:

> On Thursday, April 12, 2018 03:35 PM, Martin Jansa wrote:
> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
> >   branch which might get removed in future I was told
> >
> > Signed-off-by: Martin Jansa 
>
> I'm getting the following errors with this patch:
>
> WARNING: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Failed
> to fetch URL
> git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
> nobranch=1;protocol=git,
> attempting MIRRORS if available
> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
> failure: Unable to find revision
> 3444bfc8039c5090b02fd7f98abe8064a73019d7 in branch 5.9 even from upstream
> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
> failure for URL:
> 'git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
> nobranch=1;protocol=git'.
> Unable to fetch URL from any source.
> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Function
> failed: base_do_fetch
> ERROR: Logfile of failure stored in:
> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
> nepos-linux/qtxmlpatterns/5.9.4+gitAUTOINC+3444bfc803-r0/
> temp/log.do_fetch.3513
> ERROR: Task
> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
> recipes-qt/qt5/qtxmlpatterns_git.bb:do_fetch)
> failed with exit code '1'
> WARNING: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed
> to fetch URL
> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git,
> attempting MIRRORS if available
> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
> failure: Unable to find revision
> f2095f2c66d0dae8525879f6c14165ace650e7f1 in branch 5.9 even from upstream
> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
> failure for URL:
> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git'.
> Unable to fetch URL from any source.
> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function
> failed: base_do_fetch
> ERROR: Logfile of failure stored in:
> /home/daniel/src/nepos/poky/build/tmp-glibc/work/x86_64-
> linux/qtbase-native/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3509
> ERROR: Task
> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
> recipes-qt/qt5/qtbase-native_git.bb:do_fetch)
> failed with exit code '1'
> WARNING: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed to fetch
> URL
> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git,
> attempting MIRRORS if available
> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure:
> Unable to find revision f2095f2c66d0dae8525879f6c14165ace650e7f1 in
> branch 5.9 even from upstream
> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure
> for URL:
> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git'.
> Unable to fetch URL from any source.
> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function failed:
> base_do_fetch
> ERROR: Logfile of failure stored in:
> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
> nepos-linux/qtbase/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3511
> ERROR: Task
> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
> recipes-qt/qt5/qtbase_git.bb:do_fetch)
> failed with exit code '1'
>
>
>
> Also, I guess you also need to bump the version number in
> recipes-qt/qt5/qt5-git.inc, right?
>
>
> Thanks,
> Daniel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Samuli Piippo
Then you should use sha1s pointed by the v5.9.5 tags and not the HEAD

On 12 April 2018 at 17:22, Martin Jansa  wrote:
>> You need to either wait until the 5.9.5 is merged into 5.9 or use the
> nobranch option.
>
> It was already merged to 5.9
>
> On Thu, Apr 12, 2018 at 4:13 PM, Samuli Piippo 
> wrote:
>>
>> the latest revision from 5.9 is already 5.9.6
>>
>> You need to either wait until the 5.9.5 is merged into 5.9 or use the
>> nobranch option.
>>
>> On 12 April 2018 at 16:35, Martin Jansa  wrote:
>> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>> >   branch which might get removed in future I was told
>> >
>> > Signed-off-by: Martin Jansa 
>> > ---
>> >  recipes-qt/qt5/nativesdk-qtbase_git.bb| 6
>> > +++---
>> >  recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch   | 2
>> > +-
>> >  .../qt5/qt3d/0002-Fix-BlenderDNA-for-clang-cross-compiler.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qt3d_git.bb| 4
>> > ++--
>> >  recipes-qt/qt5/qtbase-native_git.bb   | 6
>> > +++---
>> >  recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 2
>> > +-
>> >  .../qtbase/0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch  | 2
>> > +-
>> >  ...003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2
>> > +-
>> >  ...004-configure-bump-path-length-from-256-to-512-character.patch | 2
>> > +-
>> >  ...005-Disable-all-unknown-features-instead-of-erroring-out.patch | 2
>> > +-
>> >  ...006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch | 2
>> > +-
>> >  recipes-qt/qt5/qtbase/0007-Delete-qlonglong-and-qulonglong.patch  | 2
>> > +-
>> >  .../qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch  | 2
>> > +-
>> >  .../qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch| 2
>> > +-
>> >  ...010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch | 2
>> > +-
>> >  .../0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | 6
>> > +++---
>> >  recipes-qt/qt5/qtbase_git.bb  | 4
>> > ++--
>> >  recipes-qt/qt5/qtcanvas3d_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtcharts_git.bb| 2
>> > +-
>> >  recipes-qt/qt5/qtconnectivity_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtdatavis3d_git.bb | 2
>> > +-
>> >  recipes-qt/qt5/qtgamepad_git.bb   | 2
>> > +-
>> >  recipes-qt/qt5/qtgraphicaleffects_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtimageformats_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtlocation_git.bb  | 2
>> > +-
>> >  .../0001-qtmultimedia-fix-a-conflicting-declaration.patch | 2
>> > +-
>> >  recipes-qt/qt5/qtmultimedia_git.bb| 4
>> > ++--
>> >  recipes-qt/qt5/qtnetworkauth_git.bb   | 2
>> > +-
>> >  ...001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch | 2
>> > +-
>> >  recipes-qt/qt5/qtquickcontrols2_git.bb| 2
>> > +-
>> >  recipes-qt/qt5/qtquickcontrols_git.bb | 4
>> > ++--
>> >  .../qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qtremoteobjects_git.bb | 4
>> > ++--
>> >  recipes-qt/qt5/qtscript_git.bb| 2
>> > +-
>> >  .../qtscxml/0001-Use-external-host-bin-path-for-cmake-file.patch  | 2
>> > +-
>> >  recipes-qt/qt5/qtscxml_git.bb | 4
>> > ++--
>> >  recipes-qt/qt5/qtsensors_git.bb   | 2
>> > +-
>> >  recipes-qt/qt5/qtserialbus_git.bb | 2
>> > +-
>> >  recipes-qt/qt5/qtserialport_git.bb| 2
>> > +-
>> >  recipes-qt/qt5/qtsvg_git.bb   | 2
>> > +-
>> >  recipes-qt/qt5/qttools/0001-add-noqtwebkit-configuration.patch| 2
>> > +-
>> >  ...002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 2
>> > +-
>> >  recipes-qt/qt5/qttools_git.bb | 4
>> > ++--
>> >  recipes-qt/qt5/qttranslations_git.bb  | 2
>> > +-
>> >  .../qtvirtualkeyboard/0001-include-sys-time.h-for-timeval.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qtvirtualkeyboard_git.bb   | 4
>> > ++--
>> >  .../qt5/qtwayland/0001-fix-build-without-xkbcommon-evdev.patch| 2
>> > +-
>> >  recipes-qt/qt5/qtwayland_git.bb   | 4
>> > ++--
>> >  recipes-qt/qt5/qtwebchannel_git.bb  

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Martin Jansa
> You need to either wait until the 5.9.5 is merged into 5.9 or use the
nobranch option.

It was already merged to 5.9

On Thu, Apr 12, 2018 at 4:13 PM, Samuli Piippo 
wrote:

> the latest revision from 5.9 is already 5.9.6
>
> You need to either wait until the 5.9.5 is merged into 5.9 or use the
> nobranch option.
>
> On 12 April 2018 at 16:35, Martin Jansa  wrote:
> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
> >   branch which might get removed in future I was told
> >
> > Signed-off-by: Martin Jansa 
> > ---
> >  recipes-qt/qt5/nativesdk-qtbase_git.bb| 6
> +++---
> >  recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch   | 2
> +-
> >  .../qt5/qt3d/0002-Fix-BlenderDNA-for-clang-cross-compiler.patch   | 2
> +-
> >  recipes-qt/qt5/qt3d_git.bb| 4
> ++--
> >  recipes-qt/qt5/qtbase-native_git.bb   | 6
> +++---
> >  recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 2
> +-
> >  .../qtbase/0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch  | 2
> +-
> >  ...003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2
> +-
> >  ...004-configure-bump-path-length-from-256-to-512-character.patch | 2
> +-
> >  ...005-Disable-all-unknown-features-instead-of-erroring-out.patch | 2
> +-
> >  ...006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch | 2
> +-
> >  recipes-qt/qt5/qtbase/0007-Delete-qlonglong-and-qulonglong.patch  | 2
> +-
> >  .../qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch  | 2
> +-
> >  .../qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch| 2
> +-
> >  ...010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch | 2
> +-
> >  .../0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch   | 2
> +-
> >  recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | 6
> +++---
> >  recipes-qt/qt5/qtbase_git.bb  | 4
> ++--
> >  recipes-qt/qt5/qtcanvas3d_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtcharts_git.bb| 2
> +-
> >  recipes-qt/qt5/qtconnectivity_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtdatavis3d_git.bb | 2
> +-
> >  recipes-qt/qt5/qtgamepad_git.bb   | 2
> +-
> >  recipes-qt/qt5/qtgraphicaleffects_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtimageformats_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtlocation_git.bb  | 2
> +-
> >  .../0001-qtmultimedia-fix-a-conflicting-declaration.patch | 2
> +-
> >  recipes-qt/qt5/qtmultimedia_git.bb| 4
> ++--
> >  recipes-qt/qt5/qtnetworkauth_git.bb   | 2
> +-
> >  ...001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch | 2
> +-
> >  recipes-qt/qt5/qtquickcontrols2_git.bb| 2
> +-
> >  recipes-qt/qt5/qtquickcontrols_git.bb | 4
> ++--
> >  .../qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch   | 2
> +-
> >  recipes-qt/qt5/qtremoteobjects_git.bb | 4
> ++--
> >  recipes-qt/qt5/qtscript_git.bb| 2
> +-
> >  .../qtscxml/0001-Use-external-host-bin-path-for-cmake-file.patch  | 2
> +-
> >  recipes-qt/qt5/qtscxml_git.bb | 4
> ++--
> >  recipes-qt/qt5/qtsensors_git.bb   | 2
> +-
> >  recipes-qt/qt5/qtserialbus_git.bb | 2
> +-
> >  recipes-qt/qt5/qtserialport_git.bb| 2
> +-
> >  recipes-qt/qt5/qtsvg_git.bb   | 2
> +-
> >  recipes-qt/qt5/qttools/0001-add-noqtwebkit-configuration.patch| 2
> +-
> >  ...002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 2
> +-
> >  recipes-qt/qt5/qttools_git.bb | 4
> ++--
> >  recipes-qt/qt5/qttranslations_git.bb  | 2
> +-
> >  .../qtvirtualkeyboard/0001-include-sys-time.h-for-timeval.patch   | 2
> +-
> >  recipes-qt/qt5/qtvirtualkeyboard_git.bb   | 4
> ++--
> >  .../qt5/qtwayland/0001-fix-build-without-xkbcommon-evdev.patch| 2
> +-
> >  recipes-qt/qt5/qtwayland_git.bb   | 4
> ++--
> >  recipes-qt/qt5/qtwebchannel_git.bb| 2
> +-
> >  ...001-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch | 2
> +-
> >  .../0001-functions.prf-allow-build-for-linux-oe-g-platform.patch  | 2
> +-
> >  ...002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch | 2
> +-
> >  .../0002-chromium-Force-host-toolchain-configuration.patch| 2
> +-
> >  

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Samuli Piippo
the latest revision from 5.9 is already 5.9.6

You need to either wait until the 5.9.5 is merged into 5.9 or use the
nobranch option.

On 12 April 2018 at 16:35, Martin Jansa  wrote:
> * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>   branch which might get removed in future I was told
>
> Signed-off-by: Martin Jansa 
> ---
>  recipes-qt/qt5/nativesdk-qtbase_git.bb| 6 +++---
>  recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch   | 2 +-
>  .../qt5/qt3d/0002-Fix-BlenderDNA-for-clang-cross-compiler.patch   | 2 +-
>  recipes-qt/qt5/qt3d_git.bb| 4 ++--
>  recipes-qt/qt5/qtbase-native_git.bb   | 6 +++---
>  recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 2 +-
>  .../qtbase/0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch  | 2 +-
>  ...003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2 +-
>  ...004-configure-bump-path-length-from-256-to-512-character.patch | 2 +-
>  ...005-Disable-all-unknown-features-instead-of-erroring-out.patch | 2 +-
>  ...006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch | 2 +-
>  recipes-qt/qt5/qtbase/0007-Delete-qlonglong-and-qulonglong.patch  | 2 +-
>  .../qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch  | 2 +-
>  .../qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch| 2 +-
>  ...010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch | 2 +-
>  .../0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch   | 2 +-
>  recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | 6 +++---
>  recipes-qt/qt5/qtbase_git.bb  | 4 ++--
>  recipes-qt/qt5/qtcanvas3d_git.bb  | 2 +-
>  recipes-qt/qt5/qtcharts_git.bb| 2 +-
>  recipes-qt/qt5/qtconnectivity_git.bb  | 2 +-
>  recipes-qt/qt5/qtdatavis3d_git.bb | 2 +-
>  recipes-qt/qt5/qtgamepad_git.bb   | 2 +-
>  recipes-qt/qt5/qtgraphicaleffects_git.bb  | 2 +-
>  recipes-qt/qt5/qtimageformats_git.bb  | 2 +-
>  recipes-qt/qt5/qtlocation_git.bb  | 2 +-
>  .../0001-qtmultimedia-fix-a-conflicting-declaration.patch | 2 +-
>  recipes-qt/qt5/qtmultimedia_git.bb| 4 ++--
>  recipes-qt/qt5/qtnetworkauth_git.bb   | 2 +-
>  ...001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch | 2 +-
>  recipes-qt/qt5/qtquickcontrols2_git.bb| 2 +-
>  recipes-qt/qt5/qtquickcontrols_git.bb | 4 ++--
>  .../qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch   | 2 +-
>  recipes-qt/qt5/qtremoteobjects_git.bb | 4 ++--
>  recipes-qt/qt5/qtscript_git.bb| 2 +-
>  .../qtscxml/0001-Use-external-host-bin-path-for-cmake-file.patch  | 2 +-
>  recipes-qt/qt5/qtscxml_git.bb | 4 ++--
>  recipes-qt/qt5/qtsensors_git.bb   | 2 +-
>  recipes-qt/qt5/qtserialbus_git.bb | 2 +-
>  recipes-qt/qt5/qtserialport_git.bb| 2 +-
>  recipes-qt/qt5/qtsvg_git.bb   | 2 +-
>  recipes-qt/qt5/qttools/0001-add-noqtwebkit-configuration.patch| 2 +-
>  ...002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 2 +-
>  recipes-qt/qt5/qttools_git.bb | 4 ++--
>  recipes-qt/qt5/qttranslations_git.bb  | 2 +-
>  .../qtvirtualkeyboard/0001-include-sys-time.h-for-timeval.patch   | 2 +-
>  recipes-qt/qt5/qtvirtualkeyboard_git.bb   | 4 ++--
>  .../qt5/qtwayland/0001-fix-build-without-xkbcommon-evdev.patch| 2 +-
>  recipes-qt/qt5/qtwayland_git.bb   | 4 ++--
>  recipes-qt/qt5/qtwebchannel_git.bb| 2 +-
>  ...001-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch | 2 +-
>  .../0001-functions.prf-allow-build-for-linux-oe-g-platform.patch  | 2 +-
>  ...002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch | 2 +-
>  .../0002-chromium-Force-host-toolchain-configuration.patch| 2 +-
>  .../0003-Include-dependency-to-QCoreApplication-translate.patch   | 2 +-
>  .../0003-chromium-workaround-for-too-long-.rps-file-name.patch| 2 +-
>  .../qt5/qtwebengine/0004-Force-host-toolchain-configuration.patch | 2 +-
>  ...004-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch | 2 +-
>  ...005-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch | 2 +-
>  .../0006-chromium-musl-include-fcntl.h-for-loff_t.patch   | 2 +-
>  

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Daniel Mack
On Thursday, April 12, 2018 03:35 PM, Martin Jansa wrote:
> * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>   branch which might get removed in future I was told
> 
> Signed-off-by: Martin Jansa 

I'm getting the following errors with this patch:

WARNING: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Failed
to fetch URL
git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;nobranch=1;protocol=git,
attempting MIRRORS if available
ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
failure: Unable to find revision
3444bfc8039c5090b02fd7f98abe8064a73019d7 in branch 5.9 even from upstream
ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
failure for URL:
'git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;nobranch=1;protocol=git'.
Unable to fetch URL from any source.
ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Function
failed: base_do_fetch
ERROR: Logfile of failure stored in:
/home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-nepos-linux/qtxmlpatterns/5.9.4+gitAUTOINC+3444bfc803-r0/temp/log.do_fetch.3513
ERROR: Task
(/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/recipes-qt/qt5/qtxmlpatterns_git.bb:do_fetch)
failed with exit code '1'
WARNING: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed
to fetch URL
git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git,
attempting MIRRORS if available
ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
failure: Unable to find revision
f2095f2c66d0dae8525879f6c14165ace650e7f1 in branch 5.9 even from upstream
ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
failure for URL:
'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git'.
Unable to fetch URL from any source.
ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function
failed: base_do_fetch
ERROR: Logfile of failure stored in:
/home/daniel/src/nepos/poky/build/tmp-glibc/work/x86_64-linux/qtbase-native/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3509
ERROR: Task
(/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/recipes-qt/qt5/qtbase-native_git.bb:do_fetch)
failed with exit code '1'
WARNING: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed to fetch
URL
git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git,
attempting MIRRORS if available
ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure:
Unable to find revision f2095f2c66d0dae8525879f6c14165ace650e7f1 in
branch 5.9 even from upstream
ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure
for URL:
'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git'.
Unable to fetch URL from any source.
ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function failed:
base_do_fetch
ERROR: Logfile of failure stored in:
/home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-nepos-linux/qtbase/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3511
ERROR: Task
(/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_fetch)
failed with exit code '1'



Also, I guess you also need to bump the version number in
recipes-qt/qt5/qt5-git.inc, right?


Thanks,
Daniel
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel