Your message dated Sun, 25 May 2014 18:53:22 +0000
with message-id <[email protected]>
and subject line Bug#746892: fixed in pypy 2.3+dfsg-1
has caused the Debian Bug report #746892,
regarding pypy: ftbfs with GCC-4.9
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 [email protected]
immediately.)
--
746892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746892
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pypy
Version: 2.2.1+dfsg-1
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.9
The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.
The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/pypy_2.2.1+dfsg-1_unstable_gcc49.log
The last lines of the build log are at the end of this report.
To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols
files. For other C/C++ related build failures see the porting guide
at http://gcc.gnu.org/gcc-4.9/porting_to.html
[...]
In file included from /usr/include/features.h:360:0,
from /usr/include/inttypes.h:25,
from
/«BUILDDIR»/pypy-2.2.1+dfsg/pypy/module/cpyext/include/Python.h:6,
from common_header.h:38,
from implement_11.c:5:
/usr/include/x86_64-linux-gnu/sys/stat.h:509:1: note: expected 'struct stat64
*' but argument is of type 'struct stat *'
__NTH (lstat64 (const char *__path, struct stat64 *__statbuf))
^
implement_11.c: In function 'pypy_g_ccall_fdopen__INT_arrayPtr_reload':
implement_11.c:48521:12: warning: assignment from incompatible pointer type
l_v252975 = fdopen(l_a0_437, l_a1_298);
^
implement_11.c: In function 'pypy_g_ccall_setbuf__arrayPtr_arrayPtr_reload':
implement_11.c:48578:2: warning: passing argument 1 of 'setbuf' from
incompatible pointer type
setbuf(l_a0_438, l_a1_299);
^
In file included from
/«BUILDDIR»/pypy-2.2.1+dfsg/pypy/module/cpyext/include/object.h:4:0,
from
/«BUILDDIR»/pypy-2.2.1+dfsg/pypy/module/cpyext/include/Python.h:85,
from common_header.h:38,
from implement_11.c:5:
/usr/include/stdio.h:332:13: note: expected 'struct FILE * __restrict__' but
argument is of type 'char *'
extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
^
python "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython"/translator/c/gcc/trackgcroot.py
-t implement_11.s > implement_11.gctmp
mv implement_11.gctmp implement_11.gcmap
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -Wformat
-Werror=format-security -DPy_BUILD_CORE -msse2 -mfpmath=sse
-DPYPY_CPU_HAS_STANDARD_PRECISION -DPy_BUILD_CORE -frandom-seed=implement_12.c
-o implement_12.s -S implement_12.c
-I"/«BUILDDIR»/pypy-2.2.1+dfsg/rpython"/translator/c
-I/«BUILDDIR»/pypy-2.2.1+dfsg/pypy/module/cpyext/include -I..
-I/usr/include/ncursesw
python "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython"/translator/c/gcc/trackgcroot.py
-t implement_12.s > implement_12.gctmp
mv implement_12.gctmp implement_12.gcmap
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -Wformat
-Werror=format-security -DPy_BUILD_CORE -msse2 -mfpmath=sse
-DPYPY_CPU_HAS_STANDARD_PRECISION -DPy_BUILD_CORE -frandom-seed=implement_13.c
-o implement_13.s -S implement_13.c
-I"/«BUILDDIR»/pypy-2.2.1+dfsg/rpython"/translator/c
-I/«BUILDDIR»/pypy-2.2.1+dfsg/pypy/module/cpyext/include -I..
-I/usr/include/ncursesw
python "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython"/translator/c/gcc/trackgcroot.py
-t implement_13.s > implement_13.gctmp
Traceback (most recent call last):
File "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython/translator/c/gcc/trackgcroot.py",
line 2039, in <module>
tracker.process(f, g, filename=fn)
File "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython/translator/c/gcc/trackgcroot.py",
line 1932, in process
tracker = parser.process_function(lines, filename)
File "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython/translator/c/gcc/trackgcroot.py",
line 1447, in process_function
table = tracker.computegcmaptable(self.verbose)
File "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython/translator/c/gcc/trackgcroot.py",
line 53, in computegcmaptable
self.parse_instructions()
File "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython/translator/c/gcc/trackgcroot.py",
line 207, in parse_instructions
self.find_missing_visit_method(opname)
File "/«BUILDDIR»/pypy-2.2.1+dfsg/rpython/translator/c/gcc/trackgcroot.py",
line 237, in find_missing_visit_method
raise UnrecognizedOperation(opname)
__main__.UnrecognizedOperation: ud2
make[2]: *** [implement_13.gcmap] Error 1
make[2]: Leaving directory
`/«BUILDDIR»/pypy-2.2.1+dfsg/build-tmp/usession-debian-0/testing_1'
make[1]: *** [pypy/goal/pypy-c] Error 2
make[1]: Leaving directory `/«BUILDDIR»/pypy-2.2.1+dfsg'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: pypy
Source-Version: 2.3+dfsg-1
We believe that the bug you reported is fixed in the latest version of
pypy, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated pypy 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 25 May 2014 16:51:43 +0200
Source: pypy
Binary: pypy pypy-tk python-pypy.sandbox pypy-lib pypy-lib-testsuite pypy-doc
pypy-dev
Architecture: source amd64 all
Version: 2.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Stefano Rivera <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Description:
pypy - fast alternative implementation of Python - PyPy interpreter
pypy-dev - header files for PyPy (an alternative Python interpreter)
pypy-doc - developer Documentation for PyPy (an alternative Python interpret
pypy-lib - standard library for PyPy (an alternative Python interpreter)
pypy-lib-testsuite - standard library test suite for PyPy (an alternative
Python inter
pypy-tk - Tkinter module for PyPy (an alternative Python interpreter)
python-pypy.sandbox - sandboxed PyPy interpreter
Closes: 746892
Changes:
pypy (2.3+dfsg-1) unstable; urgency=medium
.
* New upstream release.
* Refresh patches.
* Drop patches, superseded upstream: fpic-ppc, multiprocessing-typos,
site-builddir, webbrowser, pypirc-secure.
* PyPy.h isn't copied in at build time (unlike all the other headers)
* Patch: _struct - Like CPython, the built-in module should be "_struct",
imported.
* Patch: gcc-4.9 - Build on GCC 4.9 (Closes: #746892)
* Patch: sqlite-3.8.4 - Test suite fix for 3.8.4 compatibility.
Checksums-Sha1:
aea25ffd8d62198ae91ee87c6de6b21f1c371ae5 2512 pypy_2.3+dfsg-1.dsc
8e7b60546c4cfd5db62edaf9159071fc1a7afd1e 11687052 pypy_2.3+dfsg.orig.tar.xz
91691f68eef6afde6eff5c174ac658187eef5d39 59116 pypy_2.3+dfsg-1.debian.tar.xz
01524fce07a8f952d7a7721666454b0da7ac5e94 6981766 pypy_2.3+dfsg-1_amd64.deb
9084310e3d945ae1390213746d35acfec5c9db90 26082 pypy-tk_2.3+dfsg-1_amd64.deb
0a25217b395b48e2518b9be69780e82a6ebddd34 2952950
python-pypy.sandbox_2.3+dfsg-1_amd64.deb
b88cd6517e57354231c9ad4caf980d5b0141654b 2239436 pypy-lib_2.3+dfsg-1_all.deb
3b4eb31a0bbf1fc6683f5f7d858aaafa57574d02 2018570
pypy-lib-testsuite_2.3+dfsg-1_all.deb
919a151cbe406c12792e6c3f681ddbaa49f7503a 1341512 pypy-doc_2.3+dfsg-1_all.deb
8222b59f16f2b016e00881a55610718acccc9b29 37470 pypy-dev_2.3+dfsg-1_all.deb
Checksums-Sha256:
7ace15d3234d08ce9c8a2ef295bcaec790d44b5b1c0b043c11f56b5cf325947b 2512
pypy_2.3+dfsg-1.dsc
a2f24145414297408f1c139932f649c4e2db2fc21ff7ddcd678d096600c8393b 11687052
pypy_2.3+dfsg.orig.tar.xz
5206c85ddd255738243de02ecbaf47e5e72cce7a6528bffa35c6edc3d102aae8 59116
pypy_2.3+dfsg-1.debian.tar.xz
4667e01593e0f3f7cb0dacd5d13f13366990418858804d7149f05e18a66f3595 6981766
pypy_2.3+dfsg-1_amd64.deb
7e8d14555c71a1ee32d631d4da151a80639f503019034007abbca03e510cb924 26082
pypy-tk_2.3+dfsg-1_amd64.deb
bd4cdf1c4fe56b476dfa945415c5d42cf1c7d8cc3dc5abd0f5954635473836a8 2952950
python-pypy.sandbox_2.3+dfsg-1_amd64.deb
3c495755f917c6b43bdc2d6c603224fe2fe21a2109d92a68a0ee66d55e94dd62 2239436
pypy-lib_2.3+dfsg-1_all.deb
5f635e20a60b2bda732073923a4f6624d3648e6aa65e84d2edbbc6957836d6f3 2018570
pypy-lib-testsuite_2.3+dfsg-1_all.deb
17dc3e7dfca548f7d0a05b05611dfae1c6b24c6dba062ff998db54870ba83dea 1341512
pypy-doc_2.3+dfsg-1_all.deb
ea58a02fd216dacf9168d249e83a0d0d638af087e0a10f1096ee6706676c8e0f 37470
pypy-dev_2.3+dfsg-1_all.deb
Files:
babb6d1e01cf7093574fd5b7a7b91f2b 6981766 python extra pypy_2.3+dfsg-1_amd64.deb
cf852fa4edbfd89f558fdcb0ab4e8954 26082 python extra
pypy-tk_2.3+dfsg-1_amd64.deb
4cee96a4deb7934edb9d8f2736312270 2952950 python extra
python-pypy.sandbox_2.3+dfsg-1_amd64.deb
f5cc5127718b588d94c8a3300a005413 2239436 python extra
pypy-lib_2.3+dfsg-1_all.deb
acea22d9089107f39bf1c9d610316c8b 2018570 python extra
pypy-lib-testsuite_2.3+dfsg-1_all.deb
bdf9388899fb06a6dba77dff0aae3066 1341512 doc extra pypy-doc_2.3+dfsg-1_all.deb
d70f295d1eaa0bffc40fee1bef30cac6 37470 python extra pypy-dev_2.3+dfsg-1_all.deb
9347c9ef3172b7da7ad4cc7b4123f7d8 2512 python extra pypy_2.3+dfsg-1.dsc
9ecdf33dad873736bec2130c57cbcae8 11687052 python extra
pypy_2.3+dfsg.orig.tar.xz
9136d9bcf518361eb2398072e91237b5 59116 python extra
pypy_2.3+dfsg-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTgiPzAAoJEACQ/CG1zRrMHigP/10xa2/Y2f9gMXHdjaa4GdFh
9MewdoV5fPNc1OzYcOuimCX81BsZkrC8kevm31SUU4aa6pytfMsA8w75Oy2SmO8/
N3t41fotHeyvkG+PUY6VHaKQ2zr1mPAfu8StUrmeM+srlrlMWRRONJRJ66K6ULLy
/zxxQeB66ZyUfkY/QSGGF4mqq48QlUWCwj9p8e7ybkM43yp7f2XKU0sWEGNJpF6W
aYT5egJDj+knZ0QOnyeeR3/yBA0CcPUZQiqe/PKjOsmEPh/idSkqLHldXcvsPl4T
7+rEMcAdrND2wdY64Nhi3H9WsdyWmML/2xpPCtASLc3ZPQ34PgECazUGC6zd/xmh
dSbTNwOQgYtMd4q/xP2wLpYpuNAx8Y0lq6pReDi6vmgbpSGNp9IPKgNrwMC71Os6
uBS0JMCAbi5oolCjgYixHP+8plBSgmZ/B9AF5DF7mBQf2ngGzHwDsEw4M/JosHrK
Ms3DCn0nb/p+Md70ldOyzyeGpjTMbALk3jXeQhpIvsjmxulxUwp/iTMB7HNeO49Y
leIJ+WPXdogdA9A0gXuXSOiVjqQVLBWoaQ0JpwuW3nAjmUetsT+Hvz6w2UOIHlKe
V9GdZcN+EVVCb+Wz2nVGPnXB+u6476CeAcx0kIXBzT8gUaBQ9Il4SpHGtQEgCuXL
WjF0+ibe23zrDwhwF8Ry
=m3QZ
-----END PGP SIGNATURE-----
--- End Message ---