Your message dated Tue, 29 Aug 2023 19:21:04 +0200
with message-id <b9fc4f3d-6f99-401b-aadf-d74c4c3ab...@debian.org>
and subject line Re: libwibble-dev: Cannot link against libwibble-dev
has caused the Debian Bug report #794708,
regarding libwibble-dev: Cannot link against libwibble-dev
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.)
--
794708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794708
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libwibble-dev
Version: 1.1-1+b1
Severity: important
Dear Maintainer,
When I link against libwibble.a, I have an "undefined reference" error:
/* test.cc */
#include <wibble/string.h>
int main() {
std::string s = wibble::str::fmtf("hi");
return 0;
}
$ g++ test.cc -c
$ g++ test.o -lwibble
test.o: In function `main':
test.cc:(.text+0x1b): undefined reference to `wibble::str::fmtf(char const*,
...)'
collect2: error: ld returned 1 exit status
$ g++ --version
g++ (Debian 4.9.3-3) 4.9.3
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
libwibble-dev depends on no packages.
Versions of packages libwibble-dev recommends:
ii pkg-config 0.28-1
libwibble-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Cannot reproduce with the current version.
--- End Message ---