Comment 1 for bug 1830094

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi and thanks for the report.

There was quite some stuff enabled in 2018 when the last upstream bump was merged [1][2][3]

When grabbing the build log and checking for
built
$ awk '/^libtool: install: install.*debian\/tmp.*\.so\.0\.0.0/ {print $4}' buildlog | rev | cut -d '/' -f 1 | rev | sort | uniq > bochs-built-libs.list

vs installed (one could as well use dh_missing)
awk '/\.so\.0\.0.0/ {print $8}' changes-section-of-build.txt | sort | uniq > bochs-packaged-libs.list

Then we see two missing actually:
- libbx_voodoo.so.0.0.0
- libbx_e1000.so.0.0.0

This applies to Debian just as much.
I have fixed that in git and have a successful test build in a PPA.
Proposed to Debian at [4] to sync it later on in Eoan.

[1]: https://salsa.debian.org/debian/bochs/commit/b3c1019f53ab89b08b9b8468bf03a574a1cbf6f8#8756c63497c8dc39f7773438edf53b220c773f67_117_112
[2]: https://salsa.debian.org/debian/bochs/commit/b3c1019f53ab89b08b9b8468bf03a574a1cbf6f8#6a2a400f8bc743a7778dcbf975c9cfad0dc62c88
[3]: https://salsa.debian.org/debian/bochs/commit/6c64fef74d2d78d597245dbd384f4b621e7cab4b
[4]: https://salsa.debian.org/debian/bochs/merge_requests/1