* [beagleboard] Unable to build Angstrom meta-toolchain
@ 2011-08-18 12:57 fabian büttner
0 siblings, 0 replies; 17+ messages in thread
From: fabian büttner @ 2011-08-18 12:57 UTC (permalink / raw)
To: openembedded-devel
Hi,
I am having troubles compiling the Angstrom SDK.
I used the angstrom-setup-scripts to configure OE, sourced the
environment
settings and built the base-image with bitbake.
While trying to compile the meta-toolchain, I am always getting this error
when bitmake finishes downloading task-sdk-bare_1.0-r2.6_armv7a.ipk.
...
| * satisfy_dependencies_for: Cannot satisfy the following dependencies
for task-sdk-bare:
| * libstdc++-dev *
| * opkg_install_cmd: Cannot install package task-sdk-bare.
NOTE: package meta-toolchain-1.0-r0: task do_populate_sdk: Failed
Any clues how to fix this?
regards,
fabian
^ permalink raw reply [flat|nested] 17+ messages in thread
* [beagleboard] Unable to build Angstrom meta-toolchain
@ 2011-08-18 13:10 fabian büttner
2011-08-18 17:48 ` Peter Housel
0 siblings, 1 reply; 17+ messages in thread
From: fabian büttner @ 2011-08-18 13:10 UTC (permalink / raw)
To: openembedded-devel
Hi,
I am having troubles compiling the Angstrom SDK.
I used the angstrom-setup-scripts to configure OE, sourced the
environment settings and built the base-image/console-image with bitbake.
While trying to compile the meta-toolchain, just when bitmake finishes
downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
output like this:
http://pastie.org/2390409
After that, I tried building the meta-toolchain(i did a bitmake clean
meta-toolchain) without '-j2' but the error I receive is ultimately the same:
* satisfy_dependencies_for: Cannot satisfy the following dependencies
* for task-sdk-bare:
* libstdc++-dev *
* opkg_install_cmd: Cannot install package task-sdk-bare.
Unfortunately I am too unexperienced with OE/Angstrom to fix bugs like that.
Maybe someone could give me a hint how to get around this show-stopper?
regards,
fabian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-18 13:10 [beagleboard] Unable to build Angstrom meta-toolchain fabian büttner
@ 2011-08-18 17:48 ` Peter Housel
2011-08-18 19:45 ` fabian büttner
2011-08-19 9:33 ` Stefan Herbrechtsmeier
0 siblings, 2 replies; 17+ messages in thread
From: Peter Housel @ 2011-08-18 17:48 UTC (permalink / raw)
To: openembedded-devel
On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
> Hi,
>
> I am having troubles compiling the Angstrom SDK.
>
> I used the angstrom-setup-scripts to configure OE, sourced the
> environment settings and built the base-image/console-image with bitbake.
>
> While trying to compile the meta-toolchain, just when bitmake finishes
> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
> output like this:
>
> http://pastie.org/2390409
>
> After that, I tried building the meta-toolchain(i did a bitmake clean
> meta-toolchain) without '-j2' but the error I receive is ultimately the same:
> * satisfy_dependencies_for: Cannot satisfy the following dependencies
> * for task-sdk-bare:
> * libstdc++-dev *
> * opkg_install_cmd: Cannot install package task-sdk-bare.
>
> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs like that.
> Maybe someone could give me a hint how to get around this show-stopper?
I can confirm that I've been seeing this as well on recent
2011.03-maintenance, but haven't had a chance to troubleshoot the root
cause yet.
-Peter-
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-18 17:48 ` Peter Housel
@ 2011-08-18 19:45 ` fabian büttner
2011-08-19 9:33 ` Stefan Herbrechtsmeier
1 sibling, 0 replies; 17+ messages in thread
From: fabian büttner @ 2011-08-18 19:45 UTC (permalink / raw)
To: openembedded-devel
On 10:48 Thu 18 Aug , Peter Housel wrote:
> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
> > Hi,
> >
> > I am having troubles compiling the Angstrom SDK.
> >
> > I used the angstrom-setup-scripts to configure OE, sourced the
> > environment settings and built the base-image/console-image with bitbake.
> >
> > While trying to compile the meta-toolchain, just when bitmake finishes
> > downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
> > output like this:
> >
> > http://pastie.org/2390409
> >
> > After that, I tried building the meta-toolchain(i did a bitmake clean
> > meta-toolchain) without '-j2' but the error I receive is ultimately the same:
> > * satisfy_dependencies_for: Cannot satisfy the following dependencies
> > * for task-sdk-bare:
> > * libstdc++-dev *
> > * opkg_install_cmd: Cannot install package task-sdk-bare.
> >
> > Unfortunately I am too unexperienced with OE/Angstrom to fix bugs like that.
> > Maybe someone could give me a hint how to get around this show-stopper?
>
> I can confirm that I've been seeing this as well on recent
> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
> cause yet.
>
> -Peter-
Hi Peter,
thank you for your answer!
In the meantime I am going to use one of those
toolchains: http://www.angstrom-distribution.org/toolchains/
I'd be glad to help you with finding the root cause!
regards,
fabian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-18 17:48 ` Peter Housel
2011-08-18 19:45 ` fabian büttner
@ 2011-08-19 9:33 ` Stefan Herbrechtsmeier
2011-08-19 13:18 ` Philip Balister
1 sibling, 1 reply; 17+ messages in thread
From: Stefan Herbrechtsmeier @ 2011-08-19 9:33 UTC (permalink / raw)
To: openembedded-devel
Am 18.08.2011 19:48, schrieb Peter Housel:
> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
>> Hi,
>>
>> I am having troubles compiling the Angstrom SDK.
>>
>> I used the angstrom-setup-scripts to configure OE, sourced the
>> environment settings and built the base-image/console-image with bitbake.
>>
>> While trying to compile the meta-toolchain, just when bitmake finishes
>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
>> output like this:
>>
>> http://pastie.org/2390409
>>
>> After that, I tried building the meta-toolchain(i did a bitmake clean
>> meta-toolchain) without '-j2' but the error I receive is ultimately the same:
>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
>> * for task-sdk-bare:
>> * libstdc++-dev *
>> * opkg_install_cmd: Cannot install package task-sdk-bare.
>>
>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs like that.
>> Maybe someone could give me a hint how to get around this show-stopper?
> I can confirm that I've been seeing this as well on recent
> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
> cause yet.
>
It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
"gcc: Package libstdc++ gdb python helpers into dev package".
If no helpers exist the empty package will not be generated.
I have try to add
ALLOW_EMPTY_libstdc++-dev = "1"
to gcc-package-cross.inc but this breaks meta-toolchain as the files in
${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
Only removing libstdc++-dev package from gcc-package-cross.inc fix the
problem.
Regards,
Stefan
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 9:33 ` Stefan Herbrechtsmeier
@ 2011-08-19 13:18 ` Philip Balister
2011-08-19 14:32 ` Khem Raj
0 siblings, 1 reply; 17+ messages in thread
From: Philip Balister @ 2011-08-19 13:18 UTC (permalink / raw)
To: openembedded-devel
On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
> Am 18.08.2011 19:48, schrieb Peter Housel:
>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
>>> Hi,
>>>
>>> I am having troubles compiling the Angstrom SDK.
>>>
>>> I used the angstrom-setup-scripts to configure OE, sourced the
>>> environment settings and built the base-image/console-image with
>>> bitbake.
>>>
>>> While trying to compile the meta-toolchain, just when bitmake finishes
>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
>>> output like this:
>>>
>>> http://pastie.org/2390409
>>>
>>> After that, I tried building the meta-toolchain(i did a bitmake clean
>>> meta-toolchain) without '-j2' but the error I receive is ultimately
>>> the same:
>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
>>> * for task-sdk-bare:
>>> * libstdc++-dev *
>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
>>>
>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
>>> like that.
>>> Maybe someone could give me a hint how to get around this show-stopper?
>> I can confirm that I've been seeing this as well on recent
>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
>> cause yet.
>>
> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
> "gcc: Package libstdc++ gdb python helpers into dev package".
> If no helpers exist the empty package will not be generated.
> I have try to add
> ALLOW_EMPTY_libstdc++-dev = "1"
> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
>
> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
> problem.
Does anyone know if dv has the same problem? I can't check easily at the
moment.
Philip
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 13:18 ` Philip Balister
@ 2011-08-19 14:32 ` Khem Raj
2011-08-19 16:58 ` Stefan Herbrechtsmeier
2011-08-19 21:03 ` fabian büttner
0 siblings, 2 replies; 17+ messages in thread
From: Khem Raj @ 2011-08-19 14:32 UTC (permalink / raw)
To: openembedded-devel
On 8/19/2011 6:18 AM, Philip Balister wrote:
> On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
>> Am 18.08.2011 19:48, schrieb Peter Housel:
>>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
>>>> Hi,
>>>>
>>>> I am having troubles compiling the Angstrom SDK.
>>>>
>>>> I used the angstrom-setup-scripts to configure OE, sourced the
>>>> environment settings and built the base-image/console-image with
>>>> bitbake.
>>>>
>>>> While trying to compile the meta-toolchain, just when bitmake finishes
>>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
>>>> output like this:
>>>>
>>>> http://pastie.org/2390409
>>>>
>>>> After that, I tried building the meta-toolchain(i did a bitmake clean
>>>> meta-toolchain) without '-j2' but the error I receive is ultimately
>>>> the same:
>>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
>>>> * for task-sdk-bare:
>>>> * libstdc++-dev *
>>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
>>>>
>>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
>>>> like that.
>>>> Maybe someone could give me a hint how to get around this show-stopper?
>>> I can confirm that I've been seeing this as well on recent
>>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
>>> cause yet.
>>>
>> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
>> "gcc: Package libstdc++ gdb python helpers into dev package".
>> If no helpers exist the empty package will not be generated.
>> I have try to add
>> ALLOW_EMPTY_libstdc++-dev = "1"
>> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
>> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
>>
>> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
>> problem.
>
> Does anyone know if dv has the same problem? I can't check easily at the
> moment.
what happens if you remove libstdc++-dev libgcc-dev from PACKAGES in
recipes/gcc/gcc-package-cross.inc ?
I will see if I can reproduce it here
>
> Philip
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 14:32 ` Khem Raj
@ 2011-08-19 16:58 ` Stefan Herbrechtsmeier
2011-08-19 19:12 ` fabian büttner
2011-08-19 21:03 ` fabian büttner
1 sibling, 1 reply; 17+ messages in thread
From: Stefan Herbrechtsmeier @ 2011-08-19 16:58 UTC (permalink / raw)
To: openembedded-devel
Am 19.08.2011 16:32, schrieb Khem Raj:
> On 8/19/2011 6:18 AM, Philip Balister wrote:
>> On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
>>> Am 18.08.2011 19:48, schrieb Peter Housel:
>>>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
>>>>> Hi,
>>>>>
>>>>> I am having troubles compiling the Angstrom SDK.
>>>>>
>>>>> I used the angstrom-setup-scripts to configure OE, sourced the
>>>>> environment settings and built the base-image/console-image with
>>>>> bitbake.
>>>>>
>>>>> While trying to compile the meta-toolchain, just when bitmake
>>>>> finishes
>>>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
>>>>> output like this:
>>>>>
>>>>> http://pastie.org/2390409
>>>>>
>>>>> After that, I tried building the meta-toolchain(i did a bitmake clean
>>>>> meta-toolchain) without '-j2' but the error I receive is ultimately
>>>>> the same:
>>>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
>>>>> * for task-sdk-bare:
>>>>> * libstdc++-dev *
>>>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
>>>>>
>>>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
>>>>> like that.
>>>>> Maybe someone could give me a hint how to get around this
>>>>> show-stopper?
>>>> I can confirm that I've been seeing this as well on recent
>>>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
>>>> cause yet.
>>>>
>>> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
>>> "gcc: Package libstdc++ gdb python helpers into dev package".
>>> If no helpers exist the empty package will not be generated.
>>> I have try to add
>>> ALLOW_EMPTY_libstdc++-dev = "1"
>>> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
>>> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
>>>
>>> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
>>> problem.
>>
>> Does anyone know if dv has the same problem? I can't check easily at the
>> moment.
>
> what happens if you remove libstdc++-dev libgcc-dev from PACKAGES in
> recipes/gcc/gcc-package-cross.inc ?
Maybe I was not precise enough above, but removing libstdc++-dev from
PACKAGES
in recipes/gcc/gcc-package-cross.inc and bump INC_PR in gcc-4.3.3.inc
fix the problems.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 16:58 ` Stefan Herbrechtsmeier
@ 2011-08-19 19:12 ` fabian büttner
2011-08-22 8:41 ` Stefan Herbrechtsmeier
0 siblings, 1 reply; 17+ messages in thread
From: fabian büttner @ 2011-08-19 19:12 UTC (permalink / raw)
To: openembedded-devel
On 18:58 Fri 19 Aug , Stefan Herbrechtsmeier wrote:
> Am 19.08.2011 16:32, schrieb Khem Raj:
> > On 8/19/2011 6:18 AM, Philip Balister wrote:
> >> On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
> >>> Am 18.08.2011 19:48, schrieb Peter Housel:
> >>>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
> >>>>> Hi,
> >>>>>
> >>>>> I am having troubles compiling the Angstrom SDK.
> >>>>>
> >>>>> I used the angstrom-setup-scripts to configure OE, sourced the
> >>>>> environment settings and built the base-image/console-image with
> >>>>> bitbake.
> >>>>>
> >>>>> While trying to compile the meta-toolchain, just when bitmake
> >>>>> finishes
> >>>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
> >>>>> output like this:
> >>>>>
> >>>>> http://pastie.org/2390409
> >>>>>
> >>>>> After that, I tried building the meta-toolchain(i did a bitmake clean
> >>>>> meta-toolchain) without '-j2' but the error I receive is ultimately
> >>>>> the same:
> >>>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
> >>>>> * for task-sdk-bare:
> >>>>> * libstdc++-dev *
> >>>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
> >>>>>
> >>>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
> >>>>> like that.
> >>>>> Maybe someone could give me a hint how to get around this
> >>>>> show-stopper?
> >>>> I can confirm that I've been seeing this as well on recent
> >>>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
> >>>> cause yet.
> >>>>
> >>> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
> >>> "gcc: Package libstdc++ gdb python helpers into dev package".
> >>> If no helpers exist the empty package will not be generated.
> >>> I have try to add
> >>> ALLOW_EMPTY_libstdc++-dev = "1"
> >>> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
> >>> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
> >>>
> >>> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
> >>> problem.
> >>
> >> Does anyone know if dv has the same problem? I can't check easily at the
> >> moment.
> >
> > what happens if you remove libstdc++-dev libgcc-dev from PACKAGES in
> > recipes/gcc/gcc-package-cross.inc ?
> Maybe I was not precise enough above, but removing libstdc++-dev from
> PACKAGES
> in recipes/gcc/gcc-package-cross.inc and bump INC_PR in gcc-4.3.3.inc
> fix the problems.
Hi Stefan,
thanks for your fix, as soon as I finish building another base-image, I
am going to try your suggestion.
What do you mean by bumping INC_PR?
After applying your patch, is there anything else I have to consider, like
e.g. cleaning meta-toolchain or things like that?
regards,
fabian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 14:32 ` Khem Raj
2011-08-19 16:58 ` Stefan Herbrechtsmeier
@ 2011-08-19 21:03 ` fabian büttner
2011-08-19 22:05 ` Khem Raj
1 sibling, 1 reply; 17+ messages in thread
From: fabian büttner @ 2011-08-19 21:03 UTC (permalink / raw)
To: openembedded-devel
On 07:32 Fri 19 Aug , Khem Raj wrote:
> On 8/19/2011 6:18 AM, Philip Balister wrote:
> > On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
> >> Am 18.08.2011 19:48, schrieb Peter Housel:
> >>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
> >>>> Hi,
> >>>>
> >>>> I am having troubles compiling the Angstrom SDK.
> >>>>
> >>>> I used the angstrom-setup-scripts to configure OE, sourced the
> >>>> environment settings and built the base-image/console-image with
> >>>> bitbake.
> >>>>
> >>>> While trying to compile the meta-toolchain, just when bitmake finishes
> >>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
> >>>> output like this:
> >>>>
> >>>> http://pastie.org/2390409
> >>>>
> >>>> After that, I tried building the meta-toolchain(i did a bitmake clean
> >>>> meta-toolchain) without '-j2' but the error I receive is ultimately
> >>>> the same:
> >>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
> >>>> * for task-sdk-bare:
> >>>> * libstdc++-dev *
> >>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
> >>>>
> >>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
> >>>> like that.
> >>>> Maybe someone could give me a hint how to get around this show-stopper?
> >>> I can confirm that I've been seeing this as well on recent
> >>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
> >>> cause yet.
> >>>
> >> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
> >> "gcc: Package libstdc++ gdb python helpers into dev package".
> >> If no helpers exist the empty package will not be generated.
> >> I have try to add
> >> ALLOW_EMPTY_libstdc++-dev = "1"
> >> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
> >> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
> >>
> >> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
> >> problem.
> >
> > Does anyone know if dv has the same problem? I can't check easily at the
> > moment.
>
> what happens if you remove libstdc++-dev libgcc-dev from PACKAGES in
> recipes/gcc/gcc-package-cross.inc ?
> I will see if I can reproduce it here
> >
> > Philip
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
Hi Khem,
I removed libstdc++-dev and I was able to build meta-toolchain.
regards,
fabian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 21:03 ` fabian büttner
@ 2011-08-19 22:05 ` Khem Raj
2011-08-19 22:35 ` fabian büttner
0 siblings, 1 reply; 17+ messages in thread
From: Khem Raj @ 2011-08-19 22:05 UTC (permalink / raw)
To: openembedded-devel
On Fri, Aug 19, 2011 at 2:03 PM, fabian büttner <fabian-buettner@gmx.de> wrote:
> On 07:32 Fri 19 Aug , Khem Raj wrote:
>> On 8/19/2011 6:18 AM, Philip Balister wrote:
>> > On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
>> >> Am 18.08.2011 19:48, schrieb Peter Housel:
>> >>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
>> >>>> Hi,
>> >>>>
>> >>>> I am having troubles compiling the Angstrom SDK.
>> >>>>
>> >>>> I used the angstrom-setup-scripts to configure OE, sourced the
>> >>>> environment settings and built the base-image/console-image with
>> >>>> bitbake.
>> >>>>
>> >>>> While trying to compile the meta-toolchain, just when bitmake finishes
>> >>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
>> >>>> output like this:
>> >>>>
>> >>>> http://pastie.org/2390409
>> >>>>
>> >>>> After that, I tried building the meta-toolchain(i did a bitmake clean
>> >>>> meta-toolchain) without '-j2' but the error I receive is ultimately
>> >>>> the same:
>> >>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
>> >>>> * for task-sdk-bare:
>> >>>> * libstdc++-dev *
>> >>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
>> >>>>
>> >>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
>> >>>> like that.
>> >>>> Maybe someone could give me a hint how to get around this show-stopper?
>> >>> I can confirm that I've been seeing this as well on recent
>> >>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
>> >>> cause yet.
>> >>>
>> >> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
>> >> "gcc: Package libstdc++ gdb python helpers into dev package".
>> >> If no helpers exist the empty package will not be generated.
>> >> I have try to add
>> >> ALLOW_EMPTY_libstdc++-dev = "1"
>> >> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
>> >> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
>> >>
>> >> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
>> >> problem.
>> >
>> > Does anyone know if dv has the same problem? I can't check easily at the
>> > moment.
>>
>> what happens if you remove libstdc++-dev libgcc-dev from PACKAGES in
>> recipes/gcc/gcc-package-cross.inc ?
>> I will see if I can reproduce it here
>> >
>> > Philip
>> >
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
> Hi Khem,
>
> I removed libstdc++-dev and I was able to build meta-toolchain.
>
OK now can you send me list of files you have in
packages-split dir in gcc-cross build tree do
$ find
and send the output please
> regards,
> fabian
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 22:05 ` Khem Raj
@ 2011-08-19 22:35 ` fabian büttner
2011-08-19 23:31 ` Paul Menzel
2011-08-19 23:34 ` Paul Menzel
0 siblings, 2 replies; 17+ messages in thread
From: fabian büttner @ 2011-08-19 22:35 UTC (permalink / raw)
To: openembedded-devel
On 15:05 Fri 19 Aug , Khem Raj wrote:
> On Fri, Aug 19, 2011 at 2:03 PM, fabian büttner <fabian-buettner@gmx.de> wrote:
> > On 07:32 Fri 19 Aug , Khem Raj wrote:
> >> On 8/19/2011 6:18 AM, Philip Balister wrote:
> >> > On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
> >> >> Am 18.08.2011 19:48, schrieb Peter Housel:
> >> >>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
> >> >>>> Hi,
> >> >>>>
> >> >>>> I am having troubles compiling the Angstrom SDK.
> >> >>>>
> >> >>>> I used the angstrom-setup-scripts to configure OE, sourced the
> >> >>>> environment settings and built the base-image/console-image with
> >> >>>> bitbake.
> >> >>>>
> >> >>>> While trying to compile the meta-toolchain, just when bitmake finishes
> >> >>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
> >> >>>> output like this:
> >> >>>>
> >> >>>> http://pastie.org/2390409
> >> >>>>
> >> >>>> After that, I tried building the meta-toolchain(i did a bitmake clean
> >> >>>> meta-toolchain) without '-j2' but the error I receive is ultimately
> >> >>>> the same:
> >> >>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
> >> >>>> * for task-sdk-bare:
> >> >>>> * libstdc++-dev *
> >> >>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
> >> >>>>
> >> >>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
> >> >>>> like that.
> >> >>>> Maybe someone could give me a hint how to get around this show-stopper?
> >> >>> I can confirm that I've been seeing this as well on recent
> >> >>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
> >> >>> cause yet.
> >> >>>
> >> >> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
> >> >> "gcc: Package libstdc++ gdb python helpers into dev package".
> >> >> If no helpers exist the empty package will not be generated.
> >> >> I have try to add
> >> >> ALLOW_EMPTY_libstdc++-dev = "1"
> >> >> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
> >> >> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
> >> >>
> >> >> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
> >> >> problem.
> >> >
> >> > Does anyone know if dv has the same problem? I can't check easily at the
> >> > moment.
> >>
> >> what happens if you remove libstdc++-dev libgcc-dev from PACKAGES in
> >> recipes/gcc/gcc-package-cross.inc ?
> >> I will see if I can reproduce it here
> >> >
> >> > Philip
> >> >
> >> > _______________________________________________
> >> > Openembedded-devel mailing list
> >> > Openembedded-devel@lists.openembedded.org
> >> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >>
> >
> > Hi Khem,
> >
> > I removed libstdc++-dev and I was able to build meta-toolchain.
> >
>
> OK now can you send me list of files you have in
> packages-split dir in gcc-cross build tree do
>
> $ find
>
> and send the output please
Could you be more specific, I am new here.
Where do I find the packages-split dir?
regards,
fabian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 22:35 ` fabian büttner
@ 2011-08-19 23:31 ` Paul Menzel
2011-08-19 23:34 ` Paul Menzel
1 sibling, 0 replies; 17+ messages in thread
From: Paul Menzel @ 2011-08-19 23:31 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]
Am Samstag, den 20.08.2011, 00:35 +0200 schrieb fabian büttner:
> On 15:05 Fri 19 Aug , Khem Raj wrote:
> > On Fri, Aug 19, 2011 at 2:03 PM, fabian büttner <fabian-buettner@gmx.de> wrote:
[…]
> > > I removed libstdc++-dev and I was able to build meta-toolchain.
> >
> > OK now can you send me list of files you have in
> > packages-split dir in gcc-cross build tree do
> >
> > $ find
> >
> > and send the output please
>
> Could you be more specific, I am new here.
Adding a please would be nice next time.
> Where do I find the packages-split dir?
In your build directory. For example for `libroxml`.
$ ls angstrom-dev/work/armv7a-angstrom-linux-gnueabi/libroxml-2.1.0-r0/
image package staging-pkg temp
libroxml-2.1.0 packages-split sysroot-destdir
If you have `INHERIT += "rm_work"` in you `local.conf` those directories
are removed after a successful build. So you should comment that line
out.
Thanks and good luck,
Paul
[1] http://gumstix.org/software-development/open-embedded/161-openembedded-directory-layout.html
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 22:35 ` fabian büttner
2011-08-19 23:31 ` Paul Menzel
@ 2011-08-19 23:34 ` Paul Menzel
2011-08-20 9:55 ` fabian büttner
1 sibling, 1 reply; 17+ messages in thread
From: Paul Menzel @ 2011-08-19 23:34 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]
Am Samstag, den 20.08.2011, 00:35 +0200 schrieb fabian büttner:
> On 15:05 Fri 19 Aug , Khem Raj wrote:
> > On Fri, Aug 19, 2011 at 2:03 PM, fabian büttner <fabian-buettner@gmx.de> wrote:
[…]
> > > I removed libstdc++-dev and I was able to build meta-toolchain.
> >
> > OK now can you send me list of files you have in
> > packages-split dir in gcc-cross build tree do
> >
> > $ find
> >
> > and send the output please
>
> Could you be more specific, I am new here.
Adding a please would be nice next time.
> Where do I find the packages-split dir?
In your build directory [1]. For example for `libroxml`.
$ ls angstrom-dev/work/armv7a-angstrom-linux-gnueabi/libroxml-2.1.0-r0/
image package staging-pkg temp
libroxml-2.1.0 packages-split sysroot-destdir
If you have `INHERIT += "rm_work"` in you `local.conf` those directories
are removed after a successful build. So you should comment that line
out.
Thanks and good luck,
Paul
[1] http://gumstix.org/software-development/open-embedded/161-openembedded-directory-layout.html
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 23:34 ` Paul Menzel
@ 2011-08-20 9:55 ` fabian büttner
2011-08-22 9:01 ` Stefan Herbrechtsmeier
0 siblings, 1 reply; 17+ messages in thread
From: fabian büttner @ 2011-08-20 9:55 UTC (permalink / raw)
To: openembedded-devel
On 01:34 Sat 20 Aug , Paul Menzel wrote:
> Am Samstag, den 20.08.2011, 00:35 +0200 schrieb fabian büttner:
> > On 15:05 Fri 19 Aug , Khem Raj wrote:
> > > On Fri, Aug 19, 2011 at 2:03 PM, fabian büttner <fabian-buettner@gmx.de> wrote:
>
> […]
>
> > > > I removed libstdc++-dev and I was able to build meta-toolchain.
> > >
> > > OK now can you send me list of files you have in
> > > packages-split dir in gcc-cross build tree do
> > >
> > > $ find
> > >
> > > and send the output please
> >
> > Could you be more specific, I am new here.
>
> Adding a please would be nice next time.
>
> > Where do I find the packages-split dir?
>
> In your build directory [1]. For example for `libroxml`.
>
> $ ls angstrom-dev/work/armv7a-angstrom-linux-gnueabi/libroxml-2.1.0-r0/
> image package staging-pkg temp
> libroxml-2.1.0 packages-split sysroot-destdir
>
> If you have `INHERIT += "rm_work"` in you `local.conf` those directories
> are removed after a successful build. So you should comment that line
> out.
>
>
> Thanks and good luck,
>
> Paul
>
>
> [1] http://gumstix.org/software-development/open-embedded/161-openembedded-directory-layout.html
Hi Paul,
Thank you for your answer.
Like you suggested I commented the INHERIT line in my config and did a
bitbake -c clean gcc-cross. After that i tried building the
meta-toolchain again, which failed, with the following error:
[...]
| cp: cannot stat
`/home/fab/git/angstrom-setup-scripts/build/tmp-angstrom_2010_x/pkgdata/armv7a-angstrom-linux-gnueabi/runtime/libstdc++-dev':
No such file or directory
NOTE: package meta-toolchain-1.0-r0: task do_populate_sdk: Failed
ERROR: Function 'do_populate_sdk' failed (see
/home/fab/git/angstrom-setup-scripts/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/meta-toolchain-1.0-r0/temp/log.do_populate_sdk.23348
for further information)
ERROR: Task 14
(/home/fab/git/angstrom-setup-scripts/sources/openembedded/recipes/meta/meta-toolchain.bb,
do_populate_sdk) failed with exit code '1'
ERROR:
'/home/fab/git/angstrom-setup-scripts/sources/openembedded/recipes/meta/meta-toolchain.bb'
failed
The requested file list in packages-split
work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.5-r37.1+svnr170443/packages-split:
./libssp
./libssp/usr
./libssp/usr/lib
./libssp/usr/lib/libssp.so.0.0.0
./libssp/usr/lib/libssp.so.0
./libstdc++.shlibdeps
./libssp.shlibdeps
./libgcc-dev
./libgcc-dev/usr
./libgcc-dev/usr/lib
./libgcc-dev/usr/lib/libgcc_s.so
./libg2c
./libgfortran
./libstdc++
./libstdc++/usr
./libstdc++/usr/lib
./libstdc++/usr/lib/libstdc++.so.6.0.14
./libstdc++/usr/lib/libstdc++.so.6
./libgcc
./libgcc/lib
./libgcc/lib/libgcc_s.so.1
./libgcc.shlibdeps
regards,
fabian
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-19 19:12 ` fabian büttner
@ 2011-08-22 8:41 ` Stefan Herbrechtsmeier
0 siblings, 0 replies; 17+ messages in thread
From: Stefan Herbrechtsmeier @ 2011-08-22 8:41 UTC (permalink / raw)
To: openembedded-devel
Am 19.08.2011 21:12, schrieb fabian büttner:
> On 18:58 Fri 19 Aug , Stefan Herbrechtsmeier wrote:
>> Am 19.08.2011 16:32, schrieb Khem Raj:
>>> On 8/19/2011 6:18 AM, Philip Balister wrote:
>>>> On 08/19/2011 02:33 AM, Stefan Herbrechtsmeier wrote:
>>>>> Am 18.08.2011 19:48, schrieb Peter Housel:
>>>>>> On Thu, 2011-08-18 at 15:10 +0200, fabian büttner wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> I am having troubles compiling the Angstrom SDK.
>>>>>>>
>>>>>>> I used the angstrom-setup-scripts to configure OE, sourced the
>>>>>>> environment settings and built the base-image/console-image with
>>>>>>> bitbake.
>>>>>>>
>>>>>>> While trying to compile the meta-toolchain, just when bitmake
>>>>>>> finishes
>>>>>>> downloading task-sdk-bare_1.0-r2.6_armv7a.ipk, I am getting an error
>>>>>>> output like this:
>>>>>>>
>>>>>>> http://pastie.org/2390409
>>>>>>>
>>>>>>> After that, I tried building the meta-toolchain(i did a bitmake clean
>>>>>>> meta-toolchain) without '-j2' but the error I receive is ultimately
>>>>>>> the same:
>>>>>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
>>>>>>> * for task-sdk-bare:
>>>>>>> * libstdc++-dev *
>>>>>>> * opkg_install_cmd: Cannot install package task-sdk-bare.
>>>>>>>
>>>>>>> Unfortunately I am too unexperienced with OE/Angstrom to fix bugs
>>>>>>> like that.
>>>>>>> Maybe someone could give me a hint how to get around this
>>>>>>> show-stopper?
>>>>>> I can confirm that I've been seeing this as well on recent
>>>>>> 2011.03-maintenance, but haven't had a chance to troubleshoot the root
>>>>>> cause yet.
>>>>>>
>>>>> It was inbtroduced with commit 105d881227d06f31c180dffb777ee63361b2f2b8
>>>>> "gcc: Package libstdc++ gdb python helpers into dev package".
>>>>> If no helpers exist the empty package will not be generated.
>>>>> I have try to add
>>>>> ALLOW_EMPTY_libstdc++-dev = "1"
>>>>> to gcc-package-cross.inc but this breaks meta-toolchain as the files in
>>>>> ${prefix}/${TARGET_SYS}/usr/include/c++ are missing.
>>>>>
>>>>> Only removing libstdc++-dev package from gcc-package-cross.inc fix the
>>>>> problem.
>>>> Does anyone know if dv has the same problem? I can't check easily at the
>>>> moment.
>>> what happens if you remove libstdc++-dev libgcc-dev from PACKAGES in
>>> recipes/gcc/gcc-package-cross.inc ?
>> Maybe I was not precise enough above, but removing libstdc++-dev from
>> PACKAGES
>> in recipes/gcc/gcc-package-cross.inc and bump INC_PR in gcc-4.3.3.inc
>> fix the problems.
> Hi Stefan,
> thanks for your fix, as soon as I finish building another base-image, I
> am going to try your suggestion.
>
> What do you mean by bumping INC_PR?
I mean increasing the number of INC_PR to trigger a new build of the package
and every dependent package.
> After applying your patch, is there anything else I have to consider, like
> e.g. cleaning meta-toolchain or things like that?
If you increase the PR everything should work without cleaning.
Regards,
Stefan
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [beagleboard] Unable to build Angstrom meta-toolchain
2011-08-20 9:55 ` fabian büttner
@ 2011-08-22 9:01 ` Stefan Herbrechtsmeier
0 siblings, 0 replies; 17+ messages in thread
From: Stefan Herbrechtsmeier @ 2011-08-22 9:01 UTC (permalink / raw)
To: openembedded-devel
Am 20.08.2011 11:55, schrieb fabian büttner:
> On 01:34 Sat 20 Aug , Paul Menzel wrote:
>> Am Samstag, den 20.08.2011, 00:35 +0200 schrieb fabian büttner:
>>> On 15:05 Fri 19 Aug , Khem Raj wrote:
>>>> On Fri, Aug 19, 2011 at 2:03 PM, fabian büttner<fabian-buettner@gmx.de> wrote:
>> […]
>>
>>>>> I removed libstdc++-dev and I was able to build meta-toolchain.
>>>> OK now can you send me list of files you have in
>>>> packages-split dir in gcc-cross build tree do
>>>>
>>>> $ find
>>>>
>>>> and send the output please
>>> Could you be more specific, I am new here.
>> Adding a please would be nice next time.
>>
>>> Where do I find the packages-split dir?
>> In your build directory [1]. For example for `libroxml`.
>>
>> $ ls angstrom-dev/work/armv7a-angstrom-linux-gnueabi/libroxml-2.1.0-r0/
>> image package staging-pkg temp
>> libroxml-2.1.0 packages-split sysroot-destdir
>>
>> If you have `INHERIT += "rm_work"` in you `local.conf` those directories
>> are removed after a successful build. So you should comment that line
>> out.
>>
>>
>> Thanks and good luck,
>>
>> Paul
>>
>>
>> [1] http://gumstix.org/software-development/open-embedded/161-openembedded-directory-layout.html
> Hi Paul,
>
> Thank you for your answer.
> Like you suggested I commented the INHERIT line in my config and did a
> bitbake -c clean gcc-cross. After that i tried building the
> meta-toolchain again, which failed, with the following error:
> [...]
> | cp: cannot stat
> `/home/fab/git/angstrom-setup-scripts/build/tmp-angstrom_2010_x/pkgdata/armv7a-angstrom-linux-gnueabi/runtime/libstdc++-dev':
> No such file or directory
> NOTE: package meta-toolchain-1.0-r0: task do_populate_sdk: Failed
> ERROR: Function 'do_populate_sdk' failed (see
> /home/fab/git/angstrom-setup-scripts/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/meta-toolchain-1.0-r0/temp/log.do_populate_sdk.23348
> for further information)
> ERROR: Task 14
> (/home/fab/git/angstrom-setup-scripts/sources/openembedded/recipes/meta/meta-toolchain.bb,
> do_populate_sdk) failed with exit code '1'
> ERROR:
> '/home/fab/git/angstrom-setup-scripts/sources/openembedded/recipes/meta/meta-toolchain.bb'
> failed
>
> The requested file list in packages-split
> work/armv7a-angstrom-linux-gnueabi/gcc-cross-4.5-r37.1+svnr170443/packages-split:
> ./libssp
> ./libssp/usr
> ./libssp/usr/lib
> ./libssp/usr/lib/libssp.so.0.0.0
> ./libssp/usr/lib/libssp.so.0
> ./libstdc++.shlibdeps
> ./libssp.shlibdeps
> ./libgcc-dev
> ./libgcc-dev/usr
> ./libgcc-dev/usr/lib
> ./libgcc-dev/usr/lib/libgcc_s.so
> ./libg2c
> ./libgfortran
> ./libstdc++
> ./libstdc++/usr
> ./libstdc++/usr/lib
> ./libstdc++/usr/lib/libstdc++.so.6.0.14
> ./libstdc++/usr/lib/libstdc++.so.6
> ./libgcc
> ./libgcc/lib
> ./libgcc/lib/libgcc_s.so.1
> ./libgcc.shlibdeps
>
Same error with gcc-cross-4.3.3-r24.2 for armv7a and armv5te
packages-split:
./libssp
./libssp/usr
./libssp/usr/lib
./libssp/usr/lib/libssp.so.0.0.0
./libssp/usr/lib/libssp.so.0
./libgfortran
./libgfortran/usr
./libgfortran/usr/lib
./libgfortran/usr/lib/libgfortran.so.3
./libgfortran/usr/lib/libgfortran.so.3.0.0
./libssp.shlibdeps
./libstdc++-dev
./libstdc++.shlibdeps
./libgfortran.shlibdeps
./libg2c
./libgcc-dev
./libgcc-dev/usr
./libgcc-dev/usr/lib
./libgcc-dev/usr/lib/libgcc_s.so
./libgcc.shlibdeps
./libstdc++
./libstdc++/usr
./libstdc++/usr/lib
./libstdc++/usr/lib/libstdc++.so.6.0.10
./libstdc++/usr/lib/libstdc++.so.6
./libgcc
./libgcc/lib
./libgcc/lib/libgcc_s.so.1
Regards,
Stefan
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2011-08-22 9:07 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-18 13:10 [beagleboard] Unable to build Angstrom meta-toolchain fabian büttner
2011-08-18 17:48 ` Peter Housel
2011-08-18 19:45 ` fabian büttner
2011-08-19 9:33 ` Stefan Herbrechtsmeier
2011-08-19 13:18 ` Philip Balister
2011-08-19 14:32 ` Khem Raj
2011-08-19 16:58 ` Stefan Herbrechtsmeier
2011-08-19 19:12 ` fabian büttner
2011-08-22 8:41 ` Stefan Herbrechtsmeier
2011-08-19 21:03 ` fabian büttner
2011-08-19 22:05 ` Khem Raj
2011-08-19 22:35 ` fabian büttner
2011-08-19 23:31 ` Paul Menzel
2011-08-19 23:34 ` Paul Menzel
2011-08-20 9:55 ` fabian büttner
2011-08-22 9:01 ` Stefan Herbrechtsmeier
-- strict thread matches above, loose matches on Subject: below --
2011-08-18 12:57 fabian büttner
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.