gnuzilla-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix DEVEL=1 build


From: Mark H Weaver
Subject: Re: [PATCH] Fix DEVEL=1 build
Date: Thu, 05 Oct 2023 01:09:24 -0400

Hi Yuchen,

Yuchen Pei <id@ypei.org> writes:

> When setting DEVEL=1 in makeicecat, the build fails at the following
> step
>
>     for file_to_append in $(cd "${DATADIR}"/files-to-append; find . -type f 
> -print); do
>         echo Appending new data to the end of file: $file_to_append
>         cat "${DATADIR}"/files-to-append/$file_to_append >> $file_to_append
>     done

Thanks for reporting this.  I haven't seen this behavior.

> Removing ${DATADIR}/files-to-append/l10n/* fixes the issue.

I would prefer to find a better solution.  Those files are there for a
reason.  We should not simply delete them.

In order to fix this properly, we must first understand what went wrong.
Was there an error message?  Can you provide a transcript of the session
demonstrating the failure?

     Thanks,
       Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]