Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-12 Thread Frederic Martinsons
On Thu, 12 Oct 2023 at 08:37, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2023-10-10 at 21:05 -0700, Sundeep KOKKONDA via > lists.openembedded.org wrote: > > [Yocto#14875] > > The '--remap-path-prefix' option removes all references to build > directory structure in the

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-12 Thread Richard Purdie
On Tue, 2023-10-10 at 21:05 -0700, Sundeep KOKKONDA via lists.openembedded.org wrote: > [Yocto#14875] > The '--remap-path-prefix' option removes all references to build directory > structure in the debug information within the compiled output for Cargo > dependencies and the project's binary. >

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Frederic Martinsons
Le mer. 11 oct. 2023, 16:32, Sundeep KOKKONDA via lists.openembedded.org a écrit : > I looked briefly into the issue 15090 (zvariant recipe) description and as > per me it should be tested before removing EXCLUDE_FROM_WORLD to ensure the > builds are reproducible. I'll try do that in the

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Sundeep KOKKONDA via lists.openembedded.org
I looked briefly into the issue 15090 (zvariant recipe) description and as per me it should be tested before removing EXCLUDE_FROM_WORLD to ensure the builds are reproducible. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188961):

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Richard Purdie
On Wed, 2023-10-11 at 14:37 +0200, Frederic Martinsons wrote: > We may want to remove the  EXCLUDE_FROM_WORLD in zvariant > recipe since it was introduced for reproducibility issue (#15090 > which had been marked as a duplicate of the main rust issue #14875). > What do you think sundeep ? We

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Frederic Martinsons
On Wed, 11 Oct 2023 at 14:27, Frederic Martinsons via lists.openembedded.org wrote: > very great news to read ! > > > On Wed, 11 Oct 2023 at 13:03, Alex Kiernan wrote: > >> On Wed, Oct 11, 2023 at 5:06 AM Sundeep KOKKONDA via >> lists.openembedded.org >> wrote: >> > >> > [Yocto#14875] >> > The

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Frederic Martinsons
very great news to read ! On Wed, 11 Oct 2023 at 13:03, Alex Kiernan wrote: > On Wed, Oct 11, 2023 at 5:06 AM Sundeep KOKKONDA via > lists.openembedded.org > wrote: > > > > [Yocto#14875] > > The '--remap-path-prefix' option removes all references to build > directory structure in the debug

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Alex Kiernan
On Wed, Oct 11, 2023 at 5:06 AM Sundeep KOKKONDA via lists.openembedded.org wrote: > > [Yocto#14875] > The '--remap-path-prefix' option removes all references to build directory > structure in the debug information within the compiled output for Cargo > dependencies and the project's binary. >

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Ross Burton
On 11 Oct 2023, at 05:05, Sundeep KOKKONDA via lists.openembedded.org wrote: > > [Yocto#14875] > The '--remap-path-prefix' option removes all references to build directory > structure in the debug information within the compiled output for Cargo > dependencies and the project's binary. >

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Richard Purdie
On Tue, 2023-10-10 at 21:05 -0700, Sundeep KOKKONDA via lists.openembedded.org wrote: > [Yocto#14875] > The '--remap-path-prefix' option removes all references to build directory > structure in the debug information within the compiled output for Cargo > dependencies and the project's binary. >

Re: [OE-core] [PATCH] rust: reproducibility issue fix

2023-10-11 Thread Alexander Kanavin
Excellent, thanks! Alex On Wed, 11 Oct 2023 at 06:06, Sundeep KOKKONDA via lists.openembedded.org wrote: > > [Yocto#14875] > The '--remap-path-prefix' option removes all references to build directory > structure in the debug information within the compiled output for Cargo > dependencies and

[OE-core] [PATCH] rust: reproducibility issue fix

2023-10-10 Thread Sundeep KOKKONDA via lists.openembedded.org
[Yocto#14875] The '--remap-path-prefix' option removes all references to build directory structure in the debug information within the compiled output for Cargo dependencies and the project's binary. However, some references to build directories remains in the final binary in .rustc section in