make extra

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
Coronas
Developer
Beiträge: 196
Registriert: Dienstag 16. Oktober 2001, 00:00

make extra

Beitrag von Coronas »

Hi

hab mir gerade mal das cdk neu geholt, aber make extra bricht ab.
../mkinstalldirs /dbox2/cdkroot/share
/usr/bin/install -c -m 0644 ./Ssh.bin /dbox2/cdkroot/share/Ssh.bin
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/coronas/tuxbox-cvs/cdk/openssh-3.0.2p1/scard«
./mkinstalldirs /dbox2/cdkroot/bin
./mkinstalldirs /dbox2/cdkroot/sbin
./mkinstalldirs /dbox2/cdkroot/man
./mkinstalldirs /dbox2/cdkroot/share
./mkinstalldirs /dbox2/cdkroot/man/man1
./mkinstalldirs /dbox2/cdkroot/man/man8
./mkinstalldirs /dbox2/cdkroot/libexec
/usr/bin/install -c -m 0711 -s ssh /dbox2/cdkroot/bin/ssh
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s scp /dbox2/cdkroot/bin/scp
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s ssh-add /dbox2/cdkroot/bin/ssh-add
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s ssh-agent /dbox2/cdkroot/bin/ssh-agent
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s ssh-keygen /dbox2/cdkroot/bin/ssh-keygen
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s ssh-keyscan /dbox2/cdkroot/bin/ssh-keyscan
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s sshd /dbox2/cdkroot/sbin/sshd
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s sftp /dbox2/cdkroot/bin/sftp
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 0755 -s sftp-server /dbox2/cdkroot/libexec/sftp-server
strip: Warning: Output file cannot represent architecture UNKNOWN!
/usr/bin/install -c -m 644 ssh.1.out /dbox2/cdkroot/man/man1/ssh.1
/usr/bin/install -c -m 644 scp.1.out /dbox2/cdkroot/man/man1/scp.1
/usr/bin/install -c -m 644 ssh-add.1.out /dbox2/cdkroot/man/man1/ssh-add.1
/usr/bin/install -c -m 644 ssh-agent.1.out /dbox2/cdkroot/man/man1/ssh-agent.1
/usr/bin/install -c -m 644 ssh-keygen.1.out /dbox2/cdkroot/man/man1/ssh-keygen.1/usr/bin/install -c -m 644 ssh-keyscan.1.out /dbox2/cdkroot/man/man1/ssh-keyscan.1
/usr/bin/install -c -m 644 sshd.8.out /dbox2/cdkroot/man/man8/sshd.8
/usr/bin/install -c -m 644 sftp.1.out /dbox2/cdkroot/man/man1/sftp.1
/usr/bin/install -c -m 644 sftp-server.8.out /dbox2/cdkroot/man/man8/sftp-server.8
rm -f /dbox2/cdkroot/bin/slogin
ln -s ssh /dbox2/cdkroot/bin/slogin
rm -f /dbox2/cdkroot/man/man1/slogin.1
ln -s ssh.1 /dbox2/cdkroot/man/man1/slogin.1
#true -f dev,filesys,driver /dbox2/cdkroot/bin/ssh /dbox2/cdkroot/bin/slogin
if [ ! -d /etc/ssh ]; then \
./mkinstalldirs /etc/ssh; \
fi
if [ ! -f /etc/ssh/ssh_config ]; then \
/usr/bin/install -c -m 644 ssh_config.out /etc/ssh/ssh_config; \
else \
echo "/etc/ssh/ssh_config already exists, install will not overwrite"; \fi
/etc/ssh/ssh_config already exists, install will not overwrite
if [ ! -f /etc/ssh/sshd_config ]; then \
/usr/bin/install -c -m 644 sshd_config.out /etc/ssh/sshd_config; \
else \
echo "/etc/ssh/sshd_config already exists, install will not overwrite";
\
fi
/usr/bin/install: reguläre Datei »/etc/ssh/sshd_config« kann nicht angelegt werden: Keine Berechtigung
make[1]: *** [install-files] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/coronas/tuxbox-cvs/cdk/openssh-3.0.2p1«
make: *** [.ssh] Fehler 2
[coronas@Asus-Linux cdk]
Hat jemand 'ne Idee, warum das passiert ist?
@Obi: danke den Hinweis im readme.de, nicht als root zu kompilieren ;)
Xpomul
Einsteiger
Einsteiger
Beiträge: 130
Registriert: Donnerstag 28. Februar 2002, 09:13

Beitrag von Xpomul »

Hm, scheinbar stimmen im Makefile für die ssh die Pfade nicht.

Das Script versucht configs in das /etc Deines Rechners zu installieren. Das klappt glücklicherweise nicht, weil Du entsprechend der Doku nicht als root kompilierst. :) Das hast Du ja alles richtig erkannt.

Muß evtl. noch ein configure vorher laufen, um das anzupassen weil ssh neu ist?
obi
Senior Member
Beiträge: 1282
Registriert: Montag 12. November 2001, 00:00

Beitrag von obi »

das ssh ist irgendwie kaputt so wie es ist... naja, mal schaun, gibt gerade wichtigeres