Mardy Marshall (JIRA) wrote: > [ > http://track.sipfoundry.org/browse/XCF-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Mardy Marshall reopened XCF-2799: > --------------------------------- > > > Your opinions aside, the problem still exists. And until a solution is > supplied, we will be unable to support OpenSuSE. >
The only opinion that I expressed (and the only one I would like to be respected in this case) is the one that issues should be discussed on the list, and not dumped into JIRA directly. Now back to the problem: You cannot build 'jakarta-commons-net' on open susse because of: BuildRequires: java-javadoc I am not sure why 'jakarta-commons-net' (or any other jpackage for that matter) has it statement but I cannot change it. Our build system does not enforce/use BuildRequires (if it did you would not be able to build it on Fedora either, play with mock to see what I mean). openssue build apparently does enforce it, so we need to install something that provides java-javadoc on a build machine. I suggest you try one of those: - check if OpenSuse repository provides java-1.6.0-javadoc-1.6.0-1jpp (you'd have to enable nonfree repos in yast from what I am reading) and install it if it does - build java-1.6.0-sun-manual package yourself (http://jpackage.org/browser/rpm.php?jppversion=1.7&id=6188) nosrc RPM is here: http://mirrors.dotsrc.org/jpackage/1.7/generic/non-free/SRPMS/java-1.6.0-sun-manual-1.6.0-1jpp.nosrc.rpm - get the package from me (I am building it on Fedora but it's noarch and there should be nothing Fedora specific about it) - it's about 19M and I will be happy to send it to you / give it to you in whatever way is the most convenient. I can check in the build procedure for java-sun-manual into lib if it makes things easier, but I am not sure if this is really sipx dependency (and we certainly should not install it). Hope that helps, D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
