Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 1997 11:16:49 -0800 (PST)
From:      Jaye Mathisen  <mrcpu@cdsnet.net>
To:        Satoshi Asami <asami@vader.cs.berkeley.edu>
Cc:        ports@freebsd.org
Subject:   Re: Missing dependency on INN port
Message-ID:  <Pine.NEB.3.95.970402111456.17765G-100000@mail.cdsnet.net>
In-Reply-To: <199704020940.BAA02885@silvia.HIP.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help

All I did was go to /usr/ports/news/inn, did make, and it failed trying
to link with -lperl.  This is on a machine with a brand new 2.2.1 minimal
install.

Maybe the patch turns it on, I dont' know:

# cd /usr/ports/news/inn
# make
>> Checksum OK for inn-1.5.1.tar.gz.
===>  Building for inn-1.5.1

cd config ; make  all ; cd ..
chmod u+w `grep -v '^;' <files.list`
./subst  -f config.data `grep -v '^;' <files.list`
Fixing interpreter paths.
perl fixinterps.pl -v -d ../samples inncheck innlog.pl pgpverify scanspool
inncheck: no substitution defined for perl5.003
innlog.pl: no substitution defined for perl5.003
pgpverify: no substitution defined for perl5.003
scanspool: no substitution defined for perl5.003

cd lib ; make  install ; cd ..

cd frontends ; make  all ; cd ..
`all' is up to date.

cd innd ; make  all ; cd ..
gcc  -o innd art.o cc.o chan.o his.o icd.o innd.o lc.o nc.o newsfeeds.o
ng.o  proc.o rc.o site.o tcl.o perl.o ../libinn.a -ltcl -lm
-L/usr/local/lib/perl5/i386-freebsd/5.003/CORE -lperl -lm -lutil -lcrypt
ld: -lperl: no match
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
# 


On Wed, 2 Apr 1997, Satoshi Asami wrote:

>  * INN port requires perl 5.003, but doesn't install it if it isn't already.
> 
> Are you sure?  This is what it says:
> 
> ===
> # FreeBSD 2.2 comes with tcl in the base system, so it's enabled by default
> # if you want to disable tcl support, set USE_TCL to "DONT"
> # if you want to enable perl5 support, set USE_PERL5 to "DO"
> USE_TCL?=       DO
> USE_PERL5?=     DONT
> ===
> 
> Seems like perl5 support is turned off by default....
> 
> Satoshi
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.970402111456.17765G-100000>