[Kolab-devel] [issue2727] install-kolab.sh: tar uses -O which is not implemented in Solaris' tar

Thomas Arendsen Hein kolab-issues at intevation.de
Mon May 26 16:02:19 CEST 2008


New submission from Thomas Arendsen Hein <thomas at intevation.de>:

* ComCept Soliva <soliva at comcept.ch> [20080526 15:30]:
> + sh openpkg-20071227-20071227.-kolab.sh
>
> if following is performed after the error above the openpkg will be
> installed but nothing else. Overall packages etc. from kolab is missing:

There are two lines in install-kolab.sh which read:
PLATTAG=`sh "$INSTALL" -t | tar xf - -O shtool | sh -s platform --type=binary`-$TAG

Please change both of them to
PLATTAG="sparc64-solaris10-kolab"

And installation should work fine for you.


install-kolab.sh uses "tar xf - -O shtool" to extract shtool to
stdout and immediately run it, but this doesn't work with Solaris'
version of tar. A work around for the script could be to extrace
shtool to a temporary location and run it from there.

----------
assignedto: thomas
messages: 14932
nosy: bernhard, martin, soliva, thomas, till, wilde, wrobel
priority: bug
status: unread
title: install-kolab.sh: tar uses -O which is not implemented in Solaris' tar
topic: server
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue2727>
___________________________________________________




More information about the devel mailing list