Your message dated Fri, 29 Jul 2016 07:48:35 +0000
with message-id <e1bt2x5-0001az...@franck.debian.org>
and subject line Bug#832809: fixed in sitemesh 2.4.1+dfsg-6
has caused the Debian Bug report #832809,
regarding sitemesh: FTBFS with jflex 1.6.1
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.)


-- 
832809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sitemesh
Version: 2.4.1+dfsg-5
Severity: serious


I have updated jflex to the latest upstream release and sitemesh is the
only package now that fails to build from source due to this change. I
haven't found a way to address this issue yet. I saw that sitemesh is an
old package, very low popcon and without any reverse-dependencies.
Before I continue I would like to know if we want to keep it and if the
answer is yes whether we should package a newer upstream release.

Sitemesh 3 has been released in 2014, so this might be worth looking into.

The error message:

jflex:
     [echo] Generating HTML lexer using JFlex
    [mkdir] Created dir: /build/sitemesh-2.4.1+dfsg/build/java
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [java] Reading
"src/java/com/opensymphony/module/sitemesh/html/tokenizer/lexer.flex"
     [java]
     [java] Error in file
"src/java/com/opensymphony/module/sitemesh/html/tokenizer/lexer.flex"
(line 25):
     [java] Unknown %-option
     [java] %switch
     [java] ^
     [java] 1 error, 0 warnings.
     [java] Java Result: 1
    [mkdir] Created dir: /build/sitemesh-2.4.1+dfsg/build/classes
    [javac] /build/sitemesh-2.4.1+dfsg/build.xml:47: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last;
set to false for repeatable builds
    [javac] Compiling 115 source files to
/build/sitemesh-2.4.1+dfsg/build/classes
    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.3
    [javac] warning: [options] source value 1.3 is obsolete and will be
removed in a future release
    [javac] warning: [options] target value 1.3 is obsolete and will be
removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete
options, use -Xlint:-options.
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:22:
error: cannot find symbol
    [javac] public class Parser extends Lexer {
    [javac]                             ^
    [javac]   symbol: class Lexer
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/velocity/VelocityDecoratorServlet.java:17:
warning: [deprecation] VelocityViewServlet in
org.apache.velocity.tools.view.servlet has been deprecated
    [javac] import
org.apache.velocity.tools.view.servlet.VelocityViewServlet;
    [javac]                                              ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/factory/DefaultFactory.java:146:
warning: [deprecation] toURL() in File has been deprecated
    [javac]             is = configFile.toURL().openStream();
    [javac]                            ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/factory/DefaultFactory.java:184:
warning: [deprecation] toURL() in File has been deprecated
    [javac]             is = excludesFile.toURL().openStream();
    [javac]                              ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/filter/DebugResponseWrapper.java:55:
warning: [deprecation] encodeRedirectUrl(String) in
HttpServletResponseWrapper has been deprecated
    [javac]     public String encodeRedirectUrl(String url) {
    [javac]                   ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/filter/DebugResponseWrapper.java:56:
warning: [deprecation] encodeRedirectUrl(String) in
HttpServletResponseWrapper has been deprecated
    [javac]         return super.encodeRedirectUrl(url);
    [javac]                     ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/filter/DebugResponseWrapper.java:98:
warning: [deprecation] setStatus(int,String) in
HttpServletResponseWrapper has been deprecated
    [javac]     public void setStatus(int sc, String msg) {
    [javac]                 ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/filter/DebugResponseWrapper.java:100:
warning: [deprecation] setStatus(int,String) in
HttpServletResponseWrapper has been deprecated
    [javac]         super.setStatus(sc, msg);
    [javac]              ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:60:
error: cannot find symbol
    [javac]             return yytext();
    [javac]                    ^
    [javac]   symbol:   method yytext()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:70:
error: cannot find symbol
    [javac]                 next = yylex();
    [javac]                        ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:84:
error: cannot find symbol
    [javac]             reportError("Cannot pushback more than once",
line(), column());
    [javac]                                                           ^
    [javac]   symbol:   method line()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:84:
error: cannot find symbol
    [javac]             reportError("Cannot pushback more than once",
line(), column());
    [javac]
     ^
    [javac]   symbol:   method column()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:88:
error: cannot find symbol
    [javac]             pushbackText = yytext();
    [javac]                            ^
    [javac]   symbol:   method yytext()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:99:
error: cannot find symbol
    [javac]                     token = yylex();
    [javac]                             ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:109:
error: cannot find symbol
    [javac]                     parsedText(position(), length());
    [javac]                                ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:109:
error: cannot find symbol
    [javac]                     parsedText(position(), length());
    [javac]                                            ^
    [javac]   symbol:   method length()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:120:
error: cannot find symbol
    [javac]                     reportError("Unexpected token from
lexer, was expecting TEXT or LT", line(), column());
    [javac]
                            ^
    [javac]   symbol:   method line()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:120:
error: cannot find symbol
    [javac]                     reportError("Unexpected token from
lexer, was expecting TEXT or LT", line(), column());
    [javac]
                                    ^
    [javac]   symbol:   method column()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:131:
error: cannot find symbol
    [javac]         int start = position();
    [javac]                     ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:135:
error: cannot find symbol
    [javac]             token = yylex();
    [javac]                     ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:145:
error: cannot find symbol
    [javac]                 token = yylex();
    [javac]                         ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:158:
error: cannot find symbol
    [javac]                 resetLexerState();
    [javac]                 ^
    [javac]   symbol:   method resetLexerState()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:159:
error: cannot find symbol
    [javac]                 pushBack(yylex()); // take and replace the
next token, so the position is correct
    [javac]                          ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:160:
error: cannot find symbol
    [javac]                 parsedText(start, position() - start);
    [javac]                                   ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:165:
error: cannot find symbol
    [javac]             parsedText(start, position() - start); // eof
    [javac]                               ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:167:
error: cannot find symbol
    [javac]             reportError("Could not recognise tag", line(),
column());
    [javac]                                                    ^
    [javac]   symbol:   method line()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:167:
error: cannot find symbol
    [javac]             reportError("Could not recognise tag", line(),
column());
    [javac]                                                            ^
    [javac]   symbol:   method column()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:176:
error: cannot find symbol
    [javac]                 token = yylex();
    [javac]                         ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:188:
error: cannot find symbol
    [javac]                 parsedText(start, position() - start); // eof
    [javac]                                   ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:191:
error: cannot find symbol
    [javac]                 reportError("Illegal tag", line(), column());
    [javac]                                            ^
    [javac]   symbol:   method line()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:191:
error: cannot find symbol
    [javac]                 reportError("Illegal tag", line(), column());
    [javac]                                                    ^
    [javac]   symbol:   method column()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:197:
error: cannot find symbol
    [javac]             token = yylex();
    [javac]                     ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:206:
error: cannot find symbol
    [javac]                 token = yylex();
    [javac]                         ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:215:
error: cannot find symbol
    [javac]             parsedTag(type, name, start, position() - start
+ 1);
    [javac]                                          ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:217:
error: cannot find symbol
    [javac]             parsedText(start, position() - start); // eof
    [javac]                               ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:219:
error: cannot find symbol
    [javac]             reportError("Expected end of tag", line(),
column());
    [javac]                                                ^
    [javac]   symbol:   method line()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:219:
error: cannot find symbol
    [javac]             reportError("Expected end of tag", line(),
column());
    [javac]                                                        ^
    [javac]   symbol:   method column()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:220:
error: cannot find symbol
    [javac]             parsedTag(type, name, start, position() - start
+ 1);
    [javac]                                          ^
    [javac]   symbol:   method position()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:227:
error: cannot find symbol
    [javac]             token = yylex();
    [javac]                     ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:236:
error: cannot find symbol
    [javac]             token = yylex();
    [javac]                     ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:245:
error: cannot find symbol
    [javac]                 token = yylex();
    [javac]                         ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:260:
error: cannot find symbol
    [javac]                         next = yylex();
    [javac]                                ^
    [javac]   symbol:   method yylex()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:279:
error: cannot find symbol
    [javac]                 reportError("Illegal attribute value",
line(), column());
    [javac]                                                        ^
    [javac]   symbol:   method line()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:279:
error: cannot find symbol
    [javac]                 reportError("Illegal attribute value",
line(), column());
    [javac]                                                                ^
    [javac]   symbol:   method column()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:288:
error: cannot find symbol
    [javac]             reportError("Illegal attribute name", line(),
column());
    [javac]                                                   ^
    [javac]   symbol:   method line()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/html/tokenizer/Parser.java:288:
error: cannot find symbol
    [javac]             reportError("Illegal attribute name", line(),
column());
    [javac]                                                           ^
    [javac]   symbol:   method column()
    [javac]   location: class Parser
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/parser/AbstractPage.java:153:
warning: [deprecation] getRequest() in Page has been deprecated
    [javac]     public HttpServletRequest getRequest() {
    [javac]                               ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/module/sitemesh/velocity/VelocityDecoratorServlet.java:30:
warning: [deprecation] VelocityViewServlet in
org.apache.velocity.tools.view.servlet has been deprecated
    [javac] public class VelocityDecoratorServlet extends
VelocityViewServlet {
    [javac]                                               ^
    [javac]
/build/sitemesh-2.4.1+dfsg/src/java/com/opensymphony/sitemesh/compatability/Content2HTMLPage.java:151:
warning: [deprecation] getRequest() in Page has been deprecated
    [javac]     public HttpServletRequest getRequest() {
    [javac]                               ^
    [javac] 39 errors
    [javac] 14 warnings

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: sitemesh
Source-Version: 2.4.1+dfsg-6

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

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated sitemesh 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: SHA256

Format: 1.8
Date: Fri, 29 Jul 2016 09:34:47 +0200
Source: sitemesh
Binary: libsitemesh-java libsitemesh-java-doc
Architecture: source all
Version: 2.4.1+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 libsitemesh-java - web-page layout and decoration framework
 libsitemesh-java-doc - documentation for libsitemesh-java
Closes: 832809
Changes:
 sitemesh (2.4.1+dfsg-6) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the compatibility with jflex 1.6 (Closes: #832809)
   * Run the tests during the test phase instead of the build phase
   * Simplified the get-orig-source target in debian/rules
   * Standards-Version updated to 3.9.8
   * Use secure Vcs-* URLs
Checksums-Sha1:
 248b11bf53cd49f7b5f5394b44a3fe6f9fc30d3c 2141 sitemesh_2.4.1+dfsg-6.dsc
 1601139ffd440afa54aab5962c450ba2818ec1b1 8152 
sitemesh_2.4.1+dfsg-6.debian.tar.xz
 6cd2794b28edf88082f414bea754212800894006 278982 
libsitemesh-java-doc_2.4.1+dfsg-6_all.deb
 aa78e928bd72bb666d93ac84054e8479627ee074 158540 
libsitemesh-java_2.4.1+dfsg-6_all.deb
Checksums-Sha256:
 b2f322e10ad86f05b2b3e3b6e8d34e6f3877ed059c7c4053d94d4d50164d9780 2141 
sitemesh_2.4.1+dfsg-6.dsc
 7d5754684ee6e54e863b39b728b3a1f5ceda4fbff0e2d6620c666a8290044987 8152 
sitemesh_2.4.1+dfsg-6.debian.tar.xz
 9770ddb7a02549e4c265dd50e65e4513fcb8bd00058f9f7415748b87de163adb 278982 
libsitemesh-java-doc_2.4.1+dfsg-6_all.deb
 26e8eaa4e165d39f630cb1a2e222bb300eccd4cd9df6d371b5389c27a16efd89 158540 
libsitemesh-java_2.4.1+dfsg-6_all.deb
Files:
 e12fa9916d9f271793cde31adcb3cf5f 2141 java optional sitemesh_2.4.1+dfsg-6.dsc
 71813f5417025b84e04c60f825219fe0 8152 java optional 
sitemesh_2.4.1+dfsg-6.debian.tar.xz
 406edf353a0261a17c03154c680c5f09 278982 doc optional 
libsitemesh-java-doc_2.4.1+dfsg-6_all.deb
 edf990fb69aae26100a143c15d478adb 158540 java optional 
libsitemesh-java_2.4.1+dfsg-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXmwdcAAoJEPUTxBnkudCslJkQAIswr3Ml3e9p39DbxxNz8OGw
GbGVhRjlJEnbuxPGtklE7/bVAebU/O8XohXnNMXaUYlghXyT0VeLKejwUo57EqYU
97+DqpxI5KgxBZtHFg0DyXDp1/PIWLz5K3//ITB0Rq2wHPGwh7UdeLJ3/E9Xh7H+
WzQ1yz3QHhelYkjbn3HXnBn8rC7fS9E8pFDqykk5Q27BwsPL9YNzvzhlBJIBtU4p
Ai2jigmBxk/z5BzjyW0OgLPW1omcj/PKK7Ax++KRjq4otkLrZe1/j78GMu2NHr9k
+ZFDowAgb6Qq9x/Rmmix9VoZ3sfYuVNz8y0CgXJMO6g5kho9tF1/W+0aBzeU8snU
PSsoGTQFALE5rCQp5xqEouf1rmIMDvGB7xcpsHmYGxTfVokszixd8bczuFmuoYC3
XvXMJm5FuFtmPPe6Xjr4zowkTYXkrKgX+2OolVX5rYkLp2vMtxa2oCDWkbvWvarb
oBIjEyZPgvYqz0gT+X3iA23kDprfp5Mg0cx2wI0NnGNySRsOV4pBCkEZQTrrQLsc
9opRruB0KN/jANKm6EGeaq9NOkwl2abpHf5AC+dY8itplflq+ss8YG3nLBIndg3B
aSIbzcP0pol+qWIaUdA+r0sDd7LUn9Id29FcRpEISwaSc7M7fkpmkpZuYineRVyN
gVvDdYztJASmRRbTt+v9
=vJ0i
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to