Comment 8 for bug 1951779

Revision history for this message
Miriam EspaƱa Acebal (mirespace) wrote (last edit ):

In the case of boost1.74, attending to the doc for Quickbook here [1], it seems that can be a rebuild of Quickbook (and maybe use of the warning-check script), because in the build log for boost1.74 [2] the following can be seen:

echo "using boostbook ;" > user-config-doc.jam
echo "using quickbook ;" >> user-config-doc.jam

and the building with b2/bjam :

cd tools/quickbook && /<<PKGBUILDDIR>>/b2 -j4 -q -d2 --layout=system --ignore-site-config --user-config=/<<PKGBUILDDIR>>/user-config.jam debug-symbols=on
Performing configuration checks

but the script is not used here, not deployed later with the package (checking if it can be used in quickbook's rebuilding):

ubuntu@tempfile-20-2-22:~$ apt-file search boost1.74 | grep quickbook
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/change_log.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/command_line.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/editors.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/faq.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/install.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/ref.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/syntax.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/syntax/block.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/syntax/phrase.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/syntax/structure.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/doc/html/quickbook/versions.html
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/examples/tools/quickbook/examples/simple-boostbook/Jamfile.v2
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/examples/tools/quickbook/examples/simple-boostbook/simple.xml
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/examples/tools/quickbook/examples/simple-quickbook/Jamfile.v2
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/examples/tools/quickbook/examples/simple-quickbook/simple.qbk
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/examples/tools/quickbook/examples/standalone-quickbook/Jamfile.v2
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/examples/tools/quickbook/examples/standalone-quickbook/Jamroot.jam
libboost1.74-doc: /usr/share/doc/libboost1.74-doc/examples/tools/quickbook/examples/standalone-quickbook/simple.qbk

[1] https://www.boost.org/doc/libs/1_74_0/doc/html/quickbook/install.html#quickbook.install.linux
[2] https://launchpadlibrarian.net/580760449/buildlog_ubuntu-jammy-amd64.boost1.74_1.74.0-14ubuntu1_BUILDING.txt.gz