[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master bf7041a: Centralize subprocess creation in a single function.
From: |
Philipp Stephani |
Subject: |
Re: master bf7041a: Centralize subprocess creation in a single function. |
Date: |
Thu, 24 Dec 2020 19:05:12 +0100 |
Am Do., 24. Dez. 2020 um 17:08 Uhr schrieb Lars Ingebrigtsen <larsi@gnus.org>:
>
> Either this patch or the next one broke the build on OpenBSD:
>
> CC malloc/scratch_buffer_grow_preserve.o
> malloc/scratch_buffer_grow_preserve.c:67:1: fatal error: opening dependency
> file deps/malloc/scratch_buffer_grow_preserve.d: No such file or directory
> libc_hidden_def (__libc_scratch_buffer_grow_preserve)
> ^~~~~~~~~~~~~~~
> CC malloc/scratch_buffer_set_array_size.o
> malloc/scratch_buffer_set_array_size.c:64:1: fatal error: opening dependency
> file deps/malloc/scratch_buffer_set_array_size.d: No such file or directory
> libc_hidden_def (__libc_scratch_buffer_set_array_size)
> ^~~~~~~~~~~~~~~
> compilation terminated.
> compilation terminated.
This is due to the updated Gnulib; I had to create the directory
lib/deps/malloc manually, after that it worked. Not sure whether
there's a better way. Probably these required directories should be
created automatically.
- Re: master bf7041a: Centralize subprocess creation in a single function., (continued)
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Mattias EngdegÄrd, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Paul Eggert, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Mattias EngdegÄrd, 2020/12/26
- Re: master bf7041a: Centralize subprocess creation in a single function., Paul Eggert, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Paul Eggert, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Philipp Stephani, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Philipp Stephani, 2020/12/25
Re: master bf7041a: Centralize subprocess creation in a single function.,
Philipp Stephani <=