Your message dated Fri, 12 Apr 2024 07:34:10 +0000
with message-id <e1rvbqi-00dnqr...@fasolo.debian.org>
and subject line Bug#1065778: fixed in libcdio 2.1.0-4.2
has caused the Debian Bug report #1065778,
regarding libcdio: FTBFS on arm{el,hf}: _cdio_stdio.c:53:20: error: implicit 
declaration of function ‘fseeko64’; did you mean ‘fseeko’? 
[-Werror=implicit-function-declaration]
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.)


-- 
1065778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcdio
Version: 2.1.0-4.1
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=libcdio&arch=armel&ver=2.1.0-4.1&stamp=1709540805&raw=0

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/driver 
-I../../include -I../../include/ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -Wall -Wbad-function-cast -Wcast-align 
-Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization 
-Wendif-labels -Winline -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wstrict-prototypes 
-Wundef -Wunused -Wwrite-strings -c cdio.c  -fPIC -DPIC -o .libs/cdio.o
_cdio_stdio.c: In function ‘_stdio_seek’:
_cdio_stdio.c:53:20: error: implicit declaration of function ‘fseeko64’; did 
you mean ‘fseeko’? [-Werror=implicit-function-declaration]
   53 | #define CDIO_FSEEK fseeko64
      |                    ^~~~~~~~
_cdio_stdio.c:175:13: note: in expansion of macro ‘CDIO_FSEEK’
  175 |   if ( (ret=CDIO_FSEEK (ud->fd, i_offset, whence)) ) {
      |             ^~~~~~~~~~
_cdio_stdio.c:53:20: warning: nested extern declaration of ‘fseeko64’ 
[-Wnested-externs]
   53 | #define CDIO_FSEEK fseeko64
      |                    ^~~~~~~~
_cdio_stdio.c:175:13: note: in expansion of macro ‘CDIO_FSEEK’
  175 |   if ( (ret=CDIO_FSEEK (ud->fd, i_offset, whence)) ) {
      |             ^~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/driver 
-I../../include -I../../include/ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -Wall -Wbad-function-cast -Wcast-align 
-Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization 
-Wendif-labels -Winline -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wstrict-prototypes 
-Wundef -Wunused -Wwrite-strings -c aix.c -o aix.o >/dev/null 2>&1
_cdio_generic.c:73:1: warning: conflicting types for 
‘cdio_generic_unimplemented_eject_media’ due to enum/integer mismatch; have 
‘int(void *)’ [-Wenum-int-mismatch]
   73 | cdio_generic_unimplemented_eject_media (void *p_user_data) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cdio_private.h:84,
                 from _cdio_generic.c:50:
generic.h:96:24: note: previous declaration of 
‘cdio_generic_unimplemented_eject_media’ with type ‘driver_return_code_t(void 
*)’
   96 |   driver_return_code_t cdio_generic_unimplemented_eject_media (void 
*p_env);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_cdio_generic.c:82:1: warning: conflicting types for 
‘cdio_generic_unimplemented_set_blocksize’ due to enum/integer mismatch; have 
‘int(void *, uint16_t)’ {aka ‘int(void *, short unsigned int)’} 
[-Wenum-int-mismatch]
   82 | cdio_generic_unimplemented_set_blocksize (void *p_user_data,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
generic.h:104:3: note: previous declaration of 
‘cdio_generic_unimplemented_set_blocksize’ with type ‘driver_return_code_t(void 
*, uint16_t)’ {aka ‘driver_return_code_t(void *, short unsigned int)’}
  104 |   cdio_generic_unimplemented_set_blocksize (void *p_user_data,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_cdio_generic.c:92:1: warning: conflicting types for 
‘cdio_generic_unimplemented_set_speed’ due to enum/integer mismatch; have 
‘int(void *, int)’ [-Wenum-int-mismatch]
   92 | cdio_generic_unimplemented_set_speed (void *p_user_data, int i_speed) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
generic.h:112:24: note: previous declaration of 
‘cdio_generic_unimplemented_set_speed’ with type ‘driver_return_code_t(void *, 
int)’
  112 |   driver_return_code_t cdio_generic_unimplemented_set_speed (void 
*p_user_data,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_cdio_generic.c:157:1: warning: conflicting types for 
‘cdio_generic_read_form1_sector’ due to enum/integer mismatch; have 
‘driver_return_code_t(void *, void *, lsn_t)’ {aka ‘driver_return_code_t(void 
*, void *, int)’} [-Wenum-int-mismatch]
  157 | cdio_generic_read_form1_sector (void * user_data, void *data, lsn_t lsn)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
generic.h:143:7: note: previous declaration of ‘cdio_generic_read_form1_sector’ 
with type ‘int(void *, void *, lsn_t)’ {aka ‘int(void *, void *, int)’}
  143 |   int cdio_generic_read_form1_sector (void * user_data, void *data,
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_cdio_generic.c: In function ‘cdio_generic_lseek’:
_cdio_generic.c:63:20: error: implicit declaration of function ‘lseek64’; did 
you mean ‘lseek’? [-Werror=implicit-function-declaration]
   63 | #define CDIO_LSEEK lseek64
      |                    ^~~~~~~
_cdio_generic.c:173:10: note: in expansion of macro ‘CDIO_LSEEK’
  173 |   return CDIO_LSEEK(p_env->fd, offset, whence);
      |          ^~~~~~~~~~
_cdio_generic.c:63:20: warning: nested extern declaration of ‘lseek64’ 
[-Wnested-externs]
   63 | #define CDIO_LSEEK lseek64
      |                    ^~~~~~~
_cdio_generic.c:173:10: note: in expansion of macro ‘CDIO_LSEEK’
  173 |   return CDIO_LSEEK(p_env->fd, offset, whence);
      |          ^~~~~~~~~~

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: libcdio
Source-Version: 2.1.0-4.2
Done: Sebastian Ramacher <sramac...@debian.org>

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated libcdio 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: SHA256

Format: 1.8
Date: Fri, 12 Apr 2024 09:09:50 +0200
Source: libcdio
Built-For-Profiles: noudeb
Architecture: source
Version: 2.1.0-4.2
Distribution: unstable
Urgency: medium
Maintainer: Gabriel F. T. Gomes <gabr...@debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1065778
Changes:
 libcdio (2.1.0-4.2) unstable; urgency=medium
 .
   * Non-maintainer upload
 .
   [ Zixing Liu ]
   * debian/patches/arm-t64-redirect-fix.patch: Fix implicit declaration
     after armhf time_t transition. (Closes: #1065778)
Checksums-Sha1:
 a225f7b7155c534915e7c9131bdec5258f13253f 1947 libcdio_2.1.0-4.2.dsc
 04a58feb0fb2031aaf0de3ee20b6de27ae03cc22 14228 libcdio_2.1.0-4.2.debian.tar.xz
 416a7a1fda699664a8d53cee1cc701e4bad0ba26 7137 
libcdio_2.1.0-4.2_source.buildinfo
Checksums-Sha256:
 8854955cf60c2d40320d13e1fbf5ef2d7c0a816188084342be8ce10b42d234d7 1947 
libcdio_2.1.0-4.2.dsc
 e272324ee39c82c1f829396a2cd8161fd528c81036445e0fc3fc66941d14b5d1 14228 
libcdio_2.1.0-4.2.debian.tar.xz
 cffdb8affdd2f945f95dd57326bc6a4975b75f0cb4f62c272bf22784fd188277 7137 
libcdio_2.1.0-4.2_source.buildinfo
Files:
 3c09dcb2bfcea61b95b404fb64d0f879 1947 libs optional libcdio_2.1.0-4.2.dsc
 30abd2f575b971e9461463bb3c2395c4 14228 libs optional 
libcdio_2.1.0-4.2.debian.tar.xz
 513786cfebfc7e78d47ff29599e8c396 7137 libs optional 
libcdio_2.1.0-4.2_source.buildinfo

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

iHUEARYIAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZhjflgAKCRAhk2s2YA/N
iV/cAQDUP96pUBMchp4KOEQ3eQ7dezwiRTLYo7NvbyEU04DlAgD/R3eFHfbiU/oi
1cKsv0MiyldF5NRh3Zd8HuPkF0wk6QM=
=gWa7
-----END PGP SIGNATURE-----

Attachment: pgpWrLq_g_bj5.pgp
Description: PGP signature


--- End Message ---

Reply via email to