bug#14760: GNU Automake 1.14 testsuite failures on -current NetBSD/amd64

2013-07-22 Thread Nicolas Joly
On Sun, Jul 21, 2013 at 11:50:47PM +0100, Stefano Lattarini wrote: tags 14760 + moreinfo thanks On 07/01/2013 04:05 PM, Nicolas Joly wrote: Hi, Hi Nicolas, sorry for the shameful delay. No worries, i had almost no time these days to have a closer look myself. Just got 2 failures

bug#14760: GNU Automake 1.14 testsuite failures on -current NetBSD/amd64

2013-07-22 Thread Nicolas Joly
On Mon, Jul 22, 2013 at 12:08:44AM +0100, Stefano Lattarini wrote: On 07/01/2013 04:05 PM, Nicolas Joly wrote: Hi, Just got 2 failures running Automake 1.14 testsuite on -current NetBSD/amd64. [SNIP] FAIL: t/parallel-tests-concurrency

Re: bug#14760: GNU Automake 1.14 testsuite failures on -current NetBSD/amd64

2013-07-22 Thread Nicolas Joly
On Sun, Jul 21, 2013 at 11:50:47PM +0100, Stefano Lattarini wrote: tags 14760 + moreinfo thanks On 07/01/2013 04:05 PM, Nicolas Joly wrote: Hi, Hi Nicolas, sorry for the shameful delay. No worries, i had almost no time these days to have a closer look myself. Just got 2 failures

Re: Multiple lex scanners? How?

2007-01-16 Thread Nicolas Joly
= sequence/fasta.c sequence/fastay.y sequence/fastal.l FAS_HDR = sequence/fasta.h [...] Hope this helps, Regards. -- Nicolas Joly Biological Software and Databanks. Institut Pasteur, Paris.

Re: adding subdirectories

2005-03-07 Thread Nicolas Joly
: make immediately dives into testsuite/, files under which require libzzz.la, which is going to be built later. If I make libzzz.la all, everything works fine. Use `SUBDIRS = . testsuite' in your Makefile.am, this will force the directory processing order. -- Nicolas Joly Biological

installation permissions overwrite with nobase_ prefix ?

2005-03-04 Thread Nicolas Joly
= $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c It would be great to be able to use the same permissions in both cases. Did i missed something, or there is no easy way yet ? Thanks in advance, Regards. -- Nicolas Joly Biological Software and Databanks

Re: automake 1.8.3: Tru64: fix for depcomp

2004-06-02 Thread Nicolas Joly
On Mon, May 31, 2004 at 11:44:49PM +0200, Alexandre Duret-Lutz wrote: Nicolas == Nicolas Joly [EMAIL PROTECTED] writes: [...] Nicolas I just made some testing with one of my projects with automake 1.8.4 / Nicolas libtool 1.5.6, and noticed some remaining problems about libtool

Re: automake 1.8.3: Tru64: fix for depcomp

2004-04-29 Thread Nicolas Joly
On Thu, Apr 29, 2004 at 12:37:56AM -0500, Albert Chin wrote: On Sat, Apr 24, 2004 at 12:22:30PM +0200, Nicolas Joly wrote: With Tru64 cc compiler, shared objects can also be used to make a static library. This mecanism is used in libtool 1.4 series to handle both shared and static libraries

Re: automake 1.8.3: Tru64: fix for depcomp

2004-04-24 Thread Nicolas Joly
in libtool 1.4 series to handle both shared and static libraries. But, this exception was removed for libtool 1.5 which now generates 2 separate objects (PIC vs. non PIC) for the 2 libraries (shared vs. static); like other compilers. -- Nicolas Joly Biological Software and Databanks. Institut

Re: LONG: Limitations of Make (Portable Shell Programming chapter of Autoconf)

2002-03-25 Thread Nicolas Joly
= .. all : foo/bar command `test -d foo/bar || echo ../`foo/bar The above `command' will be run on the empty `foo/bar' directory created in the current directory. -- Nicolas Joly Biological Software and Databanks. Pasteur Institute, Paris.