Bug#640583: terraintool: FTBFS: xargs:, /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory

2012-02-07 Thread Wookey
+++ Niels Thykier [2012-01-26 17:24 +0100]:
 Hi Wookey,
 
 The javahelper bug has been fixed now, so you can proceed with this. :)

Yeah, I saw that but when I did a quick testing update and rebuild a
week or so ago I still got the CRC error. I don't understand why, but
have been too busy to work out what's up. 

Once I have it working I'll do some uploads - but it's been a bit
hectic recently with Linaro release last week, FOSDEM last w/e, connect
this week, and ELC next week. 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#640583: terraintool: FTBFS: xargs:, /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory

2012-01-26 Thread Niels Thykier
Hi Wookey,

The javahelper bug has been fixed now, so you can proceed with this. :)

~Niels




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#640583: terraintool: FTBFS: xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory

2011-12-05 Thread Wookey
+++ Miguel de Val-Borro [2011-12-04 14:30 +0100]:
 tags 640583 patch 
 thanks
 
 On Mon, Sep 05, 2011 at 09:34:15PM +0200, Mònica Ramírez Arceda wrote:
  During a rebuild of all packages in sid, your package failed to build on
  amd64.
  
  Relevant part:
debian/rules build
   dh --with javahelper build
  dh_testdir
  dh_auto_configure
  jh_linkjars
  dh_auto_build
  jh_build
   find src -name *.java -and -type f -print0 | xargs -0 
   /usr/lib/jvm/java-6-openjdk/bin/javac -cp :debian/_jh_build.terraintool 
   -d debian/_jh_build.terraintool -source 1.5
   xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory
   make: *** [build] Error 1
 
 The attached patch fixes the error by removing the definition of the
 JAVA_HOME variable in rules. 

Sorry - I didn't spot this till now. 

I've applied the patch but doing an upload is fruitless until
javahelper is fixed. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649842

I'll try and get to the bottom of this.

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#640583: terraintool: FTBFS: xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory

2011-12-04 Thread Miguel de Val-Borro
tags 640583 patch 
thanks

On Mon, Sep 05, 2011 at 09:34:15PM +0200, Mònica Ramírez Arceda wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
   debian/rules build
  dh --with javahelper build
 dh_testdir
 dh_auto_configure
 jh_linkjars
 dh_auto_build
 jh_build
  find src -name *.java -and -type f -print0 | xargs -0 
  /usr/lib/jvm/java-6-openjdk/bin/javac -cp :debian/_jh_build.terraintool -d 
  debian/_jh_build.terraintool -source 1.5
  xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory
  make: *** [build] Error 1

The attached patch fixes the error by removing the definition of the
JAVA_HOME variable in rules. 

Miguel
diff -u terraintool-1.09a/debian/changelog terraintool-1.09a/debian/changelog
--- terraintool-1.09a/debian/changelog
+++ terraintool-1.09a/debian/changelog
@@ -1,3 +1,12 @@
+terraintool (1.09a-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such
+file or directory removing the line that sets the JAVA_HOME environment
+variable (Closes: #640583)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sun, 04 Dec 2011 14:21:21 +0100
+
 terraintool (1.09a-2) unstable; urgency=low
 
   * Correct section and priorty to science,extra
diff -u terraintool-1.09a/debian/rules terraintool-1.09a/debian/rules
--- terraintool-1.09a/debian/rules
+++ terraintool-1.09a/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
-
 DH_VERBOSE=1
 
 # Put depended upon jars in here


Bug#640583: terraintool: FTBFS: xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory

2011-09-05 Thread Mònica Ramírez Arceda
Source: terraintool
Version: 1.09a-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110902 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 dh --with javahelper build
dh_testdir
dh_auto_configure
jh_linkjars
dh_auto_build
jh_build
 find src -name *.java -and -type f -print0 | xargs -0 
 /usr/lib/jvm/java-6-openjdk/bin/javac -cp :debian/_jh_build.terraintool -d 
 debian/_jh_build.terraintool -source 1.5
 xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory
 make: *** [build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/02/terraintool_1.09a-2_lsid64.buildlog

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.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org