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

Bug#1119175: fsvs: Depends on db5.3



* Philipp Marek <philipp@marek.priv.at> [251028 12:25]:
https://sources.debian.org/src/fsvs/1.2.12-1/debian/control#L5
lists Build-Depends: libdb-dev.

I don't know why it does that.

I guess a historical artifact from ~2006 or so ;)


Can you remove it, if you're saying it doesn't actually need it?

Sorry, no, I'm just upstream ;)

Right :-)

I tried building without libdb-dev, and that runs into this error:

cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/fsvs-1.2.12=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DPCRE2_CODE_UNIT_WIDTH=8 -idirafter /usr/local/include -idirafter /usr/include -idirafter /openpkg/include -idirafter /usr/include/apr-1.0 -Wall -funsigned-char -Os -DFSVS_VERSION='""'  -Wno-deprecated-declarations -c -o build.o build.c
In file included from props.h:19,
                 from est_ops.h:15,
                 from actions.c:13:
hash_ops.h:13:10: fatal error: db.h: No such file or directory
   13 | #include <db.h>
      |          ^~~~~~
compilation terminated.
In file included from props.h:19,
                 from ac_list.c:24:
hash_ops.h:13:10: fatal error: db.h: No such file or directory
   13 | #include <db.h>
      |          ^~~~~~
compilation terminated.
In file included from props.h:19,
                 from est_ops.h:15,
                 from add_unvers.c:16:
hash_ops.h:13:10: fatal error: db.h: No such file or directory
   13 | #include <db.h>
      |          ^~~~~~
compilation terminated.


Indeed src/hash_hops.h includes <db.h>.

Maybe this is a leftover?

Best,
Chris


Reply to: