Date: Sun, 7 Feb 2010 23:51:24 +0300 From: Denis <piloyder@gmail.com> To: Warren Block <wblock@wonkity.com> Cc: Robert Huff <roberthuff@rcn.com>, freebsd-questions@freebsd.org Subject: Re: Cannot build perl on FreeBSD 8.0 Message-ID: <325305251002071251paba11a4ue0c4ff51762478dc@mail.gmail.com> In-Reply-To: <alpine.BSF.2.00.1002071231220.73294@wonkity.com> References: <325305251002070724rb0e30dre8ef5db300b313e4@mail.gmail.com> <alpine.BSF.2.00.1002070957160.72829@wonkity.com> <325305251002070920r1f0a96dbk110bfb1f33fe706@mail.gmail.com> <alpine.BSF.2.00.1002071108450.73086@wonkity.com> <19311.3072.653804.20511@jerusalem.litteratus.org> <alpine.BSF.2.00.1002071231220.73294@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 7, 2010 at 10:36 PM, Warren Block <wblock@wonkity.com> wrote: >>> =A0You may be running into the situation where something Perl needs can= 't >>> =A0run because of mixed libraries. >>> >>> =A0For the 7-8 major version upgrade, it's usually easier and faster to >>> =A0save your pkg_info output, backup /usr/local/etc, and pkg_delete >>> =A0everything. =A0Then update the ports tree and start installing ports= from >>> =A0scratch. >>> >>> =A0There may be a way to automate that, like feeding the saved pkg_info >>> =A0output to portupgrade. =A0I haven't done it often enough to investig= ate. >> >> =A0 =A0 =A0 =A0pkg_sort, which is part of portupgrade, is a useful tool. > > That's pretty cool: > > pkg_info | cut -f 1 -d' ' | pkg_sort > > You could just start installing ports at the bottom and work upwards. > > The only thing that makes me wonder is that list shows wine above > xorg-server on my system. Thank you for your help and useful tips! The problem was easy - long time ago I made a link in /bin/basename to /usr/compat/linux/bin/basename . There for during perl config wrong basename was chosen and lead to the erro= r. Best regards, Denis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?325305251002071251paba11a4ue0c4ff51762478dc>