From owner-freebsd-questions@FreeBSD.ORG Fri Apr 10 06:17:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BA4010656DA for ; Fri, 10 Apr 2009 06:17:13 +0000 (UTC) (envelope-from dreameration@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 243128FC24 for ; Fri, 10 Apr 2009 06:17:13 +0000 (UTC) (envelope-from dreameration@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so848318wfg.7 for ; Thu, 09 Apr 2009 23:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=EdF3XQiCgcdBc8IixCMkfjLOU+gnz3vqA6xQvfP28WM=; b=K7wLCtiZZphOihgbdeOLgWaPbog5IkoJqcE3ACcsxYzM1yrW728/vEXKgtUEV3OF2i vAbgqGJ16liBda+pDFKpiHTpUOTHlA3uHACValAON2ZHaLTrjg8OBmhFIj760q1ZXoDs 9TsF9Qa39JmkJ0MVKuoKxAE2xNvmKh+Ng9UfQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=cxsCUQG5LIWro2K3vPnJr7h5aOBuNCnoUYyf2qiEMRVnt+cZ/46KvlcIxPFASz896p T1OOFcTlif8y+bxNfzWqrTA/KuJhIrTTYash6hRsc9WnoM1XrCtQQEIDNk96On5fkhLq Ac5GjGDJjOq3wGWDyPwYtuhWZVvIkUArcFRlg= MIME-Version: 1.0 Received: by 10.142.13.13 with SMTP id 13mr1166964wfm.155.1239342584826; Thu, 09 Apr 2009 22:49:44 -0700 (PDT) Date: Fri, 10 Apr 2009 13:49:44 +0800 Message-ID: From: Canhua To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: portupgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 06:17:13 -0000 hi, I ran the following to upgrade on my 7.0-release FreBSD: env PACKAGEROOT="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Late st/" portupgrade -aPPR and it would failed with this error: fetch: ftp://ftp.freebsd.orgpub/FreeBSD/ports/i386/packages-7-stable/All/pub/FreeBSD/po rts/i386/packages-7.0-release/All/libX11-1.2.1,1.tbz: No address record please notice the site address being changed to "ftp.freebsd.orgpub", not "ftp.freebsd.org/pub", the slash between "org" and "pub" disappear. Best wishes Canhua