[Remind-Fans] problem bulding remind

aalinovi at riseup.net aalinovi at riseup.net
Wed May 1 08:39:39 EDT 2024


I am trying to build the latest remind on OpenBSD-current.
What I get is:

* Installing REMIND (unstripped) *
*                                *
**********************************

mkdir -p /usr/local/bin || true
for prog in remind rem2ps ./../scripts/tkremind ; do  /usr/bin/install -c $prog /usr/local/bin || exit 1;  done
rm -f /usr/local/bin/rem > /dev/null 2>&1 || true
ln -s remind /usr/local/bin/rem
mkdir -p /usr/local/man/man1 || true
for man in ./../man/rem2ps.1 ./../man/remind.1  ./../man/tkremind.1 ./../man/rem.1 ; do   /usr/bin/install -c -m 644 $man /usr/local/man/man1 || exit 1;  done
mkdir -p /usr/local/share/remind || true
cp -R ../include/* /usr/local/share/remind
chmod -R a+rX /usr/local/share/remind
mkdir -p /usr/local/share/pixmaps
mkdir -p /usr/local/share/applications
/usr/bin/install -c -m 644 ./../resources/tkremind.png /usr/local/share/pixmaps
/usr/bin/install -c ./../resources/tkremind.desktop /usr/local/share/applications
if test "" = ""; then  update-desktop-database < /dev/null > /dev/null 2>&1 ;  xdg-icon-resource install --novendor --size 64 /usr/local/share/pixmaps/tkremind.png < /dev/null > /dev/null 2>&1 || true;  xdg-desktop-menu install --novendor /usr/local/share/applications/tkremind.desktop < /dev/null > /dev/null 2>&1 ||
true;  fi
*** Error 2 in rem2html (Makefile:25 'install': @if test "/usr/bin/perl" = "" ; then  echo "Not installing rem2html; Perl is required"; exit...)
*** Error 2 in /home/slaurel/Downloads/remind-04.03.07 (Makefile:23 'install': @make -C rem2html install)
/home/slaurel/Downloads/remind-04.03.07 $

Not knowing programming I have no clue what the problem might be.
Any suggestions would be appreciated.

Thank you

Arthur



More information about the Remind-fans mailing list