[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: python-conda: Build is not reproducible
From: |
Ludovic Courtès |
Subject: |
Re: python-conda: Build is not reproducible |
Date: |
Sun, 09 Jul 2017 22:10:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi Frederick,
Frederick Muriithi <address@hidden> skribis:
> On Fri, Jul 7, 2017 at 3:03 PM, Ludovic Courtès <address@hidden> wrote:
>> Hello,
>>
>> This is most likely a consequence of <https://bugs.gnu.org/22533>.
>>
>> Can you run:
>>
>> diff -ru --no-dereference \
>> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16{,-check}
>>
>> to confirm that only Python object files are affected?
>>
>
> The output of running that is:
>
> Binary files
> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16/lib/python3.5/site-packages/conda/cli/__pycache__/help.cpython-35.pyc
> and
> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16-check/lib/python3.5/site-packages/conda/cli/__pycache__/help.cpython-35.pyc
> differ
> Binary files
> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16/lib/python3.5/site-packages/conda/cli/__pycache__/install.cpython-35.pyc
> and
> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16-check/lib/python3.5/site-packages/conda/cli/__pycache__/install.cpython-35.pyc
> differ
> Binary files
> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16/lib/python3.5/site-packages/conda/__pycache__/__init__.cpython-35.pyc
> and
> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16-check/lib/python3.5/site-packages/conda/__pycache__/__init__.cpython-35.pyc
> differ
Thanks for testing. That indeed corresponds to the bug I mentioned
above, so it’s not specific to this package, don’t worry. :-)
Ludo’.