Gerard Henry wrote:
UnixInstaller::run(): szCmd = (cd "/usr/local/HelixPlayer"; ./postinst/postinst.sh /usr/local/HelixPlayer install.log)
./postinst/postinst.sh: line 53: [: too many arguments

c'est la ligne suivante:
if [ -n `which whoami` ] ; then
   LOGNAME=`whoami`
fi
je vois pas ce qu'il y a d'anormal?

which renvoie plusieurs mots quand il ne trouve pas la commande dans le PATH. Ce test ne fonctionne pas.

et ces autres messages, pourquoi a t il besoin du fichier netmasks?

find: stat() error /usr/share/locale/de/LC_MESSAGES/hxplay.mo: No such file or directory
find: cannot follow symbolic link /etc/netmasks: No such file or directory
.install: player.mo was not found anywhere!
find: stat() error /usr/share/locale/de/LC_MESSAGES/libgtkhx.mo: No such file or directory
find: cannot follow symbolic link /etc/netmasks: No such file or directory
install: widget.mo was not found anywhere!

Ça, je dirais que c'est la commande /usr/bin/install qui est utilisée à la place de /usr/ucb/install: elles ne sont bien sûr pas compatibles, et ça déclenche un find sur /.

Laurent

_______________________________________________
Solaris_fr liste de diffusion en français pour Solaris, sur toutes architectures
[email protected]
http://x86.sun.com/mailman/listinfo/solaris_fr

Répondre à