Re: missing dependencies?

2010-02-08 Thread John W. Eaton
On 7-Feb-2010, Bruno Haible wrote: | John W. Eaton wrote: | > and I've received reports about the following undefined references | > when linking: | > | > .libs/liboctave_la-lo-cutils.o:lo-cutils.c:(.text+0x4f): undefined reference to | > `gethostname_used_without_requesting_gnulib_module_g

Re: missing dependencies?

2010-02-07 Thread Bruno Haible
Hi, John W. Eaton wrote: > and I've received reports about the following undefined references > when linking: > > .libs/liboctave_la-lo-cutils.o:lo-cutils.c:(.text+0x4f): undefined > reference to > `gethostname_used_without_requesting_gnulib_module_gethostn...@8' You requested module 'getho

missing dependencies?

2010-02-06 Thread John W. Eaton
I have the following modules listed in the bootstrap.conf file for Octave: # gnulib modules used by this package. gnulib_modules=" c-strcase crypto/md5fcntl fnmatch getcwdgethostname getopt-gnu gettimeofday glob link lstat mkdir mkfifo s

Re: missing dependencies on 'fchdir'

2007-05-26 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > findutils-4.3.6 uses some of the gnulib modules, in particular 'fts' and > 'savedir'. On BeOS, this gives warnings and link errors due to the missing > fchdir function: ... > Here is a suggested fix: add the dependency to the 'fchdir' module, which is > kno

missing dependencies on 'fchdir'

2007-05-26 Thread Bruno Haible
Hi Jim, findutils-4.3.6 uses some of the gnulib modules, in particular 'fts' and 'savedir'. On BeOS, this gives warnings and link errors due to the missing fchdir function: /boot/home/gnubuild/findutils-4.3.6/gnulib/lib/chdir-long.c: In function `cdb_fchdir': /boot/home/gnubuild/findutils-4.3.6/

Re: missing dependencies [Re: inline.m4: use compiler, not cpp

2006-11-14 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > These are apparently triggered by the use of $(LIBOBJS) in coreutils' > lib/Makefile.am. Although it is a bit uncommon to combine pieces of > gnulib and different pieces from outside gnulib in the same library, I > think gnulib-tool should support this. > >

Re: missing dependencies

2006-11-14 Thread Jim Meyering
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: ... > coreutils now still needs one more fix, after Jim's: > some of its own lib files are still not dependency-tracked: > | ls: .deps/fdopendir-glibc.Po: No such file or directory > | ls: .deps/lstat-stub.Po: No such file or directory > | ls: .deps/readli

Re: missing dependencies

2006-11-14 Thread Ralf Wildenhues
* Bruno Haible wrote on Mon, Nov 13, 2006 at 02:33:31PM CET: > Jim Meyering wrote: > > It sounds like the recent trend to remove uses of AC_LIBSOURCE > > (in favor of listing source file names in each module-file Files: section) > > is the reason for at least some of my

Re: missing dependencies

2006-11-13 Thread Ralf Wildenhues
* Bruno Haible wrote on Mon, Nov 13, 2006 at 08:59:49PM CET: > Ralf Wildenhues wrote: > > > You could simplify this further: > > - header files can go into *_SOURCES variables since about a decade now, > > - EXTRA_*_SOURCES are already distributed. > > > > That means you can drop most EXTRA_DIST

Re: missing dependencies

2006-11-13 Thread Bruno Haible
Ralf Wildenhues wrote: > Speaking of short-sighted is a bit stretched That word is withdrawn. > with some functionality that basically serves for more than half a decade. The functionality that can be triggered through Makefile.am variables is indeed well designed and rock solid. Kudos especiall

Re: missing dependencies [Re: inline.m4: use compiler, not cpp

2006-11-13 Thread Bruno Haible
Jim Meyering wrote: > It is inaccurate and uncharitable to call that automake work > short-sighted. The problem is that development on that front seems to > have stalled. Since that part of automake is incomplete, if you don't > know the history, I can see how you would think it short-sighted. O

Re: missing dependencies [Re: inline.m4: use compiler, not cpp

2006-11-13 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > Jim Meyering wrote: >> It sounds like the recent trend to remove uses of AC_LIBSOURCE >> (in favor of listing source file names in each module-file Files: section) >> is the reason for at least some of my missing depen

Re: missing dependencies [Re: inline.m4: use compiler, not cpp

2006-11-13 Thread Bruno Haible
Jim Meyering wrote: > It sounds like the recent trend to remove uses of AC_LIBSOURCE > (in favor of listing source file names in each module-file Files: section) > is the reason for at least some of my missing dependencies. The removal of AC_LIBSOURCE was indeed a major change - for t

Re: missing dependencies [Re: inline.m4: use compiler, not cpp

2006-11-10 Thread Bruno Haible
Jim Meyering wrote: > >> but there > >> is a bug (haven't investigated at all yet) whereby most of the generated > >> dependencies (lib/.deps/*.Po files) are not included into the Makefile. I agree with Ralf that it's most likely tied to the issue I reported two days ago: In summary (thanks Ralf f

missing dependencies [Re: inline.m4: use compiler, not cpp

2006-11-10 Thread Jim Meyering
It sounds like the recent trend to remove uses of AC_LIBSOURCE (in favor of listing source file names in each module-file Files: section) is the reason for at least some of my missing dependencies. If so, that is a very undesirable (and unintended, I'm sure) side effect. I can't be th

FYI: acl module missing dependencies

2006-08-21 Thread Jim Meyering
Running check-module on the "acl" module reported this: lib/acl.c: error.h is `#include'd, but not listed in module's Files: section lib/acl.c: quote.h is `#include'd, but not listed in module's Files: section So I added the missing dependencies: *