Discussion:
Bug#1092385: apophenia: FTBFS: ../../model/apop_loess.c:3386:19: error: conflicting types for 'invigauss_quick'; have 'double(void)'
Add Reply
Lucas Nussbaum
2025-01-07 20:00:08 UTC
Reply
Permalink
Source: apophenia
Version: 1.0+ds-8.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: ***@debian.org
Usertags: ftbfs-20250106 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.
/bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c -o libapopmodel_la-apop_multinomial.lo `test -f 'apop_multinomial.c' || echo '../../model/'`apop_multinomial.c
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_beta.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_beta.o
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_exponential.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_exponential.o
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_loess.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_loess.o
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_bernoulli.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_bernoulli.o
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_kerneld.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_kerneld.o
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_multinomial.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_multinomial.o
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_dirichlet.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_dirichlet.o
libtool: compile: gcc -std=gnu23 -DHAVE_CONFIG_H -I. -I../../model -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I ../.. -pthread -fopenmp -I/usr/include -I/usr/include -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fopenmp -c ../../model/apop_gamma.c -fPIC -DPIC -o .libs/libapopmodel_la-apop_gamma.o
../../model/apop_loess.c:3386:19: error: conflicting types for 'invigauss_quick'; have 'double(void)'
3386 | double x, m, s, invigauss_quick();
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3365:8: note: previous definition of 'invigauss_quick' with type 'double(double)'
3365 | double invigauss_quick(double p) {
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gsl/gsl_math.h:29,
from /usr/include/gsl/gsl_linalg.h:28,
from ../apop.h:1130,
from ../../apop_internal.h:83,
../../model/apop_loess.c:3390:38: error: too many arguments to function 'invigauss_quick'
3390 | return(GSL_MAX(0.0, GSL_MAX(1.0, invigauss_quick(p)*s + m)));
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3386:19: note: declared here
3386 | double x, m, s, invigauss_quick();
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3390:38: error: too many arguments to function 'invigauss_quick'
3390 | return(GSL_MAX(0.0, GSL_MAX(1.0, invigauss_quick(p)*s + m)));
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3386:19: note: declared here
3386 | double x, m, s, invigauss_quick();
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3390:38: error: too many arguments to function 'invigauss_quick'
3390 | return(GSL_MAX(0.0, GSL_MAX(1.0, invigauss_quick(p)*s + m)));
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3386:19: note: declared here
3386 | double x, m, s, invigauss_quick();
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3390:38: error: too many arguments to function 'invigauss_quick'
3390 | return(GSL_MAX(0.0, GSL_MAX(1.0, invigauss_quick(p)*s + m)));
| ^~~~~~~~~~~~~~~
../../model/apop_loess.c:3386:19: note: declared here
3386 | double x, m, s, invigauss_quick();
| ^~~~~~~~~~~~~~~
make[3]: *** [Makefile:534: libapopmodel_la-apop_loess.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2025/01/06/apophenia_1.0+ds-8.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250106;users=***@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250106&fusertaguser=***@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.
Debian Bug Tracking System
2025-01-20 01:00:01 UTC
Reply
Permalink
Your message dated Mon, 20 Jan 2025 01:34:30 +0100
with message-id <674839f2-3ea8-44ff-b453-***@rezozer.net>
and subject line DONE: apophenia: FTBFS: ../../model/apop_loess.c:3386:19: error: conflicting types for 'invigauss_quick'; have 'double(void)'
has caused the Debian Bug report #1092385,
regarding apophenia: FTBFS: ../../model/apop_loess.c:3386:19: error: conflicting types for 'invigauss_quick'; have 'double(void)'
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 ***@bugs.debian.org
immediately.)
--
1092385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092385
Debian Bug Tracking System
Contact ***@bugs.debian.org with problems
Loading...