Your message dated Fri, 14 Jun 2013 21:43:04 +0000
with message-id <e1unblw-00061t...@franck.debian.org>
and subject line Bug#701375: fixed in yap 6.2.2-1
has caused the Debian Bug report #701375,
regarding yap: 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.)


-- 
701375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yap
Version: 5.1.3-6
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.

  XXX

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/yap_5.1.3-6_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.

[...]
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../C/load_dyld.c 
-o load_dyld.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../C/load_none.c 
-o load_none.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../C/load_aout.c 
-o load_aout.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../C/load_aix.c -o 
load_aix.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../C/load_dll.c -o 
load_dll.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../C/load_shl.c -o 
load_shl.o
x86_64-linux-gnu-gcc -O3 -Wall -Wstrict-prototypes -Wmissing-prototypes 
-DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DHAVE_CONFIG_H -I. -I../H 
-I../OPTYap -I../BEAM -I../MYDDAS -I../include -c ../C/c_interface.c -o 
c_interface.o
In file included from ../C/c_interface.c:337:0:
../include/yap_structs.h:151:1: warning: parameter names (without types) in 
function declaration [enabled by default]
 typedef int   (*YAP_agc_hook)(YAP_Atom);
 ^
../C/c_interface.c: In function 'YAP_FastInit':
../C/c_interface.c:1770:20: warning: 'init_args.MaxTableSpaceSize' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
   Yap_InitWorkspace(Heap, Stack, Trail,
                    ^
../C/c_interface.c:1905:17: note: 'init_args.MaxTableSpaceSize' was declared 
here
   YAP_init_args init_args;
                 ^
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/opt.memory.c -o opt.memory.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/opt.misc.c -o opt.misc.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/opt.init.c -o opt.init.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/opt.preds.c -o opt.preds.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/or.engine.c -o or.engine.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/or.cowengine.c -o or.cowengine.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/or.sbaengine.c -o or.sbaengine.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/or.scheduler.c -o or.scheduler.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../OPTYap/or.cut.c 
-o or.cut.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/tab.tries.c -o tab.tries.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../OPTYap/tab.suspend.c -o tab.suspend.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../BEAM/eamamasm.c 
-o eamamasm.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS 
../BEAM/eam_showcode.c -o eam_showcode.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../BEAM/eamindex.c 
-o eamindex.o
x86_64-linux-gnu-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 
-DHAVE_CONFIG_H -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS ../BEAM/eam_am.c 
-o eam_am.o
rm -f libYap.a
ar rc libYap.a agc.o absmi.o adtdefs.o alloc.o amasm.o analyst.o arrays.o 
arith0.o arith1.o arith2.o attvar.o bignum.o bb.o cdmgr.o cmppreds.o compiler.o 
computils.o corout.o cut_c.o dbase.o dlmalloc.o errors.o eval.o exec.o 
globals.o gprof.o grow.o heapgc.o index.o init.o  inlines.o iopreds.o 
depth_bound.o mavar.o myddas_mysql.o myddas_odbc.o myddas_shared.o 
myddas_initialization.o myddas_util.o myddas_statistics.o myddas_top_level.o 
myddas_wkb2prolog.o modules.o other.o parser.o readutil.o save.o scanner.o 
sort.o stdpreds.o sysbits.o threads.o tracer.o unify.o userpreds.o utilpreds.o 
write.o yap2swi.o ypsocks.o ypstdio.o  load_foreign.o load_dl.o load_dld.o 
load_dyld.o load_none.o load_aout.o load_aix.o load_dll.o load_shl.o 
c_interface.o opt.memory.o opt.misc.o opt.init.o opt.preds.o or.engine.o 
or.cowengine.o or.sbaengine.o or.scheduler.o or.cut.o tab.tries.o tab.suspend.o 
eamamasm.o eam_showcode.o eamindex.o eam_am.o 
ranlib libYap.a
x86_64-linux-gnu-gcc  -rdynamic -Wl,-z,defs -o yap yap.o libYap.a -lreadline 
-lncurses -ltermcap -lm  -ldl -lnsl 
rm -f startup
echo "bootstrap('../pl/init.yap'). module(user). save_program(startup)." |   
./yap -b ../pl/boot.yap
%
%
% YAP OOOPS: tried to access illegal address 0x8c28000!!!!.
%
%

   Exiting ....
make[1]: *** [startup] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»/arch'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: yap
Source-Version: 6.2.2-1

We believe that the bug you reported is fixed in the latest version of
yap, 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.
Ralf Treinen <trei...@debian.org> (supplier of updated yap 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: SHA1

Format: 1.8
Date: Fri, 14 Jun 2013 22:09:28 +0200
Source: yap
Binary: yap
Architecture: source amd64
Version: 6.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Ralf Treinen <trei...@debian.org>
Changed-By: Ralf Treinen <trei...@debian.org>
Description: 
 yap        - High-performance Prolog System
Closes: 701375
Changes: 
 yap (6.2.2-1) unstable; urgency=low
 .
   * New upstream release. This version compiles with gcc-4.8 (closes: #701375)
     - drop patch 05_open_third_argument
   * debian/rules: use LDFLAGS as set by dpkg-buildflags
   * packaging on collab-maint git:
     - add debian/gbp.conf with pristine-tar=true
     - set Vcs-* fields in debian/control
   * debian/rules install target:
     - define LIBDIR
   * patch yap-texinfo: fix texinfo for makeinfo from texinfo 5.1
   * Use chrpath to rmove rpaths:
     - invoke in the install target in debian/rules
     - add to build-dependency
   * Installation of docs:
     - install all changes*.html files from upstream
     - install pillow_doc_html via dh_installdocs
     - do not install usr/share/doc/Yap
   * debian/clean: remove some cruft generated by configure.
   * Standards-Version 3.9.4 (no change)
   * debian/copyright: migrate to machine-readable format 1.0
Checksums-Sha1: 
 efb53ff3232ac0f39d6e48e9109c534ad61b1a2f 1252 yap_6.2.2-1.dsc
 a02f80cac67c287645b2ced9502f5ea24a07f1c3 5499811 yap_6.2.2.orig.tar.gz
 420a92e12dcc636678a633b55bdad88b67eb564f 8059 yap_6.2.2-1.debian.tar.gz
 32534c3c1ce6cc7b5a3de93a724e59f96806e4f8 4104854 yap_6.2.2-1_amd64.deb
Checksums-Sha256: 
 450e542f21ddc9eb5710b4be0e4ee864beef26d42544fa2dcae8881cc41f6433 1252 
yap_6.2.2-1.dsc
 f15f8382104443319a5883eafce5f52f4143b526c7f1cd88d19c1f63fc06d750 5499811 
yap_6.2.2.orig.tar.gz
 3bf0671f22e3ec9ee66fe3e3812d0401485d27b43481f0282771a6935bda65c0 8059 
yap_6.2.2-1.debian.tar.gz
 20b48058f6fdcc95e270d746ecdf6a82e4ff6f15f68d2e5a26593bda938cfb17 4104854 
yap_6.2.2-1_amd64.deb
Files: 
 d89a0e5726f269da62e55f02db26fee2 1252 devel extra yap_6.2.2-1.dsc
 95eaa54978e4811ff6e504e7dca9e835 5499811 devel extra yap_6.2.2.orig.tar.gz
 cb3fd5ca6eefaf6917fa40d99b62b38f 8059 devel extra yap_6.2.2-1.debian.tar.gz
 7cce192da3e283a0aa48dfd6bf62bf6f 4104854 devel extra yap_6.2.2-1_amd64.deb

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

iEYEARECAAYFAlG7e6YACgkQtzWmSeC6BMH5KACgthkIRMasTHWORBdMpuJBjoWK
mj4AoP1QJ9P6i0ToLYjWmK0TRI05t5Xv
=TazX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to