[Pkg-shadow-devel] build shadow-utils from svn (pkg-shadow/upstream/trunk)
Peter Vrabec
pvrabec at redhat.com
Thu Feb 3 15:08:31 UTC 2011
On Tuesday, January 25, 2011 08:38:13 pm Nicolas François wrote:
> Hi Peter,
>
> On Tue, Jan 25, 2011 at 02:21:48PM +0100, pvrabec at redhat.com wrote:
> > are there any instructions how somebody can build the most fresh sources
> > of shadow-utils from SVN repository? This works for me:
> >
> > $ svn://svn.debian.org/pkg-shadow/
> > $ cd trunk
> > $ touch man/generate_mans.deps
> > $ touch config.rpath
> > $ cp man/po/Makefile.in.in po/
> > $ ./autogen.sh
> > ...
>
> I'm usually using only:
> ./autogen.sh
> make distcheck
>
> If this does not work for you, it might be because some tools evolved,
> some build dependencies are missing / not detected correctly.
>
> Does the above fail for you? What failure?
There are some issues with "/usr/bin/autoheader --force" command.
1. automake: cannot open < man/generate_mans.deps: No such file or directory
resolved by: $touch man/generate_mans.deps
2. configure.in:580: required file `./config.rpath' not found
resolved by: $touch config.rpath
And then this problem with "./configure"
3. config.status: error: cannot find input file: po/Makefile.in.in
resolved by: cp man/po/Makefile.in.in po/
(automake-1.11.1-1.fc12.noarch)
Peter.
More information about the Pkg-shadow-devel
mailing list