Your message dated Thu, 20 Mar 2008 23:43:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#469758: eclipse: FTBFS: The import org.junit cannot be 
resolved
has caused the Debian Bug report #469758,
regarding eclipse: FTBFS: The import org.junit cannot be resolved
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
469758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469758
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: eclipse
Version: 3.2.2-5
Severity: serious

From my pbuilder build log:

...
@dot:
    [mkdir] Created dir: 
/tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/temp.folder/@dot.bin
    [javac] Compiling 6 source files to 
/tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/temp.folder/@dot.bin
    [javac] ----------
    [javac] 1. ERROR 
in 
/tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4Identifier.java
 (at 
line 16)
    [javac]     import org.junit.runner.Description;
    [javac]            ^^^^^^^^^
    [javac] The import org.junit cannot be resolved
    [javac] ----------
    [javac] 2. ERROR 
in 
/tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4Identifier.java
    [javac]  (at line 19)
    [javac]     private final Description fPlan;
    [javac]                   ^^^^^^^^^^^
    [javac] Description cannot be resolved to a type
    [javac] ----------
...
    [javac] 59 problems (49 errors, 10 warnings)
    [javac] Compilation failed. Compiler errors are available 
in 
/tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/temp.folder/@dot.bin.log

BUILD FAILED
/tmp/buildd/eclipse-3.2.2/source-tree/build.xml:60: The following error 
occurred while executing this line:
/tmp/buildd/eclipse-3.2.2/source-tree/build.xml:8: The following error occurred 
while executing this line:
/tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.sdk/build.xml:35: 
The following error occurred while executing this line:
/tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.sdk/build.xml:19: 
The following error occurred while executing this line:
/tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.jdt/build.xml:99: 
The following error occurred while executing this line:
/tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.jdt/build.xml:30: 
The following error occurred while executing this line:
/tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/build.xml:103:
 The following error occurred while executing this 
line:
/tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/build.xml:76:
 Compile failed; see the compiler error output for 
details.

Total time: 5 minutes 4 seconds
make: *** [build-java-stamp] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

Since junit and junit4 are installed via the Build-Depends, I don't know what
precisely is going wrong here.
-- 
Daniel Schepler



--- End Message ---
--- Begin Message ---
On Thu, Mar 06, 2008 at 05:02:49PM -0500, Daniel Schepler wrote:
> Package: eclipse
> Version: 3.2.2-5
> Severity: serious
> 
> >From my pbuilder build log:
> 
> ...
> @dot:
>     [mkdir] Created dir: 
> /tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/temp.folder/@dot.bin
>     [javac] Compiling 6 source files to 
> /tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/temp.folder/@dot.bin
>     [javac] ----------
>     [javac] 1. ERROR 
> in 
> /tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4Identifier.java
>  (at 
> line 16)
>     [javac]     import org.junit.runner.Description;
>     [javac]            ^^^^^^^^^
>     [javac] The import org.junit cannot be resolved
>     [javac] ----------
>     [javac] 2. ERROR 
> in 
> /tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4Identifier.java
>     [javac]  (at line 19)
>     [javac]     private final Description fPlan;
>     [javac]                   ^^^^^^^^^^^
>     [javac] Description cannot be resolved to a type
>     [javac] ----------
> ...
>     [javac] 59 problems (49 errors, 10 warnings)
>     [javac] Compilation failed. Compiler errors are available 
> in 
> /tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/temp.folder/@dot.bin.log
> 
> BUILD FAILED
> /tmp/buildd/eclipse-3.2.2/source-tree/build.xml:60: The following error 
> occurred while executing this line:
> /tmp/buildd/eclipse-3.2.2/source-tree/build.xml:8: The following error 
> occurred while executing this line:
> /tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.sdk/build.xml:35: 
> The following error occurred while executing this line:
> /tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.sdk/build.xml:19: 
> The following error occurred while executing this line:
> /tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.jdt/build.xml:99: 
> The following error occurred while executing this line:
> /tmp/buildd/eclipse-3.2.2/source-tree/features/org.eclipse.jdt/build.xml:30: 
> The following error occurred while executing this line:
> /tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/build.xml:103:
>  The following error occurred while executing this 
> line:
> /tmp/buildd/eclipse-3.2.2/source-tree/plugins/org.eclipse.jdt.junit4.runtime/build.xml:76:
>  Compile failed; see the compiler error output for 
> details.
> 
> Total time: 5 minutes 4 seconds
> make: *** [build-java-stamp] Error 1
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

This was fixed by the upload of junit4 4.3.1-4.


Cheers,
Michael


--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to