Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] qt5base build issue
@ 2015-07-23 13:45 Yegor Yefremov
  2015-07-23 14:49 ` Julien CORJON
  0 siblings, 1 reply; 10+ messages in thread
From: Yegor Yefremov @ 2015-07-23 13:45 UTC (permalink / raw)
  To: buildroot

Toolchain: Sourcery CodeBench ARM 2014.05

BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
BR2_PACKAGE_QT5=y
BR2_PACKAGE_QT5BASE=y
BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
BR2_PACKAGE_QT5BASE_CONFIG_FILE=""
BR2_PACKAGE_QT5BASE_NETWORK=y
BR2_PACKAGE_QT5BASE_SQL=y
BR2_PACKAGE_QT5BASE_SQLITE_NONE=y
BR2_PACKAGE_QT5BASE_TEST=y
BR2_PACKAGE_QT5BASE_XML=y
BR2_PACKAGE_QT5BASE_GUI=y
BR2_PACKAGE_QT5BASE_WIDGETS=y
BR2_PACKAGE_QT5BASE_LINUXFB=y
BR2_PACKAGE_QT5BASE_DEFAULT_QPA=""
BR2_PACKAGE_QT5BASE_PRINTSUPPORT=y
BR2_PACKAGE_QT5SVG=y

During compilation I get following error:

Running configuration tests...
Failed to process makespec for platform 'devices/linux-buildroot-g++'
Project ERROR: Compiler
/home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
/home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
not found. Check the value of CROSS_COMPILE -device-option
Could not read qmake configuration file
/home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.
Error processing project file: /dev/null
package/pkg-generic.mk:146: recipe for target
'/home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/.stamp_configured'
failed

Any idea? I also tried uclibc-ng toolchain - same result.

Regards,
Yegor

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-23 13:45 [Buildroot] qt5base build issue Yegor Yefremov
@ 2015-07-23 14:49 ` Julien CORJON
  2015-07-24  6:33   ` Yegor Yefremov
  0 siblings, 1 reply; 10+ messages in thread
From: Julien CORJON @ 2015-07-23 14:49 UTC (permalink / raw)
  To: buildroot

Dear Yegor,

Le 23/07/2015 15:45, Yegor Yefremov a ?crit :
> Toolchain: Sourcery CodeBench ARM 2014.05
>
> BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
> BR2_PACKAGE_QT5=y
> BR2_PACKAGE_QT5BASE=y
> BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
> BR2_PACKAGE_QT5BASE_CONFIG_FILE=""
> BR2_PACKAGE_QT5BASE_NETWORK=y
> BR2_PACKAGE_QT5BASE_SQL=y
> BR2_PACKAGE_QT5BASE_SQLITE_NONE=y
> BR2_PACKAGE_QT5BASE_TEST=y
> BR2_PACKAGE_QT5BASE_XML=y
> BR2_PACKAGE_QT5BASE_GUI=y
> BR2_PACKAGE_QT5BASE_WIDGETS=y
> BR2_PACKAGE_QT5BASE_LINUXFB=y
> BR2_PACKAGE_QT5BASE_DEFAULT_QPA=""
> BR2_PACKAGE_QT5BASE_PRINTSUPPORT=y
> BR2_PACKAGE_QT5SVG=y
>

Which buildroot version/commit# do you use?
Can you pastebin your .config file?

> During compilation I get following error:
>
> Running configuration tests...
> Failed to process makespec for platform 'devices/linux-buildroot-g++'
> Project ERROR: Compiler
> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
> not found. Check the value of CROSS_COMPILE -device-option
> Could not read qmake configuration file
> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.

Is qmake file really missing or it cannot be readed?

> Error processing project file: /dev/null
> package/pkg-generic.mk:146: recipe for target
> '/home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/.stamp_configured'
> failed
>
> Any idea? I also tried uclibc-ng toolchain - same result.
>
> Regards,
> Yegor
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-23 14:49 ` Julien CORJON
@ 2015-07-24  6:33   ` Yegor Yefremov
  2015-07-24  8:32     ` Yegor Yefremov
  0 siblings, 1 reply; 10+ messages in thread
From: Yegor Yefremov @ 2015-07-24  6:33 UTC (permalink / raw)
  To: buildroot

On Thu, Jul 23, 2015 at 4:49 PM, Julien CORJON <corjon.j@ecagroup.com> wrote:
> Dear Yegor,
>
> Le 23/07/2015 15:45, Yegor Yefremov a ?crit :
>> Toolchain: Sourcery CodeBench ARM 2014.05
>>
>> BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
>> BR2_PACKAGE_QT5=y
>> BR2_PACKAGE_QT5BASE=y
>> BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
>> BR2_PACKAGE_QT5BASE_CONFIG_FILE=""
>> BR2_PACKAGE_QT5BASE_NETWORK=y
>> BR2_PACKAGE_QT5BASE_SQL=y
>> BR2_PACKAGE_QT5BASE_SQLITE_NONE=y
>> BR2_PACKAGE_QT5BASE_TEST=y
>> BR2_PACKAGE_QT5BASE_XML=y
>> BR2_PACKAGE_QT5BASE_GUI=y
>> BR2_PACKAGE_QT5BASE_WIDGETS=y
>> BR2_PACKAGE_QT5BASE_LINUXFB=y
>> BR2_PACKAGE_QT5BASE_DEFAULT_QPA=""
>> BR2_PACKAGE_QT5BASE_PRINTSUPPORT=y
>> BR2_PACKAGE_QT5SVG=y
>>
>
> Which buildroot version/commit# do you use?

This was yesterdays git version.

> Can you pastebin your .config file?

I've activated only Qt5 and approve licence and it worked. Will be
investigating further.

>> During compilation I get following error:
>>
>> Running configuration tests...
>> Failed to process makespec for platform 'devices/linux-buildroot-g++'
>> Project ERROR: Compiler
>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
>> not found. Check the value of CROSS_COMPILE -device-option
>> Could not read qmake configuration file
>> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.
>
> Is qmake file really missing or it cannot be readed?
>
>> Error processing project file: /dev/null
>> package/pkg-generic.mk:146: recipe for target
>> '/home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/.stamp_configured'
>> failed
>>
>> Any idea? I also tried uclibc-ng toolchain - same result.
>>
>> Regards,
>> Yegor
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-24  6:33   ` Yegor Yefremov
@ 2015-07-24  8:32     ` Yegor Yefremov
  2015-07-24  8:40       ` Julien CORJON
  0 siblings, 1 reply; 10+ messages in thread
From: Yegor Yefremov @ 2015-07-24  8:32 UTC (permalink / raw)
  To: buildroot

On Fri, Jul 24, 2015 at 8:33 AM, Yegor Yefremov
<yegorslists@googlemail.com> wrote:
> On Thu, Jul 23, 2015 at 4:49 PM, Julien CORJON <corjon.j@ecagroup.com> wrote:
>> Dear Yegor,
>>
>> Le 23/07/2015 15:45, Yegor Yefremov a ?crit :
>>> Toolchain: Sourcery CodeBench ARM 2014.05
>>>
>>> BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
>>> BR2_PACKAGE_QT5=y
>>> BR2_PACKAGE_QT5BASE=y
>>> BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
>>> BR2_PACKAGE_QT5BASE_CONFIG_FILE=""
>>> BR2_PACKAGE_QT5BASE_NETWORK=y
>>> BR2_PACKAGE_QT5BASE_SQL=y
>>> BR2_PACKAGE_QT5BASE_SQLITE_NONE=y
>>> BR2_PACKAGE_QT5BASE_TEST=y
>>> BR2_PACKAGE_QT5BASE_XML=y
>>> BR2_PACKAGE_QT5BASE_GUI=y
>>> BR2_PACKAGE_QT5BASE_WIDGETS=y
>>> BR2_PACKAGE_QT5BASE_LINUXFB=y
>>> BR2_PACKAGE_QT5BASE_DEFAULT_QPA=""
>>> BR2_PACKAGE_QT5BASE_PRINTSUPPORT=y
>>> BR2_PACKAGE_QT5SVG=y
>>>
>>
>> Which buildroot version/commit# do you use?
>
> This was yesterdays git version.
>
>> Can you pastebin your .config file?
>
> I've activated only Qt5 and approve licence and it worked. Will be
> investigating further.
>
>>> During compilation I get following error:
>>>
>>> Running configuration tests...
>>> Failed to process makespec for platform 'devices/linux-buildroot-g++'
>>> Project ERROR: Compiler
>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
>>> not found. Check the value of CROSS_COMPILE -device-option
>>> Could not read qmake configuration file
>>> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.
>>
>> Is qmake file really missing or it cannot be readed?
>>
>>> Error processing project file: /dev/null
>>> package/pkg-generic.mk:146: recipe for target
>>> '/home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/.stamp_configured'
>>> failed
>>>
>>> Any idea? I also tried uclibc-ng toolchain - same result.

I think I found the cause: ccache. To reproduce just enable toolchain,
ccache and Qt5 base. That's all.

How can one fix this?

Yegor

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-24  8:32     ` Yegor Yefremov
@ 2015-07-24  8:40       ` Julien CORJON
  2015-07-24  9:25         ` Yegor Yefremov
  0 siblings, 1 reply; 10+ messages in thread
From: Julien CORJON @ 2015-07-24  8:40 UTC (permalink / raw)
  To: buildroot

Dear Yegor,

Le 24/07/2015 10:32, Yegor Yefremov a ?crit :
> On Fri, Jul 24, 2015 at 8:33 AM, Yegor Yefremov
> <yegorslists@googlemail.com> wrote:
>> On Thu, Jul 23, 2015 at 4:49 PM, Julien CORJON <corjon.j@ecagroup.com> wrote:
>>> Dear Yegor,
>>>
>>> Le 23/07/2015 15:45, Yegor Yefremov a ?crit :
>>>> Toolchain: Sourcery CodeBench ARM 2014.05
>>>>
>>>> BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
>>>> BR2_PACKAGE_QT5=y
>>>> BR2_PACKAGE_QT5BASE=y
>>>> BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
>>>> BR2_PACKAGE_QT5BASE_CONFIG_FILE=""
>>>> BR2_PACKAGE_QT5BASE_NETWORK=y
>>>> BR2_PACKAGE_QT5BASE_SQL=y
>>>> BR2_PACKAGE_QT5BASE_SQLITE_NONE=y
>>>> BR2_PACKAGE_QT5BASE_TEST=y
>>>> BR2_PACKAGE_QT5BASE_XML=y
>>>> BR2_PACKAGE_QT5BASE_GUI=y
>>>> BR2_PACKAGE_QT5BASE_WIDGETS=y
>>>> BR2_PACKAGE_QT5BASE_LINUXFB=y
>>>> BR2_PACKAGE_QT5BASE_DEFAULT_QPA=""
>>>> BR2_PACKAGE_QT5BASE_PRINTSUPPORT=y
>>>> BR2_PACKAGE_QT5SVG=y
>>>>
>>>
>>> Which buildroot version/commit# do you use?
>>
>> This was yesterdays git version.
>>
>>> Can you pastebin your .config file?
>>
>> I've activated only Qt5 and approve licence and it worked. Will be
>> investigating further.
>>
>>>> During compilation I get following error:
>>>>
>>>> Running configuration tests...
>>>> Failed to process makespec for platform 'devices/linux-buildroot-g++'
>>>> Project ERROR: Compiler
>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
>>>> not found. Check the value of CROSS_COMPILE -device-option
>>>> Could not read qmake configuration file
>>>> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.
>>>
>>> Is qmake file really missing or it cannot be readed?
>>>
>>>> Error processing project file: /dev/null
>>>> package/pkg-generic.mk:146: recipe for target
>>>> '/home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/.stamp_configured'
>>>> failed
>>>>
>>>> Any idea? I also tried uclibc-ng toolchain - same result.
>
> I think I found the cause: ccache. To reproduce just enable toolchain,
> ccache and Qt5 base. That's all.

Have you tried to clear your cache (rm -rf ~/.buildroot-ccache)?

>
> How can one fix this?
>
> Yegor
>
Julien

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-24  8:40       ` Julien CORJON
@ 2015-07-24  9:25         ` Yegor Yefremov
  2015-07-24 10:17           ` Julien CORJON
  0 siblings, 1 reply; 10+ messages in thread
From: Yegor Yefremov @ 2015-07-24  9:25 UTC (permalink / raw)
  To: buildroot

On Fri, Jul 24, 2015 at 10:40 AM, Julien CORJON <corjon.j@ecagroup.com> wrote:
> Dear Yegor,
>
> Le 24/07/2015 10:32, Yegor Yefremov a ?crit :
>> On Fri, Jul 24, 2015 at 8:33 AM, Yegor Yefremov
>> <yegorslists@googlemail.com> wrote:
>>> On Thu, Jul 23, 2015 at 4:49 PM, Julien CORJON <corjon.j@ecagroup.com> wrote:
>>>> Dear Yegor,
>>>>
>>>> Le 23/07/2015 15:45, Yegor Yefremov a ?crit :
>>>>> Toolchain: Sourcery CodeBench ARM 2014.05
>>>>>
>>>>> BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
>>>>> BR2_PACKAGE_QT5=y
>>>>> BR2_PACKAGE_QT5BASE=y
>>>>> BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
>>>>> BR2_PACKAGE_QT5BASE_CONFIG_FILE=""
>>>>> BR2_PACKAGE_QT5BASE_NETWORK=y
>>>>> BR2_PACKAGE_QT5BASE_SQL=y
>>>>> BR2_PACKAGE_QT5BASE_SQLITE_NONE=y
>>>>> BR2_PACKAGE_QT5BASE_TEST=y
>>>>> BR2_PACKAGE_QT5BASE_XML=y
>>>>> BR2_PACKAGE_QT5BASE_GUI=y
>>>>> BR2_PACKAGE_QT5BASE_WIDGETS=y
>>>>> BR2_PACKAGE_QT5BASE_LINUXFB=y
>>>>> BR2_PACKAGE_QT5BASE_DEFAULT_QPA=""
>>>>> BR2_PACKAGE_QT5BASE_PRINTSUPPORT=y
>>>>> BR2_PACKAGE_QT5SVG=y
>>>>>
>>>>
>>>> Which buildroot version/commit# do you use?
>>>
>>> This was yesterdays git version.
>>>
>>>> Can you pastebin your .config file?
>>>
>>> I've activated only Qt5 and approve licence and it worked. Will be
>>> investigating further.
>>>
>>>>> During compilation I get following error:
>>>>>
>>>>> Running configuration tests...
>>>>> Failed to process makespec for platform 'devices/linux-buildroot-g++'
>>>>> Project ERROR: Compiler
>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
>>>>> not found. Check the value of CROSS_COMPILE -device-option
>>>>> Could not read qmake configuration file
>>>>> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.
>>>>
>>>> Is qmake file really missing or it cannot be readed?
>>>>
>>>>> Error processing project file: /dev/null
>>>>> package/pkg-generic.mk:146: recipe for target
>>>>> '/home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/.stamp_configured'
>>>>> failed
>>>>>
>>>>> Any idea? I also tried uclibc-ng toolchain - same result.
>>
>> I think I found the cause: ccache. To reproduce just enable toolchain,
>> ccache and Qt5 base. That's all.
>
> Have you tried to clear your cache (rm -rf ~/.buildroot-ccache)?

This doesn't help :-(

Yegor

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-24  9:25         ` Yegor Yefremov
@ 2015-07-24 10:17           ` Julien CORJON
  2015-07-25 16:21             ` Jaap Crezee
  0 siblings, 1 reply; 10+ messages in thread
From: Julien CORJON @ 2015-07-24 10:17 UTC (permalink / raw)
  To: buildroot

Yegor,

[snip]

>>>>>> During compilation I get following error:
>>>>>>
>>>>>> Running configuration tests...
>>>>>> Failed to process makespec for platform 'devices/linux-buildroot-g++'
>>>>>> Project ERROR: Compiler
>>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
>>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
>>>>>> not found. Check the value of CROSS_COMPILE -device-option
>>>>>> Could not read qmake configuration file
>>>>>> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.

[snip]

>>> I think I found the cause: ccache. To reproduce just enable toolchain,
>>> ccache and Qt5 base. That's all.
>>
>> Have you tried to clear your cache (rm -rf ~/.buildroot-ccache)?
>
> This doesn't help :-(

Ok,  I've just built your test case with and without ccache and It look 
like a ccache issue since it work without.

At the beginning of the configure we have the error : 
xxx/output/host/usr/bin/ccache: invalid option -- 'W'

I clearly do not know how ccache work and how it is handled by BR so I 
cannot help more than that.

If anyone listening I paste the qt5base build log at 
http://pastebin.com/RAGPnKZr
and my config is :
BR2_arm=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(HOME)/Projets/buildroot/build/buildroot-qtbase-ccache/.buildroot-ccache"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2015.05-496-g85945aa.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_1=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_PACKAGE_QT5=y
BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y

>
> Yegor
>

Julien

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-24 10:17           ` Julien CORJON
@ 2015-07-25 16:21             ` Jaap Crezee
  2015-07-25 20:02               ` Yegor Yefremov
  0 siblings, 1 reply; 10+ messages in thread
From: Jaap Crezee @ 2015-07-25 16:21 UTC (permalink / raw)
  To: buildroot

On 07/24/15 12:17, Julien CORJON wrote:
>>>>>>> During compilation I get following error:
>>>>>>>
>>>>>>> Running configuration tests...
>>>>>>> Failed to process makespec for platform 'devices/linux-buildroot-g++'
>>>>>>> Project ERROR: Compiler
>>>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
>>>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
>>>>>>> not found. Check the value of CROSS_COMPILE -device-option
>>>>>>> Could not read qmake configuration file
>>>>>>> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.

<snip>

Dear all,

Please see attached patch. It fixes this build issue for me.

Kind regards,


Jaap Crezee
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Added-extra-patch-to-qt5base-package-for-fixing-ccac.patch
Type: text/x-patch
Size: 1384 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150725/1c1a8603/attachment.bin>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-25 16:21             ` Jaap Crezee
@ 2015-07-25 20:02               ` Yegor Yefremov
  2015-07-26 10:54                 ` Jaap Crezee
  0 siblings, 1 reply; 10+ messages in thread
From: Yegor Yefremov @ 2015-07-25 20:02 UTC (permalink / raw)
  To: buildroot

Hi Jaap,

On Sat, Jul 25, 2015 at 6:21 PM, Jaap Crezee <jaap@jcz.nl> wrote:
> On 07/24/15 12:17, Julien CORJON wrote:
>>>>>>>> During compilation I get following error:
>>>>>>>>
>>>>>>>> Running configuration tests...
>>>>>>>> Failed to process makespec for platform 'devices/linux-buildroot-g++'
>>>>>>>> Project ERROR: Compiler
>>>>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/ccache
>>>>>>>> /home/user/MyProjects/oss/buildroot/prods1/host/usr/bin/arm-none-linux-gnueabi-g++
>>>>>>>> not found. Check the value of CROSS_COMPILE -device-option
>>>>>>>> Could not read qmake configuration file
>>>>>>>> /home/user/MyProjects/oss/buildroot/prods1/build/qt5base-5.5.0/mkspecs/devices/linux-buildroot-g++/qmake.conf.
>
> <snip>
>
> Dear all,
>
> Please see attached patch. It fixes this build issue for me.

Works for me too. Thanks.

Please resend this patch via git send-mail. You can add my "Tested-by:
Yegor Yefremov <yegorslists@googlemail.com>".

Btw have you already filed a bug request by Qt?

Yegor

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Buildroot] qt5base build issue
  2015-07-25 20:02               ` Yegor Yefremov
@ 2015-07-26 10:54                 ` Jaap Crezee
  0 siblings, 0 replies; 10+ messages in thread
From: Jaap Crezee @ 2015-07-26 10:54 UTC (permalink / raw)
  To: buildroot

Hello Yegor,

On 07/25/15 22:02, Yegor Yefremov wrote:
> Works for me too. Thanks.
> 
> Please resend this patch via git send-mail. You can add my "Tested-by:
> Yegor Yefremov <yegorslists@googlemail.com>".

Done.

> Btw have you already filed a bug request by Qt?

No, at least not yet. I will think about that, but it would require a lot of time to
describe why/how. There are several other problems in the qt5base configure script, but I
haven't taken the time to patch these as well...
It's a pity a day only has 24 hours ;).

regards,

Jaap

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-07-26 10:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 13:45 [Buildroot] qt5base build issue Yegor Yefremov
2015-07-23 14:49 ` Julien CORJON
2015-07-24  6:33   ` Yegor Yefremov
2015-07-24  8:32     ` Yegor Yefremov
2015-07-24  8:40       ` Julien CORJON
2015-07-24  9:25         ` Yegor Yefremov
2015-07-24 10:17           ` Julien CORJON
2015-07-25 16:21             ` Jaap Crezee
2015-07-25 20:02               ` Yegor Yefremov
2015-07-26 10:54                 ` Jaap Crezee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox