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

Bug#1066607: marked as done (pd-pmpd: FTBFS: mass3D.c:465:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration])



Your message dated Mon, 18 Mar 2024 16:50:42 +0000
with message-id <E1rmGCA-00Ffy0-Vy@fasolo.debian.org>
and subject line Bug#1066607: fixed in pd-pmpd 0.13.1-1
has caused the Debian Bug report #1066607,
regarding pd-pmpd: FTBFS: mass3D.c:465:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-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.)


-- 
1066607: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066607
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: pd-pmpd
Version: 0.9-9
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):
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o mass2D.pd_linux.o -c mass2D.c
> ++++ info: making tSphere3D.pd_linux.o in lib pmpd
> mass3D.c: In function ‘mass3D_inter_ambient’:
> mass3D.c:465:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]
>   465 |                 error("bad ambient interraction message");
>       |                 ^~~~~
>       |                 perror
> mass2D.c: In function ‘mass2D_inter_ambient’:
> mass2D.c:342:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]
>   342 |                 error("bad ambient interraction message");
>       |                 ^~~~~
>       |                 perror
> pmpd~.c: In function ‘pmpd_tilde_mass’:
> pmpd~.c:273:40: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]
>   273 |         if (x->nb_mass == nb_max_mass) error("to many mass");
>       |                                        ^~~~~
>       |                                        perror
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o tSphere3D.pd_linux.o -c tSphere3D.c
> ++++ info: making tCircle2D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o tCircle2D.pd_linux.o -c tCircle2D.c
> ++++ info: making iCylinder3D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o iCylinder3D.pd_linux.o -c iCylinder3D.c
> ++++ info: making tSquare2D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o tSquare2D.pd_linux.o -c tSquare2D.c
> ++++ info: making tPlane3D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o tPlane3D.pd_linux.o -c tPlane3D.c
> ++++ info: making iSeg2D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o iSeg2D.pd_linux.o -c iSeg2D.c
> ++++ info: making tLink3D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o tLink3D.pd_linux.o -c tLink3D.c
> ++++ info: making iCircle3D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o iCircle3D.pd_linux.o -c iCircle3D.c
> ++++ info: making tCylinder3D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o tCylinder3D.pd_linux.o -c tCylinder3D.c
> ++++ info: making iCircle2D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o iCircle2D.pd_linux.o -c iCircle2D.c
> ++++ info: making iLine2D.pd_linux.o in lib pmpd
> cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  -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 -fcf-protection -o iLine2D.pd_linux.o -c iLine2D.c
> ++++ info: making iAmbient2D.pd_linux.o in lib pmpd
> cc1: some warnings being treated as errors
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: mass2D.pd_linux.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-pmpd_0.9-9_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: pd-pmpd
Source-Version: 0.13.1-1
Done: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>

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

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated pd-pmpd 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: SHA256

Format: 1.8
Date: Mon, 18 Mar 2024 17:36:43 +0100
Source: pd-pmpd
Architecture: source
Version: 0.13.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Closes: 1060212 1066607
Changes:
 pd-pmpd (0.13.1-1) unstable; urgency=medium
 .
   * New upstream version 0.13.1
     (Closes: #1066607, #1060212)
   * Switch buildsystem to CMake
     + Drop pd-lib-builder patch
     + single/double-flavoured CMake builds
   * No longer Recommend "pd-import"
     (Closes: #1060212)
   * Add patch to fix typos
   * Add patch to honour dpkg-buildflags
   * Fix manual installation of renamed files
   * Add lintian-overrides for new-style 32bit externals
   * Add lintian-override about false-positive source-missing
   * Update upstream URLs
     + Update d/watch
   * Update copyright information
     + Update d/copyright
     + Exclude binary files from licensecheck
     + Re-generate d/copyright_hints
Checksums-Sha1:
 83cc683ed7d92b3fe7555d538b58169800dc4358 2164 pd-pmpd_0.13.1-1.dsc
 662ed77663342bbee9c0b2e5b0ae8a7861274b5f 8315181 pd-pmpd_0.13.1.orig.tar.gz
 bbe38fd2de8dfb3ca85c440627f20f247ca4796f 6224 pd-pmpd_0.13.1-1.debian.tar.xz
Checksums-Sha256:
 6c5acfa43a019209dde7ad510493dda07655ef00fe9d7a9e8ba1f50c07c21b26 2164 pd-pmpd_0.13.1-1.dsc
 ec1a5123e3d263da4be02f16f1aa9890fab5b4b1fdb0432e57cb2694e01c543b 8315181 pd-pmpd_0.13.1.orig.tar.gz
 604445f70ef02d5367a03b5c544c2d3c49daf189c5ef9a5eeb73393443cc5ccc 6224 pd-pmpd_0.13.1-1.debian.tar.xz
Files:
 aa823fb1020b1bcf6c46995b4538069f 2164 sound optional pd-pmpd_0.13.1-1.dsc
 b14329665326f55025a6766a3173b5d8 8315181 sound optional pd-pmpd_0.13.1.orig.tar.gz
 48944d8ee9d5af1352f3c091fcd01600 6224 sound optional pd-pmpd_0.13.1-1.debian.tar.xz

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

iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmX4bgYWHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+OkKD/0Wj6NiY4co9WdCZU9y4NaAgY1A
nk0JbB2+PHDVYoQqs2k8SuLpAcpObDtqSoPPxsf1R6oi5B6A35VsK+LFe9frh9Ls
FIztvKzsWUb+yWjXDKIFVkpjrOVQScNPZg46VyJS9xmU1kETAU3tq6aWikAtRYG8
v4SKt8FRzhOqanWy4vVojOvWiWRT2mLHkIQjoxzo0pSK4xMT+ccLTIsVV0oU2utL
lruYGElQjU7ZxeZ3/3IvFlYL/pg92A52KenYvgP5+27xX2VuWqWI2zyy3JlFBqDk
QAEtB3Q0MriFekcJy+kVYWs7GYbL06ZmTGScMFNibLrYqj1edvfwUNEHMyDMoz9d
e2zfuynZC8Iq7WFIsHx55EXJyBnLh02MGTmNP/RQOIRJeyrzJQvPRCTfGgAAS+nZ
2GCxtc1zmKb26LhdgCxvtT6TtZWJh7T52wUYjsKj7v2xG7uZZnylchp6bDeO0PZn
z2NRV/i5ic1TJ2WfIrhM9MLKFMurocBzrNP+t+umMkZxu1PmABF8rjfBosVsGFER
TXKBlnCdtW6JuaiVI8QePQM6K0JrU+4RooCp+5QHoClUGFA8SUdr46MyGQZ6f13w
MqtdOmWMJWTq+uuZqmLPEXrI3CfWw/NjHR+hw3lhIOG2q+odKGLU0BBK5DFfj4dz
zVTKPivFsercGrbX7A==
=KAL+
-----END PGP SIGNATURE-----

Attachment: pgpxZuyuMNLLV.pgp
Description: PGP signature


--- End Message ---

Reply to: