Re: Regarding: Script configure failed unexpectedly.

2013-01-14 Thread Waitman Gobble
On Jan 13, 2013 2:12 PM, Joe Altman free...@chthonixia.net wrote:

 On Sun, Jan 13, 2013 at 10:34:30AM -0800, Waitman Gobble wrote:
 
  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.

 My very, very, bad mistake: I forget to mention in this email thread my
 current uname -a, which is in the send-pr that was rejected:

 FreeBSD whisperer.chthonixia.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0
 r245243: Wed Jan  9 18:25:14 EST 2013
 r...@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER  amd64

 Since I did not think the bug would be addressed via this thread, I'm
 really sorry to have wasted your time; I should have thought to submit
 another PR via the web interface with my current environment.

 I can do that that so a proper bug report is opened unless you think it
 unnecessary.

 Best regards,

 Joe

hi,

sounds like the newer uname info is farther down in config.log, and I just
missed it. a pr is fine, I think there are some minor issues with the port.
I should be able to get an updated port after I get home tonight and submit
for somebody to check it out and commit.

Waitman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Regarding: Script configure failed unexpectedly.

2013-01-13 Thread Waitman Gobble
On Sat, Jan 12, 2013 at 9:21 PM, Joe Altman free...@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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Regarding: Script configure failed unexpectedly.

2013-01-13 Thread Joe Altman
On Sun, Jan 13, 2013 at 10:34:30AM -0800, Waitman Gobble wrote:
 
 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.

My very, very, bad mistake: I forget to mention in this email thread my
current uname -a, which is in the send-pr that was rejected:

FreeBSD whisperer.chthonixia.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0
r245243: Wed Jan  9 18:25:14 EST 2013
r...@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER  amd64

Since I did not think the bug would be addressed via this thread, I'm
really sorry to have wasted your time; I should have thought to submit
another PR via the web interface with my current environment.

I can do that that so a proper bug report is opened unless you think it
unnecessary.

Best regards,

Joe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Regarding: Script configure failed unexpectedly.

2013-01-12 Thread Joe Altman
Greetings...

I was upgrading kino tonight, and the upgrade process failed and tossed
this request at the tail of the error:

===  Script configure failed unexpectedly.
Please report the problem to po...@freebsd.org [maintainer] and attach
the /usr/ports/multimedia/kino/work/kino-1.3.4/config.log including
the output of the failure of your make command. Also, it might be a good
idea to provide an overview of all packages installed on your system
(e.g. a /usr/sbin/pkg_info -Ea).

On January 2, the same thing happened and I did as requested...my email
can be seen in the January 2013 thread in the mailing lists and seems
unacknowledged. Looking at it, I saw (and remembered) send-pr as the
method to use.

My question: should a PR be opened on the Script 'configure...
message, such that use send-pr instead of send it to ports@ is used?

I imagine this sort of problem is common.

Regards,

Joe Altman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Regarding: Script configure failed unexpectedly.

2013-01-12 Thread Waitman Gobble
On Sat, Jan 12, 2013 at 6:01 PM, Joe Altman free...@chthonixia.net wrote:

 Greetings...

 I was upgrading kino tonight, and the upgrade process failed and tossed
 this request at the tail of the error:

 ===  Script configure failed unexpectedly.
 Please report the problem to po...@freebsd.org [maintainer] and attach
 the /usr/ports/multimedia/kino/work/kino-1.3.4/config.log including
 the output of the failure of your make command. Also, it might be a good
 idea to provide an overview of all packages installed on your system
 (e.g. a /usr/sbin/pkg_info -Ea).

 On January 2, the same thing happened and I did as requested...my email
 can be seen in the January 2013 thread in the mailing lists and seems
 unacknowledged. Looking at it, I saw (and remembered) send-pr as the
 method to use.

 My question: should a PR be opened on the Script 'configure...
 message, such that use send-pr instead of send it to ports@ is used?

 I imagine this sort of problem is common.

 Regards,

 Joe Altman
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


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.

-- 
Waitman Gobble
San Jose California USA
510-830-7975
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Regarding: Script configure failed unexpectedly.

2013-01-12 Thread Joe Altman
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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org