Your message dated Fri, 26 Jul 2024 12:07:05 +0000
with message-id <e1sxjiz-004df9...@fasolo.debian.org>
and subject line Bug#1076931: fixed in vlevel 0.5.2-1
has caused the Debian Bug report #1076931,
regarding vlevel: FTBFS: undefined reference to `jack_client_open'
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.)


-- 
1076931: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076931
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vlevel
Version: 0.5.1-4
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- 'CC=$(CXX)'
        make -j2 "INSTALL=install --strip-program=true" CC=\$\(CXX\)
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C volumeleveler all
make[3]: Entering directory '/<<PKGBUILDDIR>>/volumeleveler'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -DPIC -Wdate-time -D_FORTIFY_SOURCE=2  -c 
-o volumeleveler.o volumeleveler.cpp
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
make[3]: Leaving directory '/<<PKGBUILDDIR>>/volumeleveler'
make -C vlevel-bin all
make[3]: Entering directory '/<<PKGBUILDDIR>>/vlevel-bin'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -DPIC -Wdate-time -D_FORTIFY_SOURCE=2  -c 
-o vlevel-bin.o vlevel-bin.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -DPIC -Wdate-time -D_FORTIFY_SOURCE=2  -c 
-o commandline.o commandline.cpp
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -Wl,-z,relro -Wl,-z,now  vlevel-bin.o commandline.o 
../volumeleveler/volumeleveler.o   -o vlevel-bin
make[3]: Leaving directory '/<<PKGBUILDDIR>>/vlevel-bin'
make -C vlevel-ladspa all
make[3]: Entering directory '/<<PKGBUILDDIR>>/vlevel-ladspa'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -DPIC -Wdate-time -D_FORTIFY_SOURCE=2  -c 
-o vlevel-ladspa.o vlevel-ladspa.cpp
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
vlevel-ladspa.cpp:46:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   46 |         "Look-ahead (seconds)",
      |         ^~~~~~~~~~~~~~~~~~~~~~
vlevel-ladspa.cpp:47:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   47 |         "Strength",
      |         ^~~~~~~~~~
vlevel-ladspa.cpp:48:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   48 |         "Limit Multiplier",
      |         ^~~~~~~~~~~~~~~~~~
vlevel-ladspa.cpp:49:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   49 |         "Multiplier Limit",
      |         ^~~~~~~~~~~~~~~~~~
vlevel-ladspa.cpp:50:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   50 |         "Undo",
      |         ^~~~~~
vlevel-ladspa.cpp:51:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   51 |         "Current Multiplier",
      |         ^~~~~~~~~~~~~~~~~~~~
vlevel-ladspa.cpp:52:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   52 |         "Input 1",
      |         ^~~~~~~~~
vlevel-ladspa.cpp:53:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   53 |         "Output 1",
      |         ^~~~~~~~~~
vlevel-ladspa.cpp:54:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   54 |         "Input 2",
      |         ^~~~~~~~~
vlevel-ladspa.cpp:55:9: warning: ISO C++ forbids converting a string constant 
to ‘char*’ [-Wwrite-strings]
   55 |         "Output 2"
      |         ^~~~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -DPIC -shared -o vlevel-ladspa.so 
vlevel-ladspa.o ../volumeleveler/volumeleveler.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/vlevel-ladspa'
make -C vlevel-jack all
make[3]: Entering directory '/<<PKGBUILDDIR>>/vlevel-jack'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -DPIC ` pkg-config --cflags jack ` 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o vlevel-jack.o vlevel-jack.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -DPIC ` pkg-config --cflags jack ` 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o commandline.o commandline.cpp
/bin/sh: 1: pkg-config: not found
/bin/sh: 1: pkg-config: not found
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -Wl,-z,relro -Wl,-z,now ` pkg-config --libs-only-L jack `  vlevel-jack.o 
commandline.o ../volumeleveler/volumeleveler.o  ` pkg-config --libs-only-l jack 
` -o vlevel-jack
/bin/sh: 1: pkg-config: not found
/bin/sh: 1: pkg-config: not found
/usr/bin/ld: vlevel-jack.o: in function `vlevel_process_callback(unsigned int, 
void*)':
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:75:(.text+0x13a): undefined 
reference to `jack_port_get_buffer'
/usr/bin/ld: ./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:76:(.text+0x14b): 
undefined reference to `jack_port_get_buffer'
/usr/bin/ld: vlevel-jack.o: in function `main':
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:199:(.text.startup+0xf8): undefined 
reference to `jack_client_open'
/usr/bin/ld: 
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:204:(.text.startup+0x11c): 
undefined reference to `jack_set_buffer_size_callback'
/usr/bin/ld: 
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:209:(.text.startup+0x135): 
undefined reference to `jack_on_shutdown'
/usr/bin/ld: 
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:221:(.text.startup+0x1fc): 
undefined reference to `jack_port_register'
/usr/bin/ld: 
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:227:(.text.startup+0x226): 
undefined reference to `jack_port_register'
/usr/bin/ld: 
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:234:(.text.startup+0x24b): 
undefined reference to `jack_set_process_callback'
/usr/bin/ld: 
./vlevel-jack/./vlevel-jack/vlevel-jack.cpp:239:(.text.startup+0x257): 
undefined reference to `jack_activate'
collect2: error: ld returned 1 exit status
make[3]: *** [<builtin>: vlevel-jack] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/vlevel-jack'
make[2]: *** [Makefile:60: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" 
CC=\$\(CXX\) returned exit code 2
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202407/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: vlevel
Source-Version: 0.5.2-1
Done: Sebastian Ramacher <sramac...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vlevel, 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 1076...@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 vlevel 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: SHA512

Format: 1.8
Date: Fri, 26 Jul 2024 13:42:24 +0200
Source: vlevel
Architecture: source
Version: 0.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1076931
Changes:
 vlevel (0.5.2-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Axel Beckert ]
   * New minor upstream release 0.5.2.
     + Drop all but one hunk from fix-hardcoded-makefile-variables.patch,
       applied upstream.
     + Drop remaining patches, applied upstream.
   * Bump packaging copyright years in debian/copyright. Thanks Lintian!
   * Declare compliance with Debian Policy 4.6.2. (No changes needed.)
 .
   [ Sebastian Ramacher ]
   * debian/control:
     - Add pkgconf to Build-Depends (Closes: #1076931)
     - Bump Standards-Version
Checksums-Sha1:
 49b064adada4c41fc93bb25c1d2f74634ec0d88a 1342 vlevel_0.5.2-1.dsc
 26847bf82f24837faf2b44629fa130ac25ed9ca6 37460 vlevel_0.5.2.orig.tar.xz
 0439b5a1ecaf670ddb1dde3fec793fc13e70018a 4120 vlevel_0.5.2-1.debian.tar.xz
 9567d10732ec9d0368ceb47f01c307f843124e5b 5857 vlevel_0.5.2-1_amd64.buildinfo
Checksums-Sha256:
 ef86de43a470677d5ed4710a7de202b81e1e1b96a505259af9f0f7670d880fed 1342 
vlevel_0.5.2-1.dsc
 d378742c2dace6ecb741dea989dbf8e03a7be012d7fad029b2fd442b6638e80f 37460 
vlevel_0.5.2.orig.tar.xz
 a40c38bec5c8d352fe25a4c1d1aa2c278c888e5407a09204b3d9d3537e166599 4120 
vlevel_0.5.2-1.debian.tar.xz
 9bec73d5751349de442277db0115fc840f45597a4493daca909ee1a86e02ee9e 5857 
vlevel_0.5.2-1_amd64.buildinfo
Files:
 052d61a4bf67bd05205670e519bbb1d8 1342 sound optional vlevel_0.5.2-1.dsc
 d91ae10c2a10a53271e8fcaeac530563 37460 sound optional vlevel_0.5.2.orig.tar.xz
 687f78511277aa896cdd4bcca7030bd5 4120 sound optional 
vlevel_0.5.2-1.debian.tar.xz
 3bf01be690e78788f8f666c51ec7d951 5857 sound optional 
vlevel_0.5.2-1_amd64.buildinfo

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

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZqOMBAAKCRAhk2s2YA/N
iWj5AP98du2RXDjuSvIf0CSrsOFOLtTPolHsLNwWpAze6WD3iQD/XRXZFPmEmPlm
+fNor4N6F99+29QAb3mMxuCzLOaGow8=
=O1Yq
-----END PGP SIGNATURE-----

Attachment: pgpSYzjKW8bO4.pgp
Description: PGP signature


--- End Message ---

Reply via email to