Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2013 10:34:30 -0800
From:      Waitman Gobble <gobble.wa@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Regarding: Script "configure" failed unexpectedly.
Message-ID:  <CAFuo_fyKhCjZH6kX9x4b3AzOGeitieidmGYnvTR=_Y7p84X6nQ@mail.gmail.com>
In-Reply-To: <20130113052123.GA38280@whisperer.chthonixia.net>
References:  <20130113020114.GA23658@whisperer.chthonixia.net> <CAFuo_fyZ7=oSiS9yqr98DVvMJgAyhQEfcBWFMKigEJ7QGQ_ccw@mail.gmail.com> <20130113052123.GA38280@whisperer.chthonixia.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 12, 2013 at 9:21 PM, Joe Altman <freebsd@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



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