Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2012 09:04:54 GMT
From:      Olivier Cochard-Labbe <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170697: net/bird: adding a master_site for the source
Message-ID:  <201208170904.q7H94s5Z091736@red.freebsd.org>
Resent-Message-ID: <201208170910.q7H9ACre009287@freefall.freebsd.org>

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

>Number:         170697
>Category:       ports
>Synopsis:       net/bird: adding a master_site for the source
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 17 09:10:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        9.0-RELEASE
>Organization:
BSD Router Project
>Environment:
FreeBSD dev.bsdrp.net 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Trying to build net/bird, I meet fetch error:
ftp://bird.network.cz/pub/bird/bird-1.3.8.tar.gz: No route to host
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bird-1.3.8.tar.gz: File unavailable (e.g., file not found, no access)

Adding a new mirror (fossies.org) solve the problem.

>How-To-Repeat:
This problem depends of the bird ftp server status.
>Fix:
Here is a quick patch:

--- Makefile.orig       2012-08-17 10:51:04.000000000 +0200
+++ Makefile    2012-08-17 10:51:35.000000000 +0200
@@ -8,7 +8,8 @@
 PORTNAME=      bird
 PORTVERSION=   1.3.8
 CATEGORIES=    net
-MASTER_SITES=  ftp://bird.network.cz/pub/bird/
+MASTER_SITES=  ftp://bird.network.cz/pub/bird/ \
+                               http://fossies.org/unix/misc/

 MAINTAINER=    melifaro@ipfw.ru
 COMMENT=       Dynamic IP routing daemon (IPv4 version)


>Release-Note:
>Audit-Trail:
>Unformatted:



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