Your message dated Sat, 10 Dec 2011 15:17:20 +0000
with message-id <[email protected]>
and subject line Bug#625102: fixed in aplus-fsf 4.22.1-4.1
has caused the Debian Bug report #625102,
regarding aplus-fsf: FTBFS: ../MSTypes/MSTypeData.H:54:23: error: declaration
of 'operator new' as non-function
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.)
--
625102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625102
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: aplus-fsf
Version: 4.22.1-4
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"aplus-fsf\"
> -DVERSION=\"4.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1
> -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1
> -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_VPRINTF=1
> -DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_GETWD=1
> -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1
> -DHAVE_SIGACTION=1 -DHAVE_SOCKET=1 -DHAVE_STRCSPN=1 -DHAVE_STRDUP=1
> -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOD=1 -DHAVE_STRTOL=1
> -DHAVE_STRTOUL=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1
> -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1
> -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1
> -DHAVE_NEW=1 -DHAVE_IOSTREAM=1 -DHAVE_IOMANIP=1 -DHAVE_FSTREAM=1
> -DHAVE_SSTREAM=1 -DHAVE_IOSFWD=1 -DHAVE_FPCLASSIFY=1 -DHAVE_FINITE=1
> -DHAVE_ISINF=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1
> -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_ST_BLOCKS=1
> -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1
> -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_SOCKLEN_T=1 -I. -I. -I..
> -g -pipe -O2 -c MSCharData.T.C -MT MSCharData.T.lo -MD -MP -MF
> .deps/MSCharData.T.TPlo -fPIC -DPIC -o .libs/MSCharData.T.lo
> In file included from MSCharData.T.C:10:0:
> ../MSTypes/MSTypeData.H:54:23: error: declaration of 'operator new' as
> non-function
> ../MSTypes/MSTypeData.H:54:18: error: expected ';' at end of member
> declaration
> ../MSTypes/MSTypeData.H:54:29: error: expected ')' before ',' token
> In file included from ../MSTypes/MSTypeData.H:97:0,
> from MSCharData.T.C:10:
> ../MSTypes/MSTypeDataInlines.C: In static member function 'static unsigned
> int MSTypeData<Type, Allocator>::dataOffset()':
> ../MSTypes/MSTypeDataInlines.C:101:40: error: expected primary-expression
> before ',' token
> ../MSTypes/MSTypeDataInlines.C:101:41: error: '_pElements' was not declared
> in this scope
> ../MSTypes/MSTypeDataInlines.C:101:51: error: there are no arguments to
> 'offsetof' that depend on a template parameter, so a declaration of
> 'offsetof' must be available [-fpermissive]
> ../MSTypes/MSTypeDataInlines.C:101:51: note: (if you use '-fpermissive', G++
> will accept your code, but allowing the use of an undeclared name is
> deprecated)
> In file included from MSCharData.T.C:18:0:
> ../MSTypes/MSTypeData.C: At global scope:
> ../MSTypes/MSTypeData.C:78:76: error: no 'static void* MSTypeData<Type,
> Allocator>::operator new(size_t, unsigned int)' member function declared in
> class 'MSTypeData<Type, Allocator>'
> ../MSTypes/MSTypeData.C: In static member function 'static MSTypeData<Type,
> Allocator>* MSTypeData<Type, Allocator>::allocateWithSize(unsigned int,
> MSAllocationFlag, unsigned int) [with Type = char, Allocator =
> MSAllocator<char>]':
> MSCharData.T.C:33:16: instantiated from here
> ../MSTypes/MSTypeData.C:178:84: error: no suitable 'operator new' found in
> class 'MSTypeData<char, MSAllocator<char> >'
> In file included from ../MSTypes/MSTypeData.H:97:0,
> from MSCharData.T.C:10:
> ../MSTypes/MSTypeDataInlines.C: In static member function 'static unsigned
> int MSTypeData<Type, Allocator>::dataOffset() [with Type = char, Allocator =
> MSAllocator<char>]':
> MSCharData.T.C:33:16: instantiated from here
> ../MSTypes/MSTypeDataInlines.C:101:51: error: 'offsetof' was not declared in
> this scope
> make[3]: *** [MSCharData.T.lo] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/02/aplus-fsf_4.22.1-4_lsid64.buildlog
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!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: aplus-fsf
Source-Version: 4.22.1-4.1
We believe that the bug you reported is fixed in the latest version of
aplus-fsf, which is due to be installed in the Debian FTP archive:
aplus-fsf-dev_4.22.1-4.1_amd64.deb
to main/a/aplus-fsf/aplus-fsf-dev_4.22.1-4.1_amd64.deb
aplus-fsf-doc_4.22.1-4.1_all.deb
to main/a/aplus-fsf/aplus-fsf-doc_4.22.1-4.1_all.deb
aplus-fsf-el_4.22.1-4.1_all.deb
to main/a/aplus-fsf/aplus-fsf-el_4.22.1-4.1_all.deb
aplus-fsf_4.22.1-4.1.diff.gz
to main/a/aplus-fsf/aplus-fsf_4.22.1-4.1.diff.gz
aplus-fsf_4.22.1-4.1.dsc
to main/a/aplus-fsf/aplus-fsf_4.22.1-4.1.dsc
aplus-fsf_4.22.1-4.1_amd64.deb
to main/a/aplus-fsf/aplus-fsf_4.22.1-4.1_amd64.deb
xfonts-kapl_4.22.1-4.1_all.deb
to main/a/aplus-fsf/xfonts-kapl_4.22.1-4.1_all.deb
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.
gregor herrmann <[email protected]> (supplier of updated aplus-fsf 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: SHA256
Format: 1.8
Date: Thu, 08 Dec 2011 14:56:21 +0100
Source: aplus-fsf
Binary: aplus-fsf-doc xfonts-kapl aplus-fsf-el aplus-fsf aplus-fsf-dev
Architecture: source all amd64
Version: 4.22.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Neil Roeth <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
aplus-fsf - A+ programming language run-time environment
aplus-fsf-dev - A+ programming language development environment
aplus-fsf-doc - A+ programming language documentation
aplus-fsf-el - XEmacs lisp for A+ development
xfonts-kapl - APL fonts for A+ development
Closes: 625102
Changes:
aplus-fsf (4.22.1-4.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "FTBFS: ../MSTypes/MSTypeData.H:54:23: error: declaration of
'operator new' as non-function": add patch from Ubuntu / Andreas Moog:
- src/main/Makefile.am/in: Fix order of arguments to allow building
with --as-needed.
- src/MSGUI/Makefile.am/in: Include X11 libs when linking
- src/MSTypes/MSTypeData.H: Add <cstddef> to headers (LP: #766003)
(Closes: #625102)
Checksums-Sha1:
50b9cb9284a09482f1be4cbd7c68d7a11fb69bb3 1913 aplus-fsf_4.22.1-4.1.dsc
8e9e99da39b78fb7979e4f7cb5e493366ee7a897 37209 aplus-fsf_4.22.1-4.1.diff.gz
45f321de6e1d79e660b7bf0bdcb521b9d5563f7f 52306 xfonts-kapl_4.22.1-4.1_all.deb
ef18e7a975805009a16e7e07b16760120b7dae45 25144 aplus-fsf-el_4.22.1-4.1_all.deb
c85745970b9b7bb0add3be26f8e34dadd9eabb68 3086790
aplus-fsf-doc_4.22.1-4.1_all.deb
f023fb244d7b432aed6842b370c9572b621cbc7c 2681622 aplus-fsf_4.22.1-4.1_amd64.deb
0e6ae6db28d2d68ecbd7b050df928421db001cba 6346
aplus-fsf-dev_4.22.1-4.1_amd64.deb
Checksums-Sha256:
78f81a67d07d7020c45f4562f61785cb9c866ceb6c0afa4f591a2156d5d154ab 1913
aplus-fsf_4.22.1-4.1.dsc
ee04f95779cb15f2432fcf5da3270ba74e78beab384754507553bed1c10bb6e8 37209
aplus-fsf_4.22.1-4.1.diff.gz
541a735f7950f423a58b7c80af35d6b00324bb5ef15fcfbb3af0d952e2df96a8 52306
xfonts-kapl_4.22.1-4.1_all.deb
89b71a21fb9b031f06a13d34afefa477387ae2480dc41f15b0fc99f5b8461f8b 25144
aplus-fsf-el_4.22.1-4.1_all.deb
908cef58fd673b3075338d12311980c15ea123a4e62468a7bfb4da1084ac379d 3086790
aplus-fsf-doc_4.22.1-4.1_all.deb
3284b0f1d8e5569500880667da696c8321690dd715e22779b4b77564bac9e860 2681622
aplus-fsf_4.22.1-4.1_amd64.deb
620c908377e9f6a624e42a1e77a3560c1518c045a99c817787fc7c2f8f2fd09d 6346
aplus-fsf-dev_4.22.1-4.1_amd64.deb
Files:
fd82694bbd23b6aab95a67336859f4d2 1913 interpreters optional
aplus-fsf_4.22.1-4.1.dsc
6368c2ae0eec174b5dda0ccf341a5050 37209 interpreters optional
aplus-fsf_4.22.1-4.1.diff.gz
951ded2354f51698bce0e609fa7b664a 52306 fonts optional
xfonts-kapl_4.22.1-4.1_all.deb
2647c31f8c3f3399a86d65c622b0bec6 25144 lisp optional
aplus-fsf-el_4.22.1-4.1_all.deb
a0abf3afd350e930b49c1386a608899d 3086790 doc optional
aplus-fsf-doc_4.22.1-4.1_all.deb
8afa3f3b996c3c8a3f5031ecebae0842 2681622 interpreters optional
aplus-fsf_4.22.1-4.1_amd64.deb
9be93df6d72568f63732020374c93557 6346 devel optional
aplus-fsf-dev_4.22.1-4.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJO4M3iAAoJELs6aAGGSaoGrdsP/jdqLAYwTgJT9MxupCo+srIM
Do9JyMTjdMK2odzxmNgR0gFSPn42PAGi9+f5/fTk616AsGsxeqASXqV7YtaK+Tm3
XH0G94inna0QpcvHqw1c7RPBu5dx6Vna/lYHcPAzI/ojnug3eeG/MEUro6vcSWmM
Us14YO8RN/mKBwuYFj2OSmwnwoW3Pu0SWM773FzFfELF8GwC30m/LRL2YuxSo/+P
MmDUd6joG65/cw30rwW4UIOym4LL4JUJakAInnOTnZGz7zDHuTE9eu1x0EJp9oc+
Ht63SEQVWTeEK/W1s+8lZGsiTd8Trz4lFgS3V90GIM5DBMubDO65N7n6lEiMTRUa
9qpCeRaZL4/CajF6HPlU1wpn0FhK0LtZVCrqbIKZIiqxc2bg6V0A6CBk0pn3hcxx
3kMekmcfkhXc/+ndrEK2sFoz2f1oKKXeqf15ZaZ/FTd76l3V6Cvp3ktYrikSEbxr
/IMkopkDi7REcq+kodoA+iiAeN/CYX6LoZUYjqXziZBxm2A3wDQXa/dqH3SLFnny
NtIBpBXWGwqeFK5P/aKdCQUJ1nz2hAmyHcUGLudOjym4Fukbaa4gkmID+s8IvkmC
TxIq8yRvjtnpkKJAhBr8xC7gAq1BtspeTr5vUjFFgbutykyO/rcgU/xsb2GSE3/X
YuOe3foHpQ/V5yGch8ry
=up61
-----END PGP SIGNATURE-----
--- End Message ---