From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 01:36:31 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD29616A41C for ; Tue, 28 Jun 2005 01:36:31 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24BD943D4C for ; Tue, 28 Jun 2005 01:36:31 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so272113nzd for ; Mon, 27 Jun 2005 18:36:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=knVZZLBDMYPlNDUJbUfOMlrZeS/QYQ+MB+dfJHTPY+Sxd2qrmePph5UkVppS7gZszxUuglApF43awStXX8ukIiyqZpoHkpCts5K77tXFG8l1Jq5UzwI6YoOHU2+qRCs9vPwZtatwfDlAfQoyDSOM6+Sm/j5JnKGJgZw/feR8Pl4= Received: by 10.36.224.80 with SMTP id w80mr4223013nzg; Mon, 27 Jun 2005 18:36:30 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Mon, 27 Jun 2005 18:36:28 -0700 (PDT) Message-ID: Date: Tue, 28 Jun 2005 09:36:28 +0800 From: Jiawei Ye To: FreeBSD - Ports Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: perl-after-upgrade does not process anything X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jiawei Ye List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 01:36:32 -0000 Dear port maintainers, I have just used 'portupgrade -a' to upgrade my ports to the latest version, perl 5.8.7 included. After portupgrade finished, I ran perl-after-upgrade, but the output of the command is: root@orion:/usr/ports# perl-after-upgrade - --- Fixed 0 packages (0 files moved, 0 files modified) Skipped 479 packages root@orion:/usr/ports# perl-after-upgrade -f - But it fixed nothing, re-running amavisd-new results in: root@orion:/usr/ports# /usr/local/etc/rc.d/amavisd.sh restart amavisd not running? (check /var/amavis/amavisd.pid). Starting amavisd. ERROR: MISSING REQUIRED BASIC MODULES: Unix::Syslog Compress::Zlib BEGIN failed--compilation aborted at /usr/local/sbin/amavisd line 146. I fell back using the script mentioned in ports/UPDATING and forced upgrade of all perl dependant ports. Jiawei --- Fixed 0 packages (0 files moved, 0 files modified) Skipped 479 packages --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming