From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 21:52:19 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 8E6C8106564A for ; Thu, 8 Sep 2011 21:52:19 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6D65E8FC08 for ; Thu, 8 Sep 2011 21:52:19 +0000 (UTC) Received: by pzk36 with SMTP id 36so1877353pzk.17 for ; Thu, 08 Sep 2011 14:52:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=sfe9m0QMMOyuKxNrxKX/98OoRSgBdHyEtk0e2fR/URM=; b=q6hN0JuzYHMlCCHRLhf3X65GNyXoHF3voroKy7eNL6P9st3jIHRvo+gql/uObd3OG+ PQqF7dqdDR9nBU0/Hr/58N0GwKmHpz4rbjmGzboWjabyjO0jxoAxtgMg97EtrmZT1Omc 1so3+ZMrpUoBNjWPQ2NcH38lj/1tkvXlFcnoE= MIME-Version: 1.0 Received: by 10.68.15.9 with SMTP id t9mr1596163pbc.285.1315518739041; Thu, 08 Sep 2011 14:52:19 -0700 (PDT) Received: by 10.142.166.13 with HTTP; Thu, 8 Sep 2011 14:52:19 -0700 (PDT) Date: Thu, 8 Sep 2011 21:52:19 +0000 Message-ID: From: "b. f." To: Oliver Lehmann , freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: cvsup broken on amd64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2011 21:52:19 -0000 > 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.