bugzilla-daemon at mindrot.org
2002-Jun-28 12:28 UTC
[Bug 318] New: Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318 Summary: Install failure creating ssh_prng_cmds Product: Portable OpenSSH Version: -current Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: j.wilson at eee.strath.ac.uk Installation is failing during make install. Output from make: if [ -f ssh_prng_cmds -a ! -z "yes" ]; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ if [ ! -f /usr/local/etc/ssh_prng_cmds ] ; then \ ./install-sh -c -m 644 ssh_prng_cmds.out /usr/local/etc/ssh_prng_cmds; \ else \ echo "/usr/local/etc/ssh_prng_cmds already exists, install will not overwrite"; \ fi ; \ fi Couldn't open output file ssh_prng_cmds.out at ./fixprogs line 31. *** Error code 13 make: Fatal error: Command failed for target `install-files' ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.