Bug#754643: gradle: FTBFS: Caused by: java.lang.RuntimeException: Could not determine the local IP addresses for this machine.

2014-07-15 Thread tony mancill
On 07/12/2014 08:21 PM, Miguel Landaeta wrote:
 Package: src:gradle
 Version: 1.5-1
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)
 
 I'm unable to run gradle in a clean cowbuilder chroot. It dies on me
 with a java.lang.RuntimeException error.
 
 Since gradle build-depends on itself this is a FTBFS bug.
 This doesn't happen when I run it outside a chroot.
 
 Relevant error message:
 
 [snip]
 
  fakeroot debian/rules clean
 dh clean --with javahelper
dh_testdir
debian/rules override_dh_auto_clean
 make[1]: Entering directory '/tmp/buildd/gradle-1.5'
 dh_auto_clean
 gradle --project-prop finalRelease=true --stacktrace --offline clean
 :buildSrc:clean UP-TO-DATE
 :buildSrc:compileJava UP-TO-DATE
 :buildSrc:compileGroovy FAILED
 
 FAILURE: Build failed with an exception.
 
 * What went wrong:
 Execution failed for task ':compileGroovy'.
 Could not determine the local IP addresses for this machine.

Hi Miguel,

Is it possible that it's trying to make a connection to your X server?
When I try to build in a chroot from a shell where DISPLAY is set, the
build dies with an error that it cannot connect to :0.  But if I unset
DISPLAY before starting the build, it completes successfully (3x in a
row now).

I haven't looked into it in more depth, but maybe the build can just
unset DISPLAY?

Cheers,
tony



signature.asc
Description: OpenPGP digital signature
__
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#754643: gradle: FTBFS: Caused by: java.lang.RuntimeException: Could not determine the local IP addresses for this machine.

2014-07-15 Thread gregor herrmann
On Mon, 14 Jul 2014 23:07:34 -0700, tony mancill wrote:

 On 07/12/2014 08:21 PM, Miguel Landaeta wrote:

  I'm unable to run gradle in a clean cowbuilder chroot. It dies on me
  with a java.lang.RuntimeException error.

  FAILURE: Build failed with an exception.
  * What went wrong:
  Execution failed for task ':compileGroovy'.
  Could not determine the local IP addresses for this machine.

 Is it possible that it's trying to make a connection to your X server?

(Without having looked at the package:)
Maybe this is yet another instance of #753944
(pbuilder: USENETWORK=no breaks package builds). 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #426:  internet is needed to catch the etherbunny 

__
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.


electric 9.05+dfsg-1 MIGRATED to testing

2014-07-15 Thread Debian testing watch
FYI: The status of the electric source package
in Debian's testing distribution has changed.

  Previous version: 9.04+dfsg-1
  Current version:  9.05+dfsg-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 https://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.


apache-mime4j 0.7.2-3 MIGRATED to testing

2014-07-15 Thread Debian testing watch
FYI: The status of the apache-mime4j source package
in Debian's testing distribution has changed.

  Previous version: 0.7.2-2
  Current version:  0.7.2-3

-- 
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 https://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.


dynalang 0.4-3 MIGRATED to testing

2014-07-15 Thread Debian testing watch
FYI: The status of the dynalang source package
in Debian's testing distribution has changed.

  Previous version: 0.4-2
  Current version:  0.4-3

-- 
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 https://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.


eclipse-mylyn 3.12.0-1 MIGRATED to testing

2014-07-15 Thread Debian testing watch
FYI: The status of the eclipse-mylyn source package
in Debian's testing distribution has changed.

  Previous version: 3.11.0-1
  Current version:  3.12.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 https://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.


sweethome3d-furniture-editor 1.14-1 MIGRATED to testing

2014-07-15 Thread Debian testing watch
FYI: The status of the sweethome3d-furniture-editor source package
in Debian's testing distribution has changed.

  Previous version: 1.13-1
  Current version:  1.14-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 https://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.


Bug#754643: gradle: FTBFS: Caused by: java.lang.RuntimeException: Could not determine the local IP addresses for this machine.

2014-07-15 Thread Miguel Landaeta
On Tue, Jul 15, 2014 at 08:20:50AM +0200, gregor herrmann wrote:
  On 07/12/2014 08:21 PM, Miguel Landaeta wrote:
 
  Is it possible that it's trying to make a connection to your X server?
 
 (Without having looked at the package:)
 Maybe this is yet another instance of #753944
 (pbuilder: USENETWORK=no breaks package builds). 
 

Uhm, this is weird because I tried to build gradle during the last weekend
and I already had installed pbuilder 0.215+nmu3 with the fix for
#753944.

Today I updated my development box again and this bug is not present
anymore or so it seems.

I'll do a couple of extra check and I'll close this if I can't
reproduce it anymore.

Thanks for the pointers.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
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 groovy2_2.2.2+dfsg-2_amd64.changes

2014-07-15 Thread Debian FTP Masters
groovy2_2.2.2+dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  groovy2_2.2.2+dfsg-2_all.deb
  groovy2-doc_2.2.2+dfsg-2_all.deb
  groovy2_2.2.2+dfsg-2.dsc
  groovy2_2.2.2+dfsg-2.debian.tar.xz

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.


Bug#754643: marked as done (gradle: FTBFS: Caused by: java.lang.RuntimeException: Could not determine the local IP addresses for this machine.)

2014-07-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Jul 2014 17:00:13 -0300
with message-id 20140715200013.ga13...@alice.nomadium.lan
and subject line Re: Bug#754643: gradle: FTBFS: Caused by: 
java.lang.RuntimeException: Could not determine the local IP addresses for this 
machine.
has caused the Debian Bug report #754643,
regarding gradle: FTBFS: Caused by: java.lang.RuntimeException: Could not 
determine the local IP addresses for this machine.
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.)


-- 
754643: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754643
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:gradle
Version: 1.5-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

I'm unable to run gradle in a clean cowbuilder chroot. It dies on me
with a java.lang.RuntimeException error.

Since gradle build-depends on itself this is a FTBFS bug.
This doesn't happen when I run it outside a chroot.

Relevant error message:

[snip]

 fakeroot debian/rules clean
dh clean --with javahelper
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/buildd/gradle-1.5'
dh_auto_clean
gradle --project-prop finalRelease=true --stacktrace --offline clean
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileGroovy'.
 Could not determine the local IP addresses for this machine.

* Try:
Run with --info or --debug option to get more log output.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task 
':compileGroovy'.
at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:72)
at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:49)
at 
org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:34)
at 
org.gradle.api.internal.changedetection.CacheLockHandlingTaskExecuter$1.run(CacheLockHandlingTaskExecuter.java:34)
at org.gradle.internal.Factories$1.create(Factories.java:22)
at 
org.gradle.cache.internal.DefaultCacheAccess.longRunningOperation(DefaultCacheAccess.java:179)
at 
org.gradle.cache.internal.DefaultCacheAccess.longRunningOperation(DefaultCacheAccess.java:232)
at 
org.gradle.cache.internal.DefaultPersistentDirectoryStore.longRunningOperation(DefaultPersistentDirectoryStore.java:142)
at 
org.gradle.api.internal.changedetection.DefaultTaskArtifactStateCacheAccess.longRunningOperation(DefaultTaskArtifactStateCacheAccess.java:83)
at 
org.gradle.api.internal.changedetection.CacheLockHandlingTaskExecuter.execute(CacheLockHandlingTaskExecuter.java:32)
at 
org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:55)
at 
org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:57)
at 
org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:41)
at 
org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:51)
at 
org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:52)
at 
org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:42)
at 
org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:275)
at 
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.executeTask(DefaultTaskPlanExecutor.java:52)
at 
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.processTask(DefaultTaskPlanExecutor.java:38)
at 
org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.process(DefaultTaskPlanExecutor.java:30)
at 
org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:84)
at 
org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:29)
at 
org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:61)
at 
org.gradle.execution.DefaultBuildExecuter.access$200(DefaultBuildExecuter.java:23)
at 
org.gradle.execution.DefaultBuildExecuter$2.proceed(DefaultBuildExecuter.java:67)
at 

groovy2_2.2.2+dfsg-2_amd64.changes is NEW

2014-07-15 Thread Debian FTP Masters
binary:groovy2 is NEW.
binary:groovy2-doc is NEW.
source:groovy2 is NEW.
groovy2_2.2.2+dfsg.orig.tar.gz is only available in NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

__
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 felix-main_4.4.0-1_amd64.changes

2014-07-15 Thread Debian FTP Masters
felix-main_4.4.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  libfelix-main-java_4.4.0-1_all.deb
  libfelix-main-java-doc_4.4.0-1_all.deb
  felix-main_4.4.0-1_all.deb
  felix-main_4.4.0-1.dsc
  felix-main_4.4.0.orig.tar.gz
  felix-main_4.4.0-1.debian.tar.xz

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.


felix-main_4.4.0-1_amd64.changes ACCEPTED into unstable

2014-07-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jul 2014 21:28:19 +0200
Source: felix-main
Binary: libfelix-main-java libfelix-main-java-doc felix-main
Architecture: source all
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 felix-main - Execution environment for OSGi Felix Framework
 libfelix-main-java - Libraries to instantiate and execute the Felix Framework
 libfelix-main-java-doc - Libraries to instantiate and execute OSGi Felix 
Framework - doc
Closes: 648335 698998 743546 746113
Changes:
 felix-main (4.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Damien Raude-Morvan ]
   * d/control: Fix typo in synopsis, for real this time (Closes: #648335).
 .
   [ Emmanuel Bourg ]
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
   * debian/watch: Changed the URL to find all versions
   * debian/control:
 - Added the missing dependency on java-wrappers to the felix-main binary
   package (Closes: #698998)
 - Removed Andres Mejia from the uploaders (Closes: #743546)
 - Standards-Version updated to 3.9.5 (no changes)
 - Use canonical URLs for the Vcs-* fields
 .
   [ Markus Koschany ]
   * Imported upstream version 4.4.0.
 - Fixes FTBFS error. (Closes: #746113)
   * Update installation path of config.properties in felix-main.install.
   * Fix symlink to config.properties in felix-main.links.
   * Update debian/copyright to copyright format 1.0.
Checksums-Sha1:
 c99d653fa92096a7dba6d971eb816f693e986d9c 2567 felix-main_4.4.0-1.dsc
 8265ccc549053e794cc716e67e4a32df914cb043 270076 felix-main_4.4.0.orig.tar.gz
 6b845bd9cccbd2b5d871dc94584101382a587229 5732 felix-main_4.4.0-1.debian.tar.xz
 3e1422edde921ca9e2875ec37d6bc1c589e721dc 447278 
libfelix-main-java_4.4.0-1_all.deb
 96ef13e7c2229b246a777c5bd4a87a8b42dc97b1 182794 
libfelix-main-java-doc_4.4.0-1_all.deb
 cf1361528d8c01cfe3abc85ce657f67a03cb4e13 8450 felix-main_4.4.0-1_all.deb
Checksums-Sha256:
 4c121a1e9136677dd3e060e61e5a22708649e97159f261c1dee16979acaf8bfd 2567 
felix-main_4.4.0-1.dsc
 89dd4d4bf2bdad6c654b172e525dde5cb4370ad4f05f6dca1321d60e7962d95b 270076 
felix-main_4.4.0.orig.tar.gz
 dd47ad0f4e9dde8eee1e192fe5d7dff6d2c74d2959275b56f198c81538b7ddd0 5732 
felix-main_4.4.0-1.debian.tar.xz
 a5c1f25e6ab2022ac922d6501bde72bf65d68e2f38e3ba9c1127687f99fec56a 447278 
libfelix-main-java_4.4.0-1_all.deb
 bcdac2e71440d02938f20aab994507247d59be76139d44858b46607a50d82fa9 182794 
libfelix-main-java-doc_4.4.0-1_all.deb
 d1505147aaff5e9d0445c8502096aba7442873cbd00308b7aab63de85583ea55 8450 
felix-main_4.4.0-1_all.deb
Files:
 5505eca47fca27e7b7360140e8b494c2 447278 java optional 
libfelix-main-java_4.4.0-1_all.deb
 dd47f0266ce4830008bb0024b9b30950 182794 doc optional 
libfelix-main-java-doc_4.4.0-1_all.deb
 d586cb2bd15f32ff08bc356e7892ceb5 8450 java optional felix-main_4.4.0-1_all.deb
 2bd247da77b877101045b6063da66b3e 2567 java optional felix-main_4.4.0-1.dsc
 a806c04c26c9f32810d711ccd37a2b91 270076 java optional 
felix-main_4.4.0.orig.tar.gz
 ed9e0718d4c983e6273fe90d82e08296 5732 java optional 
felix-main_4.4.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTxf1oAAoJECHSBYmXSz6WXK8P/2XDPnFbczKoUuOtpKgfbyQy
W7G9wJXZ7hpAEN+svESiBD6WrOtivnP4dBni2LuV/gqKgLr69JrWmHzESmLbm7Fg
mSOZJLbOP+QtsANUipzFKx1ZHqFfpHJJmIweh9PvxO8q9RqZQGxcVn6o4u/4HWIr
Za7r89VvHhwMypc+KAbzqhhODjtQIpmY4TgBhxajupM4tPxmfqLUNhjLmYIUP3YZ
PQ6Lxe86lNTqUKjhNdCmEyNEOSCuifs9PPA0mJEihSZW9wkF4AwGRDBUcYxPqOkU
seMQjPix/23h2B26SputYCC5JUy6KJdGPIX2KVflgiUHQ6DMyWo3nGsu0vuc8Olp
BP6XozGYrHZ8ZwB1hAW2POQFYrhnleEDYYejJc0EoQlhPDc7vMi0DP7zpd4AOv9h
uPcUPzgxSQhIo1HKNr7VBKGPAuz1p4SI0LAHoEoETwUAvJcRMCEl5bNx/wY/tSQx
qEw/2Im6q0i22w9KdcwouuP0k90RRssdYLZYW7Mm8Q/9Ixso1QfvCfR74eN/oXDk
8wE0/XoT1MkKb1ETj4PDytgZOyh0HaD3RO+I0PJOgPTx1MZhL93P5FHwd/KO5r/T
7mFv9IPLprm30GSJCYTBx5dIYk0kit0hasPtAX0hpXnBxENh5560uxF0c2izQJP7
Aa4Cu5zPWqB0+Jp58xnJ
=grL6
-END PGP SIGNATURE-


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#743546: marked as done (Updating the felix-main Uploaders list)

2014-07-15 Thread Debian Bug Tracking System
Your message dated Wed, 16 Jul 2014 04:33:49 +
with message-id e1x7gub-0006qv...@franck.debian.org
and subject line Bug#743546: fixed in felix-main 4.4.0-1
has caused the Debian Bug report #743546,
regarding Updating the felix-main Uploaders list
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.)


-- 
743546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: felix-main
Version: 4.0.1-2
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Andres Mejia ame...@debian.org has not been working on
the felix-main package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

-- 
 Ricardo Mones, on behalf of Debian QA/MIA team
 http://people.debian.org/~mones
 «Never send a human to do a machine's job.» ~ Agent Smith


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: felix-main
Source-Version: 4.4.0-1

We believe that the bug you reported is fixed in the latest version of
felix-main, which is due to be installed in the Debian FTP archive.

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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany a...@gambaru.de (supplier of updated felix-main 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jul 2014 21:28:19 +0200
Source: felix-main
Binary: libfelix-main-java libfelix-main-java-doc felix-main
Architecture: source all
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 felix-main - Execution environment for OSGi Felix Framework
 libfelix-main-java - Libraries to instantiate and execute the Felix Framework
 libfelix-main-java-doc - Libraries to instantiate and execute OSGi Felix 
Framework - doc
Closes: 648335 698998 743546 746113
Changes:
 felix-main (4.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Damien Raude-Morvan ]
   * d/control: Fix typo in synopsis, for real this time (Closes: #648335).
 .
   [ Emmanuel Bourg ]
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
   * debian/watch: Changed the URL to find all versions
   * debian/control:
 - Added the missing dependency on java-wrappers to the felix-main binary
   package (Closes: #698998)
 - Removed Andres Mejia from the uploaders (Closes: #743546)
 - Standards-Version updated to 3.9.5 (no changes)
 - Use canonical URLs for the Vcs-* fields
 .
   [ Markus Koschany ]
   * Imported upstream version 4.4.0.
 - Fixes FTBFS error. (Closes: #746113)
   * Update installation path of config.properties in felix-main.install.
   * Fix symlink to config.properties in felix-main.links.
   * Update debian/copyright to copyright format 1.0.
Checksums-Sha1:
 c99d653fa92096a7dba6d971eb816f693e986d9c 2567 felix-main_4.4.0-1.dsc
 8265ccc549053e794cc716e67e4a32df914cb043 270076 felix-main_4.4.0.orig.tar.gz
 6b845bd9cccbd2b5d871dc94584101382a587229 5732 felix-main_4.4.0-1.debian.tar.xz
 3e1422edde921ca9e2875ec37d6bc1c589e721dc 447278 
libfelix-main-java_4.4.0-1_all.deb
 96ef13e7c2229b246a777c5bd4a87a8b42dc97b1 182794 
libfelix-main-java-doc_4.4.0-1_all.deb
 cf1361528d8c01cfe3abc85ce657f67a03cb4e13 8450 felix-main_4.4.0-1_all.deb
Checksums-Sha256:
 4c121a1e9136677dd3e060e61e5a22708649e97159f261c1dee16979acaf8bfd 2567 
felix-main_4.4.0-1.dsc
 89dd4d4bf2bdad6c654b172e525dde5cb4370ad4f05f6dca1321d60e7962d95b 270076 
felix-main_4.4.0.orig.tar.gz
 dd47ad0f4e9dde8eee1e192fe5d7dff6d2c74d2959275b56f198c81538b7ddd0 5732 
felix-main_4.4.0-1.debian.tar.xz
 a5c1f25e6ab2022ac922d6501bde72bf65d68e2f38e3ba9c1127687f99fec56a 447278 
libfelix-main-java_4.4.0-1_all.deb
 bcdac2e71440d02938f20aab994507247d59be76139d44858b46607a50d82fa9 182794 
libfelix-main-java-doc_4.4.0-1_all.deb
 

Bug#648335: marked as done (felix-main: Fix typo in synopsis)

2014-07-15 Thread Debian Bug Tracking System
Your message dated Wed, 16 Jul 2014 04:33:49 +
with message-id e1x7gub-0006qi...@franck.debian.org
and subject line Bug#648335: fixed in felix-main 4.4.0-1
has caused the Debian Bug report #648335,
regarding felix-main: Fix typo in synopsis
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.)


-- 
648335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648335
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: felix-main
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

felix-main: s/environnement/environment/

libfelix-main-java: s/Librairies to instatiate/Libraries to instantiate/

libfelix-main-java-doc: s/instatiate/instantiate/

Cheers,
Vincent


- -- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (800, 'stable-updates'), (800, 'stable'), (96, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk68Dk0ACgkQbO4uEp7kOBOfEgCgnespOc59q3xrbyt2cZdO0Cs3
xQkAn06UZ9nkBK8S14IlEfGJRjRUyva6
=mOH7
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: felix-main
Source-Version: 4.4.0-1

We believe that the bug you reported is fixed in the latest version of
felix-main, which is due to be installed in the Debian FTP archive.

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 648...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany a...@gambaru.de (supplier of updated felix-main 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jul 2014 21:28:19 +0200
Source: felix-main
Binary: libfelix-main-java libfelix-main-java-doc felix-main
Architecture: source all
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 felix-main - Execution environment for OSGi Felix Framework
 libfelix-main-java - Libraries to instantiate and execute the Felix Framework
 libfelix-main-java-doc - Libraries to instantiate and execute OSGi Felix 
Framework - doc
Closes: 648335 698998 743546 746113
Changes:
 felix-main (4.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Damien Raude-Morvan ]
   * d/control: Fix typo in synopsis, for real this time (Closes: #648335).
 .
   [ Emmanuel Bourg ]
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
   * debian/watch: Changed the URL to find all versions
   * debian/control:
 - Added the missing dependency on java-wrappers to the felix-main binary
   package (Closes: #698998)
 - Removed Andres Mejia from the uploaders (Closes: #743546)
 - Standards-Version updated to 3.9.5 (no changes)
 - Use canonical URLs for the Vcs-* fields
 .
   [ Markus Koschany ]
   * Imported upstream version 4.4.0.
 - Fixes FTBFS error. (Closes: #746113)
   * Update installation path of config.properties in felix-main.install.
   * Fix symlink to config.properties in felix-main.links.
   * Update debian/copyright to copyright format 1.0.
Checksums-Sha1:
 c99d653fa92096a7dba6d971eb816f693e986d9c 2567 felix-main_4.4.0-1.dsc
 8265ccc549053e794cc716e67e4a32df914cb043 270076 felix-main_4.4.0.orig.tar.gz
 6b845bd9cccbd2b5d871dc94584101382a587229 5732 felix-main_4.4.0-1.debian.tar.xz
 3e1422edde921ca9e2875ec37d6bc1c589e721dc 447278 
libfelix-main-java_4.4.0-1_all.deb
 96ef13e7c2229b246a777c5bd4a87a8b42dc97b1 182794 
libfelix-main-java-doc_4.4.0-1_all.deb
 cf1361528d8c01cfe3abc85ce657f67a03cb4e13 8450 felix-main_4.4.0-1_all.deb
Checksums-Sha256:
 4c121a1e9136677dd3e060e61e5a22708649e97159f261c1dee16979acaf8bfd 2567 
felix-main_4.4.0-1.dsc
 89dd4d4bf2bdad6c654b172e525dde5cb4370ad4f05f6dca1321d60e7962d95b 270076 
felix-main_4.4.0.orig.tar.gz
 dd47ad0f4e9dde8eee1e192fe5d7dff6d2c74d2959275b56f198c81538b7ddd0 5732 
felix-main_4.4.0-1.debian.tar.xz
 a5c1f25e6ab2022ac922d6501bde72bf65d68e2f38e3ba9c1127687f99fec56a 447278 
libfelix-main-java_4.4.0-1_all.deb
 

Bug#698998: marked as done (felix-main: felix-framework requires java-wrappers to be installed, but it's not listed as a dependency)

2014-07-15 Thread Debian Bug Tracking System
Your message dated Wed, 16 Jul 2014 04:33:49 +
with message-id e1x7gub-0006qp...@franck.debian.org
and subject line Bug#698998: fixed in felix-main 4.4.0-1
has caused the Debian Bug report #698998,
regarding felix-main: felix-framework requires java-wrappers to be installed, 
but it's not listed as a dependency
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.)


-- 
698998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: felix-main
Version: 4.0.1-2
Severity: important

felix-main includes a script called felix-framework, which is a short-hand
for starting the Felix framework in one go. This script sources the file
/usr/lib/java-wrappers/java-wrappers.sh without checking whether that file
exists. The file comes from the java-wrappers package, but that package is not
listed as a dependency for felix-main. This causes using the felix-framework
tool to fail if java-wrappers is not installed.

Two solutions are possible: java-wrappers can be added as a run-time dependency
for the felix-main package, or a check can be added to the tool not to source
the /usr/lib/java-wrappers/java-wrappers.sh file if it doesn't exist.

Without the felix-framework short-hand, the Felix framework can still be used
by calling java -jar /usr/share/felix-framework/bin/felix.jar yourself.
Therefore I'm giving this bug Severity: important for breaking a normal
use-case but not breaking the pacakge completely.

sjors@foo:~$ felix-framework
/usr/bin/felix-framework: 9: .: Can't open 
/usr/lib/java-wrappers/java-wrappers.sh
sjors@foo:~$ sudo apt-get install java-wrappers
[…]
sjors@foo:~$ felix-framework
[…]
Welcome to Apache Felix Gogo

g!

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages felix-main depends on:
ii  libfelix-bundlerepository-java  1.6.6-1
ii  libfelix-gogo-command-java  0.12.0-2
ii  libfelix-gogo-runtime-java  0.10.0-2
ii  libfelix-gogo-shell-java0.10.0-2
ii  libfelix-main-java  4.0.1-2

felix-main recommends no packages.

Versions of packages felix-main suggests:
pn  libfelix-main-java-doc  none

-- no debconf information
---End Message---
---BeginMessage---
Source: felix-main
Source-Version: 4.4.0-1

We believe that the bug you reported is fixed in the latest version of
felix-main, which is due to be installed in the Debian FTP archive.

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 698...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany a...@gambaru.de (supplier of updated felix-main 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jul 2014 21:28:19 +0200
Source: felix-main
Binary: libfelix-main-java libfelix-main-java-doc felix-main
Architecture: source all
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 felix-main - Execution environment for OSGi Felix Framework
 libfelix-main-java - Libraries to instantiate and execute the Felix Framework
 libfelix-main-java-doc - Libraries to instantiate and execute OSGi Felix 
Framework - doc
Closes: 648335 698998 743546 746113
Changes:
 felix-main (4.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Damien Raude-Morvan ]
   * d/control: Fix typo in synopsis, for real this time (Closes: #648335).
 .
   [ Emmanuel Bourg ]
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
   * debian/watch: Changed the URL to find all versions
   * debian/control:
 - Added the missing dependency on java-wrappers to the felix-main binary
   package (Closes: #698998)
 - Removed Andres Mejia from the uploaders (Closes: #743546)
 - Standards-Version updated to 3.9.5 (no changes)
 - Use canonical URLs for the Vcs-* fields
 .
   

Bug#746113: marked as done (felix-main: FTBFS: error: method newFramework in interface FrameworkFactory cannot be applied to given types)

2014-07-15 Thread Debian Bug Tracking System
Your message dated Wed, 16 Jul 2014 04:33:49 +
with message-id e1x7gub-0006qb...@franck.debian.org
and subject line Bug#746113: fixed in felix-main 4.4.0-1
has caused the Debian Bug report #746113,
regarding felix-main: FTBFS: error: method newFramework in interface 
FrameworkFactory cannot be applied to given types
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.)


-- 
746113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746113
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: felix-main
Version: 4.0.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
  debian/rules build
 test -x debian/rules
 mkdir -p .
 /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
 mh_patchpoms -plibfelix-main-java --debian-build --keep-pom-version 
 --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
 touch debian/stamp-poms-patched
 # before-build target may be used to unpatch the pom files, so we need to 
 check if
 # patching the pom files is needed here, normally not
 if [ ! -f pom.xml.save ]; then \
   /usr/bin/make -f debian/rules patch-poms; \
   fi
 cd .  /usr/lib/jvm/default-java/bin/java -noverify -cp 
 /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties 
 -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
 org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
 -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  package
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 [INFO] Scanning for projects...
 [INFO] 
 
 [INFO] Building Apache Felix Main
 [INFO]task-segment: [package]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [WARNING] File encoding has not been set, using platform encoding 
 ANSI_X3.4-1968, i.e. build is platform dependent!
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [WARNING] File encoding has not been set, using platform encoding 
 ANSI_X3.4-1968, i.e. build is platform dependent!
 [INFO] Compiling 2 source files to /«PKGBUILDDIR»/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR : 
 [INFO] -
 [ERROR] /«PKGBUILDDIR»/src/main/java/org/apache/felix/main/Main.java:[287,27] 
 error: method newFramework in interface FrameworkFactory cannot be applied to 
 given types;
 [INFO] 1 error
 [INFO] -
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] Compilation failure
 /«PKGBUILDDIR»/src/main/java/org/apache/felix/main/Main.java:[287,27] error: 
 method newFramework in interface FrameworkFactory cannot be applied to given 
 types;
 
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 3 seconds
 [INFO] Finished at: Sat Apr 26 22:11:52 UTC 2014
 [INFO] Final Memory: 17M/205M
 [INFO] 
 
 make: *** [mvn-build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/felix-main_4.0.1-2_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: felix-main
Source-Version: 4.4.0-1

We believe that the bug you reported is fixed in the latest version of
felix-main, which is due to be 

Processing of felix-framework_4.4.0-1_amd64.changes

2014-07-15 Thread Debian FTP Masters
felix-framework_4.4.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  libfelix-framework-java_4.4.0-1_all.deb
  libfelix-framework-java-doc_4.4.0-1_all.deb
  felix-framework_4.4.0-1.dsc
  felix-framework_4.4.0.orig.tar.gz
  felix-framework_4.4.0-1.debian.tar.xz

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.