[erlang-bugs] R11B-4 'gmake install' fails under OpenBSD 4.0/Zaurus

Julian Fondren ayrnieu@REDACTED
Fri Mar 30 02:22:19 CEST 2007


  === Leaving application dialyzer
  gmake[1]: Leaving directory `/mnt/250/jul/erlang/otp_src_R11B-4/lib/dialyzer'
  cd /usr/local/lib/erlang && ./Install -minimal /usr/local/lib/erlang

  Formatting manual pages (this may take a while...)
  gmake: *** [install.Install] Error 127

This fails for two reasons:

 case $SYS:$REL in
                 SunOS:5.*)
                         TARGET=sunos5 ;;
                 Linux:*)
                         TARGET=linux ;;
-                OpenBSD:3.*)
+                OpenBSD:3.*|OpenBSD:4.*)
                         TARGET=openbsd ;;
                 *)
                         TARGET="" ;;
 esac

and: it seems that this machine doesn't have catman -- that may be a 4.0 issue,
or possibly a OpenBSD-on-zaurus issue.

Anyway, 'make -n install' tells me that only one step happens after this one,
so I got R11B-4 installed anyway.


Cheers,
Julian



More information about the erlang-bugs mailing list