Your message dated Mon, 15 Feb 2016 19:35:47 +0000
with message-id <e1avovz-0005qh...@franck.debian.org>
and subject line Bug#814764: fixed in lombok 1.16.6+ds-1
has caused the Debian Bug report #814764,
regarding lombok: FTBFS: CommentCollectingParser.java:30: error: cannot find 
symbol
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.)


-- 
814764: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814764
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lombok
Version: 1.16.6-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

lombok fails to build from source in unstable/amd64:

  [..]

       [echo] lombok-utils 1.5
      [javac] Compiling 6 source files to 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/build/lombok-utils
      [javac] warning: [options] bootstrap class path not set in conjunction 
with -source 1.5
      [javac] warning: [options] source value 1.5 is obsolete and will be 
removed in a future release
      [javac] warning: [options] target value 1.5 is obsolete and will be 
removed in a future release
      [javac] warning: [options] To suppress warnings about obsolete options, 
use -Xlint:-options.
      [javac] 4 warnings
       [echo] lombok-utils 1.6
      [javac] Compiling 9 source files to 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/build/lombok-utils
      [javac] warning: [options] bootstrap class path not set in conjunction 
with -source 1.6
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingParser.java:30:
 error: cannot find symbol
      [javac] import com.sun.tools.javac.parser.EndPosParser;
      [javac]                                  ^
      [javac]   symbol:   class EndPosParser
      [javac]   location: package com.sun.tools.javac.parser
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingParser.java:35:
 error: cannot find symbol
      [javac] class CommentCollectingParser extends EndPosParser {
      [javac]                                       ^
      [javac]   symbol: class EndPosParser
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:47:
 error: cannot find symbol
      [javac]   protected void processComment(CommentStyle style) {
      [javac]                                 ^
      [javac]   symbol:   class CommentStyle
      [javac]   location: class CommentCollectingScanner
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/Javac.java:330:
 error: JCNoType is not abstract and does not override abstract method getTag() 
in Type
      [javac]   private static class JCNoType extends Type implements NoType {
      [javac]                  ^
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/Javac.java:332:
 error: constructor Type in class Type cannot be applied to given types;
      [javac]                   super(tag, null);
      [javac]                   ^
      [javac]   required: TypeSymbol
      [javac]   found: int,<null>
      [javac]   reason: actual and formal argument lists differ in length
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/Javac.java:337:
 error: cannot find symbol
      [javac]                   if (tag == ((Integer) 
CTC_VOID.value).intValue()) return TypeKind.VOID;
      [javac]                       ^
      [javac]   symbol:   variable tag
      [javac]   location: class JCNoType
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/Javac.java:338:
 error: cannot find symbol
      [javac]                   if (tag == ((Integer) 
CTC_NONE.value).intValue()) return TypeKind.NONE;
      [javac]                       ^
      [javac]   symbol:   variable tag
      [javac]   location: class JCNoType
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/Javac.java:339:
 error: cannot find symbol
      [javac]                   throw new AssertionError("Unexpected tag: " + 
tag);
      [javac]                                                                 ^
      [javac]   symbol:   variable tag
      [javac]   location: class JCNoType
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingParser.java:45:
 error: cannot find symbol
      [javac]           JCCompilationUnit result = super.parseCompilationUnit();
      [javac]                                      ^
      [javac]   symbol:   variable super
      [javac]   location: class CommentCollectingParser
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingParserFactory.java:45:
 error: newParser(CharSequence,boolean,boolean,boolean) in 
CommentCollectingParserFactory cannot override 
newParser(CharSequence,boolean,boolean,boolean) in ParserFactory
      [javac]   public Parser newParser(CharSequence input, boolean 
keepDocComments, boolean keepEndPos, boolean keepLineMap) {
      [javac]                 ^
      [javac]   return type Parser is not compatible with JavacParser
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:46:
 error: method does not override or implement a method from a supertype
      [javac]   @Override
      [javac]   ^
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:48:
 error: cannot find symbol
      [javac]           int prevEndPos = Math.max(prevEndPos(), endComment);
      [javac]                                     ^
      [javac]   symbol:   method prevEndPos()
      [javac]   location: class CommentCollectingScanner
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:49:
 error: cannot find symbol
      [javac]           int pos = pos();
      [javac]                     ^
      [javac]   symbol:   method pos()
      [javac]   location: class CommentCollectingScanner
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:50:
 error: cannot find symbol
      [javac]           int endPos = endPos();
      [javac]                        ^
      [javac]   symbol:   method endPos()
      [javac]   location: class CommentCollectingScanner
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:52:
 error: cannot find symbol
      [javac]           String content = new String(getRawCharacters(pos, 
endPos));
      [javac]                                       ^
      [javac]   symbol:   method getRawCharacters(int,int)
      [javac]   location: class CommentCollectingScanner
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:66:
 error: cannot find symbol
      [javac]                           c = getRawCharacters(i, i + 1)[0];
      [javac]                               ^
      [javac]   symbol:   method getRawCharacters(int,int)
      [javac]   location: class CommentCollectingScanner
      [javac] 
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/src/utils/lombok/javac/java7/CommentCollectingScanner.java:85:
 error: cannot find symbol
      [javac]           char[] between = getRawCharacters(from, to);
      [javac]                            ^
      [javac]   symbol:   method getRawCharacters(int,int)
      [javac]   location: class CommentCollectingScanner
      [javac] 17 errors
      [javac] 1 warning
  
  BUILD FAILED
  
/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6/debian/build.xml:63:
 Compile failed; see the compiler error output for details.
  
  Total time: 1 second
  debian/rules:14: recipe for target 'override_dh_auto_build' failed
  make[1]: *** [override_dh_auto_build] Error 1
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160215090547.JYcoVLmTSc/lombok-1.16.6'
  debian/rules:7: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: lombok.1.16.6-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: lombok
Source-Version: 1.16.6+ds-1

We believe that the bug you reported is fixed in the latest version of
lombok, 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 814...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated lombok 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: Mon, 15 Feb 2016 19:48:33 +0100
Source: lombok
Binary: liblombok-java liblombok-java-doc
Architecture: source all
Version: 1.16.6+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 liblombok-java - Reduce boilerplate code in Java projects
 liblombok-java-doc - Reduce boilerplate code in Java projects (documentation)
Closes: 814764
Changes:
 lombok (1.16.6+ds-1) unstable; urgency=medium
 .
   * Team upload.
   * Add javac.patch and fix compilation error with OpenJDK 8. (Closes: #814764)
   * Add build.patch. Use upstream's build.xml file but prevent the build system
     from downloading anything from the web.
   * Drop debian/build-xml.
   * Add javadoc.patch and fix compilation error when building the
     dcoumentation. Thus the -doc package will not be empty anymore.
   * Replace liblombok-java-doc.javadoc with liblombok-java-doc.install.
   * Remove debian/links file.
   * Fix debian/watch and do not use githubredir anymore. It is obsolete.
   * Simplify get-orig-source target and use Files-Excluded mechanism.
   * Repack the tarball and remove superfluous dll files.
   * Update the package description of liblombok-java because the package is
     complete now.
   * Add ivyplusplus and liblombok-patcher-java to Build-Depends.
   * Ensure that cmdreader, lombok-patcher and ASM are injected into lombok.jar.
   * Install maven artifacts into local maven-repo. Build with
     maven_repo_helper.
Checksums-Sha1:
 73c7ef8440bb32f785d950aac0e1ec4519b056b0 2346 lombok_1.16.6+ds-1.dsc
 e1b4e2377c00dc4ceb103ba0337c04f4aead7d91 383040 lombok_1.16.6+ds.orig.tar.xz
 a88b8b83e4b7aa866cecd9789b7dd6c2b73e7c52 6636 lombok_1.16.6+ds-1.debian.tar.xz
 31a53438bd64211f176b1dcf7988a0af412398ee 181030 
liblombok-java-doc_1.16.6+ds-1_all.deb
 d85f2ad093f703811f187ccec02a55d4cd1fb6ef 1421604 
liblombok-java_1.16.6+ds-1_all.deb
Checksums-Sha256:
 481535026395f9655e30fca01c0907eab3dab758e18eb7c7cf7820d441b31828 2346 
lombok_1.16.6+ds-1.dsc
 a5617712976fc4cf10f82be30b0fc9207d3742e419bf59bebaad5db8518c2260 383040 
lombok_1.16.6+ds.orig.tar.xz
 7da2f98e7e0f92c175986bce3c5f2107ef41f7f80bfd62a4081ebd6a93992825 6636 
lombok_1.16.6+ds-1.debian.tar.xz
 83251437b96e50c5c893789537f0684b6bbfaaff5598fa28ecd5fad03d93eae0 181030 
liblombok-java-doc_1.16.6+ds-1_all.deb
 c8dc77551b816339137d79cd4109694ad5de4c56829f1511af00e4b3c512ca6e 1421604 
liblombok-java_1.16.6+ds-1_all.deb
Files:
 fa09fcea0936110b22d5f40019ec6c03 2346 java optional lombok_1.16.6+ds-1.dsc
 e2eb1e679b644fe073af438be97021b8 383040 java optional 
lombok_1.16.6+ds.orig.tar.xz
 84a8a6de581033a9f012eac1a481bdb8 6636 java optional 
lombok_1.16.6+ds-1.debian.tar.xz
 8fd81c5387c68d1906fa1772edb2a3fa 181030 doc optional 
liblombok-java-doc_1.16.6+ds-1_all.deb
 5d236abd506ac25a3e4ae088ec6dd159 1421604 java optional 
liblombok-java_1.16.6+ds-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJWwh69XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkW1kP/0GeJb845DUdkZDaFnD8bQeY
fKWlNX9gA8jB+MOH6+aU6Arfn5KsLvBrXBJJFCkQAEYu7Xhco3hWSDD6c8bSiCuV
7vnzvE4m2jZvS+q6L9sg8UsME/zMIKHSIvvI6wItXdeq3UyYu+rT2ZiY+f9QsoxH
aNmXxroi5p6YehNNWYGzxk5Q5/DjzBvQBh1OVD7aAlczIe20RHHwFXejfTD3PBmz
LPqX7nehJihxuW6tPe0Q7lEXYIdExvKiXpHprwesHv8kcb9S8jzKyWF7MbpyoyZr
TucmczTyN3pliAE2HcgLAKhAsQhE6ymglCha7WC9HGdFHYhTBFs8A7ucdEmfpP1/
GATC5hPdeQZFab3ncwhU5TxKfhQ5ltUFlDZgiCGGWaytUQendfm/l+Yr69dYLkNk
5eb50eayGDh9QYVOPugWR1hIdJ6b6tghAdLa3Q5hFhNAwHiSumqdMt3ThIsos7W6
nADoq/80GwsTyftsmSowzbGF9R9djdpjD7J9PMYd6CobgOPEwpO19EbCIOZGK6QZ
lDOll6OeTz+QY0OFs4V8M5THwghg7yUlmMv3i35u2LMnbqsLitikG2lNuS3rauVI
VG/8n9KrkeUHq1gvmqjg/IxqmpH+6zOSC+EeTWmk7ovkjk8M5KeUwcGg8fLT7h2h
lSg9RK9UUlfc9rOYb0WW
=97vr
-----END PGP SIGNATURE-----

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

Reply via email to