Re: sshguard upgrade error

2008-09-27 Thread Tim Kellers



Dan Nelson wrote:

In the last episode (Sep 27), Tim Kellers said:
  

I have autoconf 2.62 installed.  Is there a workaround?



===>  Building for sshguard-1.2
Making all in src
cd .. && /bin/sh 
/usr/ports/security/sshguard/work/sshguard-1.2/missing --run autoheader

aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te-2.62: /usr/local/bin/gm4 failed with exit status: 63
autoheader-2.62: '/usr/local/bin/autom4te-2.62' failed with exit 
status: 63

*** Error code 1
  


It looks like the original author didn't prepare their source tree
correctly before creating the tarball (end-users should never need to
run autoheader), and the port maintainer didn't specify any autotools
dependencies to compensate.

Try this patch:

diff -u -r1.10 Makefile
--- Makefile23 Sep 2008 18:58:35 -  1.10
+++ Makefile27 Sep 2008 17:13:38 -
@@ -21,6 +21,7 @@
 MANCOMPRESSED= no
 USE_BZIP2= yes
 MAKE_ARGS+=ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
+USE_AUTOTOOLS= aclocal:110 autoheader:262
 HAS_CONFIGURE= yes
 
 # sublist will be set afterward


  

Thanks Dan,

That:

USE_AUTOTOOLS= aclocal:110 autoheader:262

Did the trick

will you send-pr it? 



Tim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sshguard upgrade error

2008-09-27 Thread Dan Nelson
In the last episode (Sep 27), Tim Kellers said:
> I have autoconf 2.62 installed.  Is there a workaround?
> 
> > ===>  Building for sshguard-1.2
> > Making all in src
> > cd .. && /bin/sh 
> > /usr/ports/security/sshguard/work/sshguard-1.2/missing --run autoheader
> > aclocal.m4:14: error: this file was generated for autoconf 2.61.
> > You have another version of autoconf.  If you want to use that,
> > you should regenerate the build system entirely.
> > aclocal.m4:14: the top level
> > autom4te-2.62: /usr/local/bin/gm4 failed with exit status: 63
> > autoheader-2.62: '/usr/local/bin/autom4te-2.62' failed with exit 
> > status: 63
> > *** Error code 1

It looks like the original author didn't prepare their source tree
correctly before creating the tarball (end-users should never need to
run autoheader), and the port maintainer didn't specify any autotools
dependencies to compensate.

Try this patch:

diff -u -r1.10 Makefile
--- Makefile23 Sep 2008 18:58:35 -  1.10
+++ Makefile27 Sep 2008 17:13:38 -
@@ -21,6 +21,7 @@
 MANCOMPRESSED= no
 USE_BZIP2= yes
 MAKE_ARGS+=ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
+USE_AUTOTOOLS= aclocal:110 autoheader:262
 HAS_CONFIGURE= yes
 
 # sublist will be set afterward

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sshguard upgrade error

2008-09-27 Thread Tim Kellers

I have autoconf 2.62 installed.  Is there a workaround?



===>  Building for sshguard-1.2
Making all in src
cd .. && /bin/sh 
/usr/ports/security/sshguard/work/sshguard-1.2/missing --run autoheader

aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te-2.62: /usr/local/bin/gm4 failed with exit status: 63
autoheader-2.62: '/usr/local/bin/autom4te-2.62' failed with exit 
status: 63

*** Error code 1


FreeBSD xx.njit.edu 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #5: Fri Sep 
26 14:03:32 EDT 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/AMD  amd64


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"