amd64 failed to build (using ant)

Asked by Kris Jacyna

I recently added my first PPA and uploaded a package I have built.
The architecture in the control file is set to "all", however the i386 package builds, but the amd64 one does NOT.
My package uses "ant" (as it's java) and he log file shows this:

Can't exec "ant": No such file or directory at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 179.
dh_auto_clean: ant clean failed to to execute: No such file or directory
make: *** [clean] Error 2
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules clean gave error exit status 2

I'm confused as to why the i386 builds OK, whereas the amd64 doesn't...

Question information

Language:
English Edit question
Status:
Solved
For:
launchpad-buildd Edit question
Assignee:
No assignee Edit question
Solved by:
Kris Jacyna
Solved:
Last query:
Last reply:
Revision history for this message
Kris Jacyna (kdotj-deactivatedaccount) said :
#1

Issue Solved. Was due to my CONTROL file and dependencies.

Revision history for this message
Ifunga Ndana (ifungandana) said :
#2

Hi, just wondering. How did you configure your rules file? Im having problems with my java application