atom feed9 messages in org.freebsd.freebsd-currentRe: where's perl???
FromSent OnAttachments
karl ageeJul 25, 2002 11:08 pm 
Andrew KolchooginJul 25, 2002 11:11 pm 
Dan NelsonJul 25, 2002 11:28 pm 
Erik GreenwaldJul 26, 2002 12:45 am 
Michael NottebrockJul 26, 2002 3:00 am 
Andrew KolchooginJul 26, 2002 4:49 am 
Garance A DrosihnJul 26, 2002 12:41 pm 
Steve KarglJul 26, 2002 1:10 pm 
Benjamin CloseJul 28, 2002 4:53 pm 
Subject:Re: where's perl???
From:Dan Nelson (dnel@allantgroup.com)
Date:Jul 25, 2002 11:28:28 pm
List:org.freebsd.freebsd-current

In the last episode (Jul 25), karl agee said:

I am trying to install imwheel in my -current setup...ran make install in the port (updated yesterday) and it ran the compliation but bombed at perl. It sed:

Ha ha very ^ punny

su-2.05a# make install; make clean /usr/local/bin/perl: not found *** Error code 127

on my box perl is located

su-2.05a# whereis perl perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz /usr/src/usr.bin/perl

I checked various files to see if I could edit anything but there was nothing obvious. Should I make a link to /usr/bin/perl?

Perl has been removed from -current, mainly due to the difficulty of keeping it as up-to-date as people want. People are sweeping through port Makefiles replacing ${PERL} with ${REINPLACE} (aka sed), and it looks like you hit one that they haven't done yet. You can set PERL=/usr/bin/perl in /etc/make.conf (or add the symlink), but eventually you'll want to install the perl port and blow away /usr/bin/perl and /usr/libdata/perl.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message