Merged in master and stable-2.0. Thanks! Jérémie
On 10 July 2017 at 15:23, Michael Jeanson <[email protected]> wrote: > On 2017-07-10 15:06, Nathan Lynch wrote: >> >> (This is with master hence the -pre1 reported, but the code is the same.) >> >> I get failures when building with BUILT_IN_PLUGINS as suggested here: >> >> https://lists.lttng.org/pipermail/lttng-dev/2017-June/027243.html >> >> Is BUILT_IN_PLUGINS intended to accomplish something that libtool cannot? >> >> $ ./configure --quiet --disable-shared BUILT_IN_PLUGINS=1 >> Babeltrace 2.0.0-pre1 >> >> System >> Target architecture: x86_64 >> >> Python 3 language support >> Python bindings: no >> Python plugin support: no >> >> Plugins >> 'ctf' plugin: yes >> 'lttng-utils' plugin: yes >> 'text' plugin: yes >> 'utils' plugin: yes >> >> Built-in features >> Built-in plugins: yes >> Built-in Python plugin support: no >> >> Documentation >> HTML API documentation: no >> Python bindings documentation: no >> >> Logging >> Minimal log level: VERBOSE >> >> Testing >> Python bindings tests: no >> >> Install directories >> Binaries: /usr/local/bin >> Libraries: /usr/local/lib >> Plugins: /usr/local/lib/babeltrace/plugins >> Configuration: /usr/local/etc >> $ make >> .... >> Making all in cli >> CCLD babeltrace.bin >> /usr/bin/ld: cannot find >> /home/nathanl/src/babeltrace/plugins/ctf/.libs/libbabeltrace-plugin-ctf.a: >> No such file or directory >> /usr/bin/ld: cannot find >> /home/nathanl/src/babeltrace/plugins/text/.libs/libbabeltrace-plugin-text.a: >> No such file or directory >> /usr/bin/ld: cannot find >> /home/nathanl/src/babeltrace/plugins/utils/.libs/libbabeltrace-plugin-utils.a: >> No such file or directory >> /usr/bin/ld: cannot find >> /home/nathanl/src/babeltrace/plugins/lttng-utils/.libs/libbabeltrace-plugin-lttng-utils.a: >> No such file or directory >> collect2: error: ld returned 1 exit status >> _______________________________________________ >> lttng-dev mailing list >> [email protected] >> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev >> > > Hi Nathan, > > This one is my fault, I forgot to stage one file when I submitted > 22e7ae1917a72d89b308345b3bcb97c76362da4f. Jérémie is on vacation for the > week, in the meantime you can apply the attached patch. > > Cheers, > > Michael > > > _______________________________________________ > lttng-dev mailing list > [email protected] > https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
