Bug#1057120: Fwd: Bug#1057120: gettext: FTBFS on amd64 in sid chroot due to failing autopoint-3 test

2023-12-01 Thread Bruno Haible
Santiago Vila wrote: > The message about jobserver disappeared when I disabled parallel build. > I guess it is some kind of Makefile bug. The message was: warning: jobserver unavailable: using -j1. To me, this sounds like 'make' could not create a jobserver, because the jobservers rely on named

Bug#1031952: Fwd: Bug#1031952: gettext: Missing source for an installed windows binary

2023-02-26 Thread Bruno Haible
Santiago Vila wrote: > And yes, I assume it already works in maintainer mode, but only if mcs is in > PATH. The point of distributing the csharpexec-test.exe as a binary is to be able to have C# support in 'msgunfmt' even when the environment contains a C# execution engine but no C# compiler. Br

Bug#1031952: Fwd: Bug#1031952: gettext: Missing source for an installed windows binary

2023-02-26 Thread Bruno Haible
Santiago Vila wrote: > For completeness: Would it make sense to add an indication, somewhere, about > the way > to create the .exe from the .cs? This is something that surely everybody using > mono knows, but I had to search for it. I guess this would be correct: > > mcs -out:csharpexec-test.exe

Bug#1031952: Fwd: Bug#1031952: gettext: Missing source for an installed windows binary

2023-02-26 Thread Bruno Haible
Adrian Bunk wrote: > In practice the main usecase for Mono on Linux is porting of > proprietary Windows programs to Linux. > > > and also isn't it useful for building mobile apps [2]? > > "Build cross-platform Android & iOS apps using C# and .NET in Visual > Studio on Windows and macOS."[3] >

Bug#1031952: Fwd: Bug#1031952: gettext: Missing source for an installed windows binary

2023-02-26 Thread Bruno Haible
Santiago Vila wrote: > Summary: There is no source for gettext-tools/m4/csharpexec-test.exe. Fixed through https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=1bda6586b87f7e258c16bd0dca5c43048b9920a9 Thanks for the report. > Note: The Debian package disabled the mono stuff in vers

Bug#978315: xgettext complains about UTF conformance of strings not marked for translation

2020-12-27 Thread Bruno Haible
Hi Santiago, Samuel, > The upload of gettext 0.21 for Debian unstable has made package "dasher", > maintained by Samuel Thibault (in Cc), not to build anymore, as reported here > by Lucas Nussbaum: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978315 > > We are not sure where is exactly

Bug#853649: gnulib intprops.h build error with gcc 7

2017-08-17 Thread Bruno Haible
Adrian Bunk wrote: > For reproducing and my tiny testcase I was using > gcc (Debian 7.1.0-13) 7.1.0 > from Debian unstable - that is GCC 7.2 release candidate 2 > with minimal Debian patching. OK thanks. Now about your test case: It is not valid C to try to compile just an expression. =

Bug#853649: gnulib intprops.h build error with gcc 7

2017-08-17 Thread Bruno Haible
Hi Adrian, Could you please give the complete output of "gcc --version"? Given that [1] references an URL that contains the string 'gcc7-20170126' whereas gcc 7 was released on 2017-05-02 [2], it could be that the report is about a gcc prerelease that came 3 months before the gcc 7 release. Brun

Bug#671044: install-reloc is invoked with too many arguments

2012-05-01 Thread Bruno Haible
Hi Sylvain, > I received the bug report below when compiling GNU FreeDink on > Debian/kFreeBSD and Debian/Hurd. > > It seems that there's an issue with install-reloc: > https://buildd.debian.org/status/fetch.php?pkg=freedink&arch=kfreebsd-amd64&ver=1.08.20120427-1&stamp=1335561117 > https://build

Bug#671044: freedink: FTBFS[!linux]: too many args to install-reloc

2012-05-01 Thread Bruno Haible
et me know if this fixes the Freedink builds on GNU/kFreeBSD or not. 2012-05-01 Bruno Haible relocatable-prog: Enable ELF ORIGIN trick also on GNU/kFreeBSD. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Treat kFreeBSD like Linux. * build-aux/reloc-ldflags: Likewise. S

Bug#548493: test-yesno.sh failure

2009-09-27 Thread Bruno Haible
Jim Meyering wrote: > # Test with seekable stdin; the followon process must see remaining data. > -cat < ${p}in.tmp > +cat < ${p}in.tmp This can be simplified to: tr @ '\177' < ${p}in.tmp Bruno -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscr

Bug#460422: Alignment issue with sha1 code from gnulib

2008-01-31 Thread Bruno Haible
Jim Meyering wrote: > Thanks for the suggestion. It looks like a good one. The suggestion also applies to the 'md5' module, after which the 'sha1' module is modeled. But if you apply the suggestion to both the sha1 and md5 modules, we get an additional difference to glibc code. OTOH, Simon hims