[opensuse-packaging] antRun issue - symlink solution
Dear all, there seems to be a setup issue for antRun that makes the scala builds fail, as antRun could not be found. By creating a symlink by hand from "/usr/share/ant/bin/antRun" to "/usr/bin/antRun" could possibly fix it, but I didn't get it to work. I tried the following in build section of the spec: # Create symlink to fix antRun setup bug mkdir -p %{buildroot}/usr/share/ant/bin/ cd %{buildroot}/usr/share/ant/bin/ ln -s ../../../bin/antRun as suggested, but this didn't work. Any idea, how to get this working again? Sorry for crossposting, but this seems a better place to ask. project : devel:languages:scala package: scala Thanks, Denny -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Tue, Sep 24, 2013 at 12:26:04PM +0200, Denny Beyer wrote:
Dear all, there seems to be a setup issue for antRun that makes the scala builds fail, as antRun could not be found.
By creating a symlink by hand from "/usr/share/ant/bin/antRun" to "/usr/bin/antRun" could possibly fix it, but I didn't get it to work.
I tried the following in build section of the spec: # Create symlink to fix antRun setup bug mkdir -p %{buildroot}/usr/share/ant/bin/ cd %{buildroot}/usr/share/ant/bin/ ln -s ../../../bin/antRun
as suggested, but this didn't work.
Any idea, how to get this working again? Sorry for crossposting, but this seems a better place to ask.
project : devel:languages:scala package: scala
I've adjusted ant package to install the link itself. Check the latest ant from Java:packages project. Sent as 201850 to Factory. Regards Michal Vyskocil
Thanks, Denny -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Denny Beyer
-
Michal Vyskocil