From owner-freebsd-questions@FreeBSD.ORG Tue May 22 19:19:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62E6216A400 for ; Tue, 22 May 2007 19:19:22 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2315913C458 for ; Tue, 22 May 2007 19:19:22 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.66) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1HqZb5-0003Vl-15>; Tue, 22 May 2007 21:00:39 +0200 Received: from e178030082.adsl.alicedsl.de ([85.178.30.82] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.66) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1HqZb4-0001rA-V3>; Tue, 22 May 2007 21:00:39 +0200 Message-ID: <46533EAB.4090507@mail.zedat.fu-berlin.de> Date: Tue, 22 May 2007 21:04:11 +0200 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.0 (X11/20070520) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.30.82 Subject: [FreeBSD 7.0-CUR/gcc 4.2/portsnap]: portsnap fetch reports illegal portsnap tag! 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: Tue, 22 May 2007 19:19:22 -0000 Hello out here, since I upgrade my box with the lates FreeBSD 7.0-CUR/AMD64 and gcc 4.2, I do not have access to ports via portsnap anymore. Portsnap stops running with this error: # portsnap fetch update Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found. Fetching snapshot tag from portsnap1.FreeBSD.org... Illegal instruction invalid snapshot tag. Fetching snapshot tag from portsnap2.FreeBSD.org... Illegal instruction invalid snapshot tag. Fetching snapshot tag from portsnap3.FreeBSD.org... Illegal instruction invalid snapshot tag. No mirrors remaining, giving up. I removed everything what's in /var/db/portsnap/, but this doesn't help, it seems a checksum isn't calculated correctly. Alternatively I used cvsup. Is there anything wrong? I remember myself of issues with OpenSSL and gcc 4.2, so due to the calculation of the checksum this might cause the error. Regards, Oliver