From owner-freebsd-current@FreeBSD.ORG Fri Sep 9 17:57:25 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14410106566B for ; Fri, 9 Sep 2011 17:57:25 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C6A748FC0A for ; Fri, 9 Sep 2011 17:57:24 +0000 (UTC) Received: by ywa17 with SMTP id 17so2164800ywa.13 for ; Fri, 09 Sep 2011 10:57:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=h8U8vH/PcseKWPZW8kidkk6sT/a7dhgb0WD3Kan5RWQ=; b=YBTzdtnpZuUPSFQz1PTw6Umnc9TpGLZH9IK5OlklJADAL6HeQ8Yu0LWsr/b0VEW7fS sHIBO19n6KNTwLoLAlgMVp/M8Xl+PJZtzE53qKJATS0mP4WRllcq+RkTWmmzyvPg4OLD ye4AfJWPeQUpbSjGXTsyKcI5rdN6GsS99dF4k= Received: by 10.42.164.68 with SMTP id f4mr447330icy.386.1315591043895; Fri, 09 Sep 2011 10:57:23 -0700 (PDT) Received: from sidhe.local ([75.111.38.94]) by mx.google.com with ESMTPS id j2sm9045877ibx.11.2011.09.09.10.57.19 (version=SSLv3 cipher=OTHER); Fri, 09 Sep 2011 10:57:20 -0700 (PDT) Message-ID: <4E6A5378.6010601@gmail.com> Date: Fri, 09 Sep 2011 10:57:12 -0700 From: Matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110716 Thunderbird/5.0 MIME-Version: 1.0 To: bf1783@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, "b. f." , Oliver Lehmann Subject: Re: cvsup broken on amd64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2011 17:57:25 -0000 On 09/08/11 14:52, b. f. wrote: >> I have an Atom 330 with 9.0-BETA2/amd64 installed. >> >> I did a pkg_add -r cvsup-without-gui at first after installation. >> Using cvsup, resulted in a core dump (illegal instruction). >> >> I then removed all ports, and installed cvsup-without-gui from source. >> Started cvsup... core dump again. >> >> I then got the cvsup binary from a FreeBSD 8 i386 system, installed >> compat8x and also copied the missing libutil.so.8 from FreeBSD/i386 >> and cvsuped the source (8.2-STABLE i386 cvsup worked). >> >> Then I rebuilt world, kernel (removed all debugging options from GENERIC). >> >> Then I removed all ports once more and reinstalled cvsup-without-gui >> from ports once more. >> >> And now again... > It may be broken -- I seem to recall some earlier complaints about > problems on one of the list. But is there a reason why you are > attempting to use it, when /usr/bin/csup is available, and is > generally thought to be superior? > > > b. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Does cvsup work for anyone? At what point should cvsup just be a symlink to csup?