From owner-freebsd-current Tue Jul 4 10:23:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 4DB6037B51D for ; Tue, 4 Jul 2000 10:23:11 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id UAA22524 for ; Tue, 4 Jul 2000 20:21:41 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id UAA62377 for ; Tue, 4 Jul 2000 20:23:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39621DA6.101C9E2F@FreeBSD.org> Date: Tue, 04 Jul 2000 20:23:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: current@FreeBSD.org Subject: perl 5.006 upgrade issues Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've just noticed that parts of perl (current, cvsup'ed several hours ago) built on system with old perl version still depend on libperl.so.3: [make world] [rm /usr/lib/libperl.so.3] max@notebook$ cd /usr/ports/audio/aumix/ max@notebook$ portlint Can't load '/usr/libdata/perl/5.6.0/mach/auto/File/Glob/Glob.so' for module File ::Glob: Shared object "libperl.so.3" not found at /usr/libdata/perl/5.6.0/XSLoader.pm line 73. at /usr/libdata/perl/5.6.0/mach/File/Glob.pm line 94 Compilation failed in require at /usr/local/bin/portlint line 265. BEGIN failed--compilation aborted at /usr/local/bin/portlint line 265. It probably could be solved by building world twice, but obviously it should not be the case. Moreover it broke cross worldbuilds (i.e. building -CURRENT world on RELENG_4 system). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message