You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Robin Anil <ro...@gmail.com> on 2010/01/11 18:22:32 UTC

Fresh checkout Compilation problem

on mvn clean install

[INFO] Compiling 419 source files to /root/ebs/fresh/math/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/root/ebs/fresh/math/src/main/java/org/apache/mahout/math/map/OpenIntDoubleHashMap.java:[21,7]
duplicate class: org.apache.mahout.math.map.OpenIntDoubleHashMap

/root/ebs/fresh/math/src/main/java/org/apache/mahout/math/map/OpenDoubleIntHashMap.java:[19,7]
duplicate class: org.apache.mahout.math.map.OpenDoubleIntHashMap

/root/ebs/fresh/math/target/generated-sources/org/apache/mahout/math/map/OpenIntIntHashMap.java:[40,7]
duplicate class: org.apache.mahout.math.map.OpenIntIntHashMap

Re: Fresh checkout Compilation problem

Posted by Robin Anil <ro...@gmail.com>.
deleted those 3 files. Everything seem to compile and my patch works when
run against the new SparseVector backend

On Mon, Jan 11, 2010 at 11:59 PM, Sean Owen <sr...@gmail.com> wrote:

> Yes that's the cause, but my client doesn't show the files, nor a diff
> from SVN. So something is borked in my client again.
>
> Can anyone just fix it by deleting the proper files (and those would
> be which Benson?)
>
> On Mon, Jan 11, 2010 at 6:24 PM, Benson Margulies <bi...@gmail.com>
> wrote:
> > That's the missing delete that Sean committed, I think.
>

Re: Fresh checkout Compilation problem

Posted by Sean Owen <sr...@gmail.com>.
Yes that's the cause, but my client doesn't show the files, nor a diff
from SVN. So something is borked in my client again.

Can anyone just fix it by deleting the proper files (and those would
be which Benson?)

On Mon, Jan 11, 2010 at 6:24 PM, Benson Margulies <bi...@gmail.com> wrote:
> That's the missing delete that Sean committed, I think.

Re: Fresh checkout Compilation problem

Posted by Robin Anil <ro...@gmail.com>.
D
 math/src/main/java/org/apache/mahout/math/map/OpenDoubleIntHashMap.java
D
 math/src/main/java/org/apache/mahout/math/map/OpenIntDoubleHashMap.java
D      math/src/main/java/org/apache/mahout/math/map/OpenIntIntHashMap.java

?
these right

Re: Fresh checkout Compilation problem

Posted by Benson Margulies <bi...@gmail.com>.
That's the missing delete that Sean committed, I think.



On Mon, Jan 11, 2010 at 12:22 PM, Robin Anil <ro...@gmail.com> wrote:
> on mvn clean install
>
> [INFO] Compiling 419 source files to /root/ebs/fresh/math/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /root/ebs/fresh/math/src/main/java/org/apache/mahout/math/map/OpenIntDoubleHashMap.java:[21,7]
> duplicate class: org.apache.mahout.math.map.OpenIntDoubleHashMap
>
> /root/ebs/fresh/math/src/main/java/org/apache/mahout/math/map/OpenDoubleIntHashMap.java:[19,7]
> duplicate class: org.apache.mahout.math.map.OpenDoubleIntHashMap
>
> /root/ebs/fresh/math/target/generated-sources/org/apache/mahout/math/map/OpenIntIntHashMap.java:[40,7]
> duplicate class: org.apache.mahout.math.map.OpenIntIntHashMap
>