[Debian-med-packaging] Bug#600997: Bug#600997: Disruptive interaction between quilt and Ant.
Charles Plessy
plessy at debian.org
Wed Oct 27 15:38:17 UTC 2010
Le Wed, Oct 27, 2010 at 09:48:40AM -0430, Miguel Landaeta a écrit :
> --- imagej-1.44i.orig/build.xml
> +++ imagej-1.44i/build.xml
> @@ -10,6 +10,9 @@
> <!-- The plugins directory only needs to be
> present at runtime, not at build time. -->
> <exclude name="plugins/**"/>
> + <!-- The quilt management directory needs to be excluded
> + or some classes will not build due to duplicated classes errors -->
> + <exclude name=".pc/**"/>
> </javac>
> </target>
>
Le Wed, Oct 27, 2010 at 04:45:58PM +0200, Vincent Fourmond a écrit :
>
> What puzzles me here is that at no point the error message mention
> anything from the .pc directory... Are you sure the package builds
> fine without patch system ? If that's the case, could you check that
> it is the same java runtime that is used to build without and with
> patches ?
yes I checked that by applying the patches and then deleting the .pc directory,
the package was building well. Miguel's patch solves the problem, many thanks!
Cheers,
--
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan
More information about the Debian-med-packaging
mailing list