Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-07-22 Thread 李健秋
Package: eclipse
Version: 3.8.1-5.1
Followup-For: Bug #747054

Hi Michael and Maintainers,

I reproduced the same issue and found it's related to
   bce8d58 - Regenerated d/eclipse-build-generatedScripts.tar.bz2.

Package builds for me after I drop that commit on my jessie/sid mixed 
system. I do not familar with java related stuff. Just for you info and 
hopefully it might bring you some clue with such ftbfs.

Best regards,

-Andrew

-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-06-11 Thread Michael Tautschnig
Hi Tony, all,

[...]
 Due to the size, I'm not going to send the build log to the BTS, but
 will send it directly to you.  It's the output of git-buildpackage on
 top of a sid cowbuilder.  (Just wondering aloud if the build failure is
 somehow related to the large amount of memory in your build environment
 - a la the problem you uncovered in #748567...)
 

So I don't think this one is about memory, but it might be about the directory
hierarchy. Here's a snippet from

build/eclipse-3.8.1-src/plugins/org.eclipse.osgi.services/build.xml

which seems to be shipped in debian/eclipse-build-generatedScripts.tar.bz2:

path id=@dot.classpath
pathelement path=../org.eclipse.osgi/bin//
pathelement path=../org.eclipse.osgi/@dot/
pathelement 
path=../org.eclipse.equinox.transforms.hook/bin//
pathelement 
path=../org.eclipse.equinox.transforms.hook/@dot/
pathelement 
path=../org.eclipse.equinox.servletbridge.extensionbundle/@dot/
pathelement 
path=../org.eclipse.equinox.weaving.hook/bin//
pathelement 
path=../org.eclipse.equinox.weaving.hook/@dot/
pathelement 
path=../../../../../../../../usr/share/java/servlet-api-3.0.jar/
/path

Now I'm wondering which directory all these paths are supposed to be relative
to. From the first few ones it could either be

eclipse/plugins/org.eclipse.osgi.services/

or

build/eclipse-3.8.1-src/plugins/org.eclipse.osgi.services/

where the former is the source directory and the latter would be the build
directory. Given that, if I understand all this correctly, the number of ../
is fixed irrespective of the actual environment, I'm wondering whether this is
just an attempt to have sufficiently many ../ in there? Yet I'll have to
disappoint you:

~/eclipse-3.8.1# cd eclipse/plugins/org.eclipse.osgi.services/
~/eclipse-3.8.1/eclipse/plugins/org.eclipse.osgi.services# ls -la 
../../../../../../../../usr/share/java/servlet-api-3.0.jar
-rw-r--r-- 1 root root 197117 May 24 05:26 
../../../../../../../../usr/share/java/servlet-api-3.0.jar

but

~/eclipse-3.8.1# cd build/eclipse-3.8.1-src/plugins/org.eclipse.osgi.services/
~/eclipse-3.8.1/build/eclipse-3.8.1-src/plugins/org.eclipse.osgi.services# ls 
-la ../../../../../../../../usr/share/java/servlet-api-3.0.jar
ls: cannot access ../../../../../../../../usr/share/java/servlet-api-3.0.jar: 
No such file or directory

Wouldn't absolute paths be slightly more stable?!

Best,
Michael



pgpe8pnw0U1zY.pgp
Description: PGP signature


Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-06-09 Thread Michael Tautschnig
Hi Niels, all,

 On 2014-05-31 07:25, Hideki Yamane wrote:
  control: tags -1 +unreproducible
  
  Hi,
  
  I've rebuilt eclipse package in current sid using pbuilder and didn't 
  encounter any error.
  Can someone please confirm this bug is still relevant?
  
   me too (cowbuilder amd64/sid), so once tag it as unreproducible.
  
 
 Hi Michael,
 
 Both Jakub and Hideki has tried to rebuild eclipse and cannot reproduce
 your issue.  Accordingly the bug is currently tagged unreproducible.  If
 you can still reproduce the issue, I believe there is need for more
 information.
 
 
 AFAICT you were not CC'ed, so you might not have seen this before now.
 

Indeed :-)

So it is still reproducible for me. Would anyone here have a build log for me to
help understand what might be going wrong on my end?

Thanks a lot,
Michael



pgpJFNaRhPJE_.pgp
Description: PGP signature


Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-06-09 Thread tony mancill
On 06/09/2014 02:28 AM, Michael Tautschnig wrote:
 Hi Niels, all,
 
 On 2014-05-31 07:25, Hideki Yamane wrote:
 control: tags -1 +unreproducible

 Hi,

 I've rebuilt eclipse package in current sid using pbuilder and didn't 
 encounter any error.
 Can someone please confirm this bug is still relevant?

  me too (cowbuilder amd64/sid), so once tag it as unreproducible.


 Hi Michael,

 Both Jakub and Hideki has tried to rebuild eclipse and cannot reproduce
 your issue.  Accordingly the bug is currently tagged unreproducible.  If
 you can still reproduce the issue, I believe there is need for more
 information.


 AFAICT you were not CC'ed, so you might not have seen this before now.

 
 Indeed :-)
 
 So it is still reproducible for me. Would anyone here have a build log for me 
 to
 help understand what might be going wrong on my end?

Hi Michael,

Due to the size, I'm not going to send the build log to the BTS, but
will send it directly to you.  It's the output of git-buildpackage on
top of a sid cowbuilder.  (Just wondering aloud if the build failure is
somehow related to the large amount of memory in your build environment
- a la the problem you uncovered in #748567...)

Cheers,
tony



signature.asc
Description: OpenPGP digital signature


Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-06-05 Thread Niels Thykier
On 2014-05-31 07:25, Hideki Yamane wrote:
 control: tags -1 +unreproducible
 
 Hi,
 
 I've rebuilt eclipse package in current sid using pbuilder and didn't 
 encounter any error.
 Can someone please confirm this bug is still relevant?
 
  me too (cowbuilder amd64/sid), so once tag it as unreproducible.
 

Hi Michael,

Both Jakub and Hideki has tried to rebuild eclipse and cannot reproduce
your issue.  Accordingly the bug is currently tagged unreproducible.  If
you can still reproduce the issue, I believe there is need for more
information.


AFAICT you were not CC'ed, so you might not have seen this before now.

~Niels


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



Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-05-30 Thread Hideki Yamane
control: tags -1 +unreproducible

Hi,

 I've rebuilt eclipse package in current sid using pbuilder and didn't 
 encounter any error.
 Can someone please confirm this bug is still relevant?

 me too (cowbuilder amd64/sid), so once tag it as unreproducible.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


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



Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-05-08 Thread Jakub Adam

Hi,

I've rebuilt eclipse package in current sid using pbuilder and didn't encounter 
any error.
Can someone please confirm this bug is still relevant?

Regards,

Jakub


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



Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-05-05 Thread Michael Tautschnig
Package: eclipse
Version: 3.8.1-5.1
Severity: serious
Usertags: goto-cc

During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder)
the build failed with the following error.

[...]
pre.@dot:
[javac] Compiling 86 source files to 
/srv/jenkins-slave/workspace/sid-goto-cc-eclipse/eclipse-3.8.1/build/eclipse-3.8.1-src/plugins/org.eclipse.osgi.services/@dot
[javac] 
/srv/jenkins-slave/workspace/sid-goto-cc-eclipse/eclipse-3.8.1/build/eclipse-3.8.1-src/plugins/org.eclipse.osgi.services/src/org/osgi/service/http/HttpContext.java:21:
 error: package javax.servlet.http does not exist
[javac] import javax.servlet.http.HttpServletRequest;
[javac]
(multiple errors of the same kind follow)

The full build log is attached.

Best,
Michael



build-log.txt.gz
Description: application/gunzip


pgpHyueTR6m3V.pgp
Description: PGP signature