[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1066566: marked as done (elektroid: FTBFS: editor.c:1166:3: error: implicit declaration of function ‘g_unlink’; did you mean ‘unlink’? [-Werror=implicit-function-declaration])



Your message dated Fri, 22 Mar 2024 23:13:07 +0000
with message-id <E1rno4R-000gnw-Ah@fasolo.debian.org>
and subject line Bug#1066566: fixed in elektroid 3.0.1-2
has caused the Debian Bug report #1066566,
regarding elektroid: FTBFS: editor.c:1166:3: error: implicit declaration of function ‘g_unlink’; did you mean ‘unlink’? [-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 owner@bugs.debian.org
immediately.)


-- 
1066566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066566
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: elektroid
Version: 3.0.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid_cli-connector.o `test -f 'connector.c' || echo './'`connector.c
> editor.c: In function ‘editor_save_to_remote’:
> editor.c:1166:3: error: implicit declaration of function ‘g_unlink’; did you mean ‘unlink’? [-Werror=implicit-function-declaration]
>  1166 |   g_unlink (tmp_file);
>       |   ^~~~~~~~
>       |   unlink
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid_cli-sample.o `test -f 'sample.c' || echo './'`sample.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid_cli-utils.o `test -f 'utils.c' || echo './'`utils.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid_cli-backend.o `test -f 'backend.c' || echo './'`backend.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o elektroid_cli-backend_alsa.o `test -f 'backend_alsa.c' || echo './'`backend_alsa.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o connectors/elektroid_cli-common.o `test -f 'connectors/common.c' || echo './'`connectors/common.c
> gcc -DHAVE_CONFIG_H -I. -I..  -Wall -O3 -DDATADIR='"/usr/share/elektroid"' -DLOCALEDIR='"/usr/share/locale"' -Wdate-time -D_FORTIFY_SOURCE=2 -I../src `/usr/bin/pkg-config --cflags alsa glib-2.0 zlib json-glib-1.0 libzip` -I/usr/include/opus -I/usr/include/x86_64-linux-gnu   -D_GNU_SOURCE -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o connectors/elektroid_cli-system.o `test -f 'connectors/system.c' || echo './'`connectors/system.c
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:1201: elektroid-editor.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/elektroid_3.0.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: elektroid
Source-Version: 3.0.1-2
Done: Dennis Braun <snd@debian.org>

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

Debian distribution maintenance software
pp.
Dennis Braun <snd@debian.org> (supplier of updated elektroid 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 22 Mar 2024 21:23:48 +0100
Source: elektroid
Architecture: source
Version: 3.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Dennis Braun <snd@debian.org>
Closes: 1066566
Changes:
 elektroid (3.0.1-2) unstable; urgency=medium
 .
   * Fix FTBFS by adding the gstdio header (Closes: #1066566)
   * debian/control: pkg-config -> pkgconf
Checksums-Sha1:
 719e3bfe3091da27fd2a7f6b261421fd90987e7c 2104 elektroid_3.0.1-2.dsc
 0647cb9a10e1a4875e032c62ce457998f64ca6c1 8108 elektroid_3.0.1-2.debian.tar.xz
 015df30d4c158ade1f7ad5308383e75608adb76e 6661 elektroid_3.0.1-2_source.buildinfo
Checksums-Sha256:
 2b32b280b4f52c08b4d76ab47b07901cb0965fc906d6ebc02fff4ae61295c0ad 2104 elektroid_3.0.1-2.dsc
 028832c67b45484f2c542290fc18b8b5335aac852095284679cee97c978fc4f5 8108 elektroid_3.0.1-2.debian.tar.xz
 42c085550da195ac8f1e99cbc669338ccba56b2a14a733aa3501651ebe5ff4d5 6661 elektroid_3.0.1-2_source.buildinfo
Files:
 34aefce6c3d160dcf5d0849b950fd37e 2104 sound optional elektroid_3.0.1-2.dsc
 ee01718423c8c65a297a09303146f35b 8108 sound optional elektroid_3.0.1-2.debian.tar.xz
 8eaa21f55a63d7291308b4bfe958350d 6661 sound optional elektroid_3.0.1-2_source.buildinfo

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

iQJDBAEBCgAtFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmX96WIPHHNuZEBkZWJp
YW4ub3JnAAoJEGNOpV2QK5g25cAQAJNQ0Mnnnr9jk4Igyc70y68sOOZqnJ/pxwQ+
YpbDZeYmoMNcHFt9q/X5uSc1qrAapMzLPcqiWFSsO2cG53zej1J9F9I1ArLIul9u
rD8mmbq1vSnsVq5WSlW6njEScYws6EI6+aD3HxdyEjuvWm3CdnbZw/GnXn33D2Ek
odPwTNRhC1IlY1Pc1Kvi9pVphmnQUQUxAsocmU8CmhtfzwQdtcC8VLJfOhA4JfHk
Tl0rgJH8SO0Gcg5+gsxrPFI18Yb3iXqSs+hHCTcB/l+YwOF1Npj7O6bLBTtaOA8u
3+gGiRmDHfvWdHcRqJ3gY4eyWsKJv9O3Q7CuQGzwAWeno6wNL4ujuvUiRzoWLCwh
54La+j2qE4Iy32Xemp5BuUN4SkkX8Cpkc9pkwytHTRv2RRTghgrQXfD91vbT1LN4
bNiWolqpPDogi+mShOpolzBrjjOadXWtJ5EnWtGWr5wIK4SPGmkWCg/nDKCWBIIw
b+COT28CpuOEqrCVUHoWlDKvm4Cv/fGciE3iWiR39ZmwQ8VIMXvdTTGqOz9iWmZ9
r2RJtWhy7Mx0xXJk8j7jUPXc/FWr5PWtAHPT98p0BlcTgbVS5DZaxxBpVs7TbwG1
xxlfNas2DQJ9BDkxGpY5OF7UYK2A7JKD5MfQlBi2TMBvUtwDd7xBpDO+pvLRjDmA
/TKafMwN
=+qSs
-----END PGP SIGNATURE-----

Attachment: pgp455Wz0yyqy.pgp
Description: PGP signature


--- End Message ---

Reply to: