uucpsend is marked for autoremoval from testing

2024-04-06 Thread Debian testing autoremoval watch
uucpsend 1.1-5 is marked for autoremoval from testing on 2024-04-22

It (build-)depends on packages with these RC bugs:
1065795: inn: FTBFS on arm{el,hf}: parsedate.y:43:25: error: implicit 
declaration of function ‘date_lex’ [-Werror=implicit-function-declaration]
 https://bugs.debian.org/1065795
1066434: uucp: FTBFS: ../uucp.h:103:3: error: #error ANSI C compiler without 
void or unsigned char or prototypes
 https://bugs.debian.org/1066434



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl



kst is marked for autoremoval from testing

2024-04-06 Thread Debian testing autoremoval watch
kst 2.0.8-5 is marked for autoremoval from testing on 2024-05-05

It (build-)depends on packages with these RC bugs:
1065735: libgetdata: FTBFS on armel: error: redefinition of 
‘gd_alter_frameoffset64’
 https://bugs.debian.org/1065735



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl



disc-cover is marked for autoremoval from testing

2024-04-06 Thread Debian testing autoremoval watch
disc-cover 1.5.6-5 is marked for autoremoval from testing on 2024-04-22

It (build-)depends on packages with these RC bugs:
1065762: libaudio-cd-perl: FTBFS on arm{el,hf}: cddb_lookup.c:53:16: error: 
implicit declaration of function ‘strtol’ 
[-Werror=implicit-function-declaration]
 https://bugs.debian.org/1065762



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl



Bug#1066620: marked as done (zzuf: FTBFS: zzat.c:482:32: error: implicit declaration of function ‘_IO_getc’ [-Werror=implicit-function-declaration])

2024-04-06 Thread Debian Bug Tracking System
Your message dated Sun, 07 Apr 2024 03:06:15 +
with message-id 
and subject line Bug#1066620: fixed in zzuf 0.15-3
has caused the Debian Bug report #1066620,
regarding zzuf: FTBFS: zzat.c:482:32: error: implicit declaration of function 
‘_IO_getc’ [-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.)


-- 
1066620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066620
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zzuf
Version: 0.15-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> util/zzuf-hex.o `test -f 'util/hex.c' || echo './'`util/hex.c
> zzat.c: In function ‘run’:
> zzat.c:482:32: error: implicit declaration of function ‘_IO_getc’ 
> [-Werror=implicit-function-declaration]
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   |^~~~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:482:13: note: in expansion of macro ‘MY_FREAD’
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   | ^~~~
> zzat.c:482:32: warning: nested extern declaration of ‘_IO_getc’ 
> [-Wnested-externs]
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   |^~~~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:482:13: note: in expansion of macro ‘MY_FREAD’
>   482 | MY_FREAD(ch = (n = _IO_getc(f)), , (n != EOF));
>   | ^~~~
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-random.o `test -f 'common/random.c' || echo './'`common/random.c
> zzat.c:565:26: error: implicit declaration of function ‘__fseeko64’; did you 
> mean ‘fseeko64’? [-Werror=implicit-function-declaration]
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   |  ^~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:565:13: note: in expansion of macro ‘MY_FSEEK’
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   | ^~~~
> zzat.c:565:26: warning: nested extern declaration of ‘__fseeko64’ 
> [-Wnested-externs]
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   |  ^~
> zzat.c:310:9: note: in definition of macro ‘MY_FCALL’
>   310 | cmd; \
>   | ^~~
> zzat.c:565:13: note: in expansion of macro ‘MY_FSEEK’
>   565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
>   | ^~~~
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -DLIBDIR=\"/usr/lib/x86_64-linux-gnu/zzuf\" -I./common -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -g -O2 -Wall -W 
> -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow 
> -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o 
> common/zzuf-ranges.o `test -f 'common/ranges.c' || echo 

Processing of zzuf_0.15-3_source.changes

2024-04-06 Thread Debian FTP Masters
zzuf_0.15-3_source.changes uploaded successfully to localhost
along with the files:
  zzuf_0.15-3.dsc
  zzuf_0.15-3.debian.tar.xz
  zzuf_0.15-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



zzuf_0.15-3_source.changes ACCEPTED into unstable

2024-04-06 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Apr 2024 04:40:37 +0200
Source: zzuf
Architecture: source
Version: 0.15-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1066620
Changes:
 zzuf (0.15-3) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
 (Closes: #1066620)
Checksums-Sha1:
 f5a4ad91625e19d6293ac7d975c69e6235bf19eb 1822 zzuf_0.15-3.dsc
 7486c4f839ce041109e69fa808549e6b0a3a5a28 5124 zzuf_0.15-3.debian.tar.xz
 73e8f02b8ff35bbcc64b27cf1d11bb08e884f0a8 5621 zzuf_0.15-3_source.buildinfo
Checksums-Sha256:
 1c29481966ef6cfa82ed53a68262783658e9e079bec6a72c064b240202ea7c0d 1822 
zzuf_0.15-3.dsc
 168374f2d4b8a7bfd16c997f5a0475614e6cd8f0e3a696ea47e407f4c538af7b 5124 
zzuf_0.15-3.debian.tar.xz
 db63572df5658fd25d53550ec5fc2ced2cff63fd8462e3170f0233e889492235 5621 
zzuf_0.15-3_source.buildinfo
Files:
 978c14ed47bd846844015fa20cd38168 1822 devel optional zzuf_0.15-3.dsc
 aba6dcf0bbc3780211cc29105b92298f 5124 devel optional zzuf_0.15-3.debian.tar.xz
 eb0e79f8c2802a6765ff7a42e721edd5 5621 devel optional 
zzuf_0.15-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYSCAYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCLg9D/9cksJQswr491c0ZWbKfLrbESRie28lLwZk
RBu3fU1qmLou41op3jLIrp66mZ064P4uovyomAq1M8HbIDim00xWmFP/h0mNof6I
NV3gpYWlKt74FziRmwKlkFXCMw5crdhLGAvmTeImaBTaqOSwRvNCXheMBCkdETql
+0Ip8cbO8L5rEBPr0nYVjTLWJPhe3MFoOPFa2Rr9nSn/CLXzpWwA16u7p1XbgfZj
B6L2EXERX9i7AHuzKfaKezPELLBasMqSxouJhOiV2engPuEdTHd2oY6e9Wj3p9WE
M070M4qnOKlWKn+ZaC6E4XJvRmu2o8oWAr9oTuP7MvOPSoyZBRyA6NkDPmniZCgA
3atrC9QJ2paGp9WlcoufRXr/wV/mW90pRJ/q4TpnE1ID6rNWd/ftv5L5sanV9ZNc
P9YUQ2xYn/kgLhtx2eRJpjTCGwjfShttVZ7/x+hKiYUgA/K67/yumNxfr0hz2c9c
OX7bvYSeoTlLL2Cu/s3NV1uNkMPxk3WzFQg2p5K6vFP9VowlECta4d5WE2F5DCtO
Lk6i/NMdPsFRjQkL7gntT5Ccoep8H/P2xtoesvDUTyHwbj4CqxOt13Cw0GBU4zEp
Bl58HQPdqit06B/5Tzzz1ENgkGEhzK8s/u/uMMwtWkiJxEClHLsJels2KBjKQbGM
QdMvge2dYw==
=S5Dt
-END PGP SIGNATURE-



pgp7YZajK2GLb.pgp
Description: PGP signature


Processing of gnome-pass-search-provider_1.4.0-1_source.changes

2024-04-06 Thread Debian FTP Masters
gnome-pass-search-provider_1.4.0-1_source.changes uploaded successfully to 
localhost
along with the files:
  gnome-pass-search-provider_1.4.0-1.dsc
  gnome-pass-search-provider_1.4.0.orig.tar.gz
  gnome-pass-search-provider_1.4.0-1.debian.tar.xz
  gnome-pass-search-provider_1.4.0-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



gnome-pass-search-provider_1.4.0-1_source.changes ACCEPTED into unstable

2024-04-06 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 06 Apr 2024 20:26:02 -0400
Source: gnome-pass-search-provider
Architecture: source
Version: 1.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Changes:
 gnome-pass-search-provider (1.4.0-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
Checksums-Sha1:
 100ad0d290c09e37d55373197d261e0942305e5e 2047 
gnome-pass-search-provider_1.4.0-1.dsc
 da5a0c39719a166de508ce54c83436e93586fc8e 2921515 
gnome-pass-search-provider_1.4.0.orig.tar.gz
 73ebc6a1987621a36a86d7db8236186d468e4c0f 2192 
gnome-pass-search-provider_1.4.0-1.debian.tar.xz
 827b261930dc1a3043d834b3021c0ad9f6215989 6074 
gnome-pass-search-provider_1.4.0-1_amd64.buildinfo
Checksums-Sha256:
 45098f8e7f628d27cb5095ae92d5f04d6233fd01262ddfcc5460c7efb89e22f3 2047 
gnome-pass-search-provider_1.4.0-1.dsc
 11a211f52110c4e16cd78bebef972a6216949f0f4184dd09605c68c1957214b2 2921515 
gnome-pass-search-provider_1.4.0.orig.tar.gz
 e45846f6b17ec26d43f76219376fd62fb0ed072a37d3a3bb0f631a814cbd2eca 2192 
gnome-pass-search-provider_1.4.0-1.debian.tar.xz
 7f1fa468f837520098a32651f65bbd855aa1afb8f70b04fd7794ae3929551134 6074 
gnome-pass-search-provider_1.4.0-1_amd64.buildinfo
Files:
 3699c7fed742f1bbb9f9dc1ca879c93c 2047 gnome optional 
gnome-pass-search-provider_1.4.0-1.dsc
 371e358206bc6177ffeec6a06e7c0b8e 2921515 gnome optional 
gnome-pass-search-provider_1.4.0.orig.tar.gz
 1dd7812f82e05471b86bdf05d909bc6d 2192 gnome optional 
gnome-pass-search-provider_1.4.0-1.debian.tar.xz
 27c3b986151c29a1ebcd1c777849281a 6074 gnome optional 
gnome-pass-search-provider_1.4.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmYR6FQACgkQwpPntGGC
Ws5HGg//QJNnmw6Q33RXp8Xo1O879Gxl8ST0tBaMqf6Vx8rt18f9uW07hww/Ckb2
czi6MVXRrgwvN1SYMS9AkWjA4UrmRb/caUqBTon1/YSplgyV5B7qla5esd32gzEE
EpC3EPFMxny5Z1ZeTHWxexHmk/jAKSAH5b1OErUIOpCSimBZONCAUcoUpCpSVTE1
oxstPGEBcqrpFLqV8gthR/VF6nDa4QufSWW9XyUwxnCT5u6tycwv+QkfhQFksNES
Cmwj+acQNvhmXbruRYmLCwS7NQQyVWhiNz1O+wF/Bhqyw/lwZK9OPXGPCP2IALF1
AUI8YaVz8vzyKDyAaPDLI1BhMQzYIYugRhpMc9Qvfc306f1isuSrIuR6CXeuGADv
fzr18dN80Z37U+dnuD4zGP45HO3v7CbNKPl/+B5TEix82CS9zDkveFqJe6GeSE15
W4skmoLmYS5EV8HtUwqgSQudT5y01hbhhM4SJYbQDscCbPEqSMoCSv7u0550J98E
+CHbWU3xgo9mFqXmAPXkkBTxZ9EzJ2SNs+QxQN/s8LMII9BAFy2MMEjNOXVB6pw0
f0p4pxbhLYr8tF6lhC911EwyYBTpH4loNLHB5Nparw8SwDN5TwBMdjBJZGyARvIc
EcG6i5UGQ4NKMvA657BgzoU/t3hLSqYcud4j5HmmQm7S49F4JpA=
=WS0t
-END PGP SIGNATURE-



pgpeAG2t0h4pn.pgp
Description: PGP signature


Processing of ibus-table-extraphrase_1.3.9.20110826-5_source.changes

2024-04-06 Thread Debian FTP Masters
ibus-table-extraphrase_1.3.9.20110826-5_source.changes uploaded successfully to 
localhost
along with the files:
  ibus-table-extraphrase_1.3.9.20110826-5.dsc
  ibus-table-extraphrase_1.3.9.20110826.orig.tar.gz
  ibus-table-extraphrase_1.3.9.20110826-5.debian.tar.xz
  ibus-table-extraphrase_1.3.9.20110826-5_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



ibus-table-extraphrase_1.3.9.20110826-5_source.changes ACCEPTED into unstable

2024-04-06 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 06 Apr 2024 20:13:46 -0400
Source: ibus-table-extraphrase
Architecture: source
Version: 1.3.9.20110826-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Changes:
 ibus-table-extraphrase (1.3.9.20110826-5) unstable; urgency=medium
 .
   * QA upload.
   * Apply improvements by Debian Janitor:
   * debian/control: Drop version requirement for ibus-table.
   * debian/rules: Drop useless override in LDFLAGS_MAINT_APPEND.
   * debian/upstream/metadata: Add metadata file.
Checksums-Sha1:
 8bb17f1e49dc77d6a7c3783899ba7914bd037a7c 2085 
ibus-table-extraphrase_1.3.9.20110826-5.dsc
 b2f69cfedc230988d7b8693dd8fd3c250a376246 2200447 
ibus-table-extraphrase_1.3.9.20110826.orig.tar.gz
 c07593226515165eae8bc5257c1206347fd9cb50 3396 
ibus-table-extraphrase_1.3.9.20110826-5.debian.tar.xz
 752de5ecdf92e6a50c2b702361328e4f7db75f3d 10934 
ibus-table-extraphrase_1.3.9.20110826-5_amd64.buildinfo
Checksums-Sha256:
 24022cba1777e78fb5604c33e7dc28efefbd7f970efefcc1b04634e5c2afe233 2085 
ibus-table-extraphrase_1.3.9.20110826-5.dsc
 4db86e1ea82398c0396a4e157dd2f50003c5445f421fda706560f9242f13c74e 2200447 
ibus-table-extraphrase_1.3.9.20110826.orig.tar.gz
 4cf212ab2ab8b96074eddda71c1919e57b32a473ccf2550b94f365e5b87d5c76 3396 
ibus-table-extraphrase_1.3.9.20110826-5.debian.tar.xz
 6e91e4ba2f2e3099fd582e4a523c916eec779df61dab2253983f7347c3f241da 10934 
ibus-table-extraphrase_1.3.9.20110826-5_amd64.buildinfo
Files:
 c627bc3af887dff3b7c24a68a1b8f023 2085 utils optional 
ibus-table-extraphrase_1.3.9.20110826-5.dsc
 289da050912045fe59ab525910391f6f 2200447 utils optional 
ibus-table-extraphrase_1.3.9.20110826.orig.tar.gz
 e6e02ebd42fb7dd6289e426c1aa1012a 3396 utils optional 
ibus-table-extraphrase_1.3.9.20110826-5.debian.tar.xz
 80ba3b771706f3e80e99cb7f7f475a53 10934 utils optional 
ibus-table-extraphrase_1.3.9.20110826-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmYR5gEACgkQwpPntGGC
Ws5EqA/+MwVWS0g3tBuwiSxPgBIjhDmR97dkCSZsmCYKZ/MFMaaHc+4pCxuRfTbW
53nAMq6Oq9XhOvkrvw5OaAbc5Vrr679jmK3TuiFUVf+XAr3Rqgvri4B5i8r7nwlo
r/LRvB3R5tsmKBiQfjOcAEHUO4LBlUIqTU2nuRGzPe/fo4cTKeA9C0S8ptF9z2m0
one6UJb/A4nNCE2v6Gd6EfTzgri6CD+zEtuXwrpGfkCHSBQXF9ix4JFmH4Yl5Iel
SdYIiM1b2GF5E6KDcGUNDetxXHGQtFDMOARyymjoHkiaCc9ZvLEJyI3ktFoyX7pC
unesl0LjCMEtfdkvg5RjrNEz56KxNx2IDZAAiarQMUg8a2cIm59xUMHjgFL89NGm
NHIjmbZ6Yq+iVxEgSrcP1DlDRu411hJga74RBxjWWeNCl3l9zVQhebCWJ7jh695R
KhnWawCd6ZVL2Q3+IjWOIVbgeY8huJQDuKu3LZa1fXM8vI4c4aBkUdy+omBkGR5V
69YIC2lP9JawVATOgRLclYqIBstP91G+IsurmE9bAwoDhpwImmku6GQdPmwfrPWl
hESThNu3CwUBIlomOeSXaXX4m4ICyMpirlFK3vQ1Z6WyZW7CtRp6ucSar2Os0aPA
NetidKfx49wb4BP9aK/AjvEE/83CFqkAl5BaA4BPVJEty/6q3NU=
=ypWu
-END PGP SIGNATURE-



pgpPMk4D7HRS8.pgp
Description: PGP signature


Bug#1068513: dablin: FTBFS on arm{el,hf}: manually disables mpg123's large file API

2024-04-06 Thread Sebastian Ramacher
Source: dablin
Version: 1.15.0-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=dablin=armel=1.15.0-1%2Bb2=1712391165=0

[ 97%] Linking CXX executable dablin
cd /<>/obj-arm-linux-gnueabi/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/dablin.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie -z 
now -rdynamic CMakeFiles/dablin.dir/sdl_output.cpp.o 
CMakeFiles/dablin.dir/dabplus_decoder.cpp.o 
CMakeFiles/dablin.dir/ensemble_source.cpp.o 
CMakeFiles/dablin.dir/ensemble_player.cpp.o 
CMakeFiles/dablin.dir/edi_source.cpp.o CMakeFiles/dablin.dir/edi_player.cpp.o 
CMakeFiles/dablin.dir/eti_source.cpp.o CMakeFiles/dablin.dir/eti_player.cpp.o 
CMakeFiles/dablin.dir/dab_decoder.cpp.o CMakeFiles/dablin.dir/fic_decoder.cpp.o 
CMakeFiles/dablin.dir/pcm_output.cpp.o CMakeFiles/dablin.dir/tools.cpp.o 
CMakeFiles/dablin.dir/version.cpp.o CMakeFiles/dablin.dir/dablin.cpp.o -o 
dablin  ../fec/libfec.a /usr/lib/arm-linux-gnueabi/libatomic.so.1 -lmpg123 
-lSDL2 -lfaad -lc -lm 
/usr/bin/ld: CMakeFiles/dablin.dir/dab_decoder.cpp.o: in function 
`MP2Decoder::DecodeFrame(unsigned char**)':
./obj-arm-linux-gnueabi/src/./src/dab_decoder.cpp:166:(.text+0x1bb4): undefined 
reference to `mpg123_framebyframe_decode'
collect2: error: ld returned 1 exit status
make[3]: *** [src/CMakeFiles/dablin.dir/build.make:313: src/dablin] Error 1
make[3]: Leaving directory '/<>/obj-arm-linux-gnueabi'
make[2]: *** [CMakeFiles/Makefile2:263: src/CMakeFiles/dablin.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs
[100%] Linking CXX executable dablin_gtk
cd /<>/obj-arm-linux-gnueabi/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/dablin_gtk.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie -z 
now -rdynamic CMakeFiles/dablin_gtk.dir/sdl_output.cpp.o 
CMakeFiles/dablin_gtk.dir/dabplus_decoder.cpp.o 
CMakeFiles/dablin_gtk.dir/ensemble_source.cpp.o 
CMakeFiles/dablin_gtk.dir/ensemble_player.cpp.o 
CMakeFiles/dablin_gtk.dir/edi_source.cpp.o 
CMakeFiles/dablin_gtk.dir/edi_player.cpp.o 
CMakeFiles/dablin_gtk.dir/eti_source.cpp.o 
CMakeFiles/dablin_gtk.dir/eti_player.cpp.o 
CMakeFiles/dablin_gtk.dir/dab_decoder.cpp.o 
CMakeFiles/dablin_gtk.dir/fic_decoder.cpp.o 
CMakeFiles/dablin_gtk.dir/pcm_output.cpp.o 
CMakeFiles/dablin_gtk.dir/tools.cpp.o CMakeFiles/dablin_gtk.dir/version.cpp.o 
CMakeFiles/dablin_gtk.dir/mot_manager.cpp.o 
CMakeFiles/dablin_gtk.dir/pad_decoder.cpp.o 
CMakeFiles/dablin_gtk.dir/dablin_gtk.cpp.o 
CMakeFiles/dablin_gtk.dir/dablin_gtk_dl_plus.cpp.o 
CMakeFiles/dablin_gtk.dir/dablin_gtk_sls.cpp.o -o dablin_gtk  ../fec/libfec.a 
/usr/lib/arm-linux-gnueabi/libatomic.so.1 -lmpg123 -lSDL2 -lfaad -lc 
-lgtkmm-3.0 -latkmm-1.6 -lgdkmm-3.0 -lgiomm-2.4 -lgtk-3 -lgdk-3 -lz -latk-1.0 
-lcairo-gobject -lgio-2.0 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 
-lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 
-lglib-2.0 -lm 
/usr/bin/ld: CMakeFiles/dablin_gtk.dir/dab_decoder.cpp.o: in function 
`MP2Decoder::DecodeFrame(unsigned char**)':
./obj-arm-linux-gnueabi/src/./src/dab_decoder.cpp:166:(.text+0x1bb4): undefined 
reference to `mpg123_framebyframe_decode'
collect2: error: ld returned 1 exit status
make[3]: *** [src/CMakeFiles/dablin_gtk.dir/build.make:377: src/dablin_gtk] 
Error 1

This is caused by

#define MPG123_NO_LARGENAME // disable large file API here

in src/dab_decoder.h

Cheers
-- 
Sebastian Ramacher