On Wed, Apr 14, 2021 at 1:05 PM Michael Tremer michael.tremer@ipfire.org wrote:
The broken scenario that needs patching can simplified to: $ autoreconf --install --symlink $ intltoolize --force --automake $ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/lib $ make -j$(nproc) $ make -j$(nproc) check
I will shortly provide a patch with an updated po/POTFILES.in as generated by `rm po/POTFILES.in && make po/POTFILES.in`.
This does not show any changes on my system.
Based on a clean clone of the repository? Maybe the src/python/__init__.py gets generated with some other targets?
I personally get a diff of:
--- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,0 +2 @@ +src/python/__init__.py.in @@ -7,2 +7,0 @@ -src/python/__init__.py -src/python/__init__.py.in
--Valters