bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] Re: gnulib removal: complete


From: Simon Josefsson
Subject: [bug-inetutils] Re: gnulib removal: complete
Date: Sat, 17 Mar 2007 12:23:27 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.94 (gnu/linux)

Simon Josefsson <address@hidden> writes:

> address@hidden:~/src/inetutils$ ~/src/gnulib/build-aux/bootstrap --force 
> --gnulib-srcdir=~/src/gnulib

Ok, it seems ~ in the path doesn't work (which I think should be
fixed).  I got a little bit further with:

address@hidden:~/src/inetutils$ ~/src/gnulib/build-aux/bootstrap --force 
--gnulib-srcdir=/home/jas/src/gnulib
/home/jas/src/gnulib/build-aux/bootstrap: expected line not found in 
configure.ac. Add the following:
/home/jas/src/gnulib/build-aux/bootstrap: Bootstrapping from checked-out 
inetutils sources...
/home/jas/src/gnulib/build-aux/bootstrap: /home/jas/src/gnulib/gnulib-tool  
--import --no-changelog --aux-dir ._bootmp/build-aux --doc-base ._bootmp/doc 
--lib libgnu --m4-base ._bootmp/m4/ --source-base ._bootmp/lib/ --tests-base 
._bootmp/tests --local-dir gl --import ...
gnulib-tool: module restrict doesn't exist
gnulib-tool: module stdio-safer doesn't exist
Module list with included dependencies:
  absolute-header
  alloca
  alloca-opt
  allocsa
  configmake
  d-ino
  d-type
  dirfd
  error
...
/home/jas/src/gnulib/build-aux/bootstrap: ln -fs 
/home/jas/src/gnulib/lib/xalloc.h lib/xalloc.h
/home/jas/src/gnulib/build-aux/bootstrap: ln -fs 
/home/jas/src/gnulib/lib/xgetcwd.c lib/xgetcwd.c
/home/jas/src/gnulib/build-aux/bootstrap: ln -fs 
/home/jas/src/gnulib/lib/xgetcwd.h lib/xgetcwd.h
/home/jas/src/gnulib/build-aux/bootstrap: ln -fs 
/home/jas/src/gnulib/lib/xmalloc.c lib/xmalloc.c
/home/jas/src/gnulib/build-aux/bootstrap: ln -fs 
/home/jas/src/gnulib/lib/xsize.h lib/xsize.h
/home/jas/src/gnulib/build-aux/bootstrap: ln -fs 
/home/jas/src/gnulib/m4/absolute-header.m4 m4/absolute-header.m4
ln: creating symbolic link `m4/absolute-header.m4' to 
`/home/jas/src/gnulib/m4/absolute-header.m4': No such file or directory
address@hidden:~/src/inetutils$

The reason seems to be that there is no m4/ directory in my inetutils
directory:

address@hidden:~/src/inetutils$ cvs update -d -A -C
...
cvs update: Updating m4
...
address@hidden:~/src/inetutils$ ls -ld m4
ls: m4: No such file or directory
address@hidden:~/src/inetutils$

Perhaps 'bootstrap' should contain a 'mkdir'.

Problems like these was, btw, exactly the reason I was against
removing the gnulib sources from inetutils CVS.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]