[kepler-dev] [Bug 4995] ant installer fails under Linux

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Nov 20 18:08:54 PST 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4995

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
             Status|RESOLVED                    |REOPENED
           Hardware|All                         |Other
            Version|1.x dev                     |trunk
         Resolution|WONTFIX                     |---
           Severity|normal                      |minor

--- Comment #4 from Christopher Brooks <cxh at eecs.berkeley.edu> ---
build.xml lists an installer target that invokes make-mac-installer which
fails under linux:

[make-macosx-installer] hdiutil create -srcfolder
/home/hudson/jobs/kepler/finished-kepler-ins\
tallers/macosx/Kepler-2.4.devel
/home/hudson/jobs/kepler/finished-kepler-installers/macosx/Kep\
ler-2.4.devel.dmg

BUILD FAILED
/home/hudson/jobs/kepler/workspace/build-area/build.xml:263:
java.io.IOException: Cannot run p\
rogram "hdiutil": error=2, No such file or directory
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
        at org.kepler.build.util.CommandLine.exec(CommandLine.java:87)
        at
org.kepler.build.installer.MakeMacOSXInstaller.run(MakeMacOSXInstaller.java:84)
        at org.kepler.build.modules.ModulesTask.execute(ModulesTask.java:102)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4\
3)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:811)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: java.io.IOException: error=2, No such file or directory
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
        at java.lang.ProcessImpl.start(ProcessImpl.java:130)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
        ... 19 more


http://superuser.com/questions/226439/hdiutil-on-linux
says that there is no linux port of hdiutil.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20121121/5969c1de/attachment.html>


More information about the Kepler-dev mailing list