Your message dated Thu, 09 Oct 2014 04:18:52 +0000
with message-id <[email protected]>
and subject line Bug#764509: fixed in libaio 0.3.110-1
has caused the Debian Bug report #764509,
regarding libaio ftbfs at least on i386 and powerpc
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.)


-- 
764509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764509
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libaio
Version: 0.3.109-4
Severity: serious
Tags: sid jessie

reproduced on i386 with today's sid:

cc -shared -nostdlib -nostartfiles -fomit-frame-pointer -fPIC -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wall
-Wl,--version-script=libaio.map -Wl,-soname=libaio.so.1 -o libaio.so.1.0.1
io_queue_init.os io_queue_release.os io_queue_wait.os io_queue_run.os
io_getevents.os io_submit.os io_cancel.os io_setup.os io_destroy.os
raw_syscall.os compat-0_1.os -lgcc -Wl,-z,relro
io_queue_run.os: In function `io_queue_run':
/scratch/packages/tmp/libaio-0.3.109/src/io_queue_run.c:39: undefined reference
to `__stack_chk_fail_local'
io_getevents.os: In function `__io_getevents_0_4':
/scratch/packages/tmp/libaio-0.3.109/src/io_getevents.c:25: undefined reference
to `__stack_chk_fail_local'
compat-0_1.os: In function `compat0_1_io_cancel':
/scratch/packages/tmp/libaio-0.3.109/src/compat-0_1.c:38: undefined reference to
`__stack_chk_fail_local'
compat-0_1.os: In function `compat0_1_io_queue_wait':
/scratch/packages/tmp/libaio-0.3.109/src/compat-0_1.c:47: undefined reference to
`__stack_chk_fail_local'
compat-0_1.os: In function `compat0_1_io_getevents':
/scratch/packages/tmp/libaio-0.3.109/src/compat-0_1.c:61: undefined reference to
`__stack_chk_fail_local'
collect2: error: ld returned 1 exit status
Makefile:55: recipe for target 'libaio.so.1.0.1' failed
make[2]: *** [libaio.so.1.0.1] Error 1
make[2]: Leaving directory '/scratch/packages/tmp/libaio-0.3.109/src'
Makefile:25: recipe for target 'all' failed
make[1]: *** [all] Error 2

--- End Message ---
--- Begin Message ---
Source: libaio
Source-Version: 0.3.110-1

We believe that the bug you reported is fixed in the latest version of
libaio, 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.
Guillem Jover <[email protected]> (supplier of updated libaio 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, 09 Oct 2014 05:44:48 +0200
Source: libaio
Binary: libaio1 libaio1-udeb libaio1-dbg libaio-dev
Architecture: source
Version: 0.3.110-1
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover <[email protected]>
Changed-By: Guillem Jover <[email protected]>
Description:
 libaio-dev - Linux kernel AIO access library - development files
 libaio1    - Linux kernel AIO access library - shared library
 libaio1-dbg - Linux kernel AIO access library - debugging symbols
 libaio1-udeb - Linux kernel AIO access library - shared library (udeb)
Closes: 764509
Changes:
 libaio (0.3.110-1) unstable; urgency=low
 .
   * New upstream release.
     - Refresh patches.
   * Link against -lc and -Wl,--as-needed so that we pull the required
     fortified functions from the internal libc_nonshared.a, but do not link
     against the shared library because we do not use any of its symbols.
     (Closes: #764509)
   * Switch debian/copyright to machine-readable format 1.0.
   * Now using Standards-Version 3.9.6 (no changes needed).
   * Switch to debhelper compatibility level 9.
   * Fix mips/mipsel syscall wrappers to return correct error values.
     Thanks to Jurica Stanojkovic <[email protected]>.
   * Add mips64 support. Reported by Jeremy Fitzhardinge <[email protected]>.
Checksums-Sha1:
 f7e63f123ca7dbf711c57a45a5e92baef2bb0aac 2022 libaio_0.3.110-1.dsc
 f8f6ed15f22e528f6f415939b07854539e3360e4 42270 libaio_0.3.110.orig.tar.gz
 579ce33cc63f213ec9457ce486b02721b70be98b 18484 libaio_0.3.110-1.debian.tar.xz
Checksums-Sha256:
 777cd8e6b45c27df915880d21528e7d6a3ad6ad5032c27192fe388b05826f838 2022 
libaio_0.3.110-1.dsc
 e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e 42270 
libaio_0.3.110.orig.tar.gz
 bc0c14a3b2aedadf98c4ccd71e5f056ac841d3d687130f9f2e1bb507a64a0a4a 18484 
libaio_0.3.110-1.debian.tar.xz
Files:
 83093442d54e7c44b848a95292b8b4ba 2022 libs optional libaio_0.3.110-1.dsc
 2a35602e43778383e2f4907a4ca39ab8 42270 libs optional libaio_0.3.110.orig.tar.gz
 211d6daff85d5c5b9d65093d8ead5ce9 18484 libs optional 
libaio_0.3.110-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJUNgbrAAoJELlyvz6krlejlEcQALVsfMHrw+Qlzygc7FGJUtTw
6vgW5X7nL7TT4OQ5A19uoXpiqtQNx0BgqMGQizZpLoywYDzgFkCdiWqyL7BX7Rt2
lcrdoYvMGOev4uy3DGxBxENxAVGIF2+1bHQHD6Gk6/u/h1vlXpTSTu+u0uSQpzQT
WnG4gO87VW8i9N9suIZRYCE5qQ4Jnhf9WBrpbig07BoQ5mAoyK9rfcRQPsam4iVM
9Y6lUGKcK0/hvGBhGR8NcGDb8y69ZxMzFbA6FgxGbElOJw5S6Q9CbZABqiS9bY7U
0Q5YpKW0RJszW47SPUnEUlB1pjE0bReuAyGlTm/pA3OsLHV476Ygl5bZygO3CSQw
/Jk3XBdrkZiqGSq7q5fZHb94+IxkoppOXBTPzJ7DHYQbbxO4qu3V93Vpu+/fEGx/
fgSwW/YMpNfkV2BDnuzD5bsxGKmjolpnV7JRlUru7yjXvzE340goCXBLw+0Lcbh1
Xyq2+WdS+jRk8IKsE2FaeyANHCZadU+E6UOnYfI/TiktaTOjrec037y11VujuEb6
EEfnCHxWaPd1oNUG1U8qSxKgg8hoS61SeZK4p1iii9PW73wyY2BbvaxmwTlD1Vyj
hLQBs+hcwvD0HcvR6invQmi2yawCEhsEzmtw2PvdbwVe809ZiqTdlpadMWQA/fds
+4AfCJqnOrPE4Ck/uuXM
=QG3w
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to