ec2-api-tools FTBFS in natty

Bug #715818 reported by Michael Bienia
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ec2-api-tools (Ubuntu)
Fix Released
Medium
Scott Moser

Bug Description

Binary package hint: ec2-api-tools

ec2-api-tools currently FTBFS in natty.

Build log: http://launchpadlibrarian.net/58997381/ec2-api-tools_1.3.57419-0ubuntu1_1.3.57419-0ubuntu2.diff.gz

The first issue is simply fixed by exchanging the order of the JRE in (build-)dependency so that a non-virtual package is listed first.

The next issue I had was that RUNENV (in debian/rules) seemed to be emtpy when generating the manpages. I'm not a expert in Makefiles but removing the $( and ) seems to work better.

The next issue was that the script in ./bin aren't executable (fixed by making manpages depend on grantx).

The issue I'm currently stuck at is:

p=man/ec2-version.usage; p=${p%.usage}; p=${p#man/}; PATH="$PWD/bin:$PATH" EC2_HOME="$PWD" $p --help > man/ec2-version.usage || { [ $? -eq 1 ] || exit 1; }
Exception in thread "main" java.lang.NoClassDefFoundError: com/amazon/aes/webservices/client/cmd/ShowVersion
Caused by: java.lang.ClassNotFoundException: com.amazon.aes.webservices.client.cmd.ShowVersion
 at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: com.amazon.aes.webservices.client.cmd.ShowVersion. Program will exit.

Tags: patch
Revision history for this message
Michael Bienia (geser) wrote :
tags: added: patch
Scott Moser (smoser)
Changed in ec2-api-tools (Ubuntu):
assignee: nobody → Scott Moser (smoser)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ec2-api-tools - 1.3.57419-0ubuntu3

---------------
ec2-api-tools (1.3.57419-0ubuntu3) natty; urgency=low

  * fix in build generation of man pages
  * fix FTBFS (LP: #715818)
 -- Scott Moser <email address hidden> Mon, 14 Feb 2011 16:54:43 -0500

Changed in ec2-api-tools (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.