Your message dated Fri, 10 May 2024 09:06:09 +0000
with message-id <e1s5mcf-00ctn8...@fasolo.debian.org>
and subject line Bug#1070747: fixed in c-blosc2 2.13.1+ds-4
has caused the Debian Bug report #1070747,
regarding c-blosc2: FTBFS on ppc64el: error: implicit declaration of function 
‘malloc’
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.)


-- 
1070747: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: c-blosc2
Version: 2.13.1+ds-3
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=c-blosc2&arch=ppc64el&ver=2.13.1%2Bds-3&stamp=1714853092&raw=0

cd /<<PKGBUILDDIR>>/obj-powerpc64le-linux-gnu/blosc && /usr/bin/cc 
-DUSING_CMAKE -I/<<PKGBUILDDIR>>/obj-powerpc64le-linux-gnu/blosc 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/plugins/codecs/zfp/include 
-I/<<PKGBUILDDIR>>/blosc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  -std=gnu99 -O2 -g -DNDEBUG 
-fPIC -fvisibility=hidden -Wall -Wextra -MD -MT 
blosc/CMakeFiles/blosc2_static.dir/directories.c.o -MF 
CMakeFiles/blosc2_static.dir/directories.c.o.d -o 
CMakeFiles/blosc2_static.dir/directories.c.o -c 
/<<PKGBUILDDIR>>/blosc/directories.c
[ 37%] Building C object 
blosc/CMakeFiles/blosc_testing.dir/bitshuffle-altivec.c.o
cd /<<PKGBUILDDIR>>/obj-powerpc64le-linux-gnu/blosc && /usr/bin/cc 
-DBLOSC_SHARED_LIBRARY -DBLOSC_TESTING -DUSING_CMAKE 
-I/<<PKGBUILDDIR>>/obj-powerpc64le-linux-gnu/blosc -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/plugins/codecs/zfp/include -I/<<PKGBUILDDIR>>/blosc 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=gnu99 -O2 -g -DNDEBUG -Wall -Wextra 
-DNO_WARN_X86_INTRINSICS -MD -MT 
blosc/CMakeFiles/blosc_testing.dir/bitshuffle-altivec.c.o -MF 
CMakeFiles/blosc_testing.dir/bitshuffle-altivec.c.o.d -o 
CMakeFiles/blosc_testing.dir/bitshuffle-altivec.c.o -c 
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c: In function 
‘bshuf_trans_bit_elem_altivec’:
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:370:19: error: implicit declaration 
of function ‘malloc’ [-Werror=implicit-function-declaration]
  370 |   void* tmp_buf = malloc(size * elem_size);
      |                   ^~~~~~
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:32:1: note: include ‘<stdlib.h>’ or 
provide a declaration of ‘malloc’
   31 | #include "transpose-altivec.h"
  +++ |+#include <stdlib.h>
   32 | 
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:370:19: warning: incompatible 
implicit declaration of built-in function ‘malloc’ 
[-Wbuiltin-declaration-mismatch]
  370 |   void* tmp_buf = malloc(size * elem_size);
      |                   ^~~~~~
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:370:19: note: include ‘<stdlib.h>’ 
or provide a declaration of ‘malloc’
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:380:3: error: implicit declaration 
of function ‘free’ [-Werror=implicit-function-declaration]
  380 |   free(tmp_buf);
      |   ^~~~
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:380:3: note: include ‘<stdlib.h>’ 
or provide a declaration of ‘free’
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:380:3: warning: incompatible 
implicit declaration of built-in function ‘free’ 
[-Wbuiltin-declaration-mismatch]
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:380:3: note: include ‘<stdlib.h>’ 
or provide a declaration of ‘free’
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c: In function 
‘bshuf_untrans_bit_elem_altivec’:
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:583:19: warning: incompatible 
implicit declaration of built-in function ‘malloc’ 
[-Wbuiltin-declaration-mismatch]
  583 |   void* tmp_buf = malloc(size * elem_size);
      |                   ^~~~~~
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:583:19: note: include ‘<stdlib.h>’ 
or provide a declaration of ‘malloc’
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:590:3: warning: incompatible 
implicit declaration of built-in function ‘free’ 
[-Wbuiltin-declaration-mismatch]
  590 |   free(tmp_buf);
      |   ^~~~
/<<PKGBUILDDIR>>/blosc/bitshuffle-altivec.c:590:3: note: include ‘<stdlib.h>’ 
or provide a declaration of ‘free’

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: c-blosc2
Source-Version: 2.13.1+ds-4
Done: Antonio Valentino <antonio.valent...@tiscali.it>

We believe that the bug you reported is fixed in the latest version of
c-blosc2, 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 1070...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated c-blosc2 
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: SHA512

Format: 1.8
Date: Fri, 10 May 2024 07:53:21 +0000
Source: c-blosc2
Architecture: source
Version: 2.13.1+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1070747
Changes:
 c-blosc2 (2.13.1+ds-4) unstable; urgency=medium
 .
   * debian/patches:
     - New 0003-Missing-headers.patch (Closes: #1070747).
Checksums-Sha1:
 790c6336f926d5b57854a0a49e156382d26ecc0d 3213 c-blosc2_2.13.1+ds-4.dsc
 cb1cc2600bfd9381321cd523d1920edcea040483 7216 
c-blosc2_2.13.1+ds-4.debian.tar.xz
 0e6af6d45818dc2a1f6ee8bc4a2fdb13fab46f3c 11333 
c-blosc2_2.13.1+ds-4_amd64.buildinfo
Checksums-Sha256:
 2d7cc037a96b01ba3261235739a2b61864bb8ff17b47226e0bb2654ba8bd287d 3213 
c-blosc2_2.13.1+ds-4.dsc
 cb8705c78365cdf3b9864ac003e07e87fb51e6d482e4ca77f11bf6fea425e7c2 7216 
c-blosc2_2.13.1+ds-4.debian.tar.xz
 e0eff9382b0105bd726e2175162750fd9e008c6903aaea605026d73270bbc4f2 11333 
c-blosc2_2.13.1+ds-4_amd64.buildinfo
Files:
 2297453c42aa1fd04987116d840c1c17 3213 libs optional c-blosc2_2.13.1+ds-4.dsc
 8509cb73b2d7d2af411f510d14b22eb5 7216 libs optional 
c-blosc2_2.13.1+ds-4.debian.tar.xz
 67345e5c8c3f543788814d909e569d94 11333 libs optional 
c-blosc2_2.13.1+ds-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmY91GwdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBK0nQ/8DxTbewW3oQyh++ku
S8A7n53Ry8GI30p2zBQ6OC34b2vY84gGnjkE6K9LFLSDvI5Eg7tHH4z19WQ98vy7
+SfQ+yRWIEKo261rHkVwQHrM7q4kz4jt5UgP+bqy28XAycl4w0D8hhiCV+SuAHGz
myd60IR4aFINJa0epKnS+v8fh4nG1SkhQ8lKUJQYzC0fH23hjWx/Wb0BHC50czzh
yx102Lg7o5ZKOM3dNv97xY84xH4SclbwC+nkicU7k4sR2gmNvIVHwt0iPpEPaVD+
Kn43JZpZR8BrlbSibyhUQR0t6dfn4AbG8CV2+9fVdejMNVeyZkpRf8kdkcUMpcHY
A+XB8mgT21YdEKhWNjO9JWBdXWxdxIZ05HJahgalE94LXyHVkUPEqVcsDgWPvn+e
aMIaxODut8wEHekda8R7N3DZ5M+TzwnVA8Xrrqq6aB5kILZTn/aXNL7YJLTSknuq
iXoOklLOddzSUwDaohviY8BpjSAP1U6qH/OGIykKEH2b/fGH1LdRsAEzeKNik5Qr
4pN4dlCligE47WzK4GSX8O9pTEc+iRup6B7TpAmqeqoCWRsINoQJqd0dlu3zo5r/
RZapYlIQh7A7FR1RfV71JUkA/QguVEANSTHYMAev5z1fKMKo+m/KLJ22vNY7+YI1
9fd3W3sR/AbDG9yXtSbnMZXikzw=
=kpkP
-----END PGP SIGNATURE-----

Attachment: pgp2Ps2uhATuE.pgp
Description: PGP signature


--- End Message ---

Reply via email to