Bug#633501: libjinput-jni: contains undefined symbol EVIOCGUSAGE

2011-10-03 Thread Geoffrey Thomas

tags 633501 + patch
forwarded 633501 http://java.net/jira/browse/JINPUT-44
thanks

Hi all,

I've reported this bug upstream at http://java.net/jira/browse/JINPUT-44 , 
and submitted a patch (attached, and also at 
http://ldpreload.com/p/jinput-remove-getDeviceUsageBits.patch ) to 
eliminate all code related to this nonexistent ioctl. The package builds 
cleanly with this patch applied via debian/patches, and I've verified that 
the resulting .so no longer references an EVIOCGUSAGE symbol, but I don't 
have enough of an idea of how this package works to properly test that it 
addresses the reported crash. (At the very least, I can't reproduce the 
crash simply by installing this package, or adding import 
net.java.games.input.* to a Hello World class.)


Java team, if you would like me to prepare a debdiff or NMU including this 
patch, let me know (and let me know how to test it), and I'll be happy to 
do so.


--
Geoffrey Thomas
http://ldpreload.com
geo...@ldpreload.comIndex: trunk/plugins/linux/src/java/net/java/games/input/LinuxEventDevice.java
===
--- trunk/plugins/linux/src/java/net/java/games/input/LinuxEventDevice.java	(revision 247)
+++ trunk/plugins/linux/src/java/net/java/games/input/LinuxEventDevice.java	(working copy)
@@ -94,28 +94,6 @@
 	}
 
 	private final Controller.Type guessType() throws IOException {
-		Controller.Type type_from_usages = guessTypeFromUsages();
-		if (type_from_usages == Controller.Type.UNKNOWN)
-			return guessTypeFromComponents();
-		else
-			return type_from_usages;
-	}
-	
-	private final Controller.Type guessTypeFromUsages() throws IOException {
-		byte[] usage_bits = getDeviceUsageBits();
-		if (isBitSet(usage_bits, NativeDefinitions.USAGE_MOUSE))
-			return Controller.Type.MOUSE;
-		else if (isBitSet(usage_bits, NativeDefinitions.USAGE_KEYBOARD))
-			return Controller.Type.KEYBOARD;
-		else if (isBitSet(usage_bits, NativeDefinitions.USAGE_GAMEPAD))
-			return Controller.Type.GAMEPAD;
-		else if (isBitSet(usage_bits, NativeDefinitions.USAGE_JOYSTICK))
-			return Controller.Type.STICK;
-		else
-			return Controller.Type.UNKNOWN;
-	}
-
-	private final Controller.Type guessTypeFromComponents() throws IOException {
 		List components = getComponents();
 		if (components.size() == 0)
 			return Controller.Type.UNKNOWN;
@@ -342,15 +320,6 @@
 	}
 	private final static native void nGetBits(long fd, int ev_type, byte[] evtype_bits) throws IOException;
 
-	private final byte[] getDeviceUsageBits() throws IOException {
-		byte[] bits = new byte[NativeDefinitions.USAGE_MAX/8 + 1];
-		if (getVersion() = 0x010001) {
-			nGetDeviceUsageBits(fd, bits);
-		}
-		return bits;
-	}
-	private final static native void nGetDeviceUsageBits(long fd, byte[] type_bits) throws IOException;
-
 	public final synchronized void pollKeyStates() throws IOException {
 		nGetKeyStates(fd, key_states);
 	}
Index: trunk/plugins/linux/src/native/net_java_games_input_LinuxEventDevice.c
===
--- trunk/plugins/linux/src/native/net_java_games_input_LinuxEventDevice.c	(revision 247)
+++ trunk/plugins/linux/src/native/net_java_games_input_LinuxEventDevice.c	(working copy)
@@ -112,20 +112,6 @@
 	return num_effects;
 }
 
-JNIEXPORT void JNICALL Java_net_java_games_input_LinuxEventDevice_nGetDeviceUsageBits(JNIEnv *env, jclass unused, jlong fd_address, jbyteArray usages_array) {
-#if EV_VERSION = 0x010001
-	int fd = (int)fd_address;
-	jsize len = (*env)-GetArrayLength(env, usages_array);
-	jbyte *usages = (*env)-GetByteArrayElements(env, usages_array, NULL);
-	if (usages == NULL)
-		return;
-	int res = ioctl(fd, EVIOCGUSAGE(len), usages);
-	(*env)-ReleaseByteArrayElements(env, usages_array, usages, 0);
-	if (res == -1)
-		throwIOException(env, Failed to get device usages (%d)\n, errno);
-#endif
-}
-
 JNIEXPORT void JNICALL Java_net_java_games_input_LinuxEventDevice_nGetBits(JNIEnv *env, jclass unused, jlong fd_address, jint evtype, jbyteArray bits_array) {
 	int fd = (int)fd_address;
 	jsize len = (*env)-GetArrayLength(env, bits_array);
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: Re: libjinput-jni: contains undefined symbol EVIOCGUSAGE

2011-10-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 633501 + patch
Bug #633501 [libjinput-jni] libjinput-jni: contains undefined symbol EVIOCGUSAGE
Added tag(s) patch.
 forwarded 633501 http://java.net/jira/browse/JINPUT-44
Bug #633501 [libjinput-jni] libjinput-jni: contains undefined symbol EVIOCGUSAGE
Set Bug forwarded-to-address to 'http://java.net/jira/browse/JINPUT-44'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
633501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Returned mail: Recipient address rejected: User unknown in relay recipient table (from [158.132.18.89])

2011-10-03 Thread Mail Delivery Subsystem
The original message was received at Mon, 3 Oct 2011 18:23:51 +0800 (HKT)
from [59.94.77.188]

   - The following addresses had permanent delivery errors -
csel...@polyu.edu.hk

   - Transcript of session is unavailable -
Reporting-MTA: dns; smtp7.polyu.edu.hk
Arrival-Date: Mon, 3 Oct 2011 18:23:51 +0800 (HKT)

Final-Recipient: RFC822; cselton@polyu.edu.hk
Action: failed
Status: 5.1.1
Remote-MTA: DNS; [158.132.18.89]
Diagnostic-Code: SMTP; 550 5.1.1 cselton@polyu.edu.hk: Recipient address rejected: User unknown in relay recipient table
Last-Attempt-Date: Mon, 3 Oct 2011 18:23:51 +0800 (HKT)
---BeginMessage---

---End Message---
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Ajuda financeira da Apex Credit Management (Aplicar agora)

2011-10-03 Thread Apex Credit Management Ltd.






Bom dia para você



Eu sou o Sr. Neil Clyne um formulário de agente de
empréstimo respeitável Apex crédito Management Ltd.
Estou aqui para apresentar a você um programa de empréstimo
que permitir-nos em ajudar as pessoas em dificuldades financeiras e
precisa de ajuda financeira. Você precisa de empréstimo
fácil?, tinha grave de crédito/débito e precisa de
ajuda financeira? Tenha você sido recusado por bancos e companhias
de empréstimo?. Aí vem uma assistência financeira com
uma taxa de juros acessível de 3% e os intervalos de oferta de
empréstimo de euro; 2.000 euro; 100.000 (pessoal) euro; 20.000
para euro; 1,000.000 (empresa de empréstimo) 100% projeto,
negócios e empréstimos pessoais e empréstimos
não garantidos estão disponíveis.



Para o processamento de seu fundo de empréstimo, gentilmente for
solicitado a preencher o formulário de inscrição
abaixo.



(1) Nome completo:

(2) Montante do empréstimo necessários:

(3) Duração do empréstimo:

(4) País:



Aguardamos sua resposta a este e-mail para que possamos processar seu
fundo de empréstimo logo que possível.



Obrigado pela sua compreensão



Sr. Neil Clyne

Diretor Executivo

Apex crédito Management Ltd.

Departamento de processamento de empréstimo
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

jmock 1.2.0-1 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the jmock source package
in Debian's testing distribution has changed.

  Previous version: 1.0.1-6
  Current version:  1.2.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libfreemarker-java 2.3.18-1 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the libfreemarker-java source package
in Debian's testing distribution has changed.

  Previous version: 2.3.16-3
  Current version:  2.3.18-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-common-artifact-filters 1.2-1 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the maven-common-artifact-filters source package
in Debian's testing distribution has changed.

  Previous version: 1.1-3
  Current version:  1.2-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libslf4j-java 1.6.2-1 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the libslf4j-java source package
in Debian's testing distribution has changed.

  Previous version: 1.6.1-1
  Current version:  1.6.2-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


logback 1:0.9.30-1 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the logback source package
in Debian's testing distribution has changed.

  Previous version: 1:0.9.28-1
  Current version:  1:0.9.30-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


commons-beanutils 1.8.3-2 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the commons-beanutils source package
in Debian's testing distribution has changed.

  Previous version: 1.8.3-1
  Current version:  1.8.3-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


mauve 20090924-2 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the mauve source package
in Debian's testing distribution has changed.

  Previous version: 20090924-1
  Current version:  20090924-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jasypt 1.8-1 MIGRATED to testing

2011-10-03 Thread Debian testing watch
FYI: The status of the jasypt source package
in Debian's testing distribution has changed.

  Previous version: 1.7.1-1
  Current version:  1.8-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Webmaster

2011-10-03 Thread Gunderson, Debra
Dear Webmail User
 
Re-Validate your webmail or loose account  CLICK HERE 
https://docs.google.com/spreadsheet/viewform?formkey=dDRWbG1LT2ZEMDZYZE5laDB4cmJ4NlE6MQ
 
 
Webmaster

This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
please notify the sender immediately by return e-mail, delete this
e-mail and destroy any copies. Any dissemination or use of this
information by a person other than the intended recipient is
unauthorized and may be illegal.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of osgi-compendium_4.2.0-1_amd64.changes

2011-10-03 Thread Debian FTP Masters
osgi-compendium_4.2.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  osgi-compendium_4.2.0-1.dsc
  osgi-compendium_4.2.0.orig.tar.gz
  osgi-compendium_4.2.0-1.debian.tar.gz
  libosgi-compendium-java_4.2.0-1_all.deb
  libosgi-compendium-java-doc_4.2.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of osgi-foundation-ee_4.2.0-1_amd64.changes

2011-10-03 Thread Debian FTP Masters
osgi-foundation-ee_4.2.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  osgi-foundation-ee_4.2.0-1.dsc
  osgi-foundation-ee_4.2.0.orig.tar.gz
  osgi-foundation-ee_4.2.0-1.debian.tar.gz
  libosgi-foundation-ee-java_4.2.0-1_all.deb
  libosgi-foundation-ee-java-doc_4.2.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of osgi-core_4.2.0-1_amd64.changes

2011-10-03 Thread Debian FTP Masters
osgi-core_4.2.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  osgi-core_4.2.0-1.dsc
  osgi-core_4.2.0.orig.tar.gz
  osgi-core_4.2.0-1.debian.tar.gz
  libosgi-core-java_4.2.0-1_all.deb
  libosgi-core-java-doc_4.2.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


osgi-core_4.2.0-1_amd64.changes is NEW

2011-10-03 Thread Debian FTP Masters
(new) libosgi-core-java-doc_4.2.0-1_all.deb optional doc
Javadoc for Java OSGi API - Core module
 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Core for Release 4 Version 4.2.
 Two main provided packages are org.osgi.service and
 org.osgi.framework.
 .
 This package contains Javadoc HTML documentation for libosgi-core-java.
(new) libosgi-core-java_4.2.0-1_all.deb optional java
Java OSGi API - Core module
 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Core for Release 4 Version 4.2.
 Two main provided packages are org.osgi.service and
 org.osgi.framework.
(new) osgi-core_4.2.0-1.debian.tar.gz optional java
(new) osgi-core_4.2.0-1.dsc optional java
(new) osgi-core_4.2.0.orig.tar.gz optional java
Changes: osgi-core (4.2.0-1) unstable; urgency=low
 .
  * Initial release. (Closes: #643981).


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 643981 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


osgi-compendium_4.2.0-1_amd64.changes is NEW

2011-10-03 Thread Debian FTP Masters
(new) libosgi-compendium-java-doc_4.2.0-1_all.deb optional doc
Javadoc for Java OSGi API - Compendium module
 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Compendium for Release 4 Version 4.2.
 On top of OSGi Core, this provide additionnal services to help dynamic
 components.
 .
 This package contains Javadoc HTML documentation for libosgi-compendium-java.
(new) libosgi-compendium-java_4.2.0-1_all.deb optional java
Java OSGi API - Compendium module
 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Compendium for Release 4 Version 4.2.
 On top of OSGi Core, this provide additionnal services to help dynamic
 components.
(new) osgi-compendium_4.2.0-1.debian.tar.gz optional java
(new) osgi-compendium_4.2.0-1.dsc optional java
(new) osgi-compendium_4.2.0.orig.tar.gz optional java
Changes: osgi-compendium (4.2.0-1) unstable; urgency=low
 .
  * Initial release. (Closes: #643979).


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 643979 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


osgi-foundation-ee_4.2.0-1_amd64.changes is NEW

2011-10-03 Thread Debian FTP Masters
(new) libosgi-foundation-ee-java-doc_4.2.0-1_all.deb optional doc
Javadoc for Java OSGi API - Foundation Execution Environment
 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Foundation Execution Environment
 for Release 4 Version 4.2.
 This provide Java interfaces for javax.microedition package (J2ME) and
 java.net/java.lang/java.io/java.util packages (J2SE).
 .
 This package contains Javadoc HTML documentation for
 libosgi-foundation-ee-java.
(new) libosgi-foundation-ee-java_4.2.0-1_all.deb optional java
Java OSGi API - Foundation Execution Environment
 OSGi, for Open Services Gateway initiative framework, is a module system and
 service platform for the Java programming language.
 .
 This package contains OSGi Foundation Execution Environment
 for Release 4 Version 4.2.
 This provide Java interfaces for javax.microedition package (J2ME) and
 java.net/java.lang/java.io/java.util packages (J2SE).
(new) osgi-foundation-ee_4.2.0-1.debian.tar.gz optional java
(new) osgi-foundation-ee_4.2.0-1.dsc optional java
(new) osgi-foundation-ee_4.2.0.orig.tar.gz optional java
Changes: osgi-foundation-ee (4.2.0-1) unstable; urgency=low
 .
  * Initial release. (Closes: #643980).


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 643980 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Tagging bugs that does not affect stable

2011-10-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Hi everybody
 #
 # So I ought to have used found where possible, but I am
 # a bit lazy... With this many bugs, I hope you can forgive
 # me.  :-)
 # libav/0.7 transition - does not affect packages in stable
 tags 628197 + sid wheezy
Bug #628197 {Done: Aurelien Jarno aure...@debian.org} [xine-lib] xine-lib: 
FTBFS with libav 0.7
Added tag(s) sid and wheezy.
 tags 638559 + sid wheezy
Bug #638559 {Done: Alastair McKinstry mckins...@debian.org} [vtk] Needs to be 
adapted for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 638251 + sid wheezy
Bug #638251 {Done: Mathieu Malaterre mathieu.malate...@gmail.com} [vxl] Needs 
to be adapted for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 638535 + sid wheezy
Bug #638535 {Done: Yavor Doganov ya...@gnu.org} [lynkeos.app] Needs to be 
adapted for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 638550 + sid wheezy
Bug #638550 {Done: Uwe Hermann u...@debian.org} [miro] Needs to be adapted 
for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 640562 + sid wheezy
Bug #640562 [motion] FTBFS against libav/0.7.1
Added tag(s) sid and wheezy.
 tags 638246 + sid wheezy
Bug #638246 {Done: Anton Gladky gladky.an...@gmail.com} [paraview] Needs to 
be adapted for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 638244 + sid wheezy
Bug #638244 [picard] Needs to be adapted for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 640224 + sid wheezy
Bug #640224 {Done: Iain Lane la...@debian.org} [taoframework] Needs to be 
rebuild against libav / 0.7
Added tag(s) sid and wheezy.
 tags 638560 + sid wheezy
Bug #638560 [electricsheep] Needs to be adapted for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 638245 + sid wheezy
Bug #638245 {Done: Tiago Bortoletto Vaz ti...@debian.org} [ffmpeg2theora] 
Needs to be adapted for libav/0.7.1
Added tag(s) sid and wheezy.
 tags 640697 + sid wheezy
Bug #640697 [freej] Needs to be adapted for libav 0.7
Added tag(s) sid and wheezy.
 tags 638569 + sid wheezy
Bug #638569 {Done: Alessio Treglia ales...@debian.org} [idjc] libav7 patch 
needs to be activated
Added tag(s) sid and wheezy.
 tags 638546 + sid wheezy
Bug #638546 {Done: Fathi Boudra f...@debian.org} [k3b] Needs to be adapted 
for libav/0.7.1
Added tag(s) sid and wheezy.
 # dpkg-buildflags did not change in stable :)
 tags 644048 + sid wheezy
Bug #644048 [xdvik-ja] xdvik-ja: FTBFS: dpkg-buildflags
Added tag(s) sid and wheezy.
 # Dependency appears to be satisfied in stable
 tags 623445 + sid wheezy
Bug #623445 {Done: Yves-Alexis Perez cor...@debian.org} [xfce4-wmdock-plugin] 
xfce4-wmdock-plugin: cannot be installed due to dependency issue
Added tag(s) sid and wheezy.
 # Iceweasel 5.0 was not in stable
 tags 635008 + sid wheezy
Bug #635008 {Done: Fabrizio Regalli fab...@fabreg.it} 
[xul-ext-all-in-one-sidebar] xul-ext-add-in-one-sidebar: not compatible with 
iceweasel 5.0
Added tag(s) sid and wheezy.
 # Openjdk-6 did not change its path in stable
 tags 641380 + sid wheezy
Bug #641380 {Done: Miguel Landaeta mig...@miguel.cc} [surefire] surefire: 
FTBFS: You must specify a valid JAVA_HOME or JAVACMD!
Added tag(s) sid and wheezy.
 tags 642036 + sid wheezy
Bug #642036 [umlet] FTBFS: /usr/lib/jvm/java-6-openjdk/bin/javac: not found
Added tag(s) sid and wheezy.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
642036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642036
628197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628197
638546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638546
638559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638559
638244: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638244
638245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638245
635008: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635008
638569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638569
623445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623445
640697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640697
638550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638550
640562: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640562
641380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641380
640224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640224
638246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638246
644048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644048
638535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638535
638251: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638251
638560: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638560
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


osgi-core_4.2.0-1_amd64.changes ACCEPTED into unstable

2011-10-03 Thread Debian FTP Masters



Accepted:
libosgi-core-java-doc_4.2.0-1_all.deb
  to main/o/osgi-core/libosgi-core-java-doc_4.2.0-1_all.deb
libosgi-core-java_4.2.0-1_all.deb
  to main/o/osgi-core/libosgi-core-java_4.2.0-1_all.deb
osgi-core_4.2.0-1.debian.tar.gz
  to main/o/osgi-core/osgi-core_4.2.0-1.debian.tar.gz
osgi-core_4.2.0-1.dsc
  to main/o/osgi-core/osgi-core_4.2.0-1.dsc
osgi-core_4.2.0.orig.tar.gz
  to main/o/osgi-core/osgi-core_4.2.0.orig.tar.gz


Override entries for your package:
libosgi-core-java-doc_4.2.0-1_all.deb - optional doc
libosgi-core-java_4.2.0-1_all.deb - optional java
osgi-core_4.2.0-1.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 643981 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of sikuli_1.0~x~rc3-dfsg1-1_i386.changes

2011-10-03 Thread Debian FTP Masters
sikuli_1.0~x~rc3-dfsg1-1_i386.changes uploaded successfully to localhost
along with the files:
  sikuli_1.0~x~rc3-dfsg1-1.dsc
  sikuli_1.0~x~rc3-dfsg1.orig.tar.bz2
  sikuli_1.0~x~rc3-dfsg1-1.debian.tar.gz
  sikuli-ide_1.0~x~rc3-dfsg1-1_all.deb
  libsikuli-script-java_1.0~x~rc3-dfsg1-1_all.deb
  libsikuli-script-jni_1.0~x~rc3-dfsg1-1_i386.deb
  libsikuli-script-doc_1.0~x~rc3-dfsg1-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


sikuli_1.0~x~rc3-dfsg1-1_i386.changes ACCEPTED into unstable

2011-10-03 Thread Debian FTP Masters



Accepted:
libsikuli-script-doc_1.0~x~rc3-dfsg1-1_all.deb
  to main/s/sikuli/libsikuli-script-doc_1.0~x~rc3-dfsg1-1_all.deb
libsikuli-script-java_1.0~x~rc3-dfsg1-1_all.deb
  to main/s/sikuli/libsikuli-script-java_1.0~x~rc3-dfsg1-1_all.deb
libsikuli-script-jni_1.0~x~rc3-dfsg1-1_i386.deb
  to main/s/sikuli/libsikuli-script-jni_1.0~x~rc3-dfsg1-1_i386.deb
sikuli-ide_1.0~x~rc3-dfsg1-1_all.deb
  to main/s/sikuli/sikuli-ide_1.0~x~rc3-dfsg1-1_all.deb
sikuli_1.0~x~rc3-dfsg1-1.debian.tar.gz
  to main/s/sikuli/sikuli_1.0~x~rc3-dfsg1-1.debian.tar.gz
sikuli_1.0~x~rc3-dfsg1-1.dsc
  to main/s/sikuli/sikuli_1.0~x~rc3-dfsg1-1.dsc
sikuli_1.0~x~rc3-dfsg1.orig.tar.bz2
  to main/s/sikuli/sikuli_1.0~x~rc3-dfsg1.orig.tar.bz2


Override entries for your package:
libsikuli-script-doc_1.0~x~rc3-dfsg1-1_all.deb - extra doc
libsikuli-script-java_1.0~x~rc3-dfsg1-1_all.deb - extra java
libsikuli-script-jni_1.0~x~rc3-dfsg1-1_i386.deb - extra java
sikuli-ide_1.0~x~rc3-dfsg1-1_all.deb - extra java
sikuli_1.0~x~rc3-dfsg1-1.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 642794 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


osgi-foundation-ee_4.2.0-1_amd64.changes ACCEPTED into unstable

2011-10-03 Thread Debian FTP Masters



Accepted:
libosgi-foundation-ee-java-doc_4.2.0-1_all.deb
  to main/o/osgi-foundation-ee/libosgi-foundation-ee-java-doc_4.2.0-1_all.deb
libosgi-foundation-ee-java_4.2.0-1_all.deb
  to main/o/osgi-foundation-ee/libosgi-foundation-ee-java_4.2.0-1_all.deb
osgi-foundation-ee_4.2.0-1.debian.tar.gz
  to main/o/osgi-foundation-ee/osgi-foundation-ee_4.2.0-1.debian.tar.gz
osgi-foundation-ee_4.2.0-1.dsc
  to main/o/osgi-foundation-ee/osgi-foundation-ee_4.2.0-1.dsc
osgi-foundation-ee_4.2.0.orig.tar.gz
  to main/o/osgi-foundation-ee/osgi-foundation-ee_4.2.0.orig.tar.gz


Override entries for your package:
libosgi-foundation-ee-java-doc_4.2.0-1_all.deb - optional doc
libosgi-foundation-ee-java_4.2.0-1_all.deb - optional java
osgi-foundation-ee_4.2.0-1.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 643980 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#642794: marked as done (sikuli: FTBFS: CMake Error: The following variables are used in this project, but they are set to NOTFOUND.)

2011-10-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Oct 2011 23:35:37 +
with message-id e1ras2r-0006uh...@franck.debian.org
and subject line Bug#642794: fixed in sikuli 1.0~x~rc3-dfsg1-1
has caused the Debian Bug report #642794,
regarding sikuli: FTBFS: CMake Error: The following variables are used in this 
project, but they are set to NOTFOUND.
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 ow...@bugs.debian.org
immediately.)


-- 
642794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: sikuli
Version: 1.0~x~rc2-dfsg1-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[1]: Entering directory `/build/sikuli-KHCNMm/sikuli-1.0~x~rc2-dfsg1'
 mkdir sikuli-script/build sikuli-ide/build
 cd sikuli-script/build  cmake ..
 Tesseract-OCR Data Path: /usr/share/tesseract-ocr/tessdata
 -- Java version 1.6.0.23 configured successfully!
 -- Found Java: /usr/bin/java (found version 1.6.0.23)
 -- The CXX compiler identification is GNU
 -- Check for working CXX compiler: /usr/bin/c++
 -- Check for working CXX compiler: /usr/bin/c++ -- works
 -- Detecting CXX compiler ABI info
 -- Detecting CXX compiler ABI info - done
 Tesseract-OCR Data Path: /usr/share/tesseract-ocr/tessdata
 -- checking for module 'opencv'
 --   found opencv, version 2.1.0
 -- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so 
 -- Found SWIG: /usr/bin/swig2.0 (found version 2.0.4)
 -- checking for module 'Tesseract'
 --   package 'Tesseract' not found
 -- Found Tesseract 
 CMake Error: The following variables are used in this project, but they are 
 set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the CMake 
 files:
 TIFF_LIBS
 linked by target VDictProxy in directory 
 /build/sikuli-KHCNMm/sikuli-1.0~x~rc2-dfsg1/sikuli-script/src/main/native
 linked by target VisionProxy in directory 
 /build/sikuli-KHCNMm/sikuli-1.0~x~rc2-dfsg1/sikuli-script/src/main/native
 
 -- Configuring incomplete, errors occurred!
 make[1]: *** [override_dh_auto_build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/sikuli_1.0~x~rc2-dfsg1-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.


---End Message---
---BeginMessage---
Source: sikuli
Source-Version: 1.0~x~rc3-dfsg1-1

We believe that the bug you reported is fixed in the latest version of
sikuli, which is due to be installed in the Debian FTP archive:

libsikuli-script-doc_1.0~x~rc3-dfsg1-1_all.deb
  to main/s/sikuli/libsikuli-script-doc_1.0~x~rc3-dfsg1-1_all.deb
libsikuli-script-java_1.0~x~rc3-dfsg1-1_all.deb
  to main/s/sikuli/libsikuli-script-java_1.0~x~rc3-dfsg1-1_all.deb
libsikuli-script-jni_1.0~x~rc3-dfsg1-1_i386.deb
  to main/s/sikuli/libsikuli-script-jni_1.0~x~rc3-dfsg1-1_i386.deb
sikuli-ide_1.0~x~rc3-dfsg1-1_all.deb
  to main/s/sikuli/sikuli-ide_1.0~x~rc3-dfsg1-1_all.deb
sikuli_1.0~x~rc3-dfsg1-1.debian.tar.gz
  to main/s/sikuli/sikuli_1.0~x~rc3-dfsg1-1.debian.tar.gz
sikuli_1.0~x~rc3-dfsg1-1.dsc
  to main/s/sikuli/sikuli_1.0~x~rc3-dfsg1-1.dsc
sikuli_1.0~x~rc3-dfsg1.orig.tar.bz2
  to main/s/sikuli/sikuli_1.0~x~rc3-dfsg1.orig.tar.bz2



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini p...@debian.org (supplier of updated sikuli package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Oct 2011 00:57:09 +0200
Source: sikuli
Binary: sikuli-ide libsikuli-script-java libsikuli-script-jni 
libsikuli-script-doc
Architecture: source all i386
Version: 1.0~x~rc3-dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Gilles Filippini p...@debian.org