Package: hyperestraier
version: 1.4.9-1.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080115 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:

 > #================================================================
 > # Ready to install.
 > #================================================================
 > make[1]: Leaving directory `/build/user/hyperestraier-1.4.9/rubynative'
 > cd javanative && /usr/bin/make
 > make[1]: Entering directory `/build/user/hyperestraier-1.4.9/javanative'
 > gcj-wrapper -d . Document.java Condition.java Database.java 
 > DatabaseInformer.java Result.java Utility.java Cmd.java
 > Document.java:1: error: The type java.lang.Object cannot be resolved. It is 
 > indirectly referenced from required .class files
 >      
 > /*************************************************************************************************
 >      ^
 > Document.java:19: error: The import java.util cannot be resolved
 >      import java.util.*;
 >             ^^^^^^^^^
 > Document.java:20: error: The import java.io cannot be resolved
 >      import java.io.*;
 >             ^^^^^^^
 > Document.java:21: error: The import java.net cannot be resolved
 >      import java.net.*;
 >             ^^^^^^^^
 > Document.java:46: error: Implicit super constructor Object() is undefined. 
 > Must explicitly invoke another constructor
 >      public Document(){
 >             ^^^^^^^^^^
 > Document.java:53: error: Implicit super constructor Object() is undefined. 
 > Must explicitly invoke another constructor
 >      public Document(String draft){
 >             ^^^^^^^^^^^^^^^^^^^^^^
 > Document.java:53: error: String cannot be resolved to a type
 >      public Document(String draft){
 >                      ^^^^^^
 > Document.java:70: error: String cannot be resolved to a type
 >      public native void add_attr(String name, String value);
 >                                  ^^^^^^
 > Document.java:70: error: String cannot be resolved to a type
 >      public native void add_attr(String name, String value);
 >                                               ^^^^^^
 > Document.java:75: error: String cannot be resolved to a type
 >      public native void add_text(String text);
 >                                  ^^^^^^
 > Document.java:80: error: String cannot be resolved to a type
 >      public native void add_hidden_text(String text);
 >                                         ^^^^^^
 > Document.java:86: error: Map cannot be resolved to a type
 >      public native void set_keywords(Map kwords);
 >                                      ^^^
 > Document.java:102: error: List cannot be resolved to a type
 >      public native List attr_names();
 >                    ^^^^
 > Document.java:108: error: String cannot be resolved to a type
 >      public native String attr(String name);
 >                    ^^^^^^
 > Document.java:108: error: String cannot be resolved to a type
 >      public native String attr(String name);
 >                                ^^^^^^
 > Document.java:113: error: List cannot be resolved to a type
 >      public native List texts();
 >                    ^^^^
 > Document.java:118: error: String cannot be resolved to a type
 >      public native String cat_texts();
 >                    ^^^^^^
 > Document.java:124: error: Map cannot be resolved to a type
 >      public native Map keywords();
 >                    ^^^
 > Document.java:134: error: String cannot be resolved to a type
 >      public native String dump_draft();
 >                    ^^^^^^
 > Document.java:146: error: String cannot be resolved to a type
 >      public native String make_snippet(java.util.List words, int wwidth, int 
 > hwidth, int awidth);
 >                    ^^^^^^
 > Document.java:146: error: java.util cannot be resolved to a type
 >      public native String make_snippet(java.util.List words, int wwidth, int 
 > hwidth, int awidth);
 >                                        ^^^^^^^^^
 > Document.java:157: error: String cannot be resolved to a type
 >      private native void initialize(String draft);
 >                                     ^^^^^^
 > Condition.java:19: error: The import java.util cannot be resolved
 >      import java.util.*;
 >             ^^^^^^^^^
 > Condition.java:20: error: The import java.io cannot be resolved
 >      import java.io.*;
 >             ^^^^^^^
 > Condition.java:21: error: The import java.net cannot be resolved
 >      import java.net.*;
 >             ^^^^^^^^
 > Condition.java:75: error: Implicit super constructor Object() is undefined. 
 > Must explicitly invoke another constructor
 >      public Condition(){
 >             ^^^^^^^^^^^
 > Condition.java:91: error: String cannot be resolved to a type
 >      public native void set_phrase(String phrase);
 >                                    ^^^^^^
 > Condition.java:96: error: String cannot be resolved to a type
 >      public native void add_attr(String expr);
 >                                  ^^^^^^
 > Condition.java:101: error: String cannot be resolved to a type
 >      public native void set_order(String expr);
 >                                   ^^^^^^
 > Condition.java:145: error: String cannot be resolved to a type
 >      public native void set_distinct(String name);
 >                                      ^^^^^^
 > Database.java:19: error: The import java.util cannot be resolved
 >      import java.util.*;
 >             ^^^^^^^^^
 > Database.java:20: error: The import java.io cannot be resolved
 >      import java.io.*;
 >             ^^^^^^^
 > Database.java:21: error: The import java.net cannot be resolved
 >      import java.net.*;
 >             ^^^^^^^^
 > Database.java:39: error: String cannot be resolved to a type
 >      public static final String VERSION = version();
 >                          ^^^^^^
 > Database.java:39: error: The method version() is undefined for the type 
 > Database
 >      public static final String VERSION = version();
 >                                           ^^^^^^^
 > Database.java:129: error: String cannot be resolved to a type
 >      private static native String version();
 >                            ^^^^^^
 > Database.java:145: error: Implicit super constructor Object() is undefined. 
 > Must explicitly invoke another constructor
 >      public Database(){
 >             ^^^^^^^^^^
 > Database.java:163: error: String cannot be resolved to a type
 >      public native String err_msg(int ecode);
 >                    ^^^^^^
 > Database.java:187: error: String cannot be resolved to a type
 >      public native boolean open(String name, int omode);
 >                                 ^^^^^^
 > Database.java:211: error: String cannot be resolved to a type
 >      public native boolean add_attr_index(String name, int type);
 >                                           ^^^^^^
 > Database.java:239: error: String cannot be resolved to a type
 >      public native boolean merge(String name, int options);
 >                                  ^^^^^^
 > Database.java:277: error: String cannot be resolved to a type
 >      public native String get_doc_attr(int id, String name);
 >                    ^^^^^^
 > Database.java:277: error: String cannot be resolved to a type
 >      public native String get_doc_attr(int id, String name);
 >                                                ^^^^^^
 > Database.java:283: error: String cannot be resolved to a type
 >      public native int uri_to_id(String uri);
 >                                  ^^^^^^
 > Database.java:288: error: String cannot be resolved to a type
 >      public native String name();
 >                    ^^^^^^
 > Database.java:335: error: String cannot be resolved to a type
 >      public native boolean add_pseudo_index(String path);
 >                                             ^^^^^^
 > DatabaseInformer.java:19: error: The import java.util cannot be resolved
 >      import java.util.*;
 >             ^^^^^^^^^
 > DatabaseInformer.java:20: error: The import java.io cannot be resolved
 >      import java.io.*;
 >             ^^^^^^^
 > DatabaseInformer.java:21: error: The import java.net cannot be resolved
 >      import java.net.*;
 >             ^^^^^^^^
 > DatabaseInformer.java:36: error: String cannot be resolved to a type
 >      void inform(String message);
 >                  ^^^^^^
 > Result.java:19: error: The import java.util cannot be resolved
 >      import java.util.*;
 >             ^^^^^^^^^
 > Result.java:20: error: The import java.io cannot be resolved
 >      import java.io.*;
 >             ^^^^^^^
 > Result.java:21: error: The import java.net cannot be resolved
 >      import java.net.*;
 >             ^^^^^^^^
 > Result.java:37: error: Map cannot be resolved to a type
 >      private Map hints;
 >              ^^^
 > Result.java:46: error: Implicit super constructor Object() is undefined. 
 > Must explicitly invoke another constructor
 >      Result(int[] ids, Map hints, long condptr){
 >      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 > Result.java:46: error: Map cannot be resolved to a type
 >      Result(int[] ids, Map hints, long condptr){
 >                        ^^^
 > Result.java:49: error: hints cannot be resolved or is not a field
 >      this.hints = hints;
 >           ^^^^^
 > Result.java:55: error: Implicit super constructor Object() is undefined. 
 > Must explicitly invoke another constructor
 >      Result(int[] ids, int[] dbidxs, Map hints, long condptr){
 >      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 > Result.java:55: error: Map cannot be resolved to a type
 >      Result(int[] ids, int[] dbidxs, Map hints, long condptr){
 >                                      ^^^
 > Result.java:58: error: hints cannot be resolved or is not a field
 >      this.hints = hints;
 >           ^^^^^
 > Result.java:100: error: List cannot be resolved to a type
 >      public List hint_words(){
 >             ^^^^
 > Result.java:101: error: List cannot be resolved to a type
 >      List words = new ArrayList(hints.size());
 >      ^^^^
 > Result.java:101: error: ArrayList cannot be resolved to a type
 >      List words = new ArrayList(hints.size());
 >                       ^^^^^^^^^
 > Result.java:101: error: hints cannot be resolved
 >      List words = new ArrayList(hints.size());
 >                                 ^^^^^
 > Result.java:102: error: Iterator cannot be resolved to a type
 >      Iterator it = hints.keySet().iterator();
 >      ^^^^^^^^
 > Result.java:102: error: hints cannot be resolved
 >      Iterator it = hints.keySet().iterator();
 >                    ^^^^^
 > Result.java:104: error: String cannot be resolved to a type
 >      String word = (String)it.next();
 >      ^^^^^^
 > Result.java:104: error: String cannot be resolved to a type
 >      String word = (String)it.next();
 >                     ^^^^^^
 > Result.java:115: error: String cannot be resolved to a type
 >      public int hint(String word){
 >                      ^^^^^^
 > Result.java:116: error: String cannot be resolved to a type
 >      String value = (String)hints.get(word);
 >      ^^^^^^
 > Result.java:116: error: String cannot be resolved to a type
 >      String value = (String)hints.get(word);
 >                      ^^^^^^
 > Result.java:116: error: hints cannot be resolved
 >      String value = (String)hints.get(word);
 >                             ^^^^^
 > Result.java:120: error: Integer cannot be resolved
 >      rv = Integer.parseInt(value);
 >           ^^^^^^^
 > Result.java:121: error: NumberFormatException cannot be resolved to a type
 >      } catch(NumberFormatException e){}
 >              ^^^^^^^^^^^^^^^^^^^^^
 > Utility.java:1: error: The type java.lang.String cannot be resolved. It is 
 > indirectly referenced from required .class files
 >      
 > /*************************************************************************************************
 >      ^
 > Utility.java:19: error: The import java.util cannot be resolved
 >      import java.util.*;
 >             ^^^^^^^^^
 > Utility.java:20: error: The import java.io cannot be resolved
 >      import java.io.*;
 >             ^^^^^^^
 > Utility.java:21: error: The import java.net cannot be resolved
 >      import java.net.*;
 >             ^^^^^^^^
 > Utility.java:28: error: Implicit super constructor Object() is undefined for 
 > default constructor. Must define an explicit constructor
 >      final class Utility {
 >                  ^^^^^^^
 > Utility.java:33: error: System cannot be resolved
 >      System.loadLibrary("jestraier");
 >      ^^^^^^
 > Utility.java:40: error: InputStream cannot be resolved to a type
 >      static byte[] read_all(InputStream is) throws IOException {
 >                             ^^^^^^^^^^^
 > Utility.java:40: error: IOException cannot be resolved to a type
 >      static byte[] read_all(InputStream is) throws IOException {
 >                                                    ^^^^^^^^^^^
 > Utility.java:42: error: ByteArrayOutputStream cannot be resolved to a type
 >      ByteArrayOutputStream baos = new ByteArrayOutputStream();
 >      ^^^^^^^^^^^^^^^^^^^^^
 > Utility.java:42: error: ByteArrayOutputStream cannot be resolved to a type
 >      ByteArrayOutputStream baos = new ByteArrayOutputStream();
 >                                       ^^^^^^^^^^^^^^^^^^^^^
 > Cmd.java:1: error: The type java.lang.Throwable cannot be resolved. It is 
 > indirectly referenced from required .class files
 >      
 > /*************************************************************************************************
 >      ^
 > Cmd.java:1: error: The type java.lang.Class cannot be resolved. It is 
 > indirectly referenced from required .class files
 >      
 > /*************************************************************************************************
 >      ^
 > Cmd.java:19: error: The import java.util cannot be resolved
 >      import java.util.*;
 >             ^^^^^^^^^
 > Cmd.java:20: error: The import java.io cannot be resolved
 >      import java.io.*;
 >             ^^^^^^^
 > Cmd.java:21: error: The import java.net cannot be resolved
 >      import java.net.*;
 >             ^^^^^^^^
 > Cmd.java:33: error: String cannot be resolved to a type
 >      private static final String PROTVER = "1.0";
 >                           ^^^^^^
 > Cmd.java:44: error: PrintStream cannot be resolved to a type
 >      private static final PrintStream stdout = System.out;
 >                           ^^^^^^^^^^^
 > Cmd.java:44: error: System cannot be resolved
 >      private static final PrintStream stdout = System.out;
 >                                                ^^^^^^
 > Cmd.java:45: error: PrintStream cannot be resolved to a type
 >      private static final PrintStream stderr = System.err;
 >                           ^^^^^^^^^^^
 > Cmd.java:45: error: System cannot be resolved
 >      private static final PrintStream stderr = System.err;
 >                                                ^^^^^^
 > Cmd.java:55: error: String cannot be resolved to a type
 >      public static void main(String[] args){
 >                              ^^^^^^
 > Cmd.java:79: error: System cannot be resolved
 >      System.exit(rv);
 >      ^^^^^^
 > Cmd.java:86: error: stderr cannot be resolved
 >      stderr.println("command line utility for the core API of Hyper 
 > Estraier");
 >      ^^^^^^
 > Cmd.java:87: error: stderr cannot be resolved
 >      stderr.println("");
 >      ^^^^^^
 > Cmd.java:88: error: stderr cannot be resolved
 >      stderr.println("synopsis:");
 >      ^^^^^^
 > Cmd.java:89: error: stderr cannot be resolved
 >      stderr.println("  java " + Cmd.class.getName() + " arguments...");
 >      ^^^^^^
 > Cmd.java:89: error: The method getName() is undefined for the type Class
 >      stderr.println("  java " + Cmd.class.getName() + " arguments...");
 >                                           ^^^^^^^
 > Cmd.java:90: error: stderr cannot be resolved
 >      stderr.println("");
 >      ^^^^^^
 > Cmd.java:91: error: stderr cannot be resolved
 >      stderr.println("arguments:");
 >      ^^^^^^
 > Cmd.java:92: error: stderr cannot be resolved
 >      stderr.println("  put [-cl] [-ws] db [file]");
 >      ^^^^^^
 > Cmd.java:93: error: stderr cannot be resolved
 >      stderr.println("  out [-cl] db expr");
 >      ^^^^^^
 > Cmd.java:94: error: stderr cannot be resolved
 >      stderr.println("  edit db expr name [value]");
 >      ^^^^^^
 > Cmd.java:95: error: stderr cannot be resolved
 >      stderr.println("  get db expr [attr]");
 >      ^^^^^^
 > Cmd.java:96: error: stderr cannot be resolved
 >      stderr.println("  uriid db uri");
 >      ^^^^^^
 > Cmd.java:97: error: stderr cannot be resolved
 >      stderr.println("  inform db");
 >      ^^^^^^
 > Cmd.java:98: error: stderr cannot be resolved
 >      stderr.println("  optimize [-onp] [-ond] db");
 >      ^^^^^^
 > Cmd.java:99: error: stderr cannot be resolved
 >      stderr.println("  merge [-cl] db target");
 >      ^^^^^^
 > Cmd.java:100: error: stderr cannot be resolved
 >      stderr.println("  search [-vu|-va|-vf|-vs] [-gs|-gf|-ga] [-cd] [-ni] 
 > [-sf|-sfr|-sfu|-sfi]" +
 >      ^^^^^^
 > Cmd.java:103: error: stderr cannot be resolved
 >      stderr.println("");
 >      ^^^^^^
 > Cmd.java:104: error: System cannot be resolved
 >      System.exit(1);
 >      ^^^^^^
 > Cmd.java:107: error: String cannot be resolved to a type
 >      private static void printerror(String msg){
 >                                     ^^^^^^
 > Cmd.java:108: error: stderr cannot be resolved
 >      stderr.println(Cmd.class.getName() + ": " + msg);
 >      ^^^^^^
 > Cmd.java:108: error: The method getName() is undefined for the type Class
 >      stderr.println(Cmd.class.getName() + ": " + msg);
 >                               ^^^^^^^
 > Cmd.java:109: error: stderr cannot be resolved
 >      stderr.flush();
 >      ^^^^^^
 > Cmd.java:112: error: String cannot be resolved to a type
 >      private static int runput(String[] args){
 >                                ^^^^^^
 > Cmd.java:113: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:114: error: String cannot be resolved to a type
 >      String file = null;
 >      ^^^^^^
 > Cmd.java:117: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:138: error: String cannot be resolved to a type
 >      private static int runout(String[] args){
 >                                ^^^^^^
 > Cmd.java:139: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:140: error: String cannot be resolved to a type
 >      String expr = null;
 >      ^^^^^^
 > Cmd.java:143: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:162: error: String cannot be resolved to a type
 >      private static int runedit(String[] args){
 >                                 ^^^^^^
 > Cmd.java:163: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:164: error: String cannot be resolved to a type
 >      String expr = null;
 >      ^^^^^^
 > Cmd.java:165: error: String cannot be resolved to a type
 >      String name = null;
 >      ^^^^^^
 > Cmd.java:166: error: String cannot be resolved to a type
 >      String value = null;
 >      ^^^^^^
 > Cmd.java:168: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:187: error: String cannot be resolved to a type
 >      private static int runget(String[] args){
 >                                ^^^^^^
 > Cmd.java:188: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:189: error: String cannot be resolved to a type
 >      String expr = null;
 >      ^^^^^^
 > Cmd.java:190: error: String cannot be resolved to a type
 >      String attr = null;
 >      ^^^^^^
 > Cmd.java:192: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:209: error: String cannot be resolved to a type
 >      private static int runuriid(String[] args){
 >                                  ^^^^^^
 > Cmd.java:210: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:211: error: String cannot be resolved to a type
 >      String uri = null;
 >      ^^^^^^
 > Cmd.java:213: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:228: error: String cannot be resolved to a type
 >      private static int runinform(String[] args){
 >                                   ^^^^^^
 > Cmd.java:229: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:231: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:244: error: String cannot be resolved to a type
 >      private static int runoptimize(String[] args){
 >                                     ^^^^^^
 > Cmd.java:245: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:248: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:267: error: String cannot be resolved to a type
 >      private static int runmerge(String[] args){
 >                                  ^^^^^^
 > Cmd.java:268: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:269: error: String cannot be resolved to a type
 >      String tgname = null;
 >      ^^^^^^
 > Cmd.java:272: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:291: error: String cannot be resolved to a type
 >      private static int runsearch(String[] args){
 >                                   ^^^^^^
 > Cmd.java:292: error: String cannot be resolved to a type
 >      String dbname = null;
 >      ^^^^^^
 > Cmd.java:293: error: String cannot be resolved to a type
 >      String phrase = null;
 >      ^^^^^^
 > Cmd.java:294: error: List cannot be resolved to a type
 >      List attrs = new ArrayList(3);
 >      ^^^^
 > Cmd.java:294: error: ArrayList cannot be resolved to a type
 >      List attrs = new ArrayList(3);
 >                       ^^^^^^^^^
 > Cmd.java:295: error: String cannot be resolved to a type
 >      String ord = null;
 >      ^^^^^^
 > Cmd.java:300: error: String cannot be resolved to a type
 >      String dis = null;
 >      ^^^^^^
 > Cmd.java:304: error: String cannot be resolved to a type
 >      String arg = args[i];
 >      ^^^^^^
 > Cmd.java:340: error: Integer cannot be resolved
 >      max = Integer.parseInt(args[i]);
 >            ^^^^^^^
 > Cmd.java:343: error: Integer cannot be resolved
 >      skip = Integer.parseInt(args[i]);
 >             ^^^^^^^
 > Cmd.java:346: error: Integer cannot be resolved
 >      aux = Integer.parseInt(args[i]);
 >            ^^^^^^^
 > Cmd.java:365: error: String cannot be resolved to a type
 >      private static int procput(String dbname, String file, int opts){
 >                                 ^^^^^^
 > Cmd.java:365: error: String cannot be resolved to a type
 >      private static int procput(String dbname, String file, int opts){
 >                                                ^^^^^^
 > Cmd.java:368: error: FileInputStream cannot be resolved to a type
 >      FileInputStream fis = null;
 >      ^^^^^^^^^^^^^^^
 > Cmd.java:370: error: FileInputStream cannot be resolved to a type
 >      fis = new FileInputStream(file);
 >                ^^^^^^^^^^^^^^^
 > Cmd.java:372: error: IOException cannot be resolved to a type
 >      } catch(IOException e){
 >              ^^^^^^^^^^^
 > Cmd.java:373: error: e cannot be resolved
 >      printerror(e.toString());
 >                 ^
 > Cmd.java:378: error: IOException cannot be resolved to a type
 >      } catch(IOException e){}
 >              ^^^^^^^^^^^
 > Cmd.java:382: error: System cannot be resolved
 >      data = Utility.read_all(System.in);
 >                              ^^^^^^
 > Cmd.java:383: error: IOException cannot be resolved to a type
 >      } catch(IOException e){
 >              ^^^^^^^^^^^
 > Cmd.java:384: error: e cannot be resolved
 >      printerror(e.toString());
 >                 ^
 > Cmd.java:388: error: String cannot be resolved to a type
 >      String draft = null;
 >      ^^^^^^
 > Cmd.java:414: error: String cannot be resolved to a type
 >      private static int procout(String dbname, String expr, int opts){
 >                                 ^^^^^^
 > Cmd.java:444: error: String cannot be resolved to a type
 >      private static int procedit(String dbname, String expr, String name, 
 > String value){
 >                                  ^^^^^^
 > Cmd.java:481: error: String cannot be resolved to a type
 >      private static int procget(String dbname, String expr, String attr){
 >                                 ^^^^^^
 > Cmd.java:522: error: String cannot be resolved to a type
 >      private static int procuriid(String dbname, String uri){
 >                                   ^^^^^^
 > Cmd.java:542: error: String cannot be resolved to a type
 >      private static int procinform(String dbname){
 >                                    ^^^^^^
 > Cmd.java:558: error: String cannot be resolved to a type
 >      private static int procoptimize(String dbname, int opts){
 >                                      ^^^^^^
 > Cmd.java:577: error: String cannot be resolved to a type
 >      private static int procmerge(String dbname, String tgname, int opts){
 >                                   ^^^^^^
 > Cmd.java:596: error: String cannot be resolved to a type
 >      private static int procsearch(String dbname, String phrase, List attrs, 
 > String ord,
 >                                    ^^^^^^
 > Cmd.java:697: error: Implicit super constructor Object() is undefined. Must 
 > explicitly invoke another constructor
 >      private Cmd(){}
 >              ^^^^^
 > Cmd.java:705: error: Implicit super constructor Object() is undefined for 
 > default constructor. Must define an explicit constructor
 >      class DatabaseInformerImpl implements DatabaseInformer {
 >            ^^^^^^^^^^^^^^^^^^^^
 > Cmd.java:707: error: String cannot be resolved to a type
 >      public void inform(String message){
 >                         ^^^^^^
 > 184 problems (184 errors)
 > make[1]: *** [estraier.jar] Error 1
 > make[1]: Leaving directory `/build/user/hyperestraier-1.4.9/javanative'
 > make: *** [build-arch-stamp] Error 2
 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
        http://people.debian.org/~lucas/logs/2008/01/15

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to