Jerry Shi píše v Pá 17. 12. 2010 v 22:12 -0500: > ...I'm so confused. I tried running zypper si -d lo-unstable, but I > got an error that source package lo-unstable wasn't found
"lo-unstable" is alias to the repository name. The sources packages is "libreoffice-bootstrap" > . I have the results of zypper attached. What happened? The output shows that the "lo-unstable" repository is enabled but the refresh is disabled. It might mean that the list of packages is outdated and they do not longer exist on the repository. You might enable the refresh using the call: zypper mr -r "lo-unstable" Then you might try to install build dependencies for the package libreoffice-boostrap: zypper si -d libreoffice-bootstrap Unfortunately, the java dependencies are not perfect. I suggest to explicitely install openJDK-devel using: zypper in java-1_6_0-openjdk-devel Finally, if you did not have any Java SDK installed, you JAVA_HOME variable points to the JRE. The variable is set by the profile /etc/profile.d/alljava.sh. If you want to update the variable in the current shell, you might might source the profile: source /etc/profile.d/alljava.sh Alternatively, you might do the build in a fresh terminal. It should source the profile automatically there. Best Regards, Petr _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice