[Remind-Fans] problem bulding remind

Ruthard Baudach ruthard.baudach at web.de
Wed May 1 09:18:43 EDT 2024


Hello Arthur,

Not knowing programming and using OpenBSD - I bet yopur knowledge will
grow...

Reading this error:

>*** Error 2 in rem2html (Makefile:25 'install': @if test "/usr/bin/perl" = "" ; then  echo "Not installing rem2html; Perl is required"; exit...)

I'd guess you haven't Perl installed.

Greetings,
Ruthard

Quoting Arthur Alinovi via Remind-fans (2024-05-01 14:39:39)
> 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
> 
> _______________________________________________
> Remind-fans mailing list
> Remind-fans at lists.skoll.ca
> https://dianne.skoll.ca/mailman/listinfo/remind-fans
> Remind is at https://dianne.skoll.ca/projects/remind/



More information about the Remind-fans mailing list