Your message dated Mon, 22 Jul 2013 09:48:31 +0000
with message-id <e1v1cjh-0002dj...@franck.debian.org>
and subject line Bug#701312: fixed in libv8-3.14 3.14.5.8-4
has caused the Debian Bug report #701312,
regarding libv8: ftbfs with GCC-4.8
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.)


-- 
701312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701312
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libv8
Version: 3.8.9.20-2
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  ../src/checks.h:259:22: error: typedef '__StaticAssertTypedef__440' locally 
defined but not used [-Werror=unused-local-typedefs]

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/libv8_3.8.9.20-2_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
../src/checks.h:291:30: note: in expansion of macro 'STATIC_CHECK'
 #define STATIC_ASSERT(test)  STATIC_CHECK(test)
                              ^
../src/preparse-data.cc:75:3: note: in expansion of macro 'STATIC_ASSERT'
   STATIC_ASSERT(PreparseDataConstants::kMessageTextPos == 3);
   ^
cc1plus: all warnings being treated as errors
make[2]: *** 
[/«PKGBUILDDIR»/out/x64.release/obj.target/preparser_lib/src/preparse-data.o] 
Error 1
In file included from ../src/preparser-api.cc:36:0:
../src/scanner.h: In member function 'void v8::internal::Scanner::Init()':
../src/checks.h:259:22: error: typedef '__StaticAssertTypedef__440' locally 
defined but not used [-Werror=unused-local-typedefs]
     SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
                      ^
../src/checks.h:249:39: note: in definition of macro 'SEMI_STATIC_JOIN_HELPER'
 #define SEMI_STATIC_JOIN_HELPER(a, b) a##b
                                       ^
../src/checks.h:259:5: note: in expansion of macro 'SEMI_STATIC_JOIN'
     SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
     ^
../src/checks.h:291:30: note: in expansion of macro 'STATIC_CHECK'
 #define STATIC_ASSERT(test)  STATIC_CHECK(test)
                              ^
../src/scanner.h:440:5: note: in expansion of macro 'STATIC_ASSERT'
     STATIC_ASSERT(kCharacterLookaheadBufferSize == 1);
     ^
cc1plus: all warnings being treated as errors
In file included from ../src/preparser.cc:33:0:
../src/scanner.h: In member function 'void v8::internal::Scanner::Init()':
../src/checks.h:259:22: error: typedef '__StaticAssertTypedef__440' locally 
defined but not used [-Werror=unused-local-typedefs]
     SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
                      ^
../src/checks.h:249:39: note: in definition of macro 'SEMI_STATIC_JOIN_HELPER'
 #define SEMI_STATIC_JOIN_HELPER(a, b) a##b
                                       ^
../src/checks.h:259:5: note: in expansion of macro 'SEMI_STATIC_JOIN'
     SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
     ^
../src/checks.h:291:30: note: in expansion of macro 'STATIC_CHECK'
 #define STATIC_ASSERT(test)  STATIC_CHECK(test)
                              ^
../src/scanner.h:440:5: note: in expansion of macro 'STATIC_ASSERT'
     STATIC_ASSERT(kCharacterLookaheadBufferSize == 1);
     ^
make[2]: *** 
[/«PKGBUILDDIR»/out/x64.release/obj.target/preparser_lib/src/preparser-api.o] 
Error 1
cc1plus: all warnings being treated as errors
make[2]: *** 
[/«PKGBUILDDIR»/out/x64.release/obj.target/preparser_lib/src/preparser.o] 
Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/out'
make[1]: *** [x64.release] Error 2
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libv8-3.14
Source-Version: 3.14.5.8-4

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

Debian distribution maintenance software
pp.
Jérémy Lal <kapo...@melix.org> (supplier of updated libv8-3.14 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: Mon, 22 Jul 2013 10:30:56 +0200
Source: libv8-3.14
Binary: libv8-dev libv8-3.14-dev libv8-3.14.5 libv8-3.14-dbg
Architecture: source amd64
Version: 3.14.5.8-4
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Jérémy Lal <kapo...@melix.org>
Description: 
 libv8-3.14-dbg - V8 JavaScript engine - debugging symbols
 libv8-3.14-dev - V8 JavaScript engine - development files for 3.14 branch
 libv8-3.14.5 - V8 JavaScript engine - runtime library
 libv8-dev  - V8 JavaScript engine - development files for latest branch
Closes: 701312
Changes: 
 libv8-3.14 (3.14.5.8-4) unstable; urgency=low
 .
   [ Jérémy Lal ]
   * Patch: 0013_gcc_48_compat, closes: bug#701312.
   * Allow Build-Dependency on latest libv8 branch version or on a
     specific branch: libv8-<API>-dev or libv8-dev.
     Ensure switching from one dev package to another works properly.
     Add a specific case for libv8-3.14 (<=3.14.5.8-3).
 .
   [ Jonas Smedegaard ]
   * Tidy long descriptions to talk only about what packages provide,
     not the uses of it.
Checksums-Sha1: 
 59eca8f86b84dd92c3cca86e9531e0c5ff1f3d9e 2223 libv8-3.14_3.14.5.8-4.dsc
 1ea15dc32601d702423355f1e54bc48b2d753650 27740 
libv8-3.14_3.14.5.8-4.debian.tar.gz
 b0349d13efedc433628e7a9c7371e74b4daad196 114804 libv8-dev_3.14.5.8-4_amd64.deb
 dac90b8fb29f1c15c14d367e1ceff794182ada9b 114812 
libv8-3.14-dev_3.14.5.8-4_amd64.deb
 350a95418ec1f39082902292026c247fe84579b7 1607592 
libv8-3.14.5_3.14.5.8-4_amd64.deb
 1f2495de43243b18594efade5ddc73e02218406d 29429716 
libv8-3.14-dbg_3.14.5.8-4_amd64.deb
Checksums-Sha256: 
 a041bf427a225bccc2d2f971fe0699fd892ed4211788d4f7ea3bcc95ea3cc5e3 2223 
libv8-3.14_3.14.5.8-4.dsc
 aa9db9d4de9b1b3d4c3b032f716b0760f2ddec1699d49dac684a909cd6518705 27740 
libv8-3.14_3.14.5.8-4.debian.tar.gz
 a5fbfa4c0563ff8b955b1a5871b200b765d5c53777e90f1bab143e460853dd40 114804 
libv8-dev_3.14.5.8-4_amd64.deb
 dbb4e15a13526f707bb91e07e50f4c84825ad40e6ab4f99ba7996ba6df5cccc6 114812 
libv8-3.14-dev_3.14.5.8-4_amd64.deb
 20c72d2f6e389f2f5cec5c14721b8c1d0e77685498bce2e734cd4de99e79a09b 1607592 
libv8-3.14.5_3.14.5.8-4_amd64.deb
 e2d39c55e7895293107790bb12f8cad1a706a6b50cc77241d095180ae4e77289 29429716 
libv8-3.14-dbg_3.14.5.8-4_amd64.deb
Files: 
 a628da8e0b600d38c61613b22feaf178 2223 libs optional libv8-3.14_3.14.5.8-4.dsc
 3ba1b192798b2691f34b0886923fd9a9 27740 libs optional 
libv8-3.14_3.14.5.8-4.debian.tar.gz
 98a0640dc1d9f35274ecdb1ed950dfd2 114804 libdevel optional 
libv8-dev_3.14.5.8-4_amd64.deb
 773810a3f1b2c69caf742bd090c13fb0 114812 libdevel optional 
libv8-3.14-dev_3.14.5.8-4_amd64.deb
 3d5a16f67e4c1f10cd507934dbab0d3a 1607592 libs optional 
libv8-3.14.5_3.14.5.8-4_amd64.deb
 88a3f9033385e9d98c417ff1de10d40a 29429716 debug extra 
libv8-3.14-dbg_3.14.5.8-4_amd64.deb

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

iQIcBAEBCAAGBQJR7PXeAAoJEGYRwF7dOfN0AZcQAIHWfYOhzZ1jCH6GLRXC6VY1
+xgw/2QkzSfgeH+9EDXJPpUsT0o2mt0hSy7QAnsBj1xFdIr/L2mwbBpDeqwHiHHJ
NI6avAcLEKGRaBfHKDIpq7rk2149F6QVyJBto5onSNrgYCSPMn7Y+D6duFWrW4B4
wzM/mBHZKP7cCYdixdwZejMQRdHShUspQJIDfk0jv1ZQA5lgyS0MqDSDLaca6Bef
oR3XmC1u7EdZhuxNikA0ZRptP8eUy9YbyP/7w+1FeU9HrGJiKE0kv84Kmr4FFUnX
qYwO2sKTGDpJG32acW0TxrgiVOTJcVF7UuAtnZFy0R+1D16pfKQCstLuyqn2ykfw
AaSnEFmpSQbaZ0KSqhrvHZxpDtHhIcRfDf72v3CEDfDdlk1EUyY9C0PUCpAMQ78j
5mKeyj4ghCFOTXBiwzgmY8+Ty5ch+I/twYS+t9b7DyOkjcC9S3zKGfw/V1zjrwqj
Sj64pKvvvJHNnr4Obfijdjf2bk5WN3e+Tk62Dq0IzaBPC0LDn0O1OwngpbtW61Al
XBRSReAAYL4b2iizQKr/R56KDG5rbjwqNcZ5YYgiLLn/nyXc3QwmifmEuMMr6xT9
Cppv2FfJkKIIgUGQbIXGE4I88CJvz8vN0EIkklUV1GCaP1VeS+KQiupR6USiWJRx
7TvfnYBN5rwvDZans1pr
=Wm8t
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to