Build failure

Hey everyone, I'm using Linux Mint Debian Edition Gnome, and I'm trying to add the Oracle JDK to the repositories using this simple script, which has never let me down before, but it keeps giving me this error every time I run it, here's my output:

 
eddie_nygma@enigmatics ~ $ sudo ./oab-java.sh
[sudo] password for eddie_nygma: 
oab-java.sh v0.2.4 - Create a local 'apt' repository for Sun Java 6 and/or Oracle Java 7 packages.

Copyright (c) Martin Wimpress, http://flexion.org. MIT License

By running this script to download Java you acknowledge that you have
read and accepted the terms of the Oracle end user license agreement.

* http://www.oracle.com/technetwork/java/javase/terms/license/

If you want to see what this is script is doing while it is running then execute
the following from another shell:

  tail -f /home/eddie_nygma/oab-java.sh.log

 [x] Installing Java build requirements failed
  Showing the last 5 lines from the logfile (/home/eddie_nygma/oab-java.sh.log)...
  lib32stdc++6 lib32v4l-0 lib32z1 ia32-libs devscripts git-core
  libmodule-find-perl libfile-slurp-perl libimvirt-perl imvirt rng-tools
E: There are problems and -y was used without --force-yes
4191's retcode: 100
failed

What's the problem did it it just give up on the build due to a failed http GET request, or what could have went wrong this time? By the way I'm a computer science student, with a lot of Perl, Python, and recently PHP, and I would like to work more on my bash scripting skills, just thought I'd introduce myself