Problem during installing
Hi,
I have a problem when I install with the OXInstaller on a frech installed ubuntu-server 7.10 system. I get some compiler errors:
Can anyone help me please ?
Thank you all very match.
Hi,
I have a problem when I install with the OXInstaller on a frech installed ubuntu-server 7.10 system. I get some compiler errors:
Code:
Downloading required Ubuntu packages...
Depending on your internet connection, this may take a while.
-------------------------------------------------------------
Ign cdrom://Ubuntu-Server 7.10 _Gutsy Gibbon_ - Release i386 (20071016) gutsy/main Translation-de
Ign cdrom://Ubuntu-Server 7.10 _Gutsy Gibbon_ - Release i386 (20071016) gutsy/restricted Translation-de
Hole:1 http://de.archive.ubuntu.com gutsy Release.gpg [191B]
OK http://de.archive.ubuntu.com gutsy/main Translation-de
Hole:2 http://security.ubuntu.com gutsy-security Release.gpg [191B]
Ign http://security.ubuntu.com gutsy-security/main Translation-de
OK http://de.archive.ubuntu.com gutsy/restricted Translation-de
OK http://de.archive.ubuntu.com gutsy/universe Translation-de
OK http://de.archive.ubuntu.com gutsy/multiverse Translation-de
Hole:3 http://de.archive.ubuntu.com gutsy-updates Release.gpg [191B]
Ign http://de.archive.ubuntu.com gutsy-updates/main Translation-de
Ign http://de.archive.ubuntu.com gutsy-updates/restricted Translation-de
Ign http://de.archive.ubuntu.com gutsy-updates/universe Translation-de
Ign http://de.archive.ubuntu.com gutsy-updates/multiverse Translation-de
OK http://de.archive.ubuntu.com gutsy Release
Ign http://security.ubuntu.com gutsy-security/restricted Translation-de
Ign http://security.ubuntu.com gutsy-security/universe Translation-de
Ign http://security.ubuntu.com gutsy-security/multiverse Translation-de
OK http://security.ubuntu.com gutsy-security Release
OK http://de.archive.ubuntu.com gutsy-updates Release
OK http://security.ubuntu.com gutsy-security/main Packages
OK http://de.archive.ubuntu.com gutsy/main Packages
OK http://de.archive.ubuntu.com gutsy/restricted Packages
OK http://de.archive.ubuntu.com gutsy/main Sources
OK http://de.archive.ubuntu.com gutsy/restricted Sources
OK http://de.archive.ubuntu.com gutsy/universe Packages
OK http://de.archive.ubuntu.com gutsy/universe Sources
OK http://de.archive.ubuntu.com gutsy/multiverse Packages
OK http://security.ubuntu.com gutsy-security/restricted Packages
OK http://security.ubuntu.com gutsy-security/main Sources
OK http://security.ubuntu.com gutsy-security/restricted Sources
OK http://de.archive.ubuntu.com gutsy/multiverse Sources
OK http://de.archive.ubuntu.com gutsy-updates/main Packages
OK http://de.archive.ubuntu.com gutsy-updates/restricted Packages
OK http://de.archive.ubuntu.com gutsy-updates/main Sources
OK http://de.archive.ubuntu.com gutsy-updates/restricted Sources
OK http://security.ubuntu.com gutsy-security/universe Packages
OK http://security.ubuntu.com gutsy-security/universe Sources
OK http://security.ubuntu.com gutsy-security/multiverse Packages
OK http://security.ubuntu.com gutsy-security/multiverse Sources
OK http://de.archive.ubuntu.com gutsy-updates/universe Packages
OK http://de.archive.ubuntu.com gutsy-updates/universe Sources
OK http://de.archive.ubuntu.com gutsy-updates/multiverse Packages
OK http://de.archive.ubuntu.com gutsy-updates/multiverse Sources
Es wurden 3B in 0s geholt (4B/s)
Paketlisten werden gelesen... Fertig
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Reading state information... Fertig
cvs ist schon die neueste Version.
sun-java5-jdk ist schon die neueste Version.
sun-java5-bin ist schon die neueste Version.
apache2 ist schon die neueste Version.
mysql-server ist schon die neueste Version.
mysql-client ist schon die neueste Version.
cyrus-imapd-2.2 ist schon die neueste Version.
cyrus-pop3d-2.2 ist schon die neueste Version.
gettext ist schon die neueste Version.
libapache2-mod-jk ist schon die neueste Version.
sasl2-bin ist schon die neueste Version.
libpam-mysql ist schon die neueste Version.
libnss-mysql-bg ist schon die neueste Version.
postfix-mysql ist schon die neueste Version.
ant ist schon die neueste Version.
ant-optional ist schon die neueste Version.
cyrus-admin-2.2 ist schon die neueste Version.
libgnujaf-java ist schon die neueste Version.
libcommons-cli-java ist schon die neueste Version.
libcommons-codec-java ist schon die neueste Version.
libcommons-httpclient-java ist schon die neueste Version.
libcommons-logging-java ist schon die neueste Version.
libslide-webdavclient-java ist schon die neueste Version.
libjdom1-java ist schon die neueste Version.
junit ist schon die neueste Version.
libmysql-java ist schon die neueste Version.
libservlet2.4-java ist schon die neueste Version.
mailutils ist schon die neueste Version.
libsasl2-modules ist schon die neueste Version.
munin ist schon die neueste Version.
munin-node ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 2 nicht aktualisiert.
Creating Open-Xchange directories... done.
Linking distribution specific dependencies... done.
Configuring services (apache2, cyrus, pam, sasl, postfix, nss-mysql)...
This installer provides a configuration file which may already exist on
your system. To avoid loss of configuration data, the original files will
be renamed with .old extension.
Configuring system user (open-xchange)...
addgroup: The group `open-xchange' already exists as a system group. Exiting.
The user `open-xchange' already exists as a system user. Exiting.
CVS checkout required Open-Xchange repositories...
+ open-xchange
+ open-xchange-admin
+ open-xchange-admin-console-ee
+ open-xchange-admin-plugin-imap
+ open-xchange-admin-plugin-mail
+ open-xchange-admin-plugin-mailfilter
+ open-xchange-admin-plugin-context_light
+ open-xchange-admin-plugin-ca_mgmt_simple
+ open-xchange-admin-plugin-osconfig
+ open-xchange-admin-plugin-services
+ open-xchange-admin-plugin-sw-update
+ open-xchange-admin-plugin-backup
+ json-jdk15
+ open-xchange-gui
+ open-xchange-admin-gui-ee
+ open-xchange-admin-gui-ee-ajax
+ open-xchange-admin-gui-ee-templates
Compiling source dependencies (concurrent.jar)...
[javac] /tmp/concurrent/src/EDU/oswego/cs/dl/util/concurrent/SemaphoreControlledChannel.java:70: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[javac] putGuard_ = (Semaphore)(ctor.newInstance(cap));
[javac] ^
[javac] /tmp/concurrent/src/EDU/oswego/cs/dl/util/concurrent/SemaphoreControlledChannel.java:72: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[javac] takeGuard_ = (Semaphore)(ctor.newInstance(zero));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 warnings
BUILD SUCCESSFUL
Total time: 11 seconds
Compiling source dependencies (json.jar)...
BUILD SUCCESSFUL
Total time: 5 seconds
Compiling Open-Xchange Groupware...
[javac] /tmp/open-xchange/src/com/openexchange/charset/AliasCharsetProvider.java:119: package net.freeutils.charset does not exist
[javac] c = new net.freeutils.charset.CharsetProvider().charsetForName(charsetName);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
/tmp/open-xchange/build.xml:114: Compile failed; see the compiler error output for details.
Total time: 25 seconds
Thank you all very match.

Comment