* New/unfamiliar messages
@ 2015-07-20 15:28 Gary Thomas
2015-07-20 15:39 ` Burton, Ross
0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2015-07-20 15:28 UTC (permalink / raw)
To: Yocto Project
I just updated my Poky/Yocto + RaspberryPi layers and fired off
a build of an image I built a few weeks ago. Lo and behold, I
received a slew of messages I've not seen before, e.g.
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/file-native/5.22-r0 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/elfutils-native/0.161-r0 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/openssl-native/1.0.2a-r0 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/xproto-native/1_7.0.27-r0 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/perl-native/5.20.0-r0 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/freetype-native/2.5.5-r0 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/intltool-native/0.50.2-r0 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/qemu-native/2.3.0-r1 is not reachable, removing related manifests
NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests
... many more
What do these mean and should I be worried about seeing them?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: New/unfamiliar messages
2015-07-20 15:28 New/unfamiliar messages Gary Thomas
@ 2015-07-20 15:39 ` Burton, Ross
2015-07-20 16:08 ` Gary Thomas
0 siblings, 1 reply; 9+ messages in thread
From: Burton, Ross @ 2015-07-20 15:39 UTC (permalink / raw)
To: Gary Thomas; +Cc: Yocto Project
[-- Attachment #1: Type: text/plain, Size: 872 bytes --]
On 20 July 2015 at 16:28, Gary Thomas <gary@mlbassoc.com> wrote:
> NOTE: Stamp
> /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is
> not reachable, removing related manifests
> ... many more
>
> What do these mean and should I be worried about seeing them?
>
That basically means that e.g. the dbus-native in the layers is newer than
the version in the sysroot, so it is now removing dbus-native 1.8.16 from
the sysroot so it can later install 1.8.<something newer>. Now this code
has pretty much proven itself we can probably remove those messages.
Previously it just wrote over the top and hoped for the best, with logic to
error out if one native recipe wrote over another recipe's files. This was
good for determinism but bad for moving files between recipes or renaming
recipes (which was impossible).
Ross
[-- Attachment #2: Type: text/html, Size: 1289 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New/unfamiliar messages
2015-07-20 15:39 ` Burton, Ross
@ 2015-07-20 16:08 ` Gary Thomas
2015-07-20 16:11 ` Burton, Ross
2015-07-20 16:58 ` Richard Purdie
0 siblings, 2 replies; 9+ messages in thread
From: Gary Thomas @ 2015-07-20 16:08 UTC (permalink / raw)
To: Burton, Ross; +Cc: Yocto Project
On 2015-07-20 09:39, Burton, Ross wrote:
>
> On 20 July 2015 at 16:28, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>
> NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests
> ... many more
>
> What do these mean and should I be worried about seeing them?
>
>
> That basically means that e.g. the dbus-native in the layers is newer than the version in the sysroot, so it is now removing dbus-native 1.8.16 from the sysroot so it can later
> install 1.8.<something newer>. Now this code has pretty much proven itself we can probably remove those messages.
>
> Previously it just wrote over the top and hoped for the best, with logic to error out if one native recipe wrote over another recipe's files. This was good for determinism but bad
> for moving files between recipes or renaming recipes (which was impossible).
Thanks for the explanation. I can see that the code for this
is fairly new (early June) and I must have not seen many of these
so it grabbed my attention. The build tree in question was last
touched in March, so there obviously were many cases of this
situation.
Related query: I tend to build & rebuild in the same tree (typically
only one platform per build tree) over long periods of time (like my
RaspberryPi2 tree which I've had around for many months). Over time,
there may be a lot of updated builds and I end up with many "duplicated"
trees in my tmp/work (I don't use rm_work), e.g.
tmp/work/x86_64-linux/libfontenc-native/1_1.1.3-r0
tmp/work/x86_64-linux/libfontenc-native/1_1.1.2-r0
tmp/work/x86_64-linux/glib-2.0-native/1_2.44.1-r0
tmp/work/x86_64-linux/glib-2.0-native/1_2.44.0-r0
Is there a [simple] way to remove just the old/redundant trees?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New/unfamiliar messages
2015-07-20 16:08 ` Gary Thomas
@ 2015-07-20 16:11 ` Burton, Ross
2015-07-20 16:58 ` Richard Purdie
1 sibling, 0 replies; 9+ messages in thread
From: Burton, Ross @ 2015-07-20 16:11 UTC (permalink / raw)
To: Gary Thomas; +Cc: Yocto Project
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
On 20 July 2015 at 17:08, Gary Thomas <gary@mlbassoc.com> wrote:
> Is there a [simple] way to remove just the old/redundant trees?
>
Use rm_work? :) I believe there is a rm_old_work in meta-oe which may be
what you're after.
Ross
[-- Attachment #2: Type: text/html, Size: 722 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New/unfamiliar messages
2015-07-20 16:08 ` Gary Thomas
2015-07-20 16:11 ` Burton, Ross
@ 2015-07-20 16:58 ` Richard Purdie
2015-07-20 17:15 ` Gary Thomas
1 sibling, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2015-07-20 16:58 UTC (permalink / raw)
To: Gary Thomas; +Cc: Yocto Project
On Mon, 2015-07-20 at 10:08 -0600, Gary Thomas wrote:
> On 2015-07-20 09:39, Burton, Ross wrote:
> >
> > On 20 July 2015 at 16:28, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
> >
> > NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests
> > ... many more
> >
> > What do these mean and should I be worried about seeing them?
> >
> >
> > That basically means that e.g. the dbus-native in the layers is newer than the version in the sysroot, so it is now removing dbus-native 1.8.16 from the sysroot so it can later
> > install 1.8.<something newer>. Now this code has pretty much proven itself we can probably remove those messages.
> >
> > Previously it just wrote over the top and hoped for the best, with logic to error out if one native recipe wrote over another recipe's files. This was good for determinism but bad
> > for moving files between recipes or renaming recipes (which was impossible).
>
> Thanks for the explanation. I can see that the code for this
> is fairly new (early June) and I must have not seen many of these
> so it grabbed my attention. The build tree in question was last
> touched in March, so there obviously were many cases of this
> situation.
>
> Related query: I tend to build & rebuild in the same tree (typically
> only one platform per build tree) over long periods of time (like my
> RaspberryPi2 tree which I've had around for many months). Over time,
> there may be a lot of updated builds and I end up with many "duplicated"
> trees in my tmp/work (I don't use rm_work), e.g.
> tmp/work/x86_64-linux/libfontenc-native/1_1.1.3-r0
> tmp/work/x86_64-linux/libfontenc-native/1_1.1.2-r0
> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.1-r0
> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.0-r0
>
> Is there a [simple] way to remove just the old/redundant trees?
The code you're talking about above now does this (without rm_work)!
Cheers,
Richard
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New/unfamiliar messages
2015-07-20 16:58 ` Richard Purdie
@ 2015-07-20 17:15 ` Gary Thomas
2015-07-20 17:25 ` Gary Thomas
2015-07-20 19:08 ` Richard Purdie
0 siblings, 2 replies; 9+ messages in thread
From: Gary Thomas @ 2015-07-20 17:15 UTC (permalink / raw)
To: Richard Purdie; +Cc: Yocto Project
On 2015-07-20 10:58, Richard Purdie wrote:
> On Mon, 2015-07-20 at 10:08 -0600, Gary Thomas wrote:
>> On 2015-07-20 09:39, Burton, Ross wrote:
>>>
>>> On 20 July 2015 at 16:28, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>>>
>>> NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests
>>> ... many more
>>>
>>> What do these mean and should I be worried about seeing them?
>>>
>>>
>>> That basically means that e.g. the dbus-native in the layers is newer than the version in the sysroot, so it is now removing dbus-native 1.8.16 from the sysroot so it can later
>>> install 1.8.<something newer>. Now this code has pretty much proven itself we can probably remove those messages.
>>>
>>> Previously it just wrote over the top and hoped for the best, with logic to error out if one native recipe wrote over another recipe's files. This was good for determinism but bad
>>> for moving files between recipes or renaming recipes (which was impossible).
>>
>> Thanks for the explanation. I can see that the code for this
>> is fairly new (early June) and I must have not seen many of these
>> so it grabbed my attention. The build tree in question was last
>> touched in March, so there obviously were many cases of this
>> situation.
>>
>> Related query: I tend to build & rebuild in the same tree (typically
>> only one platform per build tree) over long periods of time (like my
>> RaspberryPi2 tree which I've had around for many months). Over time,
>> there may be a lot of updated builds and I end up with many "duplicated"
>> trees in my tmp/work (I don't use rm_work), e.g.
>> tmp/work/x86_64-linux/libfontenc-native/1_1.1.3-r0
>> tmp/work/x86_64-linux/libfontenc-native/1_1.1.2-r0
>> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.1-r0
>> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.0-r0
>>
>> Is there a [simple] way to remove just the old/redundant trees?
>
> The code you're talking about above now does this (without rm_work)!
Interesting - why then do I still have redundant (tmp/work/...) trees?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New/unfamiliar messages
2015-07-20 17:15 ` Gary Thomas
@ 2015-07-20 17:25 ` Gary Thomas
2015-07-20 17:56 ` Gary Thomas
2015-07-20 19:08 ` Richard Purdie
1 sibling, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2015-07-20 17:25 UTC (permalink / raw)
To: yocto
On 2015-07-20 11:15, Gary Thomas wrote:
> On 2015-07-20 10:58, Richard Purdie wrote:
>> On Mon, 2015-07-20 at 10:08 -0600, Gary Thomas wrote:
>>> On 2015-07-20 09:39, Burton, Ross wrote:
>>>>
>>>> On 20 July 2015 at 16:28, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>>>>
>>>> NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests
>>>> ... many more
>>>>
>>>> What do these mean and should I be worried about seeing them?
>>>>
>>>>
>>>> That basically means that e.g. the dbus-native in the layers is newer than the version in the sysroot, so it is now removing dbus-native 1.8.16 from the sysroot so it can later
>>>> install 1.8.<something newer>. Now this code has pretty much proven itself we can probably remove those messages.
>>>>
>>>> Previously it just wrote over the top and hoped for the best, with logic to error out if one native recipe wrote over another recipe's files. This was good for determinism but
>>>> bad
>>>> for moving files between recipes or renaming recipes (which was impossible).
>>>
>>> Thanks for the explanation. I can see that the code for this
>>> is fairly new (early June) and I must have not seen many of these
>>> so it grabbed my attention. The build tree in question was last
>>> touched in March, so there obviously were many cases of this
>>> situation.
>>>
>>> Related query: I tend to build & rebuild in the same tree (typically
>>> only one platform per build tree) over long periods of time (like my
>>> RaspberryPi2 tree which I've had around for many months). Over time,
>>> there may be a lot of updated builds and I end up with many "duplicated"
>>> trees in my tmp/work (I don't use rm_work), e.g.
>>> tmp/work/x86_64-linux/libfontenc-native/1_1.1.3-r0
>>> tmp/work/x86_64-linux/libfontenc-native/1_1.1.2-r0
>>> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.1-r0
>>> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.0-r0
>>>
>>> Is there a [simple] way to remove just the old/redundant trees?
>>
>> The code you're talking about above now does this (without rm_work)!
>
> Interesting - why then do I still have redundant (tmp/work/...) trees?
>
Answering my own question; I assume this is because I may have some
build artifacts from other images I may have built in this tree and
the messages (and removal) only apply to the image(s) I built today?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New/unfamiliar messages
2015-07-20 17:25 ` Gary Thomas
@ 2015-07-20 17:56 ` Gary Thomas
0 siblings, 0 replies; 9+ messages in thread
From: Gary Thomas @ 2015-07-20 17:56 UTC (permalink / raw)
To: yocto
On 2015-07-20 11:25, Gary Thomas wrote:
> On 2015-07-20 11:15, Gary Thomas wrote:
>> On 2015-07-20 10:58, Richard Purdie wrote:
>>> On Mon, 2015-07-20 at 10:08 -0600, Gary Thomas wrote:
>>>> On 2015-07-20 09:39, Burton, Ross wrote:
>>>>>
>>>>> On 20 July 2015 at 16:28, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>>>>>
>>>>> NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests
>>>>> ... many more
>>>>>
>>>>> What do these mean and should I be worried about seeing them?
>>>>>
>>>>>
>>>>> That basically means that e.g. the dbus-native in the layers is newer than the version in the sysroot, so it is now removing dbus-native 1.8.16 from the sysroot so it can later
>>>>> install 1.8.<something newer>. Now this code has pretty much proven itself we can probably remove those messages.
>>>>>
>>>>> Previously it just wrote over the top and hoped for the best, with logic to error out if one native recipe wrote over another recipe's files. This was good for determinism but
>>>>> bad
>>>>> for moving files between recipes or renaming recipes (which was impossible).
>>>>
>>>> Thanks for the explanation. I can see that the code for this
>>>> is fairly new (early June) and I must have not seen many of these
>>>> so it grabbed my attention. The build tree in question was last
>>>> touched in March, so there obviously were many cases of this
>>>> situation.
>>>>
>>>> Related query: I tend to build & rebuild in the same tree (typically
>>>> only one platform per build tree) over long periods of time (like my
>>>> RaspberryPi2 tree which I've had around for many months). Over time,
>>>> there may be a lot of updated builds and I end up with many "duplicated"
>>>> trees in my tmp/work (I don't use rm_work), e.g.
>>>> tmp/work/x86_64-linux/libfontenc-native/1_1.1.3-r0
>>>> tmp/work/x86_64-linux/libfontenc-native/1_1.1.2-r0
>>>> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.1-r0
>>>> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.0-r0
>>>>
>>>> Is there a [simple] way to remove just the old/redundant trees?
>>>
>>> The code you're talking about above now does this (without rm_work)!
>>
>> Interesting - why then do I still have redundant (tmp/work/...) trees?
>>
>
> Answering my own question; I assume this is because I may have some
> build artifacts from other images I may have built in this tree and
> the messages (and removal) only apply to the image(s) I built today?
>
Well that theory is blown up :-( I had in my tree:
drwxrwxr-x 8 gthomas gthomas 4096 May 28 11:29 tmp/work/x86_64-linux/yasm-native/1.2.0-r0
drwxrwxr-x 8 gthomas gthomas 4096 Jul 16 09:30 tmp/work/x86_64-linux/yasm-native/1.3.0-r0
So I thought I'd test my hypothesis by trying a build of yasm-native:
$ bitbake yasm-native
NOTE: Started PRServer with DBfile: /local/p0382-cutting-edge_2014-11-21/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 56915, PID: 32139
Parsing recipes: 100% |##################################################################################| Time: 00:01:27
Parsing of 1323 .bb files complete (0 cached, 1323 parsed). 1763 targets, 97 skipped, 0 masked, 0 errors.
NOTE: Stamp /local/p0382-cutting-edge_2014-11-21/tmp/stamps/x86_64-linux/qemu-native/2.3.0-r1 is not reachable, removing related manifests
NOTE: Stamp /local/p0382-cutting-edge_2014-11-21/tmp/stamps/x86_64-linux/gtk-update-icon-cache-native/3.4.4-r0 is not reachable, removing related manifests
NOTE: Stamp /local/p0382-cutting-edge_2014-11-21/tmp/stamps/cortexa9hf-vfp-neon-amltd-linux-gnueabi/speex/1.2rc1-r2 is not reachable, removing related manifests
NOTE: Stamp /local/p0382-cutting-edge_2014-11-21/tmp/stamps/cortexa9hf-vfp-neon-mx6qdl-amltd-linux-gnueabi/libdrm/2.4.59-r0 is not reachable, removing related manifests
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.27.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-13.10"
TARGET_SYS = "arm-amltd-linux-gnueabi"
MACHINE = "teton-p0382"
DISTRO = "amltd"
DISTRO_VERSION = "1.8+snapshot-20150720"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
TARGET_FPU = "vfp-neon"
meta = "cutting-edge:0f8d89ce66cfffccc9911d6c61470a585173b79d"
meta-oe = "cutting-edge:bd2eab9d5b5fb0c030528aeba706f5a24429bf4f"
meta-demos = "master:40d5e8595e6f2fffab978ef8f672512bc78563ba"
meta-amltd = "cutting-edge:526a81399cd4e8212b73f697bb28ae9b7db91912"
meta-teton-imx6-p0382 = "cutting-edge:3f8803e5822a8b55898f8194638e51a5ea1625b3"
meta-fsl-arm = "cutting-edge:cf94bf962184cbc3d9c1ba7e2d6e8751eebfad77"
meta-fsl-arm-extra = "cutting-edge:60398d3a0b1e5f18a5348fafede7dd3c58abfbac"
meta-fsl-demos = "master:1ae8a2d8e9899f0182fa5227acc2b7b6c78039ff"
meta-webserver = "master:788c2ed48b961935f8381cb2c4fe54d68602b05c"
meta-browser = "cutting-edge:fdb555cdaa1ae090f97bf6ab9736e4c158509a92"
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 65 tasks of which 8 didn't need to be rerun and all succeeded.
So some things got cleaned up, but not yasm-native:
$ ls tmp/work/x86_64-linux/yasm-native
1.2.0-r0 1.3.0-r0
I like the idea here, but it doesn't seem to be quite what I expect.
Maybe I'm [still] missing the point a bit?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: New/unfamiliar messages
2015-07-20 17:15 ` Gary Thomas
2015-07-20 17:25 ` Gary Thomas
@ 2015-07-20 19:08 ` Richard Purdie
1 sibling, 0 replies; 9+ messages in thread
From: Richard Purdie @ 2015-07-20 19:08 UTC (permalink / raw)
To: Gary Thomas; +Cc: Yocto Project
On Mon, 2015-07-20 at 11:15 -0600, Gary Thomas wrote:
> On 2015-07-20 10:58, Richard Purdie wrote:
> > On Mon, 2015-07-20 at 10:08 -0600, Gary Thomas wrote:
> >> On 2015-07-20 09:39, Burton, Ross wrote:
> >>>
> >>> On 20 July 2015 at 16:28, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
> >>>
> >>> NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests
> >>> ... many more
> >>>
> >>> What do these mean and should I be worried about seeing them?
> >>>
> >>>
> >>> That basically means that e.g. the dbus-native in the layers is newer than the version in the sysroot, so it is now removing dbus-native 1.8.16 from the sysroot so it can later
> >>> install 1.8.<something newer>. Now this code has pretty much proven itself we can probably remove those messages.
> >>>
> >>> Previously it just wrote over the top and hoped for the best, with logic to error out if one native recipe wrote over another recipe's files. This was good for determinism but bad
> >>> for moving files between recipes or renaming recipes (which was impossible).
> >>
> >> Thanks for the explanation. I can see that the code for this
> >> is fairly new (early June) and I must have not seen many of these
> >> so it grabbed my attention. The build tree in question was last
> >> touched in March, so there obviously were many cases of this
> >> situation.
> >>
> >> Related query: I tend to build & rebuild in the same tree (typically
> >> only one platform per build tree) over long periods of time (like my
> >> RaspberryPi2 tree which I've had around for many months). Over time,
> >> there may be a lot of updated builds and I end up with many "duplicated"
> >> trees in my tmp/work (I don't use rm_work), e.g.
> >> tmp/work/x86_64-linux/libfontenc-native/1_1.1.3-r0
> >> tmp/work/x86_64-linux/libfontenc-native/1_1.1.2-r0
> >> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.1-r0
> >> tmp/work/x86_64-linux/glib-2.0-native/1_2.44.0-r0
> >>
> >> Is there a [simple] way to remove just the old/redundant trees?
> >
> > The code you're talking about above now does this (without rm_work)!
>
> Interesting - why then do I still have redundant (tmp/work/...) trees?
They were from before the new code existed? It can only clean up the
things it knows about from here forward, and only when a new version of
something is built.
Cheers,
Richard
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-07-20 19:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20 15:28 New/unfamiliar messages Gary Thomas
2015-07-20 15:39 ` Burton, Ross
2015-07-20 16:08 ` Gary Thomas
2015-07-20 16:11 ` Burton, Ross
2015-07-20 16:58 ` Richard Purdie
2015-07-20 17:15 ` Gary Thomas
2015-07-20 17:25 ` Gary Thomas
2015-07-20 17:56 ` Gary Thomas
2015-07-20 19:08 ` Richard Purdie
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.