Your message dated Tue, 21 Feb 2023 20:37:40 +0000
with message-id <e1puzoo-009ajs...@fasolo.debian.org>
and subject line Bug#1031456: fixed in r-cran-shiny 1.7.4+dfsg-2
has caused the Debian Bug report #1031456,
regarding r-cran-shiny: FTBFS: make[1]: *** [debian/rules:28: 
override_dh_install] Error 254
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.)


-- 
1031456: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031456
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-shiny
Version: 1.7.4+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230216 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_install
> find debian -name "LICENSE*" -delete
> rm -rf 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/showdown/license.txt
> mkdir -p 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/bootstrap/shim
> cp -a debian/missing-sources/respond/respond.min.js 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/bootstrap/shim/
> mkdir -p 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/strftime
> cp -a debian/missing-sources/strftime/strftime.min.js 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/strftime
> # this fails: yui-compressor 
> debian/missing-sources/babel-polyfill/babel-polyfill.js > 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/babel-polyfill.min.js
> # see https://lists.debian.org/debian-mentors/2016/11/msg00102.html
> cp -a debian/missing-sources/babel-polyfill/babel-polyfill.min.js 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/babel-polyfill.min.js
> # see debian/README.source
> mkdir -p 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/selectize/js/
> cp -a debian/missing-sources/selectize-0.12.1/selectize.min.shiny.js 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/selectize/js/selectize.min.js
> # For some very strange reason a symlink leads to unexpected results in shiny 
> apps.
> # Thus a real copy of font-awesome.min.css from fonts-font-awesome package is 
> created.
> mkdir -p 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/font-awesome/css/
> cp -a /usr/share/fonts-font-awesome/css/font-awesome.min.css 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/font-awesome/css/
> # datepicker is only non-minimized.  Do the minimisation here
> mkdir -p 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/datepicker/js
> closure-compiler  --charset 'utf-8' --js 
> /usr/share/javascript/bootstrap/files/js/bootstrap-datepicker.js 
> --js_output_file 
> /<<PKGBUILDDIR>>/debian/r-cran-shiny/usr/lib/R/site-library/shiny/www/shared/datepicker/js/bootstrap-datepicker.min.js
> java.util.MissingResourceException: Can't find bundle for base name 
> com.google.javascript.rhino.head.resources.Messages, locale en
>       at 
> java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2045)
>       at 
> java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1683)
>       at 
> java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1586)
>       at 
> java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1549)
>       at java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:932)
>       at 
> com.google.javascript.rhino.head.ScriptRuntime$DefaultMessageProvider.getMessage(ScriptRuntime.java:4521)
>       at 
> com.google.javascript.rhino.head.ScriptRuntime.getMessage(ScriptRuntime.java:4501)
>       at 
> com.google.javascript.rhino.head.ScriptRuntime.getMessage0(ScriptRuntime.java:4446)
>       at 
> com.google.javascript.jscomp.RhinoErrorReporter.<init>(RhinoErrorReporter.java:84)
>       at 
> com.google.javascript.jscomp.RhinoErrorReporter.<init>(RhinoErrorReporter.java:32)
>       at 
> com.google.javascript.jscomp.RhinoErrorReporter$OldRhinoErrorReporter.<init>(RhinoErrorReporter.java:162)
>       at 
> com.google.javascript.jscomp.RhinoErrorReporter$OldRhinoErrorReporter.<init>(RhinoErrorReporter.java:158)
>       at 
> com.google.javascript.jscomp.RhinoErrorReporter.forOldRhino(RhinoErrorReporter.java:119)
>       at com.google.javascript.jscomp.Compiler.<init>(Compiler.java:176)
>       at 
> com.google.javascript.jscomp.CommandLineRunner.createCompiler(CommandLineRunner.java:858)
>       at 
> com.google.javascript.jscomp.AbstractCommandLineRunner.doRun(AbstractCommandLineRunner.java:741)
>       at 
> com.google.javascript.jscomp.AbstractCommandLineRunner.run(AbstractCommandLineRunner.java:380)
>       at 
> com.google.javascript.jscomp.CommandLineRunner.main(CommandLineRunner.java:980)
> make[1]: *** [debian/rules:28: override_dh_install] Error 254


The full build log is available from:
http://qa-logs.debian.net/2023/02/16/r-cran-shiny_1.7.4+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230216;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230216&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: r-cran-shiny
Source-Version: 1.7.4+dfsg-2
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated r-cran-shiny 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: Tue, 21 Feb 2023 20:34:31 +0100
Source: r-cran-shiny
Architecture: source
Version: 1.7.4+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <r-pkg-t...@alioth-lists.debian.net>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1031456
Changes:
 r-cran-shiny (1.7.4+dfsg-2) unstable; urgency=medium
 .
   * closure-compiler fails - simply symlinking uncompressed JS
     Closes: #1031456
Checksums-Sha1:
 d6021e98bbb4f7e6fc2083658b829ab0540be86b 2753 r-cran-shiny_1.7.4+dfsg-2.dsc
 1d22d34d85c28f1e19f55a682cba88f51c7b63db 139924 
r-cran-shiny_1.7.4+dfsg-2.debian.tar.xz
 248ca37a7532623d4bab4f22dad30aa2ab7156c9 12597 
r-cran-shiny_1.7.4+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 b187363ff5ce3a6d7b41514721c2b2185cd35691193dc41e0d5db3b73430f674 2753 
r-cran-shiny_1.7.4+dfsg-2.dsc
 871858bcd580b024c25d494047390a076512129f33dc6a0e3f7252945c0b78c0 139924 
r-cran-shiny_1.7.4+dfsg-2.debian.tar.xz
 47821a8325991cca1244653a114aa4372797976fd3e5cff286adfbdbeb6dabf1 12597 
r-cran-shiny_1.7.4+dfsg-2_amd64.buildinfo
Files:
 28e93d5b374a904893c81019c40f2f04 2753 gnu-r optional 
r-cran-shiny_1.7.4+dfsg-2.dsc
 fad27f76af59710c3fa37562bef2e9b0 139924 gnu-r optional 
r-cran-shiny_1.7.4+dfsg-2.debian.tar.xz
 74dcae6d11d97046f445412d91a5822c 12597 gnu-r optional 
r-cran-shiny_1.7.4+dfsg-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmP1HYYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEO6w/+JRhCXS/X6ha/C18PWe7Jnbgf59nfl8jX
aoZFs9vqdjrmNSOqJC9XdOjH4v1/lo7e3/6ZN5alg47ZR2EY1zLRkHDFjoru58LP
s0SgyUI9BJzORjs6VU+Dbtyoi2avp57O9N+MELhwXT9BoGEOrg91SmD4hlO4t4R1
NPsvwal7QlfsY9WxGO1dk7/kXaau69zM9F3zqxpvDGv4CTpNr3IZQHucmp7iu1Uc
FxV8OxORDMbTR5/I+GyQUCoKTln0aWxF1MAr/RDLblVI3/4z/ZFmCBwSarZYRJuG
H1dwe0NfdIP87v+V3pb+Bguumc6miH6TCi6d6oKEC3MmbwowDMXYWEkOQZnT9iSb
rnfy2XFVExL1B2U/hPsvw2QqImlK5ExcDlozrNoTH+chrmRrjlZbUrGvkSX4n/gu
KxEuaC51ie6s6QevzGz22vR26BUI7XfwigBSjjIxHufVzlTTD/QMOVds1mLfre9R
ba+zahSnV3LUTSsrIzIc80JEuwQ+YsqRn0dcUWJRG+5QDMxddp2CT++F2KVrbRkp
89ryiiSCZeDOcaXUJ4Ry0COmLrn4T4Zh7B1DXI0T2pggfMSAfzEbKhGw9QQ9aREZ
DTykHhgSni4ciza5PAaLzPfM9Xnxn9WrXeX5bKDGwMVjI+yk67iifc207YqjTU8O
VmF63DW9owo=
=SJhp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to