Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 13:56:06 -0500 (CDT)
From:      Igor Roshchin <igor@physics.uiuc.edu>
To:        ports@freebsd.org
Cc:        sec@42.org
Subject:   Lynx-ssl installation problems
Message-ID:  <199908311856.NAA21040@alecto.physics.uiuc.edu>

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

Hello!

FYI:
lynx-ssl installation aborted (at the very end of the process)

I am installing this on 
3.1-19990412-STABLE FreeBSD

I guess the problem might be due to some change in the options keys,
but don't have time to look at it at the moment.

The screen snapshot follows.

Igor

PS. I am subscribed to -ports, so please include in cc: when replying


giganda: [14:49] [137] /usr/ports/www/lynx-ssl#make install
===>  Installing for lynx-ssl-2.8.2.1
mv -f /usr/local/bin/lynx /usr/local/bin/lynx.old
install -c -s -o root -g wheel -m 555 lynx /usr/local/bin/lynx
install -c -o root -g wheel -m 444 ./lynx.man /usr/local/man/man1/lynx.1
mv -f /usr/local/etc/lynx.cfg /usr/local/etc/lynx.oldcfg
install -c -o root -g wheel -m 444 ./lynx.cfg /usr/local/etc/lynx.cfg

Use make install-help to install the help-files
Use make install-doc to install extra documentation files

./mkdirs.sh /usr/local/etc/lynx_doc
mkdir /usr/local/etc/lynx_doc
./mkdirs.sh /usr/local/lib/lynx_help
mkdir /usr/local/lib/lynx_help
(cd /usr/local/lib/lynx_help && rm -rf *)
Constructing sed-script
sed     -e '/^#/d' -e '/^$/d'  -e 's%\(.*\)=\(.*\@.*\)$%s=@\1@=\2=g%'  -e 's%\(.*\)=\(http:.*\)$%s=@\1@=\2=g%'  -e 's%\(.*\)=\(ftp:.*\)$%s=@\1@=\2=g%'  -e 's%\(.*\)=\(.*\.html\)$%s=@\1@=\2=g%'  ./lynx_help/help_files.txt | tr '=' '%' >  /usr/local/lib/lynx_help/help_files.sed
Appending interim-fix for existing html files
sed     -e '/^#/d' -e '/[:@]/d' -e '/^$/d'  -e 's%\(.*\)=\(.*\.html\)$%s=\2=\2=g%'  -e 's%\.html=%\\.html=%'  ./lynx_help/help_files.txt | tr '=' '%' >>  /usr/local/lib/lynx_help/help_files.sed
if test -n ""; then echo 's%\\%%g' >>  /usr/local/lib/lynx_help/help_files.sed; fi
Translating/copying html files
/bin/sh -c 'cd ./lynx_help && (  dirs=keystrokes;  (cd /usr/local/lib/lynx_help && mkdir $dirs 2>/dev/null ) ;  files="*.html */*.html" ;  for f in $files ; do  sed -f /usr/local/lib/lynx_help/help_files.sed $f > /usr/local/lib/lynx_help/$f ;  done ;  if test "" != "" ; then  (cd /usr/local/lib/lynx_help &&  $files )  fi ;  )'
rm -f /usr/local/lib/lynx_help/help_files.sed
Updating /usr/local/etc/lynx.cfg
/bin/sh -c 'if test -f /usr/local/etc/lynx.cfg ; then  mv /usr/local/etc/lynx.cfg /usr/local/etc/lynx.tmp ;  else  cp ./lynx.cfg /usr/local/etc/lynx.tmp ;  fi'
Updating /usr/local/etc/lynx.cfg to point to installed help-files
sed     -e '/^HELPFILE:http/s@^@#@'  -e '/^#HELPFILE:file/s@#@@'  -e '/^HELPFILE:file/s@/PATH_TO/lynx_help@/usr/local/lib/lynx_help@'  -e '/^[A-Z_]*:/s@/PATH_TO/lynx_doc@/usr/local/etc/lynx_doc@'  -e '/^HELPFILE:file/s@$@@'  -e '/^HELPFILE:file/s@$@@'  /usr/local/etc/lynx.tmp >/usr/local/etc/lynx.cfg
chmod 644 /usr/local/etc/lynx.cfg
rm -f /usr/local/etc/lynx.tmp
install -c -o root -g wheel -m 444 ./COPYHEADER /usr/local/etc/lynx_doc/COPYHEADER
install -c -o root -g wheel -m 444 ./COPYING    /usr/local/etc/lynx_doc/COPYING
cd /usr/local/lib/lynx_help && (  ln /usr/local/etc/lynx_doc/COPYHEADER . || cp /usr/local/etc/lynx_doc/COPYHEADER . ;  ln /usr/local/etc/lynx_doc/COPYING    . || cp /usr/local/etc/lynx_doc/COPYING . )
===>   Generating temporary packing list
-R root:wheel /usr/local/lib/lynx_help
-R: not found
*** Error code 127

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908311856.NAA21040>