Re: Error upgrading ffmpeg - running from trunk

2008-10-16 Thread Chris Janton
On 2008-10-15 , at 15:48 , Bryan Blackburn wrote:

 On Wed, Oct 15, 2008 at 02:09:32PM -0700, Chris Janton said:
 On 2008-10-15 , at 09:38 , nox wrote:

 Fixed in r40824.


*Really* fixed in r40834.

mac 12 # sudo port upgrade ffmpeg
---  Fetching ffmpeg
Error: Target org.macports.fetch returned: shell command svn co - 
r14381 --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk /opt/ 
local/var/macports/distfiles/ffmpeg/14381/trunk returned error 1
Command output: svn: Can't connect to host 'svn.mplayerhq.hu':  
Operation timed out

Error: Unable to upgrade port: 1

8)
--
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error upgrading ffmpeg - running from trunk

2008-10-16 Thread Chris Janton
On 2008-10-16 , at 07:46 , Bueno, Denis wrote:

 Are you behind a firewall?  I recently tried the same thing, and it  
 timed out because of firewall issues.


It turns out that the host that is serving up the ffmpeg source was in  
fact being blocked by a firewall rule.

I got that rule relaxed and the ffmpeg port is now upgraded.

And they fixed the errors that showed up as a result of that problem  
as well.

Thanks folks!

8)
--
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Error upgrading ffmpeg - running from trunk

2008-10-15 Thread Chris Janton
ticketed - Ticket #16877

running from trunk - updated this morning.

In the past (last week or 2) the fetch would fail, all done.

Today the fetch fails and I get *lots* more output...

mac 11 # sudo port upgrade outdated
---  Fetching ffmpeg
Error: Target org.macports.fetch returned: shell command svn co - 
r14381 --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk /opt/ 
local/var/macports/distfiles/ffmpeg/14381/trunk returned error 1
Command output: svn: Can't connect to host 'svn.mplayerhq.hu':  
Operation timed out

Error: Unable to upgrade port: 1
can't read frameworks_dir: no such variable
 while executing
lappend search_path ${frameworks_dir} /Library/Frameworks /Network/ 
Library/Frameworks /System/Library/Frameworks
 (procedure _libtest line 9)
 invoked from within
_libtest $mport $depspec
 (lib arm line 1)
 invoked from within
switch $type {
 lib { return [_libtest $mport $depspec] }
 bin { return [_bintest $mport $depspec] }
 path { return [...
 (procedure _mportispresent line 15)
 invoked from within
_mportispresent $workername $dspec 
 (procedure upgrade line 60)
 invoked from within
upgrade $d $i $variationslist [array get options] depscache
 (procedure macports::upgrade line 185)
 invoked from within
macports::upgrade $portname port:$portname [array get variations]  
[array get options]
 (uplevel body line 9)
 invoked from within
uplevel 1 $block
 (procedure foreachport line 16)
 invoked from within
foreachport $portlist {
 # Merge global variations into the variations specified for  
this port
 foreach { variation value } [array get g...
 (procedure action_upgrade line 6)
 invoked from within
$action_proc $action $portlist [array get global_options]
 (procedure process_cmd line 86)
 invoked from within
process_cmd $remaining_args
 invoked from within
if { [llength $remaining_args]  0 } {

 # If there are remaining arguments, process those as a command

 # Exit immediately, by default, unless...
 (file /opt/local/bin/port line 3229)
mac 12 #

8)
--
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error upgrading ffmpeg - running from trunk

2008-10-15 Thread David Liontooth
Chris Janton wrote:
 ticketed - Ticket #16877

 running from trunk - updated this morning.

 In the past (last week or 2) the fetch would fail, all done.

 Today the fetch fails and I get *lots* more output...

 mac 11 # sudo port upgrade outdated
 ---  Fetching ffmpeg
 Error: Target org.macports.fetch returned: shell command svn co - 
 r14381 --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk /opt/ 
 local/var/macports/distfiles/ffmpeg/14381/trunk returned error 1
 Command output: svn: Can't connect to host 'svn.mplayerhq.hu':  
 Operation timed out
   
Hi Chris,

It looks like their server was down when you tried. If you can't 
download the software, the build will of course fail.

I thought macports tested whether the file was available and exited a 
bit more gracefully if not.

Dave
 Error: Unable to upgrade port: 1
 can't read frameworks_dir: no such variable
  while executing
 lappend search_path ${frameworks_dir} /Library/Frameworks /Network/ 
 Library/Frameworks /System/Library/Frameworks
  (procedure _libtest line 9)
  invoked from within
 _libtest $mport $depspec
  (lib arm line 1)
  invoked from within
 switch $type {
  lib { return [_libtest $mport $depspec] }
  bin { return [_bintest $mport $depspec] }
  path { return [...
  (procedure _mportispresent line 15)
  invoked from within
 _mportispresent $workername $dspec 
  (procedure upgrade line 60)
  invoked from within
 upgrade $d $i $variationslist [array get options] depscache
  (procedure macports::upgrade line 185)
  invoked from within
 macports::upgrade $portname port:$portname [array get variations]  
 [array get options]
  (uplevel body line 9)
  invoked from within
 uplevel 1 $block
  (procedure foreachport line 16)
  invoked from within
 foreachport $portlist {
  # Merge global variations into the variations specified for  
 this port
  foreach { variation value } [array get g...
  (procedure action_upgrade line 6)
  invoked from within
 $action_proc $action $portlist [array get global_options]
  (procedure process_cmd line 86)
  invoked from within
 process_cmd $remaining_args
  invoked from within
 if { [llength $remaining_args]  0 } {

  # If there are remaining arguments, process those as a command

  # Exit immediately, by default, unless...
  (file /opt/local/bin/port line 3229)
 mac 12 #

 8)
 --
 Chris Janton  - face at CentosPrime dot COM
 Netminder for Opus1.COM


 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
   

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error upgrading ffmpeg - running from trunk

2008-10-15 Thread nox
Le 15 oct. 08 à 17:52, Chris Janton a écrit :

 snip/

 Error: Unable to upgrade port: 1
 can't read frameworks_dir: no such variable

 snip/

 8)
 --
 Chris Janton  - face at CentosPrime dot COM
 Netminder for Opus1.COM

Fixed in r40824.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error upgrading ffmpeg - running from trunk

2008-10-15 Thread Chris Janton
On 2008-10-15 , at 09:38 , nox wrote:

 Fixed in r40824.


mac 15 # svn info
Path: .
URL: http://svn.macports.org/repository/macports/trunk/base
Repository Root: http://svn.macports.org/repository/macports
Repository UUID: d073be05-634f-4543-b044-5fe20cf6d1d6
Revision: 40829
Node Kind: directory
Schedule: normal
Last Changed Author: [EMAIL PROTECTED]
Last Changed Rev: 40824
Last Changed Date: 2008-10-15 09:35:54 -0700 (Wed, 15 Oct 2008)

mac 13 # sudo port upgrade outdated
---  Fetching ffmpeg
Error: Target org.macports.fetch returned: shell command svn co - 
r14381 --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk /opt/ 
local/var/macports/distfiles/ffmpeg/14381/trunk returned error 1
Command output: svn: Can't connect to host 'svn.mplayerhq.hu':  
Operation timed out

Error: Unable to upgrade port: 1
can't read frameworks_dir: no such variable
 while executing
lappend search_path ${frameworks_dir} /Library/Frameworks /Network/ 
Library/Frameworks /System/Library/Frameworks
 (procedure _libtest line 9)
 invoked from within
_libtest $mport $depspec
 (lib arm line 1)
 invoked from within
switch $type {
 lib { return [_libtest $mport $depspec] }
 bin { return [_bintest $mport $depspec] }
 path { return [...
 (procedure _mportispresent line 15)
 invoked from within
_mportispresent $workername $dspec 
 (procedure upgrade line 60)
 invoked from within
upgrade $d $i $variationslist [array get options] depscache
 (procedure macports::upgrade line 185)
 invoked from within
macports::upgrade $portname port:$portname [array get variations]  
[array get options]
 (uplevel body line 9)
 invoked from within
uplevel 1 $block
 (procedure foreachport line 16)
 invoked from within
foreachport $portlist {
 # Merge global variations into the variations specified for  
this port
 foreach { variation value } [array get g...
 (procedure action_upgrade line 6)
 invoked from within
$action_proc $action $portlist [array get global_options]
 (procedure process_cmd line 86)
 invoked from within
process_cmd $remaining_args
 invoked from within
if { [llength $remaining_args]  0 } {

 # If there are remaining arguments, process those as a command

 # Exit immediately, by default, unless...
 (file /opt/local/bin/port line 3229)

8)
--
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error upgrading ffmpeg - running from trunk

2008-10-15 Thread Bryan Blackburn
On Wed, Oct 15, 2008 at 02:09:32PM -0700, Chris Janton said:
 On 2008-10-15 , at 09:38 , nox wrote:
 
  Fixed in r40824.
 
 
 mac 15 # svn info
 Path: .
 URL: http://svn.macports.org/repository/macports/trunk/base
 Repository Root: http://svn.macports.org/repository/macports
 Repository UUID: d073be05-634f-4543-b044-5fe20cf6d1d6
 Revision: 40829
 Node Kind: directory
 Schedule: normal
 Last Changed Author: [EMAIL PROTECTED]
 Last Changed Rev: 40824
 Last Changed Date: 2008-10-15 09:35:54 -0700 (Wed, 15 Oct 2008)
 

Make sure you rebuild/install from base as well.  If you did, then you'll
want to follow ticket #16877:

http://trac.macports.org/ticket/16877

Bryan

[...]
 --
 Chris Janton  - face at CentosPrime dot COM
 Netminder for Opus1.COM
 
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users