bug#79052: epsf.tex: New file

2025-07-19 Thread Simon Josefsson via Bug reports for Automake
Karl Berry writes: > For GNU packages, dvi and pdf will normally be tested anyway as part of > a release, due to the need to upload the new manuals to www.gnu.org. > Perhaps we should remove dvi from there ... -k Yes, as a start, could we drop linking to DVI manuals from gnulib's gendocs_templat

bug#79052: epsf.tex: New file

2025-07-19 Thread Simon Josefsson via Bug reports for Automake
Bruno Haible via Gnulib discussion list writes: > Having said that, I would be in favour of retiring the DVI format from > the GNU Coding Standards. The DVI format was commonplace in the 1990ies, > but lost popularity to the PDF format starting 2008 (when PDF became an > open standard). Nowadays,

bug#74847: change default tar format from v7 to ustar

2025-02-25 Thread Simon Josefsson via Bug reports for Automake
Karl Berry writes: > Given Bruno's experience, ok, let's try. I won't be surprised if > problems come out of the woodwork, but maybe it will be fine. > > I think the change below is all that's needed to implement this? > I pushed it. Let me know if something more comes to mind. Thank you! >

bug#74847: change default tar format from v7 to ustar (was: Re: reproducible tar archives)

2024-12-13 Thread Simon Josefsson via Bug reports for Automake
nd only if a package uses some feature (like >255 long filenames) that require PAX then it would be enabled, otherwise it will remain ustar-compatible. Discussion on the gnulib list suggests that at least ustar ought to be safe to use these days. /Simon Bruno Haible via Gnulib discussion

bug#48113: Module suggestion: timeout

2021-05-02 Thread Simon Josefsson via Bug reports for Automake
severity 48113 wishlist retitle 48113 Self-test timeout functionality thanks Karl Berry writes: > What do bug-automake people think? > > For myself, I have no objection to sprinkling timeout commands through > the Automake test infrastructure wherever appropriate. It's not ever > going to ri

bug#48113: Module suggestion: timeout

2021-04-30 Thread Simon Josefsson via Bug reports for Automake
Marc Nieper-Wißkirchen writes: > Moreover, use cases for a baked-in timeout are not restricted to tests. For > example, I may want to restrict the build time of certain components in > situations where a logical error may lead to infinite build times (a simple > example is that of a Scheme compil

bug#48113: Module suggestion: timeout

2021-04-30 Thread Simon Josefsson via Bug reports for Automake
Bruno Haible writes: > So, I don't think the "let's treat timeout like valgrind" approach is going > to work. Instead, you need to design a way to deal with timeouts, > independently. Hi! I think Marc's request for functionality to introduce timeouts for self-tests is a good one. However I re

bug#12198: automake 1.12.3 self-tests failure: t/distcheck-override-infodir

2012-08-15 Thread Simon Josefsson
Stefano Lattarini writes: > On 08/14/2012 03:38 PM, Peter Rosin wrote: >> On 2012-08-14 15:14, Simon Josefsson wrote: >>> Hi. It builds and passes self-checks except for the >>> t/distcheck-override-infodir test. Output below. >>> >>> /Simon >&g

bug#12198: automake 1.12.3 self-tests failure: t/distcheck-override-infodir

2012-08-14 Thread Simon Josefsson
Hi. It builds and passes self-checks except for the t/distcheck-override-infodir test. Output below. /Simon FAIL: t/distcheck-override-infodir == distcheck-override-infodir: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright © 2008 Free Software F

bug#11532: automake-1.12.0b self test failures: t/remake8b & t/remake9c

2012-07-23 Thread Simon Josefsson
Stefano Lattarini writes: > severity 11532 minor > tags 11532 + moreinfo > thanks > > Reference: > <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11532> > > On 05/21/2012 02:24 PM, Simon Josefsson wrote: >> Hi! I got two failures on my Ubuntu 12.04 LTS system,

bug#11532: automake-1.12.0b self test failures: t/remake8b & t/remake9c

2012-05-21 Thread Simon Josefsson
Hi! I got two failures on my Ubuntu 12.04 LTS system, see output below. Testsuite summary for GNU Automake 1.12.0b # TOTAL: 2921 # PASS: 2781

bug#11452: self test failure: t/parallel-tests-fork-bomb

2012-05-14 Thread Simon Josefsson
sön 2012-05-13 klockan 13:24 +0200 skrev Stefano Lattarini: > On 05/12/2012 08:44 AM, Stefano Lattarini wrote: > > tags 11452 + patch > > severity 11452 minor > > thanks > > > > Hi Simon, thanks for the report. > > > > On 05/11/2012 10:45 AM, Si

bug#11452: self test failure: t/parallel-tests-fork-bomb

2012-05-11 Thread Simon Josefsson
I got two self-test failures with automake 1.12 on Ubuntu 12.04 LTS. The first was the 'lex-clean' issue that was already reported. The other I couldn't find any report for, so please find test-suite.log output for the failing test below. /Simon FAIL: t/parallel-tests-fork-bomb =

Re: automake.texi and @acronym

2010-03-19 Thread Simon Josefsson
Ralf Wildenhues writes: > [ adding libtool-patches, in case anyone wants to disagree ] > > * Karl Berry wrote on Wed, Mar 17, 2010 at 10:50:38PM CET: >> I'm okay with changing the m4 and autoconf manuals with >> s/@acronym{GNU}/GNU/ >> >> s/@acronym{(.*)}/\1/ > > So the preferred color

automake 1.11 self test failure: vala5

2009-05-17 Thread Simon Josefsson
Yes, score=5.4 required=5.0 tests=DATE_IN_FUTURE_24_48,RDNS_DYNAMIC,SPF_FAIL,WEIRD_PORT autolearn=no version=3.2.5 (2008-06-10) host=yxa-v.extundo.com --- Begin Message --- Hi! I installed automake 1.11 without any problems except that one self-test failed, see snippet from tests/test-suite.lo

Passing parameters to texi2dvi and texi2pdf?

2008-09-26 Thread Simon Josefsson
Hi. My libidn.texi file uses @include and @verbatiminclude to get files stored in other directories (examples, and auto-generated *.texi snippets found in builddir), I need to pass some -I flags to makeinfo: AM_MAKEINFOFLAGS = -I $(top_builddir)/doc -I $(top_srcdir)/examples AM_MAKEINFOHTMLFLAGS

'make clean' removing doc/shishi.ps

2007-05-23 Thread Simon Josefsson
Hi! We received a bug report recently: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424253 The problem seems to be that I want to make 'shishi.ps' part of the distribution archive (to provide easier access to the manual), and this works poorly with automake's default rules. In doc/Makefile.

Re: getdate.lo is linked twice to libgnu.la

2006-09-13 Thread Simon Josefsson
Simon Josefsson <[EMAIL PROTECTED]> writes: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > >> I think the fix is to drop the AC_LIBOBJ line from getdate.m4. But >> Automake also could warn against this (it warns in a slightly simpler >> setting not involvi

Re: getdate.lo is linked twice to libgnu.la

2006-09-13 Thread Simon Josefsson
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > I think the fix is to drop the AC_LIBOBJ line from getdate.m4. But > Automake also could warn against this (it warns in a slightly simpler > setting not involving built sources). For this however, gnulib-tool > should use $(LIBOBJS) instead of @LIBOB

Re: $(EXEEXT) in TESTS required?

2006-01-24 Thread Simon Josefsson
Ralf Corsepius <[EMAIL PROTECTED]> writes: > On Mon, 2006-01-23 at 21:51 +0100, Bruno Haible wrote: >> [For the automake people: The problem is that a Makefile.am snippet like >> >> TESTS = test-lock >> check_PROGRAMS = test-lock >> test_LOCK_LDFLAGS = -lmyspeciallib >> >> when cr

Re: $(EXEEXT) in TESTS required?

2006-01-20 Thread Simon Josefsson
The following message is a courtesy copy of an article that has been posted to gmane.comp.lib.gnulib.bugs as well. Ralf Wildenhues <[EMAIL PROTECTED]> writes: >> You need mingw to provoke the bug, > > Not quite. You need to cross-compile to MinGW on a non-.exe system to > provoke the bug. Right