[Bug 320421] Review Request: cwrite - console editor

bugzilla at redhat.com bugzilla at redhat.com
Sun Dec 9 13:13:21 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: cwrite - console editor


https://bugzilla.redhat.com/show_bug.cgi?id=320421





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-12-09 08:13 EST -------
Again failed.
http://koji.fedoraproject.org/koji/taskinfo?taskID=284231

A. Please check Makefile.in and the timestamps of related
   files.

   For example,
   http://koji.fedoraproject.org/koji/getfile?taskID=284233&name=build.log
   says:
-------------------------------------------------------------------
   284  config.status: config.h is unchanged
   285  config.status: executing depfiles commands
   286  cd . && /bin/sh /builddir/build/BUILD/cwrite-0.1.18/missing --run autoheader
   287  /builddir/build/BUILD/cwrite-0.1.18/missing: line 52: autoheader:
command not found
   288  WARNING: `autoheader' is missing on your system.  You should only need it if
   289           you modified `acconfig.h' or `configure.ac'.  You might want
   290           to install the `Autoconf' and `GNU m4' packages.  Grab them
   291           from any GNU archive site.
   292  rm -f stamp-h1
----------------------------------------------------------------
   The corresponding part in Makefile.in is:
----------------------------------------------------------------
   240  $(srcdir)/config.h.in:  $(am__configure_deps) 
   241          cd $(top_srcdir) && $(AUTOHEADER)
   242          rm -f stamp-h1
   243          touch $@
-----------------------------------------------------------------
   This means that the timestamp of config.h.in is older than
   files written as $(am__configure_deps), autoheader is called
   automatically. To aviod this, you must "touch" config.h.in
   beforehand.

   The following suppresses autotools autocall.
-----------------------------------------------------------------
%prep
%setup -q
touch config.h.in aclocal.m4 configure Makefile.in
-----------------------------------------------------------------

   B. Even after this, make fails with the following
-----------------------------------------------------------------
   297  make[2]: Entering directory `/builddir/build/BUILD/cwrite-0.1.18/doc'
   298  make[2]: *** No rule to make target `all'.  Stop.
-----------------------------------------------------------------
      It seems that configure does not create doc/Makefile.
      Try "autoreconf -f -i".

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list