Regarding: Script "configure" failed unexpectedly.

Waitman Gobble gobble.wa at gmail.com
Sun Jan 13 18:34:38 UTC 2013


On Sat, Jan 12, 2013 at 9:21 PM, Joe Altman <freebsd at chthonixia.net> wrote:

> On Sat, Jan 12, 2013 at 06:21:28PM -0800, Waitman Gobble wrote:
> >> Hi,
> >
> > If the email contact is as listed it seems there is not a specific person
> > who has taken the port. I found your email to the ports list with the
> > attached config.log. I will take a look at the problem and probably find
> a
> > solution. I'm heading out for the evening so I may not get to it until
> > tomorrow morning.
>
> Thank you; it's not urgent for me, as kino currently works. I just
> wanted to open a bug report.
>
> Also: it seems that since the last time I used send-pr Spamassassin was
> placed between the recipients of send-pr and dynamic hosts. So it looks
> as if it may be best for people to be told to use the web interface for
> bugs, since send-pr seems to use the localhost MTA, rather than SMTP
> AUTH.
>

Hi,

Yeah i think it just sends through sendmail on the local machine. You may
find it convenient to use the web interface. Your config.log says you are
running FreeBSD 9.1-PRERELEASE #0: Mon Oct 22 00:16:27 EDT 2012, you should
consider upgrading to 9.1, which was released in December.

I just tried a make in kino and received this error, but I picked 'use kino
ffmpeg'.

Option number is ambiguous (number-footnotes, number-sections

looks like this is happening in ffmpeg/Makefile

doc/%.html: doc/%.texi
        texi2html -monolithic -number $<
        mv $(@F) $@

changed to

doc/%.html: doc/%.texi
        texi2html -monolithic -number-sections $<
        mv $(@F) $@

seems to fix in this case.
(but this is a different error than you were receiving, i'll get it figured
out.)


-- 
Waitman Gobble
San Jose California USA
510-830-7975


More information about the freebsd-questions mailing list