problems with automake110

2008-03-24 Thread Matthias Apitz

Hello,

I want to port some application (Ekiga) directly from their SVN to
FreeBSD 7.0R which is using

$ ./autogen.sh --with-pwlib-dir=/usr/local 

to generate the configure / Makefiles and which fails; the problem seems
to be that 'aclocal' or some of the M4 macros used are not working as
they should:

$ LANG=C aclocal --dry-run
/usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of 
AM_PATH_SMPEG
/usr/local/share/aclocal/smpeg.m4:13:   run info '(automake)Extending aclocal'
/usr/local/share/aclocal/smpeg.m4:13:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/local/bin/gm4:/usr/local/share/aclocal/pilot-link.m4:1: ERROR: end of file 
in string
autom4te-2.61: /usr/local/bin/gm4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1
$

Maybe something is mixed up in the various versions which have been
installed by all the ports:

$ pkg_info | fgrep automake
automake-1.10_3 GNU Standards-compliant Makefile generator (1.10)
automake-1.4.6_4GNU Standards-compliant Makefile generator (1.4)
automake-1.5_4,1GNU Standards-compliant Makefile generator (1.5)
automake-1.6.3  GNU Standards-compliant Makefile generator (1.6)
automake-1.7.9  GNU Standards-compliant Makefile generator (1.7)
automake-1.8.5  GNU Standards-compliant Makefile generator (1.8)
automake-1.9.6_2GNU Standards-compliant Makefile generator (1.9)
automake-wrapper-20071109 Wrapper script for GNU automake
gnome-common-2.20.0 Common automake macros for GNOME and GNOME 2

Could someone pls give me an idea how to solve this? Thx in advance

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems with automake110

2008-03-24 Thread Matthias Apitz
El día Monday, March 24, 2008 a las 05:49:49PM +0100, Matthias Apitz escribió:

 
 Hello,
 
 I want to port some application (Ekiga) directly from their SVN to
 FreeBSD 7.0R which is using
 
 $ ./autogen.sh --with-pwlib-dir=/usr/local 
 
 to generate the configure / Makefiles and which fails; the problem seems
 to be that 'aclocal' or some of the M4 macros used are not working as
 they should:
 
 $ LANG=C aclocal --dry-run
 /usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of 
 AM_PATH_SMPEG
 /usr/local/share/aclocal/smpeg.m4:13:   run info '(automake)Extending aclocal'
 /usr/local/share/aclocal/smpeg.m4:13:   or see 
 http://sources.redhat.com/automake/automake.html#Extending-aclocal
 /usr/local/bin/gm4:/usr/local/share/aclocal/pilot-link.m4:1: ERROR: end of 
 file in string
 autom4te-2.61: /usr/local/bin/gm4 failed with exit status: 1
 aclocal-1.10: autom4te failed with exit status: 1
 $

the problem concerning '/usr/local/share/aclocal/pilot-link.m4' goes
away by deleting the port /usr/ports/palm/pilot-link
(maintainer Cc'ed);

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]