From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 12:24:08 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D937106564A for ; Tue, 24 Jun 2008 12:24:08 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id E0B938FC22 for ; Tue, 24 Jun 2008 12:24:07 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: by yw-out-2324.google.com with SMTP id 9so859991ywe.13 for ; Tue, 24 Jun 2008 05:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:mime-version:content-type:content-transfer-encoding :content-disposition; bh=eDgTTziJ2oa8G5bYcKMdR6xoOFW6Cehetc+5yGJNMKM=; b=LeEniBR4yZ/Eb7Q3QF61d+diLkSdDNh7N4rOFaZZxV85otrs3NotIMszRd9Ok66hCM FkHggmJNRY8Tgg3y6wr5NUSVjsrXBA6usjkXr9UZePjZPLdOl+kLJThSJ4lomCcQTxLF AhgSzlPc0LXKME/6T0npThG2iDqoUIAseKI04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:mime-version :content-type:content-transfer-encoding:content-disposition; b=rN3GIZmwee2HcKsoVPyS6I2RSPF53mcl1umBCDEE4l/kXc4A2wUybsi1TBoplXUjwO EjwrGAbYZ8rcDnNQRC1Uhrng/HOLjqAJObIuDNJOHnNT+e7PwX10k9im6uQWbi/90oCY gbJM5C/B/YWqJii3CXTdZWf8M4YoF4jV5R4hY= Received: by 10.142.223.4 with SMTP id v4mr5406990wfg.172.1214310242136; Tue, 24 Jun 2008 05:24:02 -0700 (PDT) Received: by 10.150.53.16 with HTTP; Tue, 24 Jun 2008 05:24:02 -0700 (PDT) Message-ID: Date: Tue, 24 Jun 2008 13:24:02 +0100 From: "Chris Rees" To: sorin.panca@psrk.com, koitsu@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-stable@freebsd.org Subject: Re: Failure building apache22 and mysql51 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 12:24:08 -0000 > Date: Mon, 23 Jun 2008 18:43:04 +0300 > From: Sorin P?nca > Hello people! > I recently upgraded a amd64 machine from FreeBSD-6.2-RELEASE-p11 to > FreeBSD-7.0-RELEASE-p2 using the tutorial found at > http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html > All went well with the base system. I don't want to patronise, but are you sure you were running FreeBSD/amd64-6.2 before? Looks kinda like you've tried to upgrade from 6.2/i386 to 7.0/amd64. In case you have, you can't do that. Check you haven't disabled and processor-specific extensions in your BIOS, like SSE, that would also create problems if you have optimised your ports. Chris > I thought devel/linuxthreads was using some old library so I tried to > rebuild it: > > # cd ../../devel/linuxthreads && make install clean # portupgrade -f > wouldn't do anything > ===> linuxthreads-2.2.3_23 is only for i386, while you are running amd64. > *** Error code 1 > > Stop in /usr/ports/devel/linuxthreads. > > > Any ideas what to do next? > Thank you! > > Sorin. >