Bug#726988: findbugs: fails to build from source

2013-10-29 Thread tony mancill
On 10/29/2013 04:17 AM, Ronny Standtke wrote:
> Hi Tony
> 
>> It appears that you're trying to build the package before the debian
>> patches are applied.  debian/patches/0001-fix-ant-docs.patch patches
>> build.xml such that you shouldn't see that path during the build.
>>
>> I'm not able to reproduce the build failure here.
> 
> You can reproduce the issue by trying to build the package with "debuild
> -nc".
> When calling "./debian/rules clean" in advance, the build failure is gone.

Thanks for the clarification.

git-buildpackge and debuild, etc. do the clean automatically, hence the
reason I didn't see this.

I'm more concerned about packages that cannot be built from the sources
in Debian (at all) than packages that fail to build twice in row, etc.
That's not to say that they aren't important, but there are so many
other issues to address.

tony




signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#726988: findbugs: fails to build from source

2013-10-29 Thread Ronny Standtke
Hi Tony

> It appears that you're trying to build the package before the debian
> patches are applied.  debian/patches/0001-fix-ant-docs.patch patches
> build.xml such that you shouldn't see that path during the build.
>
> I'm not able to reproduce the build failure here.

You can reproduce the issue by trying to build the package with "debuild
-nc".
When calling "./debian/rules clean" in advance, the build failure is gone.

Regards

Ronny

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#726988: findbugs: fails to build from source

2013-10-23 Thread tony mancill
On 10/21/2013 02:48 AM, Ronny Standtke wrote:
> Package: findbugs
> Version: 2.0.2-1
> Severity: important
> 
> 
> The findbugs package fails to build from source with the following error 
> messages:
> 
> generatemanual:
>  [echo] Generating HTML version of manual
>  [echo] Running saxon: /usr/share/java/saxon.jar
>  [java] Error at xsl:import on line 8 of 
> file:/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/doc/manual.xsl:
>  [java]   Failure reading 
> file:/Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl: 
> /Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl (No such file or 
> directory)
>  [java] Transformation failed: Failed to compile stylesheet. 1 error 
> detected.
> 
> BUILD FAILED
> /home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/build.xml:748: The 
> following error occurred while executing this line:
> /home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/build.xml:919: Java 
> returned: 2
> 
> Total time: 11 seconds
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory 
> `/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> debuild: fatal error at line 1357:
> dpkg-buildpackage -rfakeroot -D -us -uc -nc failed
> 
> 
> Looks like the hard-coded path 
> "/Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl" is the culprit here...

Hi Ronny,

It appears that you're trying to build the package before the debian
patches are applied.  debian/patches/0001-fix-ant-docs.patch patches
build.xml such that you shouldn't see that path during the build.

I'm not able to reproduce the build failure here.

Regards,
tony



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#726988: findbugs: fails to build from source

2013-10-21 Thread Ronny Standtke
Package: findbugs
Version: 2.0.2-1
Severity: important


The findbugs package fails to build from source with the following error 
messages:

generatemanual:
 [echo] Generating HTML version of manual
 [echo] Running saxon: /usr/share/java/saxon.jar
 [java] Error at xsl:import on line 8 of 
file:/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/doc/manual.xsl:
 [java]   Failure reading 
file:/Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl: 
/Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl (No such file or directory)
 [java] Transformation failed: Failed to compile stylesheet. 1 error 
detected.

BUILD FAILED
/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/build.xml:748: The 
following error occurred while executing this line:
/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/build.xml:919: Java 
returned: 2

Total time: 11 seconds
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory 
`/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -D -us -uc -nc failed


Looks like the hard-coded path 
"/Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl" is the culprit here...

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.