Philip Prindeville wrote: > 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...
The mkdir is part of the openssh source code. We try not to change that unless we absolutely must. If you read your messages correctly you'll see that the check-config test which is run is ignored. I can also see by reading your messages that /build/trunk/build_i586/root/etc/ssh exists. If this exists, something did not complete correctly the last time you tried compiling this. Do the following (and it will work). make openssh-clean make openssh the make openssh-clean will remove the symbolic link that is created by the openssh package to /tmp/etc/ssh Again, the Error that you are concerned about is ignored. It's the prior error that is causing openssh not to build. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- 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]
