Your message dated Wed, 03 Jan 2007 10:49:46 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#379065: hugs98 missing Build-Depends on autoconf
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Source: hugs98
Version: 98.200503.08-4
It appears that hugs98 is missing a Build-Depends on autoconf. Here is
a snippet of a failed build:
-->
autoreconf
make[1]: autoreconf: Command not found
make[1]: [src/stamp-h.in] Error 127 (ignored)
for dir in fptools/libraries/*; do if test -f $dir/configure.ac; \
then (cd $dir; autoreconf); fi; done
/bin/sh: autoreconf: command not found
/bin/sh: autoreconf: command not found
/bin/sh: autoreconf: command not found
/bin/sh: autoreconf: command not found
/bin/sh: autoreconf: command not found
/bin/sh: autoreconf: command not found
/bin/sh: autoreconf: command not found
/bin/sh: autoreconf: command not found
make[1]: *** [src/stamp-h.in] Error 127
make[1]: Leaving directory
`/work/build/marlin_build-freespire_hugs98-98.200503.08/hugs98-98.200503.08'
<--
j.
--- End Message ---
--- Begin Message ---
Version: 98.200609.21-1
Op zo, 31-12-2006 te 07:23 -0800, schreef Jeremy Shaw:
> At Sun, 10 Dec 2006 13:52:26 +0100,
> Arjan Oosting wrote:
>
> > I don't see why should call autoconf unless you have touched one of the
> > dependencies of the configure target in the upstream Makefile:
>
> I don't think we explicitly touched any of the files, but it is
> possible that we implicitly touched one. I think what we did was:
>
> 1) apt-get source hugs98
> 2) import hugs98 source into tla
> 3) check out hugs98 source and build it
>
> So, while we did not change the contents of any files, we probably did
> change their time stamps relative to one another.
>
The version of hugs98 in experimental has a new debian/rules file which
touches configure before starting the build so it does not trigger a
autoconf run:
...
# touch so that patched configure does not trigger autoreconf
touch configure.ac aclocal.m4 && touch configure
...
So I am closing this bug with the appropriate version.
Greetings Arjan
signature.asc
Description: Dit berichtdeel is digitaal ondertekend
--- End Message ---