Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 107:38:52 |
Calls: | 290 |
Files: | 905 |
Messages: | 76,678 |
I've just uploaded gettext 0.23.1-0.1 for experimental.
In most cases, the failure is like this:
make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.20 but the
autoconf macros are from gettext version 0.22
and I expect that the trick I used for sitecopy (QA maintained), which
is to copy Makefile.in.in *after* dh_autoreconf:
https://salsa.debian.org/debian/sitecopy/-/commit/27e4ed4205b7c62197f0428b6890d7bac2f5692e
will also work in many other cases.
I think this indicates a problem in the upstream autotools support,
and it might be better to try to fix that instead of adding what seems
like a workaround that might end up causing problems too due to the (silenced) version mismatch.
I don't see the gettext version in the repo yet, but perhaps you could> try whether the attached patch fixes the above issue (and potentially
similar ones too).
El 5/1/25 a las 19:15, Guillem Jover escribió:
I think this indicates a problem in the upstream autotools support,
and it might be better to try to fix that instead of adding what seems
like a workaround that might end up causing problems too due to the (silenced) version mismatch.
I already did. Bruno says that autoreconf is not always expected to produce
a working package because of the heuristics it uses.
I don't see the gettext version in the repo yet, but perhaps you could> try whether the attached patch fixes the above issue (and potentially
similar ones too).
(Note: For gettext, I'm currently using different repos for unstable
and experimental because I didn't fully get the hang on gbp yet. Will
ask in -mentors about this one day).
I'll try the proposed patch for sitecopy and see if it works for
other packages too.
Hi. Since this is standard procedure, I've just filed the bugs:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-qa@lists.debian.org;tag=gettext-0.23
but with the caveat that I don't know when I will able to do the upload
for unstable. At this moment I don't want to think about NMUs yet.
Note for Guillem: I've included your suggested fix in the bug template.