Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 12:13:27 -0800
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        Noel Koethe <noel@koethe.net>
Cc:        ports@freebsd.org
Subject:   Re: security/cyrus-sasl compile problem
Message-ID:  <20011115121327.A33074@johncoop.MSHOME>
In-Reply-To: <20011115181704.B28661@hopi.hostsharing.net>; from noel@koethe.net on Thu, Nov 15, 2001 at 09:17:04 -0800
References:  <20011115181704.B28661@hopi.hostsharing.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On 2001.11.15 09:17 Noel Koethe wrote:
> Hello,
> 
> I have a problem when compiling cyrus-sasl from the ports
> 
> ===>  Extracting for cyrus-sasl-1.5.24_7
> >> Checksum OK for cyrus-sasl-1.5.24.tar.gz.
> >> Checksum OK for cyrus-sasl-1.5.24-ipv6-20010321.diff.gz.
> ===>   cyrus-sasl-1.5.24_7 depends on executable: automake14 - found
> ===>   cyrus-sasl-1.5.24_7 depends on executable: autoconf213 - found
> ===>   cyrus-sasl-1.5.24_7 depends on executable: libtool - found
> ===>   cyrus-sasl-1.5.24_7 depends on shared library: db3.2 - found
> ===>  Patching for cyrus-sasl-1.5.24_7
> ===>  Applying distribution patches for cyrus-sasl-1.5.24_7
> ===>  Applying FreeBSD patches for cyrus-sasl-1.5.24_7
> ===>  Configuring for cyrus-sasl-1.5.24_7
> autoheader: not found
> *** Error code 127
> 
> I thing its a dependencies problem. But I don't know what package
> provides
> "autoheader".
> 
> --
> 	Nočl Köthe

"automake" or "automake14" provides "autoheader."  I'm guessing that 
the "autoheader" provided by "automake14" has been renamed 
"autoheader14 to prevent name collision with the "autoheader" provided 
by "automake."

Either all occurrences of calls to "autoheader" in the "cyrus-sasl" 
port need to be changed to "autoheader14" or the "cyrus-sasl" port 
needs to be tweaked to use "automake" (which is version 1.5.x).

Or, get really anal and hack the configure file(s) until automake is no 
longer necessary.  :)

-- 
jmc                               ||   MacroHard --                    \
                                   ||       the perfection of form over 
|
----------------------------------||       substance, marketing over   |
Web:  http://www.borgsdemons.com  ||       performance, and greed over |
                                   ||       design . . .                
|
=======================================================================/
Public Key:  http://www.borgsdemons.com/Personal/pgpkey.asc            |
=======================================================================\

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011115121327.A33074>