From owner-freebsd-questions@FreeBSD.ORG Wed Feb 28 10:36:39 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 1891716A403 for ; Wed, 28 Feb 2007 10:36:39 +0000 (UTC) (envelope-from bsd.mailinglisten@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id A416613C4AA for ; Wed, 28 Feb 2007 10:36:38 +0000 (UTC) (envelope-from bsd.mailinglisten@googlemail.com) Received: by ug-out-1314.google.com with SMTP id 71so76290ugh for ; Wed, 28 Feb 2007 02:36:37 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Uq+8Djjd0032Wq7Af9CoBzhzgS9tfNDTG88kph+xNghvyi7c82/HiwNRhN1P0gXD5YOn3XuJkH7P8GAa4z9G4L16EjvG4VY3lx+c/GGarAqVOIhKxIDuktRkUmUNSTmSFlzg/RjVpB2/vz4xG3pnS/NQPdyH3JmKLOzrwCOm+U0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=B9ZERX2rkGQfJvkAnQ+JQ21Fotm9YN/+J4MQQsaGKGnI40qGA/VfWzOUd7/h59cVLhnvs4cv1ogfpWS9GKFnAK14l13lgY9QJsCURY+WkErXt8vUsJvpuKlq9LQ1mI+i5rx/yChdHhWerCpGMmOFeVM6cE+jACdjgybavH1jJJU= Received: by 10.67.97.7 with SMTP id z7mr357551ugl.1172657293599; Wed, 28 Feb 2007 02:08:13 -0800 (PST) Received: from ?192.168.1.180? ( [89.247.222.162]) by mx.google.com with ESMTP id y1sm296317uge.2007.02.28.02.08.11; Wed, 28 Feb 2007 02:08:12 -0800 (PST) Message-ID: <45E5548A.1000908@googlemail.com> Date: Wed, 28 Feb 2007 11:08:10 +0100 From: Marco Hafke User-Agent: Thunderbird 1.5.0.9 (X11/20070207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <00e501c75afe$de4511d0$0300000a@morcivert> In-Reply-To: <00e501c75afe$de4511d0$0300000a@morcivert> Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Ports after upgrade 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: Wed, 28 Feb 2007 10:36:39 -0000 Hello, which version og FreeBSD do you use? Some hints: 1. Instaed of "make index" you can use "make fetchindex" which is much more faster. 2. You should try to use portsnap instead of cvsup which is in the base since 6.2. It works pretty finde. 3. Your problem looks like a portupgrade mistake. I think you better should delete your whole portstree and your portsdb and build try again to fix your problems So do # rm -r /usr/ports # mkdir /usr/ports After that do cvsup, csup or portsnap to get the latest portstree. Then use the latest portupgrade. /usr/ports/UPDATING says: "20070102: AFFECTS: users of sysutils/portupgrade AUTHOR: sem@FreeBSD.org If you have a problem with upgrading the tools from version 2.2.1 and less, remove the package with pkg_delete portupgrade\* command and reinstall it from scratch. Remove /usr/ports/INDEX*.db and run portsdb -u." After upgrading portupgrade you should rebuild apache with something like that: # portupgrade -rRf apache After that apache should work proper. Good luck! Marco Atilla Gosterisli schrieb: > Please help, > > After perl upgrade 5.8 my apache didn't start giving "/usr/libexec/ld-elf.so.1: Shared object "libexpat.so.4" not found" error > and couldn't make install for apache I upgrade the all ports with cvsup > After successfull upgrade, ports are not working I can not make index with "make index" either. > > > "/usr/ports/Mk/bsd.port.mk", line 2292: warning: String comparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2292: warning: String comparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2292: Malformed conditional (((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OSVERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_install") || exists(${LOCALBASE}/sbin/pkg_info)) > "/usr/ports/Mk/bsd.port.mk", line 2293: warning: String comparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2293: warning: String comparison operator should be either == or != > "/usr/ports/Mk/bsd.port.mk", line 2293: Malformed conditional ((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OSVERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_install") > "/usr/ports/Mk/bsd.port.mk", line 2308: if-less else > "/usr/ports/Mk/bsd.port.mk", line 2308: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 2322: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 2322: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 5987: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 5987: Need an operator > make: fatal errors encountered -- cannot continue > ===> accessibility/at-poke failed > *** Error code 1 > 2 errors > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >