All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5] meta-toolchain-qt5 internal compiler error
@ 2015-12-14 21:41 Valentin Le bescond
  2015-12-15  0:35 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin Le bescond @ 2015-12-14 21:41 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

Have you ever had this issue ?

I tried to 'bitbake meta-toolchain-qt5' 4 times.
The first time it threw me 2 "internal compiler error :segmentation faults"
:
one on qt3d, and the other one on qtwebkit.

the 2nd time it built the qt3d ok but threw the qtwebkit error.
it threw the same error the third time, and the fourth time ...
"all task succeeded"...

I didn't modify anything between those bitbake commands... run ran them
again...

Is there any reason why it would fail multiple times before succeeding ?

If you want to know it's a custom distro based on poky 1.8.1 and a custom
image based on "rpi-hwup-image" for raspberrypi2.

Cheers !

-- 
Valentin LE BESCOND

[-- Attachment #2: Type: text/html, Size: 1020 bytes --]

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

* Re: [meta-qt5] meta-toolchain-qt5 internal compiler error
  2015-12-14 21:41 [meta-qt5] meta-toolchain-qt5 internal compiler error Valentin Le bescond
@ 2015-12-15  0:35 ` Khem Raj
  2015-12-15  7:44   ` Valentin Le bescond
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-12-15  0:35 UTC (permalink / raw)
  To: Valentin Le bescond; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1117 bytes --]


> On Dec 14, 2015, at 1:41 PM, Valentin Le bescond <valentin.lebescond@gmail.com> wrote:
> 
> Have you ever had this issue ?
> 
> I tried to 'bitbake meta-toolchain-qt5' 4 times.
> The first time it threw me 2 "internal compiler error :segmentation faults" :
> one on qt3d, and the other one on qtwebkit.
> 

you need to provide more info to get folks to help you. What branch of meta-qt5 is in play ?

> the 2nd time it built the qt3d ok but threw the qtwebkit error.
> it threw the same error the third time, and the fourth time ...
> "all task succeeded"...
> 
> I didn't modify anything between those bitbake commands... run ran them again...
> 
> Is there any reason why it would fail multiple times before succeeding ?
> 
> If you want to know it's a custom distro based on poky 1.8.1 and a custom image based on "rpi-hwup-image" for raspberrypi2.
> 

what customizations are done ?

> Cheers !
> 
> --
> Valentin LE BESCOND
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: [meta-qt5] meta-toolchain-qt5 internal compiler error
  2015-12-15  0:35 ` Khem Raj
@ 2015-12-15  7:44   ` Valentin Le bescond
  0 siblings, 0 replies; 3+ messages in thread
From: Valentin Le bescond @ 2015-12-15  7:44 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 3333 bytes --]

Hi,

no problem. Though it is not really an issue that needs immediate help :


Build Configuration: BB_VERSION = "1.26.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-sonometre-linux-gnueabi"
 MACHINE = "raspberrypi2"
DISTRO = "sonometre"
DISTRO_VERSION = "1.8.1"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard vfpv4
cortexa7"
TARGET_FPU = "vfp-vfpv4-neon"
meta meta-yocto meta-yocto-bsp =
"fido:aff2257e0b1153814aefc96737e00bdb4cf634e0"
meta-raspberrypi = "master:f2cff839f52a6e6211337fc45c7c3eabf0fac113"
meta-sonometre = "master:5a336d675553acdc11adc2e1b746bbe43cb5e30c"
meta-qt5 = "fido:90919b9d86988e7da01fa2c0a07246b5b5600a5d"
meta-cirruslogic = "master:24f3d0082b7caa0aa21711bef42b845df946178b"
meta-oe
meta-networking
meta-multimedia
meta-ruby = "fido:df2f700d66bace65f5d802225232d01cf511fe81"

the distro is just a copy of poky with the following additions :

DISTRO_FEATURES_append = " opengl"
DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"

and the image :

include recipes-core/images/rpi-hwup-image.bb
IMAGE_FEATURES += "ssh-server-openssh "
IMAGE_INSTALL_append = " gdbserver"
IMAGE_INSTALL_append = " connman"
IMAGE_INSTALL_append = " connman-client"
IMAGE_INSTALL_append = " openssh-sftp-server"
IMAGE_INSTALL_append = " netcat"
IMAGE_INSTALL_append = " ncurses-libncurses"
IMAGE_INSTALL_append = " libasound"
IMAGE_INSTALL_append = " libicui18n"
IMAGE_INSTALL_append = " logrotate"
IMAGE_INSTALL_append = " ntp"
IMAGE_INSTALL_append = " libusb1"
IMAGE_INSTALL_append = " usbutils"
IMAGE_INSTALL_append = " udev"
IMAGE_INSTALL_append = " usb-modeswitch-data"
IMAGE_INSTALL_append = " usbpath"
IMAGE_INSTALL_append = " file"
IMAGE_INSTALL_append = " pure-ftpd"
IMAGE_INSTALL_append = " ppp"
IMAGE_INSTALL_append = " qtbase"
IMAGE_INSTALL_append = " qtbase-tools"
IMAGE_INSTALL_append = " alsa-state"
IMAGE_INSTALL_append = " alsa-utils"
IMAGE_INSTALL_append = " util-linux"

regards

Le mar. 15 déc. 2015 à 01:35, Khem Raj <raj.khem@gmail.com> a écrit :

>
> > On Dec 14, 2015, at 1:41 PM, Valentin Le bescond <
> valentin.lebescond@gmail.com> wrote:
> >
> > Have you ever had this issue ?
> >
> > I tried to 'bitbake meta-toolchain-qt5' 4 times.
> > The first time it threw me 2 "internal compiler error :segmentation
> faults" :
> > one on qt3d, and the other one on qtwebkit.
> >
>
> you need to provide more info to get folks to help you. What branch of
> meta-qt5 is in play ?
>
> > the 2nd time it built the qt3d ok but threw the qtwebkit error.
> > it threw the same error the third time, and the fourth time ...
> > "all task succeeded"...
> >
> > I didn't modify anything between those bitbake commands... run ran them
> again...
> >
> > Is there any reason why it would fail multiple times before succeeding ?
> >
> > If you want to know it's a custom distro based on poky 1.8.1 and a
> custom image based on "rpi-hwup-image" for raspberrypi2.
> >
>
> what customizations are done ?
>
> > Cheers !
> >
> > --
> > Valentin LE BESCOND
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
>
> --
Valentin LE BESCOND

[-- Attachment #2: Type: text/html, Size: 4893 bytes --]

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

end of thread, other threads:[~2015-12-15  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-14 21:41 [meta-qt5] meta-toolchain-qt5 internal compiler error Valentin Le bescond
2015-12-15  0:35 ` Khem Raj
2015-12-15  7:44   ` Valentin Le bescond

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.