I just did a sync last night, and am now trying to build: ... /build/trunk/build_i586/root/usr/sbin/sshd -t -f /build/trunk/build_i586/root/etc/ssh/sshd_config mkdir /build/trunk/build_i586/root/etc/ssh mkdir: cannot create directory `/build/trunk/build_i586/root/etc/ssh': File exists make[1]: /build/trunk/build_i586/root/usr/sbin/sshd: Command not found make[1]: *** [install-sysconf] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: [check-config] Error 127 (ignored) make[1]: Leaving directory `/build/trunk/build_i586/openssh-4.7p1' make: *** [/build/trunk/build_i586/root/usr/bin/ssh] Error 2
Couple of things... First, the "mkdir" should probably be an "mkdir -f". Second, running the cross-compiled objects seems highly dubious. What if I'm building on an i386 for a PPC or x86_64? Those will not be executable... -Philip ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
