[Kolab-devel] Kolab Server 2.2.3 Final > Solaris 10

ComCept Soliva soliva at comcept.ch
Sat Jan 2 13:04:42 CET 2010


Hi all

First of all a Happy New Year to all Developers and good progress with
Kolab2 in the new year :-)

I was able to test on Solaris 10 Sparc the new release. From this point of
view some issues was solved some issues still exists but are solveable!

I documented the overall installation within the Wiki incl. Listing issues
etc.:

https://wiki.kolab.org/index.php/Solaris

Following issues still exist:

https://www.intevation.de/roundup/kolab/issue1809
https://www.intevation.de/roundup/kolab/issue3315
https://www.intevation.de/roundup/kolab/issue1779

Following issues was recognized during installation etc. but for me this did
not have any impact:

If the installation scripts is started you will see follwing errors:

+ cp /kolabtmp/openpkg-20071227-20071227_kolab2.src.rpm
/tmp/install-kolab....201 
+ cp /kolabtmp/openpkg-20071227-20071227_kolab2.src.sh
/tmp/install-kolab....201 
+ ln -sf /kolabtmp/00INDEX.rdf /tmp/install-kolab....201 
ln: -sf: No such file or directory
ln: /tmp/install-kolab....201/00INDEX.rdf: Cross-device link
+ find /kolabtmp -name *.rpm ! -name openpkg-2*.rpm -exec ln -sf {}
/tmp/install-kolab....201 ; 
ln: -sf: No such file or directory
ln: /tmp/install-kolab....201/PEAR-Net_LDAP2-2.0.0RC5-1.src.rpm:
Cross-device link
ln: -sf: No such file or directory
ln: /tmp/install-kolab....201/gcc-4.2.2-20080101.src.rpm: Cross-device link
ln: -sf: No such file or directory
ln: /tmp/install-kolab....201/PEAR-Horde-Channel-1.0-20090119.src.rpm:
Cross-device link
ln: -sf: No such file or directory
ln: /tmp/install-kolab....201/pkgconfig-0.23-20080117.src.rpm: Cross-device
link
............................................................................
..............
............................................................................
..............
............................................................................
..............
............................................................................
..............


This error comes from following positions within the script:



  ln -sf "$SRCDIR/00INDEX.rdf" "$WORKDIR"
  find "$SRCDIR" $FIND1 -name "*.rpm" \! -name "openpkg-2*.rpm" -exec ln -sf
'{}' "$WORKDIR" \;
}





    PACKAGES=`remove_from_list "$EXCLUDEPKGS" "$PACKAGES"`

    find "$DIR" $FIND1 -name "*.$PLATTAG.rpm" -exec ln -sf '{}'
"$PREFIX/RPM/PKG/" \;
    echo "----------- SETUP COMPLETED -----------"
    echo
    echo " Now running:"
    echo
    echo "   $PREFIX/bin/openpkg build -kKBuZ -r \"$DIR\" -p \"$PLATTAG\"
$DEFINE $PACKAGES | sh"
    echo
    echo "---------------------------------------"
    "$PREFIX/bin/openpkg" build -kKBuZ -r "$DIR" -p "$PLATTAG" $DEFINE
$PACKAGES | sh || exit $?
Fi


The reason for this ist hat Solaris 10 does not know the option "ln -sf".
Again as mentioned I only saw the error but I did not have any impact and
the final installation including "bootstrap" etc. was running fine as the
server is know up and running.

I'm looking forward regarding your discussion regarding openPKG V4 etc.
which I saw within the Developer List etc. All logs from the installation
are still available. If you like it tell me otherwise I will delete them in
a view days.

Kind regards

Andrea
 




More information about the devel mailing list