View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002525 | unreal | installing | public | 2005-05-18 16:40 | 2007-04-27 05:08 |
| Reporter | brain2 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to duplicate | ||
| Product Version | 3.2.3 | ||||
| Summary | 0002525: Solaris 10 make install failure | ||||
| Description | When attempting to run 'make install' in solaris 10, the makefile outputs several dozen errors which are ignored, then aborts as shown below. $ make install Building src make[1]: Entering directory `/export/home/brain/Unreal3.2/src' cd modules; make 'CFLAGS=-I../include -I/export/home/brain/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -D_SOLARIS ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lsocket -lnsl -lresolv -L/export/home/brain/Unreal3.2/extras/regexp/lib -ltre ' 'LDFLAGS=' 'IRCDMODE=711' 'BINDIR=/export/home/brain/unreal-test/ircd' 'INSTALL=' 'INCLUDEDIR=../include' 'IRCDDIR=/export/home/brain/unreal-test' 'MANDIR=' 'RM=/usr/bin/rm' 'CP=/usr/bin/cp' 'TOUCH=/usr/bin/touch' 'RES=' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=' 'CRYPTOINCLUDES=' 'URL=' all make[2]: Entering directory `/export/home/brain/Unreal3.2/src/modules' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/export/home/brain/Unreal3.2/src/modules' make[1]: Leaving directory `/export/home/brain/Unreal3.2/src' __________________________________________________ | Compile is now complete. | | You should now read the documentation and learn | | how to configure your IRCd. | | | | If you really like UnrealIRCd, and would like to | | make a donation, please read the Donation file in| | this archive. :) | | | | Thanks for using Unreal IRCd! If you are in need | | for any kind of help regarding the IRCd please | | read the Unreal.nfo file. | |__________________________________________________| m 0700 -d /export/home/brain/unreal-test make: m: Command not found make: [install] Error 127 (ignored) m 0700 src/ircd /export/home/brain/unreal-test/ircd make: m: Command not found make: [install] Error 127 (ignored) m 0700 -d /export/home/brain/unreal-test/networks make: m: Command not found make: [install] Error 127 (ignored) m 0600 networks/*.network /export/home/brain/unreal-test/networks /bin/sh: m: not found make: [install] Error 1 (ignored) m 0700 networks/makenet /export/home/brain/unreal-test/networks make: m: Command not found make: [install] Error 127 (ignored) m 0600 networks/networks.ndx /export/home/brain/unreal-test/networks make: m: Command not found make: [install] Error 127 (ignored) m 0700 -d /export/home/brain/unreal-test/doc make: m: Command not found make: [install] Error 127 (ignored) m 0600 doc/Authors doc/example.conf doc/coding-guidelines doc/tao.of.irc doc/unreal32docs.html /export/home/brain/unreal-test/doc make: m: Command not found make: [install] Error 127 (ignored) m 0700 -d /export/home/brain/unreal-test/aliases make: m: Command not found make: [install] Error 127 (ignored) m 0600 aliases/*.conf /export/home/brain/unreal-test/aliases /bin/sh: m: not found make: [install] Error 1 (ignored) /usr/bin/touch /export/home/brain/unreal-test/unrealircd.conf touch: /export/home/brain/unreal-test/unrealircd.conf cannot create make: *** [install] Error 1 | ||||
| Steps To Reproduce | Run the install as normal, same occurs wether you select to place the ircd files in the default location, or wether you pick a different location (outside of ~/Unreal3.2) at ./Config time. | ||||
| Additional Information | $ uname -a SunOS unknown 5.10 Generic i86pc i386 i86pc $ make -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) | ||||
| 3rd party modules | |||||