Your message dated Wed, 30 May 2012 13:47:11 +0000
with message-id <[email protected]>
and subject line Bug#674316: fixed in aplus-fsf 4.22.1-4.2
has caused the Debian Bug report #674316,
regarding aplus-fsf: FTBFS: ../MSTypes/MSObservableTree.C:202:3: error: 
'position' was not declared in this scope, and no declarations were found by 
argument-dependent lookup at the point of instantiation [-fpermissive]
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.)


-- 
674316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674316
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: aplus-fsf
Version: 4.22.1-4.1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120524 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.. 
> -I/usr/X11R6/include -g -pipe -O2 -c AplusTreeView.C -MT AplusTreeView.lo -MD 
> -MP -MF .deps/AplusTreeView.TPlo  -fPIC -DPIC -o .libs/AplusTreeView.lo
> In file included from AplusTreeView.C:18:0:
> ../MSTypes/MSObservableTree.C: In instantiation of 'void 
> MSObservableTree<Element>::elementChanged(const 
> MSTabularTreeCursor<Element>&) [with Element = AplusTreeItem]':
> AplusTreeView.C:33:16:   required from here
> ../MSTypes/MSObservableTree.C:202:3: error: 'position' was not declared in 
> this scope, and no declarations were found by argument-dependent lookup at 
> the point of instantiation [-fpermissive]
> ../MSTypes/MSObservableTree.C:202:3: note: declarations in dependent base 
> 'MSTabularTree<AplusTreeItem>' are not found by unqualified lookup
> ../MSTypes/MSObservableTree.C:202:3: note: use 'this->position' instead
> ../MSTypes/MSObservableTree.C: In instantiation of 'void 
> MSObservableTree<Element>::removeSubtree(const MSTabularTreeCursor<Element>&) 
> [with Element = AplusTreeItem]':
> AplusTreeView.C:33:16:   required from here
> ../MSTypes/MSObservableTree.C:97:37: error: 'position' was not declared in 
> this scope, and no declarations were found by argument-dependent lookup at 
> the point of instantiation [-fpermissive]
> ../MSTypes/MSObservableTree.C:97:37: note: declarations in dependent base 
> 'MSTabularTree<AplusTreeItem>' are not found by unqualified lookup
> ../MSTypes/MSObservableTree.C:97:37: note: use 'this->position' instead
> ../MSTypes/MSObservableTree.C: In instantiation of 'void 
> MSObservableTree<Element>::replaceAt(const MSTabularTreeCursor<Element>&, 
> const Element&) [with Element = AplusTreeItem]':
> AplusTreeView.C:33:16:   required from here
> ../MSTypes/MSObservableTree.C:165:3: error: 'position' was not declared in 
> this scope, and no declarations were found by argument-dependent lookup at 
> the point of instantiation [-fpermissive]
> ../MSTypes/MSObservableTree.C:165:3: note: declarations in dependent base 
> 'MSTabularTree<AplusTreeItem>' are not found by unqualified lookup
> ../MSTypes/MSObservableTree.C:165:3: note: use 'this->position' instead
> ../MSTypes/MSObservableTree.C: In instantiation of 'void 
> MSObservableTree<Element>::replaceAt(const MSTabularTreeCursor<Element>&, 
> MSObservableTree<Element>&) [with Element = AplusTreeItem]':
> AplusTreeView.C:33:16:   required from here
> ../MSTypes/MSObservableTree.C:173:6: error: 'isRoot' was not declared in this 
> scope, and no declarations were found by argument-dependent lookup at the 
> point of instantiation [-fpermissive]
> ../MSTypes/MSObservableTree.C:173:6: note: declarations in dependent base 
> 'MSTabularTree<AplusTreeItem>' are not found by unqualified lookup
> ../MSTypes/MSObservableTree.C:173:6: note: use 'this->isRoot' instead
> ../MSTypes/MSObservableTree.C:176:36: error: 'position' was not declared in 
> this scope, and no declarations were found by argument-dependent lookup at 
> the point of instantiation [-fpermissive]
> ../MSTypes/MSObservableTree.C:176:36: note: declarations in dependent base 
> 'MSTabularTree<AplusTreeItem>' are not found by unqualified lookup
> ../MSTypes/MSObservableTree.C:176:36: note: use 'this->position' instead
> In file included from ../MSTypes/MSGenericVector.H:318:0,
>                  from ../MSGUI/MSTreeView.H:20,
>                  from ../AplusGUI/AplusTreeView.H:16,
>                  from AplusTreeView.C:13:
> ../MSTypes/MSGenericVectorInlines.C: In instantiation of 'static unsigned int 
> MSGenericData<Type>::dataOffset() [with Type = MSPixmap]':
> ../MSTypes/MSGenericVectorInlines.C:618:48:   required from 'Type* 
> MSGenericData<Type>::elements() [with Type = MSPixmap]'
> ../MSTypes/MSGenericVectorInlines.C:360:70:   required from 'const Type& 
> MSGenericVector<Type>::elementAt(unsigned int) const [with Type = MSPixmap]'
> ../MSGUI/MSTreeView.C:2532:9:   required from 'MSStringVector 
> MSTreeView<Element>::pixmap(const TreeModelCursor&) const [with Element = 
> AplusTreeItem; MSStringVector = MSTypeVector<MSString>; 
> MSTreeView<Element>::TreeModelCursor = MSTabularTreeCursor<AplusTreeItem>]'
> AplusTreeView.C:35:16:   required from here
> ../MSTypes/MSGenericVectorInlines.C:650:10: warning: invalid access to 
> non-static data member 'MSDataAlignment<MSPixmap>::_pElements'  of NULL 
> object [-Winvalid-offsetof]
> ../MSTypes/MSGenericVectorInlines.C:650:10: warning: (perhaps the 'offsetof' 
> macro was used incorrectly) [-Winvalid-offsetof]
> make[3]: *** [AplusTreeView.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/05/24/aplus-fsf_4.22.1-4.1_unstable.log

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.



--- End Message ---
--- Begin Message ---
Source: aplus-fsf
Source-Version: 4.22.1-4.2

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.2_amd64.deb
  to main/a/aplus-fsf/aplus-fsf-dev_4.22.1-4.2_amd64.deb
aplus-fsf-doc_4.22.1-4.2_all.deb
  to main/a/aplus-fsf/aplus-fsf-doc_4.22.1-4.2_all.deb
aplus-fsf-el_4.22.1-4.2_all.deb
  to main/a/aplus-fsf/aplus-fsf-el_4.22.1-4.2_all.deb
aplus-fsf_4.22.1-4.2.diff.gz
  to main/a/aplus-fsf/aplus-fsf_4.22.1-4.2.diff.gz
aplus-fsf_4.22.1-4.2.dsc
  to main/a/aplus-fsf/aplus-fsf_4.22.1-4.2.dsc
aplus-fsf_4.22.1-4.2_amd64.deb
  to main/a/aplus-fsf/aplus-fsf_4.22.1-4.2_amd64.deb
xfonts-kapl_4.22.1-4.2_all.deb
  to main/a/aplus-fsf/xfonts-kapl_4.22.1-4.2_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.
Matthias Klose <[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: SHA1

Format: 1.8
Date: Wed, 30 May 2012 12:50:41 +0000
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.2
Distribution: unstable
Urgency: low
Maintainer: Neil Roeth <[email protected]>
Changed-By: Matthias Klose <[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: 674316
Changes: 
 aplus-fsf (4.22.1-4.2) unstable; urgency=low
 .
   * Non maintainer upload.
   * Fix build failure with GCC 4.7. Closes: #674316.
Checksums-Sha1: 
 58f9b351091d06dc814f2a4eadc00c1a3db6cbc4 1273 aplus-fsf_4.22.1-4.2.dsc
 f0c80a9a03d0e84ec4d4e23ba3471fc1ebbdcb67 37423 aplus-fsf_4.22.1-4.2.diff.gz
 9bf0b1df49f351870e7130b9144b5bad876c1d64 52520 xfonts-kapl_4.22.1-4.2_all.deb
 eb310d726636ce22fbfb960757b7a7f84447269c 25436 aplus-fsf-el_4.22.1-4.2_all.deb
 f03e6c68b660fd4076787119f2256620b827876a 3073470 
aplus-fsf-doc_4.22.1-4.2_all.deb
 011c0079f3fd7ef89d9c3b5a87f938b6ef930c80 2695002 aplus-fsf_4.22.1-4.2_amd64.deb
 a0d0b7c1238bdb321de1c0a96de0374a65ff22a5 6406 
aplus-fsf-dev_4.22.1-4.2_amd64.deb
Checksums-Sha256: 
 a1ed6fd7604db26d5ad8ecd2cdf10c80fc42e58b4165dcb959f9c5fed335e47d 1273 
aplus-fsf_4.22.1-4.2.dsc
 8017db3252d0a3b19953f115fa61f37f03080dce12440c450ad765f8d67341cd 37423 
aplus-fsf_4.22.1-4.2.diff.gz
 53d91d46c93015ebe7aef9801c9955e304c13ea922a6964cf0ed094363738ddb 52520 
xfonts-kapl_4.22.1-4.2_all.deb
 dac1d754709c4ee5d590b626509a76f6eef67d4eaf354c0c96577f0f30986bbb 25436 
aplus-fsf-el_4.22.1-4.2_all.deb
 7d5e5e6655e622e299012c3e15bad9deee402875ecc87f1bc6a2572667256e71 3073470 
aplus-fsf-doc_4.22.1-4.2_all.deb
 5aed2327ce0a249be7f35786e0dac9f666e6ed7e78622122da198a184b6a5886 2695002 
aplus-fsf_4.22.1-4.2_amd64.deb
 43a571934ca29f7dcc247371b83a8051941611fef4479fd0b980a0168c561ead 6406 
aplus-fsf-dev_4.22.1-4.2_amd64.deb
Files: 
 c7ea2b6d60ce4bc5ed64bcd988a54eb1 1273 interpreters optional 
aplus-fsf_4.22.1-4.2.dsc
 3e1c6b71936ddfc4ac20e2cda431976b 37423 interpreters optional 
aplus-fsf_4.22.1-4.2.diff.gz
 e893977faa0c3187ddebf18ccb4f5f70 52520 fonts optional 
xfonts-kapl_4.22.1-4.2_all.deb
 d9af85d6b974329ef09b1bf8c261f3e6 25436 lisp optional 
aplus-fsf-el_4.22.1-4.2_all.deb
 ca9cdeed46d95bb1aa62e0d3cc09f4ed 3073470 doc optional 
aplus-fsf-doc_4.22.1-4.2_all.deb
 70da3ab290cbf68f392432265e321668 2695002 interpreters optional 
aplus-fsf_4.22.1-4.2_amd64.deb
 de6836a8b833dc4389d5666315153815 6406 devel optional 
aplus-fsf-dev_4.22.1-4.2_amd64.deb

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

iEYEARECAAYFAk/GIzgACgkQStlRaw+TLJyeIACfYgL4oafB5b+qNUNRUEaktGMg
br0AoJFiqs3XLqsMuZ1ixdHTtkJJslvC
=nsC8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to